mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-20 15:12:42 +08:00
1 line
633 KiB
JSON
1 line
633 KiB
JSON
{ "abs":{"name":"abs","type":"","path":"php/abs.html","desc":"绝对值"}, "acos":{"name":"acos","type":"","path":"php/acos.html","desc":"反余弦"}, "acosh":{"name":"acosh","type":"","path":"php/acosh.html","desc":"反双曲余弦"}, "addcslashes":{"name":"addcslashes","type":"","path":"php/addcslashes.html","desc":"以 C 语言风格使用反斜线转义字符串中的字符"}, "addslashes":{"name":"addslashes","type":"","path":"php/addslashes.html","desc":"使用反斜线引用字符串"}, "apache_child_terminate":{"name":"apache_child_terminate","type":"","path":"php/apache_child_terminate.html","desc":"在本次请求结束后终止 apache 子进程"}, "apache_getenv":{"name":"apache_getenv","type":"","path":"php/apache_getenv.html","desc":"获取 Apache subprocess_env 变量"}, "apache_get_modules":{"name":"apache_get_modules","type":"","path":"php/apache_get_modules.html","desc":"获得已加载的Apache模块列表"}, "apache_get_version":{"name":"apache_get_version","type":"","path":"php/apache_get_version.html","desc":"获得Apache版本信息"}, "apache_lookup_uri":{"name":"apache_lookup_uri","type":"","path":"php/apache_lookup_uri.html","desc":"对指定的 URI 执行部分请求并返回所有有关信息"}, "apache_note":{"name":"apache_note","type":"","path":"php/apache_note.html","desc":"取得或设置 apache 请求记录"}, "apache_request_headers":{"name":"apache_request_headers","type":"","path":"php/apache_request_headers.html","desc":"获取全部 HTTP 请求头信息"}, "apache_reset_timeout":{"name":"apache_reset_timeout","type":"","path":"php/apache_reset_timeout.html","desc":"重置 Apache 写入计时器"}, "apache_response_headers":{"name":"apache_response_headers","type":"","path":"php/apache_response_headers.html","desc":"获得全部 HTTP 响应头信息"}, "apache_setenv":{"name":"apache_setenv","type":"","path":"php/apache_setenv.html","desc":"设置 Apache 子进程环境变量"}, "apcu_add":{"name":"apcu_add","type":"","path":"php/apcu_add.html","desc":"Cache a new variable in the data store"}, "apcu_cache_info":{"name":"apcu_cache_info","type":"","path":"php/apcu_cache_info.html","desc":"Retrieves cached information from APCu's data store"}, "apcu_cas":{"name":"apcu_cas","type":"","path":"php/apcu_cas.html","desc":"Updates an old value with a new value"}, "apcu_clear_cache":{"name":"apcu_clear_cache","type":"","path":"php/apcu_clear_cache.html","desc":"Clears the APCu cache"}, "apcu_dec":{"name":"apcu_dec","type":"","path":"php/apcu_dec.html","desc":"Decrease a stored number"}, "apcu_delete":{"name":"apcu_delete","type":"","path":"php/apcu_delete.html","desc":"Removes a stored variable from the cache"}, "apcu_entry":{"name":"apcu_entry","type":"","path":"php/apcu_entry.html","desc":"Atomically fetch or generate a cache entry"}, "apcu_exists":{"name":"apcu_exists","type":"","path":"php/apcu_exists.html","desc":"Checks if entry exists"}, "apcu_fetch":{"name":"apcu_fetch","type":"","path":"php/apcu_fetch.html","desc":"Fetch a stored variable from the cache"}, "apcu_inc":{"name":"apcu_inc","type":"","path":"php/apcu_inc.html","desc":"Increase a stored number"}, "apcu_sma_info":{"name":"apcu_sma_info","type":"","path":"php/apcu_sma_info.html","desc":"Retrieves APCu Shared Memory Allocation information"}, "apcu_store":{"name":"apcu_store","type":"","path":"php/apcu_store.html","desc":"Cache a variable in the data store"}, "apc_add":{"name":"apc_add","type":"","path":"php/apc_add.html","desc":"缓存一个变量到数据存储"}, "apc_bin_dump":{"name":"apc_bin_dump","type":"","path":"php/apc_bin_dump.html","desc":"获取给定文件和变量的二进制文件转储。"}, "apc_bin_dumpfile":{"name":"apc_bin_dumpfile","type":"","path":"php/apc_bin_dumpfile.html","desc":"Output a binary dump of cached files and user variables to a file"}, "apc_bin_load":{"name":"apc_bin_load","type":"","path":"php/apc_bin_load.html","desc":"Load a binary dump into the APC fileuser cache"}, "apc_bin_loadfile":{"name":"apc_bin_loadfile","type":"","path":"php/apc_bin_loadfile.html","desc":"Load a binary dump from a file into the APC fileuser cache"}, "apc_cache_info":{"name":"apc_cache_info","type":"","path":"php/apc_cache_info.html","desc":"Retrieves cached information from APC's data store"}, "apc_cas":{"name":"apc_cas","type":"","path":"php/apc_cas.html","desc":"用新值更新旧值"}, "apc_clear_cache":{"name":"apc_clear_cache","type":"","path":"php/apc_clear_cache.html","desc":"清除APC缓存"}, "apc_compile_file":{"name":"apc_compile_file","type":"","path":"php/apc_compile_file.html","desc":"Stores a file in the bytecode cache, bypassing all filters"}, "apc_dec":{"name":"apc_dec","type":"","path":"php/apc_dec.html","desc":"Decrease a stored number"}, "apc_define_constants":{"name":"apc_define_constants","type":"","path":"php/apc_define_constants.html","desc":"Defines a set of constants for retrieval and mass-definition"}, "apc_delete":{"name":"apc_delete","type":"","path":"php/apc_delete.html","desc":"从用户缓存中删除某个变量"}, "apc_delete_file":{"name":"apc_delete_file","type":"","path":"php/apc_delete_file.html","desc":"Deletes files from the opcode cache"}, "apc_exists":{"name":"apc_exists","type":"","path":"php/apc_exists.html","desc":"检查APC中是否存在某个或者某些key"}, "apc_fetch":{"name":"apc_fetch","type":"","path":"php/apc_fetch.html","desc":"从缓存中取出存储的变量"}, "apc_inc":{"name":"apc_inc","type":"","path":"php/apc_inc.html","desc":"递增一个储存的数字"}, "apc_load_constants":{"name":"apc_load_constants","type":"","path":"php/apc_load_constants.html","desc":"Loads a set of constants from the cache"}, "apc_sma_info":{"name":"apc_sma_info","type":"","path":"php/apc_sma_info.html","desc":"Retrieves APC's Shared Memory Allocation information"}, "apc_store":{"name":"apc_store","type":"","path":"php/apc_store.html","desc":"Cache a variable in the data store"}, "apd_breakpoint":{"name":"apd_breakpoint","type":"","path":"php/apd_breakpoint.html","desc":"Stops the interpreter and waits on a CR from the socket"}, "apd_callstack":{"name":"apd_callstack","type":"","path":"php/apd_callstack.html","desc":"Returns the current call stack as an array"}, "apd_clunk":{"name":"apd_clunk","type":"","path":"php/apd_clunk.html","desc":"Throw a warning and a callstack"}, "apd_continue":{"name":"apd_continue","type":"","path":"php/apd_continue.html","desc":"Restarts the interpreter"}, "apd_croak":{"name":"apd_croak","type":"","path":"php/apd_croak.html","desc":"Throw an error, a callstack and then exit"}, "apd_dump_function_table":{"name":"apd_dump_function_table","type":"","path":"php/apd_dump_function_table.html","desc":"Outputs the current function table"}, "apd_dump_persistent_resources":{"name":"apd_dump_persistent_resources","type":"","path":"php/apd_dump_persistent_resources.html","desc":"Return all persistent resources as an array"}, "apd_dump_regular_resources":{"name":"apd_dump_regular_resources","type":"","path":"php/apd_dump_regular_resources.html","desc":"Return all current regular resources as an array"}, "apd_echo":{"name":"apd_echo","type":"","path":"php/apd_echo.html","desc":"Echo to the debugging socket"}, "apd_get_active_symbols":{"name":"apd_get_active_symbols","type":"","path":"php/apd_get_active_symbols.html","desc":"Get an array of the current variables names in the local scope"}, "apd_set_pprof_trace":{"name":"apd_set_pprof_trace","type":"","path":"php/apd_set_pprof_trace.html","desc":"Starts the session debugging"}, "apd_set_session":{"name":"apd_set_session","type":"","path":"php/apd_set_session.html","desc":"Changes or sets the current debugging level"}, "apd_set_session_trace":{"name":"apd_set_session_trace","type":"","path":"php/apd_set_session_trace.html","desc":"Starts the session debugging"}, "apd_set_session_trace_socket":{"name":"apd_set_session_trace_socket","type":"","path":"php/apd_set_session_trace_socket.html","desc":"Starts the remote session debugging"}, "array":{"name":"array","type":"","path":"php/array.html","desc":"新建一个数组"}, "array_change_key_case":{"name":"array_change_key_case","type":"","path":"php/array_change_key_case.html","desc":"将数组中的所有键名修改为全大写或小写"}, "array_chunk":{"name":"array_chunk","type":"","path":"php/array_chunk.html","desc":"将一个数组分割成多个"}, "array_column":{"name":"array_column","type":"","path":"php/array_column.html","desc":"返回数组中指定的一列"}, "array_combine":{"name":"array_combine","type":"","path":"php/array_combine.html","desc":"创建一个数组,用一个数组的值作为其键名,另一个数组的值作为其值"}, "array_count_values":{"name":"array_count_values","type":"","path":"php/array_count_values.html","desc":"统计数组中所有的值"}, "array_diff":{"name":"array_diff","type":"","path":"php/array_diff.html","desc":"计算数组的差集"}, "array_diff_assoc":{"name":"array_diff_assoc","type":"","path":"php/array_diff_assoc.html","desc":"带索引检查计算数组的差集"}, "array_diff_key":{"name":"array_diff_key","type":"","path":"php/array_diff_key.html","desc":"使用键名比较计算数组的差集"}, "array_diff_uassoc":{"name":"array_diff_uassoc","type":"","path":"php/array_diff_uassoc.html","desc":"用用户提供的回调函数做索引检查来计算数组的差集"}, "array_diff_ukey":{"name":"array_diff_ukey","type":"","path":"php/array_diff_ukey.html","desc":"用回调函数对键名比较计算数组的差集"}, "array_fill":{"name":"array_fill","type":"","path":"php/array_fill.html","desc":"用给定的值填充数组"}, "array_fill_keys":{"name":"array_fill_keys","type":"","path":"php/array_fill_keys.html","desc":"使用指定的键和值填充数组"}, "array_filter":{"name":"array_filter","type":"","path":"php/array_filter.html","desc":"用回调函数过滤数组中的单元"}, "array_flip":{"name":"array_flip","type":"","path":"php/array_flip.html","desc":"交换数组中的键和值"}, "array_intersect":{"name":"array_intersect","type":"","path":"php/array_intersect.html","desc":"计算数组的交集"}, "array_intersect_assoc":{"name":"array_intersect_assoc","type":"","path":"php/array_intersect_assoc.html","desc":"带索引检查计算数组的交集"}, "array_intersect_key":{"name":"array_intersect_key","type":"","path":"php/array_intersect_key.html","desc":"使用键名比较计算数组的交集"}, "array_intersect_uassoc":{"name":"array_intersect_uassoc","type":"","path":"php/array_intersect_uassoc.html","desc":"带索引检查计算数组的交集,用回调函数比较索引"}, "array_intersect_ukey":{"name":"array_intersect_ukey","type":"","path":"php/array_intersect_ukey.html","desc":"用回调函数比较键名来计算数组的交集"}, "array_keys":{"name":"array_keys","type":"","path":"php/array_keys.html","desc":"返回数组中部分的或所有的键名"}, "array_key_exists":{"name":"array_key_exists","type":"","path":"php/array_key_exists.html","desc":"检查数组里是否有指定的键名或索引"}, "array_key_first":{"name":"array_key_first","type":"","path":"php/array_key_first.html","desc":"Gets the first key of an array"}, "array_key_last":{"name":"array_key_last","type":"","path":"php/array_key_last.html","desc":"Gets the last key of an array"}, "array_map":{"name":"array_map","type":"","path":"php/array_map.html","desc":"为数组的每个元素应用回调函数"}, "array_merge":{"name":"array_merge","type":"","path":"php/array_merge.html","desc":"合并一个或多个数组"}, "array_merge_recursive":{"name":"array_merge_recursive","type":"","path":"php/array_merge_recursive.html","desc":"递归地合并一个或多个数组"}, "array_multisort":{"name":"array_multisort","type":"","path":"php/array_multisort.html","desc":"对多个数组或多维数组进行排序"}, "array_pad":{"name":"array_pad","type":"","path":"php/array_pad.html","desc":"以指定长度将一个值填充进数组"}, "array_pop":{"name":"array_pop","type":"","path":"php/array_pop.html","desc":"弹出数组最后一个单元(出栈)"}, "array_product":{"name":"array_product","type":"","path":"php/array_product.html","desc":"计算数组中所有值的乘积"}, "array_push":{"name":"array_push","type":"","path":"php/array_push.html","desc":"将一个或多个单元压入数组的末尾(入栈)"}, "array_rand":{"name":"array_rand","type":"","path":"php/array_rand.html","desc":"从数组中随机取出一个或多个单元"}, "array_reduce":{"name":"array_reduce","type":"","path":"php/array_reduce.html","desc":"用回调函数迭代地将数组简化为单一的值"}, "array_replace":{"name":"array_replace","type":"","path":"php/array_replace.html","desc":"使用传递的数组替换第一个数组的元素"}, "array_replace_recursive":{"name":"array_replace_recursive","type":"","path":"php/array_replace_recursive.html","desc":"使用传递的数组递归替换第一个数组的元素"}, "array_reverse":{"name":"array_reverse","type":"","path":"php/array_reverse.html","desc":"返回单元顺序相反的数组"}, "array_search":{"name":"array_search","type":"","path":"php/array_search.html","desc":"在数组中搜索给定的值,如果成功则返回首个相应的键名"}, "array_shift":{"name":"array_shift","type":"","path":"php/array_shift.html","desc":"将数组开头的单元移出数组"}, "array_slice":{"name":"array_slice","type":"","path":"php/array_slice.html","desc":"从数组中取出一段"}, "array_splice":{"name":"array_splice","type":"","path":"php/array_splice.html","desc":"去掉数组中的某一部分并用其它值取代"}, "array_sum":{"name":"array_sum","type":"","path":"php/array_sum.html","desc":"对数组中所有值求和"}, "array_udiff":{"name":"array_udiff","type":"","path":"php/array_udiff.html","desc":"用回调函数比较数据来计算数组的差集"}, "array_udiff_assoc":{"name":"array_udiff_assoc","type":"","path":"php/array_udiff_assoc.html","desc":"带索引检查计算数组的差集,用回调函数比较数据"}, "array_udiff_uassoc":{"name":"array_udiff_uassoc","type":"","path":"php/array_udiff_uassoc.html","desc":"带索引检查计算数组的差集,用回调函数比较数据和索引"}, "array_uintersect":{"name":"array_uintersect","type":"","path":"php/array_uintersect.html","desc":"计算数组的交集,用回调函数比较数据"}, "array_uintersect_assoc":{"name":"array_uintersect_assoc","type":"","path":"php/array_uintersect_assoc.html","desc":"带索引检查计算数组的交集,用回调函数比较数据"}, "array_uintersect_uassoc":{"name":"array_uintersect_uassoc","type":"","path":"php/array_uintersect_uassoc.html","desc":"带索引检查计算数组的交集,用单独的回调函数比较数据和索引"}, "array_unique":{"name":"array_unique","type":"","path":"php/array_unique.html","desc":"移除数组中重复的值"}, "array_unshift":{"name":"array_unshift","type":"","path":"php/array_unshift.html","desc":"在数组开头插入一个或多个单元"}, "array_values":{"name":"array_values","type":"","path":"php/array_values.html","desc":"返回数组中所有的值"}, "array_walk":{"name":"array_walk","type":"","path":"php/array_walk.html","desc":"使用用户自定义函数对数组中的每个元素做回调处理"}, "array_walk_recursive":{"name":"array_walk_recursive","type":"","path":"php/array_walk_recursive.html","desc":"对数组中的每个成员递归地应用用户函数"}, "arsort":{"name":"arsort","type":"","path":"php/arsort.html","desc":"对数组进行逆向排序并保持索引关系"}, "asin":{"name":"asin","type":"","path":"php/asin.html","desc":"反正弦"}, "asinh":{"name":"asinh","type":"","path":"php/asinh.html","desc":"反双曲正弦"}, "asort":{"name":"asort","type":"","path":"php/asort.html","desc":"对数组进行排序并保持索引关系"}, "assert":{"name":"assert","type":"","path":"php/assert.html","desc":"检查一个断言是否为 FALSE"}, "assert_options":{"name":"assert_options","type":"","path":"php/assert_options.html","desc":"设置获取断言的各种标志"}, "atan":{"name":"atan","type":"","path":"php/atan.html","desc":"反正切"}, "atan2":{"name":"atan2","type":"","path":"php/atan2.html","desc":"两个参数的反正切"}, "atanh":{"name":"atanh","type":"","path":"php/atanh.html","desc":"反双曲正切"}, "autoload":{"name":"autoload","type":"","path":"php/autoload.html","desc":"尝试加载未定义的类"}, "base64_decode":{"name":"base64_decode","type":"","path":"php/base64_decode.html","desc":"对使用 MIME base64 编码的数据进行解码"}, "base64_encode":{"name":"base64_encode","type":"","path":"php/base64_encode.html","desc":"使用 MIME base64 对数据进行编码"}, "basename":{"name":"basename","type":"","path":"php/basename.html","desc":"返回路径中的文件名部分"}, "base_convert":{"name":"base_convert","type":"","path":"php/base_convert.html","desc":"在任意进制之间转换数字"}, "bbcode_add_element":{"name":"bbcode_add_element","type":"","path":"php/bbcode_add_element.html","desc":"Adds a bbcode element"}, "bbcode_add_smiley":{"name":"bbcode_add_smiley","type":"","path":"php/bbcode_add_smiley.html","desc":"Adds a smiley to the parser"}, "bbcode_create":{"name":"bbcode_create","type":"","path":"php/bbcode_create.html","desc":"Create a BBCode Resource"}, "bbcode_destroy":{"name":"bbcode_destroy","type":"","path":"php/bbcode_destroy.html","desc":"Close BBCode_container resource"}, "bbcode_parse":{"name":"bbcode_parse","type":"","path":"php/bbcode_parse.html","desc":"Parse a string following a given rule set"}, "bbcode_set_arg_parser":{"name":"bbcode_set_arg_parser","type":"","path":"php/bbcode_set_arg_parser.html","desc":"Attach another parser in order to use another rule set for argument parsing"}, "bbcode_set_flags":{"name":"bbcode_set_flags","type":"","path":"php/bbcode_set_flags.html","desc":"Set or alter parser options"}, "bcadd":{"name":"bcadd","type":"","path":"php/bcadd.html","desc":"2个任意精度数字的加法计算"}, "bccomp":{"name":"bccomp","type":"","path":"php/bccomp.html","desc":"比较两个任意精度的数字"}, "bcdiv":{"name":"bcdiv","type":"","path":"php/bcdiv.html","desc":"2个任意精度的数字除法计算"}, "bcmod":{"name":"bcmod","type":"","path":"php/bcmod.html","desc":"对一个任意精度数字取模"}, "bcmul":{"name":"bcmul","type":"","path":"php/bcmul.html","desc":"2个任意精度数字乘法计算"}, "bcompiler_load":{"name":"bcompiler_load","type":"","path":"php/bcompiler_load.html","desc":"从一个 bz 压缩过的文件中读取并创建类"}, "bcompiler_load_exe":{"name":"bcompiler_load_exe","type":"","path":"php/bcompiler_load_exe.html","desc":"从一个 bcompiler exe 文件中读取并创建类"}, "bcompiler_parse_class":{"name":"bcompiler_parse_class","type":"","path":"php/bcompiler_parse_class.html","desc":"读取一个类的字节码并回调一个用户的函数"}, "bcompiler_read":{"name":"bcompiler_read","type":"","path":"php/bcompiler_read.html","desc":"从一个文件句柄中读取并创建类"}, "bcompiler_write_class":{"name":"bcompiler_write_class","type":"","path":"php/bcompiler_write_class.html","desc":"写入定义过的类的字节码"}, "bcompiler_write_constant":{"name":"bcompiler_write_constant","type":"","path":"php/bcompiler_write_constant.html","desc":"写入定义过的常量的字节码"}, "bcompiler_write_exe_footer":{"name":"bcompiler_write_exe_footer","type":"","path":"php/bcompiler_write_exe_footer.html","desc":"写入开始位置以及 exe 类型文件的结尾信号"}, "bcompiler_write_file":{"name":"bcompiler_write_file","type":"","path":"php/bcompiler_write_file.html","desc":"写入 PHP 源码文件的字节码"}, "bcompiler_write_footer":{"name":"bcompiler_write_footer","type":"","path":"php/bcompiler_write_footer.html","desc":"写入单个字符 x00 用于标识编译数据的结尾"}, "bcompiler_write_function":{"name":"bcompiler_write_function","type":"","path":"php/bcompiler_write_function.html","desc":"以字节码写入定义过的函数"}, "bcompiler_write_functions_from_file":{"name":"bcompiler_write_functions_from_file","type":"","path":"php/bcompiler_write_functions_from_file.html","desc":"以字节码写入一个文件中定义过的所以函数"}, "bcompiler_write_header":{"name":"bcompiler_write_header","type":"","path":"php/bcompiler_write_header.html","desc":"写入 bcompiler 头"}, "bcompiler_write_included_filename":{"name":"bcompiler_write_included_filename","type":"","path":"php/bcompiler_write_included_filename.html","desc":"写入一个包含的文件的字节码"}, "bcpow":{"name":"bcpow","type":"","path":"php/bcpow.html","desc":"任意精度数字的乘方"}, "bcpowmod":{"name":"bcpowmod","type":"","path":"php/bcpowmod.html","desc":"Raise an arbitrary precision number to another, reduced by a specified modulus"}, "bcscale":{"name":"bcscale","type":"","path":"php/bcscale.html","desc":"设置所有bc数学函数的默认小数点保留位数"}, "bcsqrt":{"name":"bcsqrt","type":"","path":"php/bcsqrt.html","desc":"任意精度数字的二次方根"}, "bcsub":{"name":"bcsub","type":"","path":"php/bcsub.html","desc":"2个任意精度数字的减法"}, "bin2hex":{"name":"bin2hex","type":"","path":"php/bin2hex.html","desc":"函数把包含数据的二进制字符串转换为十六进制值"}, "bindec":{"name":"bindec","type":"","path":"php/bindec.html","desc":"二进制转换为十进制"}, "bindtextdomain":{"name":"bindtextdomain","type":"","path":"php/bindtextdomain.html","desc":"Sets the path for a domain"}, "bind_textdomain_codeset":{"name":"bind_textdomain_codeset","type":"","path":"php/bind_textdomain_codeset.html","desc":"Specify the character encoding in which the messages from the DOMAIN message catalog will be returned"}, "blenc_encrypt":{"name":"blenc_encrypt","type":"","path":"php/blenc_encrypt.html","desc":"Encrypt a PHP script with BLENC"}, "boolval":{"name":"boolval","type":"","path":"php/boolval.html","desc":"获取变量的布尔值"}, "bson_decode":{"name":"bson_decode","type":"","path":"php/bson_decode.html","desc":"反序列化一个 BSON 对象为 PHP 数组"}, "bson_encode":{"name":"bson_encode","type":"","path":"php/bson_encode.html","desc":"序列化一个 PHP 变量为 BSON 字符串"}, "bzclose":{"name":"bzclose","type":"","path":"php/bzclose.html","desc":"关闭一个 bzip2 文件"}, "bzcompress":{"name":"bzcompress","type":"","path":"php/bzcompress.html","desc":"把一个字符串压缩成 bzip2 编码数据"}, "bzdecompress":{"name":"bzdecompress","type":"","path":"php/bzdecompress.html","desc":"解压经 bzip2 编码过的数据"}, "bzerrno":{"name":"bzerrno","type":"","path":"php/bzerrno.html","desc":"返回一个 bzip2 错误码"}, "bzerror":{"name":"bzerror","type":"","path":"php/bzerror.html","desc":"返回包含 bzip2 错误号和错误字符串的一个 array"}, "bzerrstr":{"name":"bzerrstr","type":"","path":"php/bzerrstr.html","desc":"返回一个 bzip2 的错误字符串"}, "bzflush":{"name":"bzflush","type":"","path":"php/bzflush.html","desc":"强制写入所有写缓冲区的数据"}, "bzopen":{"name":"bzopen","type":"","path":"php/bzopen.html","desc":"打开 bzip2 压缩文件"}, "bzread":{"name":"bzread","type":"","path":"php/bzread.html","desc":"bzip2 文件二进制安全地读取"}, "bzwrite":{"name":"bzwrite","type":"","path":"php/bzwrite.html","desc":"二进制安全地写入 bzip2 文件"}, "cairo_create":{"name":"cairo_create","type":"","path":"php/cairo_create.html","desc":"Returns a new CairoContext object on the requested surface"}, "cairo_matrix_create_scale":{"name":"cairo_matrix_create_scale","type":"","path":"php/cairo_matrix_create_scale.html","desc":"别名 CairoMatrixinitScale"}, "cairo_matrix_create_translate":{"name":"cairo_matrix_create_translate","type":"","path":"php/cairo_matrix_create_translate.html","desc":"别名 CairoMatrixinitTranslate"}, "call_user_func":{"name":"call_user_func","type":"","path":"php/call_user_func.html","desc":"把第一个参数作为回调函数调用"}, "call_user_func_array":{"name":"call_user_func_array","type":"","path":"php/call_user_func_array.html","desc":"调用回调函数,并把一个数组参数作为回调函数的参数"}, "call_user_method":{"name":"call_user_method","type":"","path":"php/call_user_method.html","desc":"对特定对象调用用户方法"}, "call_user_method_array":{"name":"call_user_method_array","type":"","path":"php/call_user_method_array.html","desc":"以参数列表的数组,调用用户方法"}, "cal_days_in_month":{"name":"cal_days_in_month","type":"","path":"php/cal_days_in_month.html","desc":"返回某个历法中某年中某月的天数"}, "cal_from_jd":{"name":"cal_from_jd","type":"","path":"php/cal_from_jd.html","desc":"转换Julian Day计数到一个支持的历法。"}, "cal_info":{"name":"cal_info","type":"","path":"php/cal_info.html","desc":"返回选定历法的信息"}, "cal_to_jd":{"name":"cal_to_jd","type":"","path":"php/cal_to_jd.html","desc":"从一个支持的历法转变为Julian Day计数。"}, "ceil":{"name":"ceil","type":"","path":"php/ceil.html","desc":"进一法取整"}, "chdb_create":{"name":"chdb_create","type":"","path":"php/chdb_create.html","desc":"Creates a chdb file"}, "chdir":{"name":"chdir","type":"","path":"php/chdir.html","desc":"改变目录"}, "checkdate":{"name":"checkdate","type":"","path":"php/checkdate.html","desc":"验证一个格里高里日期"}, "checkdnsrr":{"name":"checkdnsrr","type":"","path":"php/checkdnsrr.html","desc":"给指定的主机(域名)或者IP地址做DNS通信检查"}, "chgrp":{"name":"chgrp","type":"","path":"php/chgrp.html","desc":"改变文件所属的组"}, "chmod":{"name":"chmod","type":"","path":"php/chmod.html","desc":"改变文件模式"}, "chop":{"name":"chop","type":"","path":"php/chop.html","desc":"rtrim 的别名"}, "chown":{"name":"chown","type":"","path":"php/chown.html","desc":"改变文件的所有者"}, "chr":{"name":"chr","type":"","path":"php/chr.html","desc":"返回指定的字符"}, "chroot":{"name":"chroot","type":"","path":"php/chroot.html","desc":"改变根目录"}, "chunk_split":{"name":"chunk_split","type":"","path":"php/chunk_split.html","desc":"将字符串分割成小块"}, "classkit_import":{"name":"classkit_import","type":"","path":"php/classkit_import.html","desc":"Import new class method definitions from a file"}, "classkit_method_add":{"name":"classkit_method_add","type":"","path":"php/classkit_method_add.html","desc":"Dynamically adds a new method to a given class"}, "classkit_method_copy":{"name":"classkit_method_copy","type":"","path":"php/classkit_method_copy.html","desc":"Copies a method from class to another"}, "classkit_method_redefine":{"name":"classkit_method_redefine","type":"","path":"php/classkit_method_redefine.html","desc":"Dynamically changes the code of the given method"}, "classkit_method_remove":{"name":"classkit_method_remove","type":"","path":"php/classkit_method_remove.html","desc":"Dynamically removes the given method"}, "classkit_method_rename":{"name":"classkit_method_rename","type":"","path":"php/classkit_method_rename.html","desc":"Dynamically changes the name of the given method"}, "class_alias":{"name":"class_alias","type":"","path":"php/class_alias.html","desc":"为一个类创建别名"}, "class_exists":{"name":"class_exists","type":"","path":"php/class_exists.html","desc":"检查类是否已定义"}, "class_implements":{"name":"class_implements","type":"","path":"php/class_implements.html","desc":"返回指定的类实现的所有接口。"}, "class_parents":{"name":"class_parents","type":"","path":"php/class_parents.html","desc":"返回指定类的父类。"}, "class_uses":{"name":"class_uses","type":"","path":"php/class_uses.html","desc":"Return the traits used by the given class"}, "clearstatcache":{"name":"clearstatcache","type":"","path":"php/clearstatcache.html","desc":"清除文件状态缓存"}, "cli_get_process_title":{"name":"cli_get_process_title","type":"","path":"php/cli_get_process_title.html","desc":"Returns the current process title"}, "cli_set_process_title":{"name":"cli_set_process_title","type":"","path":"php/cli_set_process_title.html","desc":"Sets the process title"}, "closedir":{"name":"closedir","type":"","path":"php/closedir.html","desc":"关闭目录句柄"}, "closelog":{"name":"closelog","type":"","path":"php/closelog.html","desc":"关闭系统日志链接"}, "commonmark_parse":{"name":"commonmark_parse","type":"","path":"php/commonmark_parse.html","desc":"Parsing"}, "commonmark_render":{"name":"commonmark_render","type":"","path":"php/commonmark_render.html","desc":"Rendering"}, "commonmark_render_function":{"name":"commonmark_render_function","type":"","path":"php/commonmark_render_function.html","desc":"Rendering"}, "commonmark_render_latex":{"name":"commonmark_render_latex","type":"","path":"php/commonmark_render_latex.html","desc":"Rendering"}, "commonmark_render_man":{"name":"commonmark_render_man","type":"","path":"php/commonmark_render_man.html","desc":"Rendering"}, "commonmark_render_xml":{"name":"commonmark_render_xml","type":"","path":"php/commonmark_render_xml.html","desc":"Rendering"}, "compact":{"name":"compact","type":"","path":"php/compact.html","desc":"建立一个数组,包括变量名和它们的值"}, "com_create_guid":{"name":"com_create_guid","type":"","path":"php/com_create_guid.html","desc":"Generate a globally unique identifier (GUID)"}, "com_event_sink":{"name":"com_event_sink","type":"","path":"php/com_event_sink.html","desc":"Connect events from a COM object to a PHP object"}, "com_get_active_object":{"name":"com_get_active_object","type":"","path":"php/com_get_active_object.html","desc":"Returns a handle to an already running instance of a COM object"}, "com_load_typelib":{"name":"com_load_typelib","type":"","path":"php/com_load_typelib.html","desc":"装载一个 Typelib"}, "com_message_pump":{"name":"com_message_pump","type":"","path":"php/com_message_pump.html","desc":"Process COM messages, sleeping for up to timeoutms milliseconds"}, "com_print_typeinfo":{"name":"com_print_typeinfo","type":"","path":"php/com_print_typeinfo.html","desc":"Print out a PHP class definition for a dispatchable interface"}, "connection_aborted":{"name":"connection_aborted","type":"","path":"php/connection_aborted.html","desc":"检查客户端是否已经断开"}, "connection_status":{"name":"connection_status","type":"","path":"php/connection_status.html","desc":"返回连接的状态位"}, "constant":{"name":"constant","type":"","path":"php/constant.html","desc":"返回一个常量的值"}, "convert_cyr_string":{"name":"convert_cyr_string","type":"","path":"php/convert_cyr_string.html","desc":"将字符由一种 Cyrillic 字符转换成另一种"}, "convert_uudecode":{"name":"convert_uudecode","type":"","path":"php/convert_uudecode.html","desc":"解码一个 uuencode 编码的字符串"}, "convert_uuencode":{"name":"convert_uuencode","type":"","path":"php/convert_uuencode.html","desc":"使用 uuencode 编码一个字符串"}, "copy":{"name":"copy","type":"","path":"php/copy.html","desc":"拷贝文件"}, "cos":{"name":"cos","type":"","path":"php/cos.html","desc":"余弦"}, "cosh":{"name":"cosh","type":"","path":"php/cosh.html","desc":"双曲余弦"}, "count":{"name":"count","type":"","path":"php/count.html","desc":"计算数组中的单元数目,或对象中的属性个数"}, "count_chars":{"name":"count_chars","type":"","path":"php/count_chars.html","desc":"返回字符串所用字符的信息"}, "crack_check":{"name":"crack_check","type":"","path":"php/crack_check.html","desc":"用给定的密码来进行破解测试"}, "crack_closedict":{"name":"crack_closedict","type":"","path":"php/crack_closedict.html","desc":"Closes an open CrackLib dictionary"}, "crack_getlastmessage":{"name":"crack_getlastmessage","type":"","path":"php/crack_getlastmessage.html","desc":"Returns the message from the last obscure check"}, "crack_opendict":{"name":"crack_opendict","type":"","path":"php/crack_opendict.html","desc":"Opens a new CrackLib dictionary"}, "crc32":{"name":"crc32","type":"","path":"php/crc32.html","desc":"计算一个字符串的 crc32 多项式"}, "create_function":{"name":"create_function","type":"","path":"php/create_function.html","desc":"Create an anonymous (lambda-style) function"}, "crypt":{"name":"crypt","type":"","path":"php/crypt.html","desc":"单向字符串散列"}, "ctype_alnum":{"name":"ctype_alnum","type":"","path":"php/ctype_alnum.html","desc":"做字母和数字字符检测"}, "ctype_alpha":{"name":"ctype_alpha","type":"","path":"php/ctype_alpha.html","desc":"做纯字符检测"}, "ctype_cntrl":{"name":"ctype_cntrl","type":"","path":"php/ctype_cntrl.html","desc":"做控制字符检测"}, "ctype_digit":{"name":"ctype_digit","type":"","path":"php/ctype_digit.html","desc":"做纯数字检测"}, "ctype_graph":{"name":"ctype_graph","type":"","path":"php/ctype_graph.html","desc":"做可打印字符串检测,空格除外"}, "ctype_lower":{"name":"ctype_lower","type":"","path":"php/ctype_lower.html","desc":"做小写字符检测"}, "ctype_print":{"name":"ctype_print","type":"","path":"php/ctype_print.html","desc":"做可打印字符检测"}, "ctype_punct":{"name":"ctype_punct","type":"","path":"php/ctype_punct.html","desc":"检测可打印的字符是不是不包含空白、数字和字母"}, "ctype_space":{"name":"ctype_space","type":"","path":"php/ctype_space.html","desc":"做空白字符检测"}, "ctype_upper":{"name":"ctype_upper","type":"","path":"php/ctype_upper.html","desc":"做大写字母检测"}, "ctype_xdigit":{"name":"ctype_xdigit","type":"","path":"php/ctype_xdigit.html","desc":"检测字符串是否只包含十六进制字符"}, "cubrid_affected_rows":{"name":"cubrid_affected_rows","type":"","path":"php/cubrid_affected_rows.html","desc":"Return the number of rows affected by the last SQL statement"}, "cubrid_bind":{"name":"cubrid_bind","type":"","path":"php/cubrid_bind.html","desc":"Bind variables to a prepared statement as parameters"}, "cubrid_client_encoding":{"name":"cubrid_client_encoding","type":"","path":"php/cubrid_client_encoding.html","desc":"Return the current CUBRID connection charset"}, "cubrid_close":{"name":"cubrid_close","type":"","path":"php/cubrid_close.html","desc":"Close CUBRID connection"}, "cubrid_close_prepare":{"name":"cubrid_close_prepare","type":"","path":"php/cubrid_close_prepare.html","desc":"Close the request handle"}, "cubrid_close_request":{"name":"cubrid_close_request","type":"","path":"php/cubrid_close_request.html","desc":"Close the request handle"}, "cubrid_column_names":{"name":"cubrid_column_names","type":"","path":"php/cubrid_column_names.html","desc":"Get the column names in result"}, "cubrid_column_types":{"name":"cubrid_column_types","type":"","path":"php/cubrid_column_types.html","desc":"Get column types in result"}, "cubrid_col_get":{"name":"cubrid_col_get","type":"","path":"php/cubrid_col_get.html","desc":"Get contents of collection type column using OID"}, "cubrid_col_size":{"name":"cubrid_col_size","type":"","path":"php/cubrid_col_size.html","desc":"Get the number of elements in collection type column using OID"}, "cubrid_commit":{"name":"cubrid_commit","type":"","path":"php/cubrid_commit.html","desc":"Commit a transaction"}, "cubrid_connect":{"name":"cubrid_connect","type":"","path":"php/cubrid_connect.html","desc":"Open a connection to a CUBRID Server"}, "cubrid_connect_with_url":{"name":"cubrid_connect_with_url","type":"","path":"php/cubrid_connect_with_url.html","desc":"Establish the environment for connecting to CUBRID server"}, "cubrid_current_oid":{"name":"cubrid_current_oid","type":"","path":"php/cubrid_current_oid.html","desc":"Get OID of the current cursor location"}, "cubrid_data_seek":{"name":"cubrid_data_seek","type":"","path":"php/cubrid_data_seek.html","desc":"Move the internal row pointer of the CUBRID result"}, "cubrid_db_name":{"name":"cubrid_db_name","type":"","path":"php/cubrid_db_name.html","desc":"Get db name from results of cubrid_list_dbs"}, "cubrid_disconnect":{"name":"cubrid_disconnect","type":"","path":"php/cubrid_disconnect.html","desc":"Close a database connection"}, "cubrid_drop":{"name":"cubrid_drop","type":"","path":"php/cubrid_drop.html","desc":"Delete an instance using OID"}, "cubrid_errno":{"name":"cubrid_errno","type":"","path":"php/cubrid_errno.html","desc":"Return the numerical value of the error message from previous CUBRID operation"}, "cubrid_error":{"name":"cubrid_error","type":"","path":"php/cubrid_error.html","desc":"Get the error message"}, "cubrid_error_code":{"name":"cubrid_error_code","type":"","path":"php/cubrid_error_code.html","desc":"Get error code for the most recent function call"}, "cubrid_error_code_facility":{"name":"cubrid_error_code_facility","type":"","path":"php/cubrid_error_code_facility.html","desc":"Get the facility code of error"}, "cubrid_error_msg":{"name":"cubrid_error_msg","type":"","path":"php/cubrid_error_msg.html","desc":"Get last error message for the most recent function call"}, "cubrid_execute":{"name":"cubrid_execute","type":"","path":"php/cubrid_execute.html","desc":"Execute a prepared SQL statement"}, "cubrid_fetch":{"name":"cubrid_fetch","type":"","path":"php/cubrid_fetch.html","desc":"Fetch the next row from a result set"}, "cubrid_fetch_array":{"name":"cubrid_fetch_array","type":"","path":"php/cubrid_fetch_array.html","desc":"Fetch a result row as an associative array, a numeric array, or both"}, "cubrid_fetch_assoc":{"name":"cubrid_fetch_assoc","type":"","path":"php/cubrid_fetch_assoc.html","desc":"Return the associative array that corresponds to the fetched row"}, "cubrid_fetch_field":{"name":"cubrid_fetch_field","type":"","path":"php/cubrid_fetch_field.html","desc":"Get column information from a result and return as an object"}, "cubrid_fetch_lengths":{"name":"cubrid_fetch_lengths","type":"","path":"php/cubrid_fetch_lengths.html","desc":"Return an array with the lengths of the values of each field from the current row"}, "cubrid_fetch_object":{"name":"cubrid_fetch_object","type":"","path":"php/cubrid_fetch_object.html","desc":"Fetch the next row and return it as an object"}, "cubrid_fetch_row":{"name":"cubrid_fetch_row","type":"","path":"php/cubrid_fetch_row.html","desc":"Return a numerical array with the values of the current row"}, "cubrid_field_flags":{"name":"cubrid_field_flags","type":"","path":"php/cubrid_field_flags.html","desc":"Return a string with the flags of the given field offset"}, "cubrid_field_len":{"name":"cubrid_field_len","type":"","path":"php/cubrid_field_len.html","desc":"Get the maximum length of the specified field"}, "cubrid_field_name":{"name":"cubrid_field_name","type":"","path":"php/cubrid_field_name.html","desc":"Return the name of the specified field index"}, "cubrid_field_seek":{"name":"cubrid_field_seek","type":"","path":"php/cubrid_field_seek.html","desc":"Move the result set cursor to the specified field offset"}, "cubrid_field_table":{"name":"cubrid_field_table","type":"","path":"php/cubrid_field_table.html","desc":"Return the name of the table of the specified field"}, "cubrid_field_type":{"name":"cubrid_field_type","type":"","path":"php/cubrid_field_type.html","desc":"Return the type of the column corresponding to the given field offset"}, "cubrid_free_result":{"name":"cubrid_free_result","type":"","path":"php/cubrid_free_result.html","desc":"Free the memory occupied by the result data"}, "cubrid_get":{"name":"cubrid_get","type":"","path":"php/cubrid_get.html","desc":"Get a column using OID"}, "cubrid_get_autocommit":{"name":"cubrid_get_autocommit","type":"","path":"php/cubrid_get_autocommit.html","desc":"Get auto-commit mode of the connection"}, "cubrid_get_charset":{"name":"cubrid_get_charset","type":"","path":"php/cubrid_get_charset.html","desc":"Return the current CUBRID connection charset"}, "cubrid_get_class_name":{"name":"cubrid_get_class_name","type":"","path":"php/cubrid_get_class_name.html","desc":"Get the class name using OID"}, "cubrid_get_client_info":{"name":"cubrid_get_client_info","type":"","path":"php/cubrid_get_client_info.html","desc":"Return the client library version"}, "cubrid_get_db_parameter":{"name":"cubrid_get_db_parameter","type":"","path":"php/cubrid_get_db_parameter.html","desc":"Returns the CUBRID database parameters"}, "cubrid_get_query_timeout":{"name":"cubrid_get_query_timeout","type":"","path":"php/cubrid_get_query_timeout.html","desc":"Get the query timeout value of the request"}, "cubrid_get_server_info":{"name":"cubrid_get_server_info","type":"","path":"php/cubrid_get_server_info.html","desc":"Return the CUBRID server version"}, "cubrid_insert_id":{"name":"cubrid_insert_id","type":"","path":"php/cubrid_insert_id.html","desc":"Return the ID generated for the last updated AUTO_INCREMENT column"}, "cubrid_is_instance":{"name":"cubrid_is_instance","type":"","path":"php/cubrid_is_instance.html","desc":"Check whether the instance pointed by OID exists"}, "cubrid_list_dbs":{"name":"cubrid_list_dbs","type":"","path":"php/cubrid_list_dbs.html","desc":"Return an array with the list of all existing CUBRID databases"}, "cubrid_load_from_glo":{"name":"cubrid_load_from_glo","type":"","path":"php/cubrid_load_from_glo.html","desc":"Read data from a GLO instance and save it in a file"}, "cubrid_lob2_bind":{"name":"cubrid_lob2_bind","type":"","path":"php/cubrid_lob2_bind.html","desc":"Bind a lob object or a string as a lob object to a prepared statement as parameters"}, "cubrid_lob2_close":{"name":"cubrid_lob2_close","type":"","path":"php/cubrid_lob2_close.html","desc":"Close LOB object"}, "cubrid_lob2_export":{"name":"cubrid_lob2_export","type":"","path":"php/cubrid_lob2_export.html","desc":"Export the lob object to a file"}, "cubrid_lob2_import":{"name":"cubrid_lob2_import","type":"","path":"php/cubrid_lob2_import.html","desc":"Import BLOBCLOB data from a file"}, "cubrid_lob2_new":{"name":"cubrid_lob2_new","type":"","path":"php/cubrid_lob2_new.html","desc":"Create a lob object"}, "cubrid_lob2_read":{"name":"cubrid_lob2_read","type":"","path":"php/cubrid_lob2_read.html","desc":"Read from BLOBCLOB data"}, "cubrid_lob2_seek":{"name":"cubrid_lob2_seek","type":"","path":"php/cubrid_lob2_seek.html","desc":"Move the cursor of a lob object"}, "cubrid_lob2_seek64":{"name":"cubrid_lob2_seek64","type":"","path":"php/cubrid_lob2_seek64.html","desc":"Move the cursor of a lob object"}, "cubrid_lob2_size":{"name":"cubrid_lob2_size","type":"","path":"php/cubrid_lob2_size.html","desc":"Get a lob object's size"}, "cubrid_lob2_size64":{"name":"cubrid_lob2_size64","type":"","path":"php/cubrid_lob2_size64.html","desc":"Get a lob object's size"}, "cubrid_lob2_tell":{"name":"cubrid_lob2_tell","type":"","path":"php/cubrid_lob2_tell.html","desc":"Tell the cursor position of the LOB object"}, "cubrid_lob2_tell64":{"name":"cubrid_lob2_tell64","type":"","path":"php/cubrid_lob2_tell64.html","desc":"Tell the cursor position of the LOB object"}, "cubrid_lob2_write":{"name":"cubrid_lob2_write","type":"","path":"php/cubrid_lob2_write.html","desc":"Write to a lob object"}, "cubrid_lob_close":{"name":"cubrid_lob_close","type":"","path":"php/cubrid_lob_close.html","desc":"Close BLOBCLOB data"}, "cubrid_lob_export":{"name":"cubrid_lob_export","type":"","path":"php/cubrid_lob_export.html","desc":"Export BLOBCLOB data to file"}, "cubrid_lob_get":{"name":"cubrid_lob_get","type":"","path":"php/cubrid_lob_get.html","desc":"Get BLOBCLOB data"}, "cubrid_lob_send":{"name":"cubrid_lob_send","type":"","path":"php/cubrid_lob_send.html","desc":"Read BLOBCLOB data and send straight to browser"}, "cubrid_lob_size":{"name":"cubrid_lob_size","type":"","path":"php/cubrid_lob_size.html","desc":"Get BLOBCLOB data size"}, "cubrid_lock_read":{"name":"cubrid_lock_read","type":"","path":"php/cubrid_lock_read.html","desc":"Set a read lock on the given OID"}, "cubrid_lock_write":{"name":"cubrid_lock_write","type":"","path":"php/cubrid_lock_write.html","desc":"Set a write lock on the given OID"}, "cubrid_move_cursor":{"name":"cubrid_move_cursor","type":"","path":"php/cubrid_move_cursor.html","desc":"Move the cursor in the result"}, "cubrid_new_glo":{"name":"cubrid_new_glo","type":"","path":"php/cubrid_new_glo.html","desc":"Create a glo instance"}, "cubrid_next_result":{"name":"cubrid_next_result","type":"","path":"php/cubrid_next_result.html","desc":"Get result of next query when executing multiple SQL statements"}, "cubrid_num_cols":{"name":"cubrid_num_cols","type":"","path":"php/cubrid_num_cols.html","desc":"Return the number of columns in the result set"}, "cubrid_num_fields":{"name":"cubrid_num_fields","type":"","path":"php/cubrid_num_fields.html","desc":"Return the number of columns in the result set"}, "cubrid_num_rows":{"name":"cubrid_num_rows","type":"","path":"php/cubrid_num_rows.html","desc":"Get the number of rows in the result set"}, "cubrid_pconnect":{"name":"cubrid_pconnect","type":"","path":"php/cubrid_pconnect.html","desc":"Open a persistent connection to a CUBRID server"}, "cubrid_pconnect_with_url":{"name":"cubrid_pconnect_with_url","type":"","path":"php/cubrid_pconnect_with_url.html","desc":"Open a persistent connection to CUBRID server"}, "cubrid_ping":{"name":"cubrid_ping","type":"","path":"php/cubrid_ping.html","desc":"Ping a server connection or reconnect if there is no connection"}, "cubrid_prepare":{"name":"cubrid_prepare","type":"","path":"php/cubrid_prepare.html","desc":"Prepare a SQL statement for execution"}, "cubrid_put":{"name":"cubrid_put","type":"","path":"php/cubrid_put.html","desc":"Update a column using OID"}, "cubrid_query":{"name":"cubrid_query","type":"","path":"php/cubrid_query.html","desc":"Send a CUBRID query"}, "cubrid_real_escape_string":{"name":"cubrid_real_escape_string","type":"","path":"php/cubrid_real_escape_string.html","desc":"Escape special characters in a string for use in an SQL statement"}, "cubrid_result":{"name":"cubrid_result","type":"","path":"php/cubrid_result.html","desc":"Return the value of a specific field in a specific row"}, "cubrid_rollback":{"name":"cubrid_rollback","type":"","path":"php/cubrid_rollback.html","desc":"Roll back a transaction"}, "cubrid_save_to_glo":{"name":"cubrid_save_to_glo","type":"","path":"php/cubrid_save_to_glo.html","desc":"Save requested file in a GLO instance"}, "cubrid_schema":{"name":"cubrid_schema","type":"","path":"php/cubrid_schema.html","desc":"Get the requested schema information"}, "cubrid_send_glo":{"name":"cubrid_send_glo","type":"","path":"php/cubrid_send_glo.html","desc":"Read data from glo and send it to std output"}, "cubrid_seq_drop":{"name":"cubrid_seq_drop","type":"","path":"php/cubrid_seq_drop.html","desc":"Delete an element from sequence type column using OID"}, "cubrid_seq_insert":{"name":"cubrid_seq_insert","type":"","path":"php/cubrid_seq_insert.html","desc":"Insert an element to a sequence type column using OID"}, "cubrid_seq_put":{"name":"cubrid_seq_put","type":"","path":"php/cubrid_seq_put.html","desc":"Update the element value of sequence type column using OID"}, "cubrid_set_add":{"name":"cubrid_set_add","type":"","path":"php/cubrid_set_add.html","desc":"Insert a single element to set type column using OID"}, "cubrid_set_autocommit":{"name":"cubrid_set_autocommit","type":"","path":"php/cubrid_set_autocommit.html","desc":"Set autocommit mode of the connection"}, "cubrid_set_db_parameter":{"name":"cubrid_set_db_parameter","type":"","path":"php/cubrid_set_db_parameter.html","desc":"Sets the CUBRID database parameters"}, "cubrid_set_drop":{"name":"cubrid_set_drop","type":"","path":"php/cubrid_set_drop.html","desc":"Delete an element from set type column using OID"}, "cubrid_set_query_timeout":{"name":"cubrid_set_query_timeout","type":"","path":"php/cubrid_set_query_timeout.html","desc":"Set the timeout time of query execution"}, "cubrid_unbuffered_query":{"name":"cubrid_unbuffered_query","type":"","path":"php/cubrid_unbuffered_query.html","desc":"Perform a query without fetching the results into memory"}, "cubrid_version":{"name":"cubrid_version","type":"","path":"php/cubrid_version.html","desc":"Get the CUBRID PHP module's version"}, "curl_close":{"name":"curl_close","type":"","path":"php/curl_close.html","desc":"关闭 cURL 会话"}, "curl_copy_handle":{"name":"curl_copy_handle","type":"","path":"php/curl_copy_handle.html","desc":"复制一个cURL句柄和它的所有选项"}, "curl_errno":{"name":"curl_errno","type":"","path":"php/curl_errno.html","desc":"返回最后一次的错误代码"}, "curl_error":{"name":"curl_error","type":"","path":"php/curl_error.html","desc":"返回当前会话最后一次错误的字符串"}, "curl_escape":{"name":"curl_escape","type":"","path":"php/curl_escape.html","desc":"使用 URL 编码给定的字符串"}, "curl_exec":{"name":"curl_exec","type":"","path":"php/curl_exec.html","desc":"执行 cURL 会话"}, "curl_file_create":{"name":"curl_file_create","type":"","path":"php/curl_file_create.html","desc":"创建一个 CURLFile 对象"}, "curl_getinfo":{"name":"curl_getinfo","type":"","path":"php/curl_getinfo.html","desc":"获取一个cURL连接资源句柄的信息"}, "curl_init":{"name":"curl_init","type":"","path":"php/curl_init.html","desc":"初始化 cURL 会话"}, "curl_multi_add_handle":{"name":"curl_multi_add_handle","type":"","path":"php/curl_multi_add_handle.html","desc":"向curl批处理会话中添加单独的curl句柄"}, "curl_multi_close":{"name":"curl_multi_close","type":"","path":"php/curl_multi_close.html","desc":"关闭一组cURL句柄"}, "curl_multi_errno":{"name":"curl_multi_errno","type":"","path":"php/curl_multi_errno.html","desc":"返回上一次 curl 批处理的错误码"}, "curl_multi_exec":{"name":"curl_multi_exec","type":"","path":"php/curl_multi_exec.html","desc":"运行当前 cURL 句柄的子连接"}, "curl_multi_getcontent":{"name":"curl_multi_getcontent","type":"","path":"php/curl_multi_getcontent.html","desc":"如果设置了CURLOPT_RETURNTRANSFER,则返回获取的输出的文本流"}, "curl_multi_info_read":{"name":"curl_multi_info_read","type":"","path":"php/curl_multi_info_read.html","desc":"获取当前解析的cURL的相关传输信息"}, "curl_multi_init":{"name":"curl_multi_init","type":"","path":"php/curl_multi_init.html","desc":"返回一个新cURL批处理句柄"}, "curl_multi_remove_handle":{"name":"curl_multi_remove_handle","type":"","path":"php/curl_multi_remove_handle.html","desc":"移除cURL批处理句柄资源中的某个句柄资源"}, "curl_multi_select":{"name":"curl_multi_select","type":"","path":"php/curl_multi_select.html","desc":"等待所有cURL批处理中的活动连接"}, "curl_multi_setopt":{"name":"curl_multi_setopt","type":"","path":"php/curl_multi_setopt.html","desc":"为 cURL 并行处理设置一个选项"}, "curl_multi_strerror":{"name":"curl_multi_strerror","type":"","path":"php/curl_multi_strerror.html","desc":"返回字符串描述的错误代码"}, "curl_pause":{"name":"curl_pause","type":"","path":"php/curl_pause.html","desc":"暂停和取消暂停一个连接。"}, "curl_reset":{"name":"curl_reset","type":"","path":"php/curl_reset.html","desc":"重置一个 libcurl 会话句柄的所有的选项"}, "curl_setopt":{"name":"curl_setopt","type":"","path":"php/curl_setopt.html","desc":"设置 cURL 传输选项"}, "curl_setopt_array":{"name":"curl_setopt_array","type":"","path":"php/curl_setopt_array.html","desc":"为 cURL 传输会话批量设置选项"}, "curl_share_close":{"name":"curl_share_close","type":"","path":"php/curl_share_close.html","desc":"关闭 cURL 共享句柄"}, "curl_share_errno":{"name":"curl_share_errno","type":"","path":"php/curl_share_errno.html","desc":"返回共享 curl 句柄的最后一次错误号"}, "curl_share_init":{"name":"curl_share_init","type":"","path":"php/curl_share_init.html","desc":"初始化一个 cURL 共享句柄。"}, "curl_share_setopt":{"name":"curl_share_setopt","type":"","path":"php/curl_share_setopt.html","desc":"为 cURL 共享句柄设置选项。"}, "curl_share_strerror":{"name":"curl_share_strerror","type":"","path":"php/curl_share_strerror.html","desc":"返回错误号对应的错误消息"}, "curl_strerror":{"name":"curl_strerror","type":"","path":"php/curl_strerror.html","desc":"返回错误代码的字符串描述"}, "curl_unescape":{"name":"curl_unescape","type":"","path":"php/curl_unescape.html","desc":"解码给定的 URL 编码的字符串"}, "curl_version":{"name":"curl_version","type":"","path":"php/curl_version.html","desc":"获取 cURL 版本信息"}, "current":{"name":"current","type":"","path":"php/current.html","desc":"返回数组中的当前单元"}, "cyrus_authenticate":{"name":"cyrus_authenticate","type":"","path":"php/cyrus_authenticate.html","desc":"Authenticate against a Cyrus IMAP server"}, "cyrus_bind":{"name":"cyrus_bind","type":"","path":"php/cyrus_bind.html","desc":"Bind callbacks to a Cyrus IMAP connection"}, "cyrus_close":{"name":"cyrus_close","type":"","path":"php/cyrus_close.html","desc":"Close connection to a Cyrus IMAP server"}, "cyrus_connect":{"name":"cyrus_connect","type":"","path":"php/cyrus_connect.html","desc":"Connect to a Cyrus IMAP server"}, "cyrus_query":{"name":"cyrus_query","type":"","path":"php/cyrus_query.html","desc":"Send a query to a Cyrus IMAP server"}, "cyrus_unbind":{"name":"cyrus_unbind","type":"","path":"php/cyrus_unbind.html","desc":"Unbind ..."}, "date":{"name":"date","type":"","path":"php/date.html","desc":"格式化一个本地时间/日期"}, "date_add":{"name":"date_add","type":"","path":"php/date_add.html","desc":"别名 DateTimeadd"}, "date_create":{"name":"date_create","type":"","path":"php/date_create.html","desc":"别名 DateTime__construct"}, "date_create_from_format":{"name":"date_create_from_format","type":"","path":"php/date_create_from_format.html","desc":"别名 DateTimecreateFromFormat"}, "date_create_immutable":{"name":"date_create_immutable","type":"","path":"php/date_create_immutable.html","desc":"别名 DateTimeImmutable__construct"}, "date_create_immutable_from_format":{"name":"date_create_immutable_from_format","type":"","path":"php/date_create_immutable_from_format.html","desc":"别名 DateTimeImmutablecreateFromFormat"}, "date_date_set":{"name":"date_date_set","type":"","path":"php/date_date_set.html","desc":"别名 DateTimesetDate"}, "date_default_timezone_get":{"name":"date_default_timezone_get","type":"","path":"php/date_default_timezone_get.html","desc":"取得一个脚本中所有日期时间函数所使用的默认时区"}, "date_default_timezone_set":{"name":"date_default_timezone_set","type":"","path":"php/date_default_timezone_set.html","desc":"设定用于一个脚本中所有日期时间函数的默认时区"}, "date_diff":{"name":"date_diff","type":"","path":"php/date_diff.html","desc":"别名 DateTimediff"}, "date_format":{"name":"date_format","type":"","path":"php/date_format.html","desc":"别名 DateTimeformat"}, "date_get_last_errors":{"name":"date_get_last_errors","type":"","path":"php/date_get_last_errors.html","desc":"别名 DateTimegetLastErrors"}, "date_interval_create_from_date_string":{"name":"date_interval_create_from_date_string","type":"","path":"php/date_interval_create_from_date_string.html","desc":"别名 DateIntervalcreateFromDateString"}, "date_interval_format":{"name":"date_interval_format","type":"","path":"php/date_interval_format.html","desc":"别名 DateIntervalformat"}, "date_isodate_set":{"name":"date_isodate_set","type":"","path":"php/date_isodate_set.html","desc":"别名 DateTimesetISODate"}, "date_modify":{"name":"date_modify","type":"","path":"php/date_modify.html","desc":"别名 DateTimemodify"}, "date_offset_get":{"name":"date_offset_get","type":"","path":"php/date_offset_get.html","desc":"别名 DateTimegetOffset"}, "date_parse":{"name":"date_parse","type":"","path":"php/date_parse.html","desc":"Returns associative array with detailed info about given date"}, "date_parse_from_format":{"name":"date_parse_from_format","type":"","path":"php/date_parse_from_format.html","desc":"Get info about given date formatted according to the specified format"}, "date_sub":{"name":"date_sub","type":"","path":"php/date_sub.html","desc":"别名 DateTimesub"}, "date_sunrise":{"name":"date_sunrise","type":"","path":"php/date_sunrise.html","desc":"返回给定的日期与地点的日出时间"}, "date_sunset":{"name":"date_sunset","type":"","path":"php/date_sunset.html","desc":"返回给定的日期与地点的日落时间"}, "date_sun_info":{"name":"date_sun_info","type":"","path":"php/date_sun_info.html","desc":"Returns an array with information about sunsetsunrise and twilight beginend"}, "date_timestamp_get":{"name":"date_timestamp_get","type":"","path":"php/date_timestamp_get.html","desc":"别名 DateTimegetTimestamp"}, "date_timestamp_set":{"name":"date_timestamp_set","type":"","path":"php/date_timestamp_set.html","desc":"别名 DateTimesetTimestamp"}, "date_timezone_get":{"name":"date_timezone_get","type":"","path":"php/date_timezone_get.html","desc":"别名 DateTimegetTimezone"}, "date_timezone_set":{"name":"date_timezone_set","type":"","path":"php/date_timezone_set.html","desc":"别名 DateTimesetTimezone"}, "date_time_set":{"name":"date_time_set","type":"","path":"php/date_time_set.html","desc":"别名 DateTimesetTime"}, "db2_autocommit":{"name":"db2_autocommit","type":"","path":"php/db2_autocommit.html","desc":"Returns or sets the AUTOCOMMIT state for a database connection"}, "db2_bind_param":{"name":"db2_bind_param","type":"","path":"php/db2_bind_param.html","desc":"Binds a PHP variable to an SQL statement parameter"}, "db2_client_info":{"name":"db2_client_info","type":"","path":"php/db2_client_info.html","desc":"Returns an object with properties that describe the DB2 database client"}, "db2_close":{"name":"db2_close","type":"","path":"php/db2_close.html","desc":"Closes a database connection"}, "db2_columns":{"name":"db2_columns","type":"","path":"php/db2_columns.html","desc":"Returns a result set listing the columns and associated metadata for a table"}, "db2_column_privileges":{"name":"db2_column_privileges","type":"","path":"php/db2_column_privileges.html","desc":"Returns a result set listing the columns and associated privileges for a table"}, "db2_commit":{"name":"db2_commit","type":"","path":"php/db2_commit.html","desc":"Commits a transaction"}, "db2_connect":{"name":"db2_connect","type":"","path":"php/db2_connect.html","desc":"Returns a connection to a database"}, "db2_conn_error":{"name":"db2_conn_error","type":"","path":"php/db2_conn_error.html","desc":"Returns a string containing the SQLSTATE returned by the last connection attempt"}, "db2_conn_errormsg":{"name":"db2_conn_errormsg","type":"","path":"php/db2_conn_errormsg.html","desc":"Returns the last connection error message and SQLCODE value"}, "db2_cursor_type":{"name":"db2_cursor_type","type":"","path":"php/db2_cursor_type.html","desc":"Returns the cursor type used by a statement resource"}, "db2_escape_string":{"name":"db2_escape_string","type":"","path":"php/db2_escape_string.html","desc":"Used to escape certain characters"}, "db2_exec":{"name":"db2_exec","type":"","path":"php/db2_exec.html","desc":"Executes an SQL statement directly"}, "db2_execute":{"name":"db2_execute","type":"","path":"php/db2_execute.html","desc":"Executes a prepared SQL statement"}, "db2_fetch_array":{"name":"db2_fetch_array","type":"","path":"php/db2_fetch_array.html","desc":"Returns an array, indexed by column position, representing a row in a result set"}, "db2_fetch_assoc":{"name":"db2_fetch_assoc","type":"","path":"php/db2_fetch_assoc.html","desc":"Returns an array, indexed by column name, representing a row in a result set"}, "db2_fetch_both":{"name":"db2_fetch_both","type":"","path":"php/db2_fetch_both.html","desc":"Returns an array, indexed by both column name and position, representing a row in a result set"}, "db2_fetch_object":{"name":"db2_fetch_object","type":"","path":"php/db2_fetch_object.html","desc":"Returns an object with properties representing columns in the fetched row"}, "db2_fetch_row":{"name":"db2_fetch_row","type":"","path":"php/db2_fetch_row.html","desc":"Sets the result set pointer to the next row or requested row"}, "db2_field_display_size":{"name":"db2_field_display_size","type":"","path":"php/db2_field_display_size.html","desc":"Returns the maximum number of bytes required to display a column"}, "db2_field_name":{"name":"db2_field_name","type":"","path":"php/db2_field_name.html","desc":"Returns the name of the column in the result set"}, "db2_field_num":{"name":"db2_field_num","type":"","path":"php/db2_field_num.html","desc":"Returns the position of the named column in a result set"}, "db2_field_precision":{"name":"db2_field_precision","type":"","path":"php/db2_field_precision.html","desc":"Returns the precision of the indicated column in a result set"}, "db2_field_scale":{"name":"db2_field_scale","type":"","path":"php/db2_field_scale.html","desc":"Returns the scale of the indicated column in a result set"}, "db2_field_type":{"name":"db2_field_type","type":"","path":"php/db2_field_type.html","desc":"Returns the data type of the indicated column in a result set"}, "db2_field_width":{"name":"db2_field_width","type":"","path":"php/db2_field_width.html","desc":"Returns the width of the current value of the indicated column in a result set"}, "db2_foreign_keys":{"name":"db2_foreign_keys","type":"","path":"php/db2_foreign_keys.html","desc":"Returns a result set listing the foreign keys for a table"}, "db2_free_result":{"name":"db2_free_result","type":"","path":"php/db2_free_result.html","desc":"Frees resources associated with a result set"}, "db2_free_stmt":{"name":"db2_free_stmt","type":"","path":"php/db2_free_stmt.html","desc":"Frees resources associated with the indicated statement resource"}, "db2_get_option":{"name":"db2_get_option","type":"","path":"php/db2_get_option.html","desc":"Retrieves an option value for a statement resource or a connection resource"}, "db2_last_insert_id":{"name":"db2_last_insert_id","type":"","path":"php/db2_last_insert_id.html","desc":"Returns the auto generated ID of the last insert query that succ"}, "db2_lob_read":{"name":"db2_lob_read","type":"","path":"php/db2_lob_read.html","desc":"Gets a user defined size of LOB files with each invocation"}, "db2_next_result":{"name":"db2_next_result","type":"","path":"php/db2_next_result.html","desc":"Requests the next result set from a stored procedure"}, "db2_num_fields":{"name":"db2_num_fields","type":"","path":"php/db2_num_fields.html","desc":"Returns the number of fields contained in a result set"}, "db2_num_rows":{"name":"db2_num_rows","type":"","path":"php/db2_num_rows.html","desc":"Returns the number of rows affected by an SQL statement"}, "db2_pclose":{"name":"db2_pclose","type":"","path":"php/db2_pclose.html","desc":"Closes a persistent database connection"}, "db2_pconnect":{"name":"db2_pconnect","type":"","path":"php/db2_pconnect.html","desc":"Returns a persistent connection to a database"}, "db2_prepare":{"name":"db2_prepare","type":"","path":"php/db2_prepare.html","desc":"Prepares an SQL statement to be executed"}, "db2_primary_keys":{"name":"db2_primary_keys","type":"","path":"php/db2_primary_keys.html","desc":"Returns a result set listing primary keys for a table"}, "db2_procedures":{"name":"db2_procedures","type":"","path":"php/db2_procedures.html","desc":"Returns a result set listing the stored procedures registered in a database"}, "db2_procedure_columns":{"name":"db2_procedure_columns","type":"","path":"php/db2_procedure_columns.html","desc":"Returns a result set listing stored procedure parameters"}, "db2_result":{"name":"db2_result","type":"","path":"php/db2_result.html","desc":"Returns a single column from a row in the result set"}, "db2_rollback":{"name":"db2_rollback","type":"","path":"php/db2_rollback.html","desc":"Rolls back a transaction"}, "db2_server_info":{"name":"db2_server_info","type":"","path":"php/db2_server_info.html","desc":"Returns an object with properties that describe the DB2 database server"}, "db2_set_option":{"name":"db2_set_option","type":"","path":"php/db2_set_option.html","desc":"Set options for connection or statement resources"}, "db2_special_columns":{"name":"db2_special_columns","type":"","path":"php/db2_special_columns.html","desc":"Returns a result set listing the unique row identifier columns for a table"}, "db2_statistics":{"name":"db2_statistics","type":"","path":"php/db2_statistics.html","desc":"Returns a result set listing the index and statistics for a table"}, "db2_stmt_error":{"name":"db2_stmt_error","type":"","path":"php/db2_stmt_error.html","desc":"Returns a string containing the SQLSTATE returned by an SQL statement"}, "db2_stmt_errormsg":{"name":"db2_stmt_errormsg","type":"","path":"php/db2_stmt_errormsg.html","desc":"Returns a string containing the last SQL statement error message"}, "db2_tables":{"name":"db2_tables","type":"","path":"php/db2_tables.html","desc":"Returns a result set listing the tables and associated metadata in a database"}, "db2_table_privileges":{"name":"db2_table_privileges","type":"","path":"php/db2_table_privileges.html","desc":"Returns a result set listing the tables and associated privileges in a database"}, "dbase_add_record":{"name":"dbase_add_record","type":"","path":"php/dbase_add_record.html","desc":"Adds a record to a database"}, "dbase_close":{"name":"dbase_close","type":"","path":"php/dbase_close.html","desc":"Closes a database"}, "dbase_create":{"name":"dbase_create","type":"","path":"php/dbase_create.html","desc":"Creates a database"}, "dbase_delete_record":{"name":"dbase_delete_record","type":"","path":"php/dbase_delete_record.html","desc":"Deletes a record from a database"}, "dbase_get_header_info":{"name":"dbase_get_header_info","type":"","path":"php/dbase_get_header_info.html","desc":"Gets the header info of a database"}, "dbase_get_record":{"name":"dbase_get_record","type":"","path":"php/dbase_get_record.html","desc":"Gets a record from a database as an indexed array"}, "dbase_get_record_with_names":{"name":"dbase_get_record_with_names","type":"","path":"php/dbase_get_record_with_names.html","desc":"Gets a record from a database as an associative array"}, "dbase_numfields":{"name":"dbase_numfields","type":"","path":"php/dbase_numfields.html","desc":"Gets the number of fields of a database"}, "dbase_numrecords":{"name":"dbase_numrecords","type":"","path":"php/dbase_numrecords.html","desc":"Gets the number of records in a database"}, "dbase_open":{"name":"dbase_open","type":"","path":"php/dbase_open.html","desc":"Opens a database"}, "dbase_pack":{"name":"dbase_pack","type":"","path":"php/dbase_pack.html","desc":"Packs a database"}, "dbase_replace_record":{"name":"dbase_replace_record","type":"","path":"php/dbase_replace_record.html","desc":"Replaces a record in a database"}, "dba_close":{"name":"dba_close","type":"","path":"php/dba_close.html","desc":"Close a DBA database"}, "dba_delete":{"name":"dba_delete","type":"","path":"php/dba_delete.html","desc":"Delete DBA entry specified by key"}, "dba_exists":{"name":"dba_exists","type":"","path":"php/dba_exists.html","desc":"Check whether key exists"}, "dba_fetch":{"name":"dba_fetch","type":"","path":"php/dba_fetch.html","desc":"Fetch data specified by key"}, "dba_firstkey":{"name":"dba_firstkey","type":"","path":"php/dba_firstkey.html","desc":"Fetch first key"}, "dba_handlers":{"name":"dba_handlers","type":"","path":"php/dba_handlers.html","desc":"List all the handlers available"}, "dba_insert":{"name":"dba_insert","type":"","path":"php/dba_insert.html","desc":"Insert entry"}, "dba_key_split":{"name":"dba_key_split","type":"","path":"php/dba_key_split.html","desc":"Splits a key in string representation into array representation"}, "dba_list":{"name":"dba_list","type":"","path":"php/dba_list.html","desc":"List all open database files"}, "dba_nextkey":{"name":"dba_nextkey","type":"","path":"php/dba_nextkey.html","desc":"Fetch next key"}, "dba_open":{"name":"dba_open","type":"","path":"php/dba_open.html","desc":"Open database"}, "dba_optimize":{"name":"dba_optimize","type":"","path":"php/dba_optimize.html","desc":"Optimize database"}, "dba_popen":{"name":"dba_popen","type":"","path":"php/dba_popen.html","desc":"Open database persistently"}, "dba_replace":{"name":"dba_replace","type":"","path":"php/dba_replace.html","desc":"Replace or insert entry"}, "dba_sync":{"name":"dba_sync","type":"","path":"php/dba_sync.html","desc":"Synchronize database"}, "dbplus_add":{"name":"dbplus_add","type":"","path":"php/dbplus_add.html","desc":"Add a tuple to a relation"}, "dbplus_aql":{"name":"dbplus_aql","type":"","path":"php/dbplus_aql.html","desc":"Perform AQL query"}, "dbplus_chdir":{"name":"dbplus_chdir","type":"","path":"php/dbplus_chdir.html","desc":"GetSet database virtual current directory"}, "dbplus_close":{"name":"dbplus_close","type":"","path":"php/dbplus_close.html","desc":"Close a relation"}, "dbplus_curr":{"name":"dbplus_curr","type":"","path":"php/dbplus_curr.html","desc":"Get current tuple from relation"}, "dbplus_errcode":{"name":"dbplus_errcode","type":"","path":"php/dbplus_errcode.html","desc":"Get error string for given errorcode or last error"}, "dbplus_errno":{"name":"dbplus_errno","type":"","path":"php/dbplus_errno.html","desc":"Get error code for last operation"}, "dbplus_find":{"name":"dbplus_find","type":"","path":"php/dbplus_find.html","desc":"Set a constraint on a relation"}, "dbplus_first":{"name":"dbplus_first","type":"","path":"php/dbplus_first.html","desc":"Get first tuple from relation"}, "dbplus_flush":{"name":"dbplus_flush","type":"","path":"php/dbplus_flush.html","desc":"Flush all changes made on a relation"}, "dbplus_freealllocks":{"name":"dbplus_freealllocks","type":"","path":"php/dbplus_freealllocks.html","desc":"Free all locks held by this client"}, "dbplus_freelock":{"name":"dbplus_freelock","type":"","path":"php/dbplus_freelock.html","desc":"Release write lock on tuple"}, "dbplus_freerlocks":{"name":"dbplus_freerlocks","type":"","path":"php/dbplus_freerlocks.html","desc":"Free all tuple locks on given relation"}, "dbplus_getlock":{"name":"dbplus_getlock","type":"","path":"php/dbplus_getlock.html","desc":"Get a write lock on a tuple"}, "dbplus_getunique":{"name":"dbplus_getunique","type":"","path":"php/dbplus_getunique.html","desc":"Get an id number unique to a relation"}, "dbplus_info":{"name":"dbplus_info","type":"","path":"php/dbplus_info.html","desc":"Get information about a relation"}, "dbplus_last":{"name":"dbplus_last","type":"","path":"php/dbplus_last.html","desc":"Get last tuple from relation"}, "dbplus_lockrel":{"name":"dbplus_lockrel","type":"","path":"php/dbplus_lockrel.html","desc":"Request write lock on relation"}, "dbplus_next":{"name":"dbplus_next","type":"","path":"php/dbplus_next.html","desc":"Get next tuple from relation"}, "dbplus_open":{"name":"dbplus_open","type":"","path":"php/dbplus_open.html","desc":"Open relation file"}, "dbplus_prev":{"name":"dbplus_prev","type":"","path":"php/dbplus_prev.html","desc":"Get previous tuple from relation"}, "dbplus_rchperm":{"name":"dbplus_rchperm","type":"","path":"php/dbplus_rchperm.html","desc":"Change relation permissions"}, "dbplus_rcreate":{"name":"dbplus_rcreate","type":"","path":"php/dbplus_rcreate.html","desc":"Creates a new DB++ relation"}, "dbplus_rcrtexact":{"name":"dbplus_rcrtexact","type":"","path":"php/dbplus_rcrtexact.html","desc":"Creates an exact but empty copy of a relation including indices"}, "dbplus_rcrtlike":{"name":"dbplus_rcrtlike","type":"","path":"php/dbplus_rcrtlike.html","desc":"Creates an empty copy of a relation with default indices"}, "dbplus_resolve":{"name":"dbplus_resolve","type":"","path":"php/dbplus_resolve.html","desc":"Resolve host information for relation"}, "dbplus_restorepos":{"name":"dbplus_restorepos","type":"","path":"php/dbplus_restorepos.html","desc":"Restore position"}, "dbplus_rkeys":{"name":"dbplus_rkeys","type":"","path":"php/dbplus_rkeys.html","desc":"Specify new primary key for a relation"}, "dbplus_ropen":{"name":"dbplus_ropen","type":"","path":"php/dbplus_ropen.html","desc":"Open relation file local"}, "dbplus_rquery":{"name":"dbplus_rquery","type":"","path":"php/dbplus_rquery.html","desc":"Perform local (raw) AQL query"}, "dbplus_rrename":{"name":"dbplus_rrename","type":"","path":"php/dbplus_rrename.html","desc":"Rename a relation"}, "dbplus_rsecindex":{"name":"dbplus_rsecindex","type":"","path":"php/dbplus_rsecindex.html","desc":"Create a new secondary index for a relation"}, "dbplus_runlink":{"name":"dbplus_runlink","type":"","path":"php/dbplus_runlink.html","desc":"Remove relation from filesystem"}, "dbplus_rzap":{"name":"dbplus_rzap","type":"","path":"php/dbplus_rzap.html","desc":"Remove all tuples from relation"}, "dbplus_savepos":{"name":"dbplus_savepos","type":"","path":"php/dbplus_savepos.html","desc":"Save position"}, "dbplus_setindex":{"name":"dbplus_setindex","type":"","path":"php/dbplus_setindex.html","desc":"Set index"}, "dbplus_setindexbynumber":{"name":"dbplus_setindexbynumber","type":"","path":"php/dbplus_setindexbynumber.html","desc":"Set index by number"}, "dbplus_sql":{"name":"dbplus_sql","type":"","path":"php/dbplus_sql.html","desc":"Perform SQL query"}, "dbplus_tcl":{"name":"dbplus_tcl","type":"","path":"php/dbplus_tcl.html","desc":"Execute TCL code on server side"}, "dbplus_tremove":{"name":"dbplus_tremove","type":"","path":"php/dbplus_tremove.html","desc":"Remove tuple and return new current tuple"}, "dbplus_undo":{"name":"dbplus_undo","type":"","path":"php/dbplus_undo.html","desc":"Undo"}, "dbplus_undoprepare":{"name":"dbplus_undoprepare","type":"","path":"php/dbplus_undoprepare.html","desc":"Prepare undo"}, "dbplus_unlockrel":{"name":"dbplus_unlockrel","type":"","path":"php/dbplus_unlockrel.html","desc":"Give up write lock on relation"}, "dbplus_unselect":{"name":"dbplus_unselect","type":"","path":"php/dbplus_unselect.html","desc":"Remove a constraint from relation"}, "dbplus_update":{"name":"dbplus_update","type":"","path":"php/dbplus_update.html","desc":"Update specified tuple in relation"}, "dbplus_xlockrel":{"name":"dbplus_xlockrel","type":"","path":"php/dbplus_xlockrel.html","desc":"Request exclusive lock on relation"}, "dbplus_xunlockrel":{"name":"dbplus_xunlockrel","type":"","path":"php/dbplus_xunlockrel.html","desc":"Free exclusive lock on relation"}, "dbx_close":{"name":"dbx_close","type":"","path":"php/dbx_close.html","desc":"Close an open connectiondatabase"}, "dbx_compare":{"name":"dbx_compare","type":"","path":"php/dbx_compare.html","desc":"Compare two rows for sorting purposes"}, "dbx_connect":{"name":"dbx_connect","type":"","path":"php/dbx_connect.html","desc":"Open a connectiondatabase"}, "dbx_error":{"name":"dbx_error","type":"","path":"php/dbx_error.html","desc":"Report the error message of the latest function call in the module"}, "dbx_escape_string":{"name":"dbx_escape_string","type":"","path":"php/dbx_escape_string.html","desc":"Escape a string so it can safely be used in an sql-statement"}, "dbx_fetch_row":{"name":"dbx_fetch_row","type":"","path":"php/dbx_fetch_row.html","desc":"Fetches rows from a query-result that"}, "dbx_query":{"name":"dbx_query","type":"","path":"php/dbx_query.html","desc":"Send a query and fetch all results (if any)"}, "dbx_sort":{"name":"dbx_sort","type":"","path":"php/dbx_sort.html","desc":"Sort a result from a dbx_query by a custom sort function"}, "dcgettext":{"name":"dcgettext","type":"","path":"php/dcgettext.html","desc":"Overrides the domain for a single lookup"}, "dcngettext":{"name":"dcngettext","type":"","path":"php/dcngettext.html","desc":"Plural version of dcgettext"}, "debug_backtrace":{"name":"debug_backtrace","type":"","path":"php/debug_backtrace.html","desc":"产生一条回溯跟踪(backtrace)"}, "debug_print_backtrace":{"name":"debug_print_backtrace","type":"","path":"php/debug_print_backtrace.html","desc":"打印一条回溯。"}, "debug_zval_dump":{"name":"debug_zval_dump","type":"","path":"php/debug_zval_dump.html","desc":"Dumps a string representation of an internal zend value to output"}, "decbin":{"name":"decbin","type":"","path":"php/decbin.html","desc":"十进制转换为二进制"}, "dechex":{"name":"dechex","type":"","path":"php/dechex.html","desc":"十进制转换为十六进制"}, "decoct":{"name":"decoct","type":"","path":"php/decoct.html","desc":"十进制转换为八进制"}, "define":{"name":"define","type":"","path":"php/define.html","desc":"定义一个常量"}, "defined":{"name":"defined","type":"","path":"php/defined.html","desc":"检查某个名称的常量是否存在"}, "define_syslog_variables":{"name":"define_syslog_variables","type":"","path":"php/define_syslog_variables.html","desc":"Initializes all syslog related variables"}, "deflate_add":{"name":"deflate_add","type":"","path":"php/deflate_add.html","desc":"Incrementally deflate data"}, "deflate_init":{"name":"deflate_init","type":"","path":"php/deflate_init.html","desc":"Initialize an incremental deflate context"}, "deg2rad":{"name":"deg2rad","type":"","path":"php/deg2rad.html","desc":"将角度转换为弧度"}, "delete":{"name":"delete","type":"","path":"php/delete.html","desc":"参见 unlink 或 unset"}, "dgettext":{"name":"dgettext","type":"","path":"php/dgettext.html","desc":"Override the current domain"}, "die":{"name":"die","type":"","path":"php/die.html","desc":"等同于 exit"}, "dio_close":{"name":"dio_close","type":"","path":"php/dio_close.html","desc":"Closes the file descriptor given by fd"}, "dio_fcntl":{"name":"dio_fcntl","type":"","path":"php/dio_fcntl.html","desc":"Performs a c library fcntl on fd"}, "dio_open":{"name":"dio_open","type":"","path":"php/dio_open.html","desc":"Opens a file (creating it if necessary) at a lower level "}, "dio_read":{"name":"dio_read","type":"","path":"php/dio_read.html","desc":"Reads bytes from a file descriptor"}, "dio_seek":{"name":"dio_seek","type":"","path":"php/dio_seek.html","desc":"Seeks to pos on fd from whence"}, "dio_stat":{"name":"dio_stat","type":"","path":"php/dio_stat.html","desc":"Gets stat information about the file descriptor fd"}, "dio_tcsetattr":{"name":"dio_tcsetattr","type":"","path":"php/dio_tcsetattr.html","desc":"Sets terminal attributes and baud rate for a serial port"}, "dio_truncate":{"name":"dio_truncate","type":"","path":"php/dio_truncate.html","desc":"Truncates file descriptor fd to offset bytes"}, "dio_write":{"name":"dio_write","type":"","path":"php/dio_write.html","desc":"Writes data to fd with optional truncation at length"}, "dir":{"name":"dir","type":"","path":"php/dir.html","desc":"返回一个 Directory 类实例"}, "dirname":{"name":"dirname","type":"","path":"php/dirname.html","desc":"返回路径中的目录部分"}, "diskfreespace":{"name":"diskfreespace","type":"","path":"php/diskfreespace.html","desc":"disk_free_space 的别名"}, "disk_free_space":{"name":"disk_free_space","type":"","path":"php/disk_free_space.html","desc":"返回目录中的可用空间"}, "disk_total_space":{"name":"disk_total_space","type":"","path":"php/disk_total_space.html","desc":"返回一个目录的磁盘总大小"}, "dl":{"name":"dl","type":"","path":"php/dl.html","desc":"运行时载入一个 PHP 扩展"}, "dngettext":{"name":"dngettext","type":"","path":"php/dngettext.html","desc":"Plural version of dgettext"}, "dns_check_record":{"name":"dns_check_record","type":"","path":"php/dns_check_record.html","desc":"别名 checkdnsrr"}, "dns_get_mx":{"name":"dns_get_mx","type":"","path":"php/dns_get_mx.html","desc":"别名 getmxrr"}, "dns_get_record":{"name":"dns_get_record","type":"","path":"php/dns_get_record.html","desc":"获取指定主机的DNS记录"}, "dom_import_simplexml":{"name":"dom_import_simplexml","type":"","path":"php/dom_import_simplexml.html","desc":"Gets a DOMElement objec"}, "doubleval":{"name":"doubleval","type":"","path":"php/doubleval.html","desc":"floatval 的别名"}, "each":{"name":"each","type":"","path":"php/each.html","desc":"返回数组中当前的键/值对并将数组指针向前移动一步"}, "easter_date":{"name":"easter_date","type":"","path":"php/easter_date.html","desc":"得到指定年份的复活节午夜时的Unix时间戳。"}, "easter_days":{"name":"easter_days","type":"","path":"php/easter_days.html","desc":"得到指定年份的3月21日到复活节之间的天数"}, "echo":{"name":"echo","type":"","path":"php/echo.html","desc":"输出一个或多个字符串"}, "eio_busy":{"name":"eio_busy","type":"","path":"php/eio_busy.html","desc":"Artificially increase load. Could be useful i"}, "eio_cancel":{"name":"eio_cancel","type":"","path":"php/eio_cancel.html","desc":"Cancels a request"}, "eio_chmod":{"name":"eio_chmod","type":"","path":"php/eio_chmod.html","desc":"Change filedirecrory permissions"}, "eio_chown":{"name":"eio_chown","type":"","path":"php/eio_chown.html","desc":"Change filedirecrory permissions"}, "eio_close":{"name":"eio_close","type":"","path":"php/eio_close.html","desc":"Close file"}, "eio_custom":{"name":"eio_custom","type":"","path":"php/eio_custom.html","desc":"Execute custom request like any other eio_ call"}, "eio_dup2":{"name":"eio_dup2","type":"","path":"php/eio_dup2.html","desc":"Duplicate a file descriptor"}, "eio_event_loop":{"name":"eio_event_loop","type":"","path":"php/eio_event_loop.html","desc":"Polls libeio until all requests proceeded"}, "eio_fallocate":{"name":"eio_fallocate","type":"","path":"php/eio_fallocate.html","desc":"Allows the caller to directly manipulate the alloca"}, "eio_fchmod":{"name":"eio_fchmod","type":"","path":"php/eio_fchmod.html","desc":"Change file permissions"}, "eio_fchown":{"name":"eio_fchown","type":"","path":"php/eio_fchown.html","desc":"Change file ownership"}, "eio_fdatasync":{"name":"eio_fdatasync","type":"","path":"php/eio_fdatasync.html","desc":"Synchronize a file's in-core state with storage device"}, "eio_fstat":{"name":"eio_fstat","type":"","path":"php/eio_fstat.html","desc":"Get file status"}, "eio_fstatvfs":{"name":"eio_fstatvfs","type":"","path":"php/eio_fstatvfs.html","desc":"Get file system statistics"}, "eio_fsync":{"name":"eio_fsync","type":"","path":"php/eio_fsync.html","desc":"Synchronize a file's in-core state with storage device"}, "eio_ftruncate":{"name":"eio_ftruncate","type":"","path":"php/eio_ftruncate.html","desc":"Truncate a file"}, "eio_futime":{"name":"eio_futime","type":"","path":"php/eio_futime.html","desc":"Change file last access and modification times"}, "eio_get_event_stream":{"name":"eio_get_event_stream","type":"","path":"php/eio_get_event_stream.html","desc":"Get stream representing a variable used in internal communications with libeio"}, "eio_get_last_error":{"name":"eio_get_last_error","type":"","path":"php/eio_get_last_error.html","desc":"Returns string describing the last error associated with a request resource"}, "eio_grp":{"name":"eio_grp","type":"","path":"php/eio_grp.html","desc":"Creates a request group"}, "eio_grp_add":{"name":"eio_grp_add","type":"","path":"php/eio_grp_add.html","desc":"Adds a request to the request group"}, "eio_grp_cancel":{"name":"eio_grp_cancel","type":"","path":"php/eio_grp_cancel.html","desc":"Cancels a request group"}, "eio_grp_limit":{"name":"eio_grp_limit","type":"","path":"php/eio_grp_limit.html","desc":"Set group limit"}, "eio_init":{"name":"eio_init","type":"","path":"php/eio_init.html","desc":"(Re-)initialize Eio"}, "eio_link":{"name":"eio_link","type":"","path":"php/eio_link.html","desc":"Create a hardlink for file"}, "eio_lstat":{"name":"eio_lstat","type":"","path":"php/eio_lstat.html","desc":"Get file status"}, "eio_mkdir":{"name":"eio_mkdir","type":"","path":"php/eio_mkdir.html","desc":"Create directory"}, "eio_mknod":{"name":"eio_mknod","type":"","path":"php/eio_mknod.html","desc":"Create a special or ordinary file"}, "eio_nop":{"name":"eio_nop","type":"","path":"php/eio_nop.html","desc":"Does nothing, except go through the whole request cycle"}, "eio_npending":{"name":"eio_npending","type":"","path":"php/eio_npending.html","desc":"Returns number of finished, but unhandled requests"}, "eio_nready":{"name":"eio_nready","type":"","path":"php/eio_nready.html","desc":"Returns number of not-yet handled requests"}, "eio_nreqs":{"name":"eio_nreqs","type":"","path":"php/eio_nreqs.html","desc":"Returns number of requests to be processed"}, "eio_nthreads":{"name":"eio_nthreads","type":"","path":"php/eio_nthreads.html","desc":"Returns number of threads currently in use"}, "eio_open":{"name":"eio_open","type":"","path":"php/eio_open.html","desc":"Opens a file"}, "eio_poll":{"name":"eio_poll","type":"","path":"php/eio_poll.html","desc":"Can be to be called whenever there are pending requests that need finishing"}, "eio_read":{"name":"eio_read","type":"","path":"php/eio_read.html","desc":"Read from a file descriptor at given offset"}, "eio_readahead":{"name":"eio_readahead","type":"","path":"php/eio_readahead.html","desc":"Perform file readahead into page cache"}, "eio_readdir":{"name":"eio_readdir","type":"","path":"php/eio_readdir.html","desc":"Reads through a whole directory"}, "eio_readlink":{"name":"eio_readlink","type":"","path":"php/eio_readlink.html","desc":"Read value of a symbolic link"}, "eio_realpath":{"name":"eio_realpath","type":"","path":"php/eio_realpath.html","desc":"Get the canonicalized absolute pathname"}, "eio_rename":{"name":"eio_rename","type":"","path":"php/eio_rename.html","desc":"Change the name or location of a file"}, "eio_rmdir":{"name":"eio_rmdir","type":"","path":"php/eio_rmdir.html","desc":"Remove a directory"}, "eio_seek":{"name":"eio_seek","type":"","path":"php/eio_seek.html","desc":"Repositions the offset of the open file associated with the fd argument to the argument offset according to the directive whence"}, "eio_sendfile":{"name":"eio_sendfile","type":"","path":"php/eio_sendfile.html","desc":"Transfer data between file descriptors"}, "eio_set_max_idle":{"name":"eio_set_max_idle","type":"","path":"php/eio_set_max_idle.html","desc":"Set maximum number of idle threads"}, "eio_set_max_parallel":{"name":"eio_set_max_parallel","type":"","path":"php/eio_set_max_parallel.html","desc":"Set maximum parallel threads"}, "eio_set_max_poll_reqs":{"name":"eio_set_max_poll_reqs","type":"","path":"php/eio_set_max_poll_reqs.html","desc":"Set maximum number of requests processed in a poll"}, "eio_set_max_poll_time":{"name":"eio_set_max_poll_time","type":"","path":"php/eio_set_max_poll_time.html","desc":"Set maximum poll time"}, "eio_set_min_parallel":{"name":"eio_set_min_parallel","type":"","path":"php/eio_set_min_parallel.html","desc":"Set minimum parallel thread number"}, "eio_stat":{"name":"eio_stat","type":"","path":"php/eio_stat.html","desc":"Get file status"}, "eio_statvfs":{"name":"eio_statvfs","type":"","path":"php/eio_statvfs.html","desc":"Get file system statistics"}, "eio_symlink":{"name":"eio_symlink","type":"","path":"php/eio_symlink.html","desc":"Create a symbolic link"}, "eio_sync":{"name":"eio_sync","type":"","path":"php/eio_sync.html","desc":"Commit buffer cache to disk"}, "eio_syncfs":{"name":"eio_syncfs","type":"","path":"php/eio_syncfs.html","desc":"Calls Linux' syncfs syscall, if available"}, "eio_sync_file_range":{"name":"eio_sync_file_range","type":"","path":"php/eio_sync_file_range.html","desc":"Sync a file segment with disk"}, "eio_truncate":{"name":"eio_truncate","type":"","path":"php/eio_truncate.html","desc":"Truncate a file"}, "eio_unlink":{"name":"eio_unlink","type":"","path":"php/eio_unlink.html","desc":"Delete a name and possibly the file it refers to"}, "eio_utime":{"name":"eio_utime","type":"","path":"php/eio_utime.html","desc":"Change file last access and modification times"}, "eio_write":{"name":"eio_write","type":"","path":"php/eio_write.html","desc":"Write to file"}, "empty":{"name":"empty","type":"","path":"php/empty.html","desc":"检查一个变量是否为空"}, "enchant_broker_describe":{"name":"enchant_broker_describe","type":"","path":"php/enchant_broker_describe.html","desc":"Enumerates the Enchant providers"}, "enchant_broker_dict_exists":{"name":"enchant_broker_dict_exists","type":"","path":"php/enchant_broker_dict_exists.html","desc":"Whether a dictionary exists or not. Using non-empty tag"}, "enchant_broker_free":{"name":"enchant_broker_free","type":"","path":"php/enchant_broker_free.html","desc":"Free the broker resource and its dictionnaries"}, "enchant_broker_free_dict":{"name":"enchant_broker_free_dict","type":"","path":"php/enchant_broker_free_dict.html","desc":"Free a dictionary resource"}, "enchant_broker_get_dict_path":{"name":"enchant_broker_get_dict_path","type":"","path":"php/enchant_broker_get_dict_path.html","desc":"Get the directory path for a given backend"}, "enchant_broker_get_error":{"name":"enchant_broker_get_error","type":"","path":"php/enchant_broker_get_error.html","desc":"Returns the last error of the broker"}, "enchant_broker_init":{"name":"enchant_broker_init","type":"","path":"php/enchant_broker_init.html","desc":"Create a new broker object capable of requesting"}, "enchant_broker_list_dicts":{"name":"enchant_broker_list_dicts","type":"","path":"php/enchant_broker_list_dicts.html","desc":"Returns a list of available dictionaries"}, "enchant_broker_request_dict":{"name":"enchant_broker_request_dict","type":"","path":"php/enchant_broker_request_dict.html","desc":"Create a new dictionary using a tag"}, "enchant_broker_request_pwl_dict":{"name":"enchant_broker_request_pwl_dict","type":"","path":"php/enchant_broker_request_pwl_dict.html","desc":"Creates a dictionary using a PWL file"}, "enchant_broker_set_dict_path":{"name":"enchant_broker_set_dict_path","type":"","path":"php/enchant_broker_set_dict_path.html","desc":"Set the directory path for a given backend"}, "enchant_broker_set_ordering":{"name":"enchant_broker_set_ordering","type":"","path":"php/enchant_broker_set_ordering.html","desc":"Declares a preference of dictionaries to use for the language"}, "enchant_dict_add_to_personal":{"name":"enchant_dict_add_to_personal","type":"","path":"php/enchant_dict_add_to_personal.html","desc":"Add a word to personal word list"}, "enchant_dict_add_to_session":{"name":"enchant_dict_add_to_session","type":"","path":"php/enchant_dict_add_to_session.html","desc":"Add 'word' to this spell-checking session"}, "enchant_dict_check":{"name":"enchant_dict_check","type":"","path":"php/enchant_dict_check.html","desc":"Check whether a word is correctly spelled or not"}, "enchant_dict_describe":{"name":"enchant_dict_describe","type":"","path":"php/enchant_dict_describe.html","desc":"Describes an individual dictionary"}, "enchant_dict_get_error":{"name":"enchant_dict_get_error","type":"","path":"php/enchant_dict_get_error.html","desc":"Returns the last error of the current spelling-session"}, "enchant_dict_is_in_session":{"name":"enchant_dict_is_in_session","type":"","path":"php/enchant_dict_is_in_session.html","desc":"Whether or not 'word' exists in this spelling-session"}, "enchant_dict_quick_check":{"name":"enchant_dict_quick_check","type":"","path":"php/enchant_dict_quick_check.html","desc":"Check the word is correctly spelled and provide suggestions"}, "enchant_dict_store_replacement":{"name":"enchant_dict_store_replacement","type":"","path":"php/enchant_dict_store_replacement.html","desc":"Add a correction for a word"}, "enchant_dict_suggest":{"name":"enchant_dict_suggest","type":"","path":"php/enchant_dict_suggest.html","desc":"Will return a list of values if any of those pre-conditions are not met"}, "end":{"name":"end","type":"","path":"php/end.html","desc":"将数组的内部指针指向最后一个单元"}, "ereg":{"name":"ereg","type":"","path":"php/ereg.html","desc":"正则表达式匹配"}, "eregi":{"name":"eregi","type":"","path":"php/eregi.html","desc":"不区分大小写的正则表达式匹配"}, "eregi_replace":{"name":"eregi_replace","type":"","path":"php/eregi_replace.html","desc":"不区分大小写的正则表达式替换"}, "ereg_replace":{"name":"ereg_replace","type":"","path":"php/ereg_replace.html","desc":"正则表达式替换"}, "error_clear_last":{"name":"error_clear_last","type":"","path":"php/error_clear_last.html","desc":"清除最近一次错误"}, "error_get_last":{"name":"error_get_last","type":"","path":"php/error_get_last.html","desc":"获取最后发生的错误"}, "error_log":{"name":"error_log","type":"","path":"php/error_log.html","desc":"发送错误信息到某个地方"}, "error_reporting":{"name":"error_reporting","type":"","path":"php/error_reporting.html","desc":"设置应该报告何种 PHP 错误"}, "escapeshellarg":{"name":"escapeshellarg","type":"","path":"php/escapeshellarg.html","desc":"把字符串转码为可以在 shell 命令里使用的参数"}, "escapeshellcmd":{"name":"escapeshellcmd","type":"","path":"php/escapeshellcmd.html","desc":"shell 元字符转义"}, "eval":{"name":"eval","type":"","path":"php/eval.html","desc":"把字符串作为PHP代码执行"}, "event_add":{"name":"event_add","type":"","path":"php/event_add.html","desc":"Add an event to the set of monitored events"}, "event_base_free":{"name":"event_base_free","type":"","path":"php/event_base_free.html","desc":"Destroy event base"}, "event_base_loop":{"name":"event_base_loop","type":"","path":"php/event_base_loop.html","desc":"Handle events"}, "event_base_loopbreak":{"name":"event_base_loopbreak","type":"","path":"php/event_base_loopbreak.html","desc":"Abort event loop"}, "event_base_loopexit":{"name":"event_base_loopexit","type":"","path":"php/event_base_loopexit.html","desc":"Exit loop after a time"}, "event_base_new":{"name":"event_base_new","type":"","path":"php/event_base_new.html","desc":"Create and initialize new event base"}, "event_base_priority_init":{"name":"event_base_priority_init","type":"","path":"php/event_base_priority_init.html","desc":"Set the number of event priority levels"}, "event_base_reinit":{"name":"event_base_reinit","type":"","path":"php/event_base_reinit.html","desc":"Reinitialize the event base after a fork"}, "event_base_set":{"name":"event_base_set","type":"","path":"php/event_base_set.html","desc":"Associate event base with an event"}, "event_buffer_base_set":{"name":"event_buffer_base_set","type":"","path":"php/event_buffer_base_set.html","desc":"Associate buffered event with an event base"}, "event_buffer_disable":{"name":"event_buffer_disable","type":"","path":"php/event_buffer_disable.html","desc":"Disable a buffered event"}, "event_buffer_enable":{"name":"event_buffer_enable","type":"","path":"php/event_buffer_enable.html","desc":"Enable a buffered event"}, "event_buffer_fd_set":{"name":"event_buffer_fd_set","type":"","path":"php/event_buffer_fd_set.html","desc":"Change a buffered event file descriptor"}, "event_buffer_free":{"name":"event_buffer_free","type":"","path":"php/event_buffer_free.html","desc":"Destroy buffered event"}, "event_buffer_new":{"name":"event_buffer_new","type":"","path":"php/event_buffer_new.html","desc":"Create new buffered event"}, "event_buffer_priority_set":{"name":"event_buffer_priority_set","type":"","path":"php/event_buffer_priority_set.html","desc":"Assign a priority to a buffered event"}, "event_buffer_read":{"name":"event_buffer_read","type":"","path":"php/event_buffer_read.html","desc":"Read data from a buffered event"}, "event_buffer_set_callback":{"name":"event_buffer_set_callback","type":"","path":"php/event_buffer_set_callback.html","desc":"Set or reset callbacks for a buffered event"}, "event_buffer_timeout_set":{"name":"event_buffer_timeout_set","type":"","path":"php/event_buffer_timeout_set.html","desc":"Set read and write timeouts for a buffered event"}, "event_buffer_watermark_set":{"name":"event_buffer_watermark_set","type":"","path":"php/event_buffer_watermark_set.html","desc":"Set the watermarks for read and write events"}, "event_buffer_write":{"name":"event_buffer_write","type":"","path":"php/event_buffer_write.html","desc":"Write data to a buffered event"}, "event_del":{"name":"event_del","type":"","path":"php/event_del.html","desc":"Remove an event from the set of monitored events"}, "event_free":{"name":"event_free","type":"","path":"php/event_free.html","desc":"Free event resource"}, "event_new":{"name":"event_new","type":"","path":"php/event_new.html","desc":"Create new event"}, "event_priority_set":{"name":"event_priority_set","type":"","path":"php/event_priority_set.html","desc":"Assign a priority to an event"}, "event_set":{"name":"event_set","type":"","path":"php/event_set.html","desc":"Prepare an event"}, "event_timer_add":{"name":"event_timer_add","type":"","path":"php/event_timer_add.html","desc":"别名 event_add"}, "event_timer_del":{"name":"event_timer_del","type":"","path":"php/event_timer_del.html","desc":"别名 event_del"}, "event_timer_new":{"name":"event_timer_new","type":"","path":"php/event_timer_new.html","desc":"别名 event_new"}, "event_timer_set":{"name":"event_timer_set","type":"","path":"php/event_timer_set.html","desc":"Prepare a timer event"}, "exec":{"name":"exec","type":"","path":"php/exec.html","desc":"执行一个外部程序"}, "exif_imagetype":{"name":"exif_imagetype","type":"","path":"php/exif_imagetype.html","desc":"判断一个图像的类型"}, "exif_read_data":{"name":"exif_read_data","type":"","path":"php/exif_read_data.html","desc":"从 JPEG "}, "exif_tagname":{"name":"exif_tagname","type":"","path":"php/exif_tagname.html","desc":"获取指定索引的头名称"}, "exif_thumbnail":{"name":"exif_thumbnail","type":"","path":"php/exif_thumbnail.html","desc":"取得嵌入在 TIFF 或 JPEG 图像中的缩略图"}, "exit":{"name":"exit","type":"","path":"php/exit.html","desc":"输出一个消息并且退出当前脚本"}, "exp":{"name":"exp","type":"","path":"php/exp.html","desc":"计算 e 的指数"}, "expect_expectl":{"name":"expect_expectl","type":"","path":"php/expect_expectl.html","desc":"Waits until the output from a process mat"}, "expect_popen":{"name":"expect_popen","type":"","path":"php/expect_popen.html","desc":"Execute command via Bourne shell, and open the PTY s"}, "explode":{"name":"explode","type":"","path":"php/explode.html","desc":"使用一个字符串分割另一个字符串"}, "expm1":{"name":"expm1","type":"","path":"php/expm1.html","desc":"返回 exp(number) - 1,甚至当 number 的值接近零也能计算出准确结果"}, "extension_loaded":{"name":"extension_loaded","type":"","path":"php/extension_loaded.html","desc":"检查一个扩展是否已经加载"}, "extract":{"name":"extract","type":"","path":"php/extract.html","desc":"从数组中将变量导入到当前的符号表"}, "ezmlm_hash":{"name":"ezmlm_hash","type":"","path":"php/ezmlm_hash.html","desc":"计算 EZMLM 所需的散列值"}, "fam_cancel_monitor":{"name":"fam_cancel_monitor","type":"","path":"php/fam_cancel_monitor.html","desc":"Terminate monitoring"}, "fam_close":{"name":"fam_close","type":"","path":"php/fam_close.html","desc":"Close FAM connection"}, "fam_monitor_collection":{"name":"fam_monitor_collection","type":"","path":"php/fam_monitor_collection.html","desc":"Monitor a collection of files in a directory for changes"}, "fam_monitor_directory":{"name":"fam_monitor_directory","type":"","path":"php/fam_monitor_directory.html","desc":"Monitor a directory for changes"}, "fam_monitor_file":{"name":"fam_monitor_file","type":"","path":"php/fam_monitor_file.html","desc":"Monitor a regular file for changes"}, "fam_next_event":{"name":"fam_next_event","type":"","path":"php/fam_next_event.html","desc":"Get next pending FAM event"}, "fam_open":{"name":"fam_open","type":"","path":"php/fam_open.html","desc":"Open connection to FAM daemon"}, "fam_pending":{"name":"fam_pending","type":"","path":"php/fam_pending.html","desc":"Check for pending FAM events"}, "fam_resume_monitor":{"name":"fam_resume_monitor","type":"","path":"php/fam_resume_monitor.html","desc":"Resume suspended monitoring"}, "fam_suspend_monitor":{"name":"fam_suspend_monitor","type":"","path":"php/fam_suspend_monitor.html","desc":"Temporarily suspend monitoring"}, "fann_cascadetrain_on_data":{"name":"fann_cascadetrain_on_data","type":"","path":"php/fann_cascadetrain_on_data.html","desc":"在整个数据集上训练,使用一段时间的 Cascade2 训练算法。"}, "fann_cascadetrain_on_file":{"name":"fann_cascadetrain_on_file","type":"","path":"php/fann_cascadetrain_on_file.html","desc":"读取文件并在整个数据集上训练,使用 Cascade2 训练算法训练一段时间。"}, "fann_clear_scaling_params":{"name":"fann_clear_scaling_params","type":"","path":"php/fann_clear_scaling_params.html","desc":"清除缩放参数"}, "fann_copy":{"name":"fann_copy","type":"","path":"php/fann_copy.html","desc":"创建一个 fann 结构体的副本。"}, "fann_create_from_file":{"name":"fann_create_from_file","type":"","path":"php/fann_create_from_file.html","desc":"从配置文件中构建一个反向传播神经网络。"}, "fann_create_shortcut":{"name":"fann_create_shortcut","type":"","path":"php/fann_create_shortcut.html","desc":"创建一个含快捷连接而非全连接的标准反向传播神经网络。"}, "fann_create_shortcut_array":{"name":"fann_create_shortcut_array","type":"","path":"php/fann_create_shortcut_array.html","desc":"创建一个含快捷连接而非全连接的标准反向传播神经网络。"}, "fann_create_sparse":{"name":"fann_create_sparse","type":"","path":"php/fann_create_sparse.html","desc":"创建一个标准的反向传播神经网络,该网络不是全连接。"}, "fann_create_sparse_array":{"name":"fann_create_sparse_array","type":"","path":"php/fann_create_sparse_array.html","desc":"创建一个标准的反向传播神经网络,该网络使用一个表示每层大小的数组来构造,但是并不是全连接的。"}, "fann_create_standard":{"name":"fann_create_standard","type":"","path":"php/fann_create_standard.html","desc":"创建标准的全连接反向传播神经网络。"}, "fann_create_standard_array":{"name":"fann_create_standard_array","type":"","path":"php/fann_create_standard_array.html","desc":"创建一个全连接的反向传播神经网络,该网络使用一个表示每层大小的数组来构造。"}, "fann_create_train":{"name":"fann_create_train","type":"","path":"php/fann_create_train.html","desc":"创建一个空的训练数据结构。"}, "fann_create_train_from_callback":{"name":"fann_create_train_from_callback","type":"","path":"php/fann_create_train_from_callback.html","desc":"从用户提供的函数创建训练数据结构。"}, "fann_descale_input":{"name":"fann_descale_input","type":"","path":"php/fann_descale_input.html","desc":"在获取基于先前计算的参数之后,在输入向量中缩小数据"}, "fann_descale_output":{"name":"fann_descale_output","type":"","path":"php/fann_descale_output.html","desc":"在获取基于先前计算的参数之后,在输出向量中缩小数据"}, "fann_descale_train":{"name":"fann_descale_train","type":"","path":"php/fann_descale_train.html","desc":"基于先前计算的参数来缩小输入和输出数据"}, "fann_destroy":{"name":"fann_destroy","type":"","path":"php/fann_destroy.html","desc":"销毁整个网络并且适当地释放所有的关联内存。"}, "fann_destroy_train":{"name":"fann_destroy_train","type":"","path":"php/fann_destroy_train.html","desc":"销毁训练数据。"}, "fann_duplicate_train_data":{"name":"fann_duplicate_train_data","type":"","path":"php/fann_duplicate_train_data.html","desc":"返回 fann 训练数据精确的副本。"}, "fann_get_activation_function":{"name":"fann_get_activation_function","type":"","path":"php/fann_get_activation_function.html","desc":"返回激励函数"}, "fann_get_activation_steepness":{"name":"fann_get_activation_steepness","type":"","path":"php/fann_get_activation_steepness.html","desc":"为提供的神经和网络层数返回激活陡度"}, "fann_get_bias_array":{"name":"fann_get_bias_array","type":"","path":"php/fann_get_bias_array.html","desc":"获取网络中每一层的偏差数"}, "fann_get_bit_fail":{"name":"fann_get_bit_fail","type":"","path":"php/fann_get_bit_fail.html","desc":"失败位的数量"}, "fann_get_bit_fail_limit":{"name":"fann_get_bit_fail_limit","type":"","path":"php/fann_get_bit_fail_limit.html","desc":"返回训练期间使用的误差限制"}, "fann_get_cascade_activation_functions":{"name":"fann_get_cascade_activation_functions","type":"","path":"php/fann_get_cascade_activation_functions.html","desc":"返回级联激活函数"}, "fann_get_cascade_activation_functions_count":{"name":"fann_get_cascade_activation_functions_count","type":"","path":"php/fann_get_cascade_activation_functions_count.html","desc":"返回级联激活函数的数量"}, "fann_get_cascade_activation_steepnesses":{"name":"fann_get_cascade_activation_steepnesses","type":"","path":"php/fann_get_cascade_activation_steepnesses.html","desc":"返回级联激活陡度"}, "fann_get_cascade_activation_steepnesses_count":{"name":"fann_get_cascade_activation_steepnesses_count","type":"","path":"php/fann_get_cascade_activation_steepnesses_count.html","desc":"激活陡度的数量"}, "fann_get_cascade_candidate_change_fraction":{"name":"fann_get_cascade_candidate_change_fraction","type":"","path":"php/fann_get_cascade_candidate_change_fraction.html","desc":"返回级联候选变化分数"}, "fann_get_cascade_candidate_limit":{"name":"fann_get_cascade_candidate_limit","type":"","path":"php/fann_get_cascade_candidate_limit.html","desc":"返回候选限度"}, "fann_get_cascade_candidate_stagnation_epochs":{"name":"fann_get_cascade_candidate_stagnation_epochs","type":"","path":"php/fann_get_cascade_candidate_stagnation_epochs.html","desc":"返回层叠候选停滞周期的数量"}, "fann_get_cascade_max_cand_epochs":{"name":"fann_get_cascade_max_cand_epochs","type":"","path":"php/fann_get_cascade_max_cand_epochs.html","desc":"返回候选周期的最大值"}, "fann_get_cascade_max_out_epochs":{"name":"fann_get_cascade_max_out_epochs","type":"","path":"php/fann_get_cascade_max_out_epochs.html","desc":"返回输出周期的最大值"}, "fann_get_cascade_min_cand_epochs":{"name":"fann_get_cascade_min_cand_epochs","type":"","path":"php/fann_get_cascade_min_cand_epochs.html","desc":"返回最小的候选周期"}, "fann_get_cascade_min_out_epochs":{"name":"fann_get_cascade_min_out_epochs","type":"","path":"php/fann_get_cascade_min_out_epochs.html","desc":"返回最小输出周期"}, "fann_get_cascade_num_candidates":{"name":"fann_get_cascade_num_candidates","type":"","path":"php/fann_get_cascade_num_candidates.html","desc":"返回训练期间使用的候选数量"}, "fann_get_cascade_num_candidate_groups":{"name":"fann_get_cascade_num_candidate_groups","type":"","path":"php/fann_get_cascade_num_candidate_groups.html","desc":"返回候选组的数量"}, "fann_get_cascade_output_change_fraction":{"name":"fann_get_cascade_output_change_fraction","type":"","path":"php/fann_get_cascade_output_change_fraction.html","desc":"返回级联输出变化分数"}, "fann_get_cascade_output_stagnation_epochs":{"name":"fann_get_cascade_output_stagnation_epochs","type":"","path":"php/fann_get_cascade_output_stagnation_epochs.html","desc":"返回级联输出停滞周期的数量"}, "fann_get_cascade_weight_multiplier":{"name":"fann_get_cascade_weight_multiplier","type":"","path":"php/fann_get_cascade_weight_multiplier.html","desc":"返回权重因子"}, "fann_get_connection_array":{"name":"fann_get_connection_array","type":"","path":"php/fann_get_connection_array.html","desc":"获取网络中的连接。"}, "fann_get_connection_rate":{"name":"fann_get_connection_rate","type":"","path":"php/fann_get_connection_rate.html","desc":"获取当网络创建时连接的使用率。"}, "fann_get_errno":{"name":"fann_get_errno","type":"","path":"php/fann_get_errno.html","desc":"返回最后一个错误数字。"}, "fann_get_errstr":{"name":"fann_get_errstr","type":"","path":"php/fann_get_errstr.html","desc":"返回最后的错误字符串。"}, "fann_get_layer_array":{"name":"fann_get_layer_array","type":"","path":"php/fann_get_layer_array.html","desc":"获取网络中每层的神经元数量。"}, "fann_get_learning_momentum":{"name":"fann_get_learning_momentum","type":"","path":"php/fann_get_learning_momentum.html","desc":"返回学习动量"}, "fann_get_learning_rate":{"name":"fann_get_learning_rate","type":"","path":"php/fann_get_learning_rate.html","desc":"返回学习速率"}, "fann_get_mse":{"name":"fann_get_mse","type":"","path":"php/fann_get_mse.html","desc":"从网络中读取均方误差。"}, "fann_get_network_type":{"name":"fann_get_network_type","type":"","path":"php/fann_get_network_type.html","desc":"获取所创建的神经网络类型。"}, "fann_get_num_input":{"name":"fann_get_num_input","type":"","path":"php/fann_get_num_input.html","desc":"获取输入神经元的数量。"}, "fann_get_num_layers":{"name":"fann_get_num_layers","type":"","path":"php/fann_get_num_layers.html","desc":"获取神经网络的层数。"}, "fann_get_num_output":{"name":"fann_get_num_output","type":"","path":"php/fann_get_num_output.html","desc":"获取输出神经元的数量。"}, "fann_get_quickprop_decay":{"name":"fann_get_quickprop_decay","type":"","path":"php/fann_get_quickprop_decay.html","desc":"返回衰退值,用于在 quickprop 训练迭代时衰减权重"}, "fann_get_quickprop_mu":{"name":"fann_get_quickprop_mu","type":"","path":"php/fann_get_quickprop_mu.html","desc":"返回放大系数"}, "fann_get_rprop_decrease_factor":{"name":"fann_get_rprop_decrease_factor","type":"","path":"php/fann_get_rprop_decrease_factor.html","desc":"返回 RPROP 训练期间的衰减系数"}, "fann_get_rprop_delta_max":{"name":"fann_get_rprop_delta_max","type":"","path":"php/fann_get_rprop_delta_max.html","desc":"返回最大步长"}, "fann_get_rprop_delta_min":{"name":"fann_get_rprop_delta_min","type":"","path":"php/fann_get_rprop_delta_min.html","desc":"返回最小步长"}, "fann_get_rprop_delta_zero":{"name":"fann_get_rprop_delta_zero","type":"","path":"php/fann_get_rprop_delta_zero.html","desc":"返回初始步长"}, "fann_get_rprop_increase_factor":{"name":"fann_get_rprop_increase_factor","type":"","path":"php/fann_get_rprop_increase_factor.html","desc":"返回 RPROP 训练的递增系数"}, "fann_get_sarprop_step_error_shift":{"name":"fann_get_sarprop_step_error_shift","type":"","path":"php/fann_get_sarprop_step_error_shift.html","desc":"返回 sarprop 步值的误差偏移"}, "fann_get_sarprop_step_error_threshold_factor":{"name":"fann_get_sarprop_step_error_threshold_factor","type":"","path":"php/fann_get_sarprop_step_error_threshold_factor.html","desc":"返回 sarprop 算法步值的误差阈值系数"}, "fann_get_sarprop_temperature":{"name":"fann_get_sarprop_temperature","type":"","path":"php/fann_get_sarprop_temperature.html","desc":"返回 sarprop 算法温度"}, "fann_get_sarprop_weight_decay_shift":{"name":"fann_get_sarprop_weight_decay_shift","type":"","path":"php/fann_get_sarprop_weight_decay_shift.html","desc":"返回 sarprop 算法权重衰减变化值"}, "fann_get_total_connections":{"name":"fann_get_total_connections","type":"","path":"php/fann_get_total_connections.html","desc":"获取整个网络中所有的连接数。"}, "fann_get_total_neurons":{"name":"fann_get_total_neurons","type":"","path":"php/fann_get_total_neurons.html","desc":"获取整个网络中神经元的数量。"}, "fann_get_training_algorithm":{"name":"fann_get_training_algorithm","type":"","path":"php/fann_get_training_algorithm.html","desc":"返回训练算法。"}, "fann_get_train_error_function":{"name":"fann_get_train_error_function","type":"","path":"php/fann_get_train_error_function.html","desc":"返回训练中使用的错误函数。"}, "fann_get_train_stop_function":{"name":"fann_get_train_stop_function","type":"","path":"php/fann_get_train_stop_function.html","desc":"返回训练中使用的停止函数。"}, "fann_init_weights":{"name":"fann_init_weights","type":"","path":"php/fann_init_weights.html","desc":"使用 Widrow 和 Nguyen 算法初始化权重。"}, "fann_length_train_data":{"name":"fann_length_train_data","type":"","path":"php/fann_length_train_data.html","desc":"返回训练数据中训练模式的数量。"}, "fann_merge_train_data":{"name":"fann_merge_train_data","type":"","path":"php/fann_merge_train_data.html","desc":"合并训练数据。"}, "fann_num_input_train_data":{"name":"fann_num_input_train_data","type":"","path":"php/fann_num_input_train_data.html","desc":"返回训练数据中每个训练模式输入的数量。"}, "fann_num_output_train_data":{"name":"fann_num_output_train_data","type":"","path":"php/fann_num_output_train_data.html","desc":"返回训练数据中每个训练模式输出的数量。"}, "fann_print_error":{"name":"fann_print_error","type":"","path":"php/fann_print_error.html","desc":"打印错误字符串。"}, "fann_randomize_weights":{"name":"fann_randomize_weights","type":"","path":"php/fann_randomize_weights.html","desc":"给每个连接赋一个介于 min_weight 和 max_weight 之间的随机权重。"}, "fann_read_train_from_file":{"name":"fann_read_train_from_file","type":"","path":"php/fann_read_train_from_file.html","desc":"读取存储训练数据的文件。"}, "fann_reset_errno":{"name":"fann_reset_errno","type":"","path":"php/fann_reset_errno.html","desc":"重置最后的错误代码。"}, "fann_reset_errstr":{"name":"fann_reset_errstr","type":"","path":"php/fann_reset_errstr.html","desc":"重置最后的错误字符串。"}, "fann_reset_mse":{"name":"fann_reset_mse","type":"","path":"php/fann_reset_mse.html","desc":"重置网络中的均方误差。"}, "fann_run":{"name":"fann_run","type":"","path":"php/fann_run.html","desc":"将通过神经网络运行输入。"}, "fann_save":{"name":"fann_save","type":"","path":"php/fann_save.html","desc":"将整个网络保存至配置文件。"}, "fann_save_train":{"name":"fann_save_train","type":"","path":"php/fann_save_train.html","desc":"将训练结构体保存至文件。"}, "fann_scale_input":{"name":"fann_scale_input","type":"","path":"php/fann_scale_input.html","desc":"在以前计算参数的基础上,在训练之前放大输入向量中的数据"}, "fann_scale_input_train_data":{"name":"fann_scale_input_train_data","type":"","path":"php/fann_scale_input_train_data.html","desc":"在训练数据中缩放输入至指定范围"}, "fann_scale_output":{"name":"fann_scale_output","type":"","path":"php/fann_scale_output.html","desc":"在以前计算参数的基础上,在训练之前放大输出向量中的数据"}, "fann_scale_output_train_data":{"name":"fann_scale_output_train_data","type":"","path":"php/fann_scale_output_train_data.html","desc":"在训练数据中缩放输出至指定范围"}, "fann_scale_train":{"name":"fann_scale_train","type":"","path":"php/fann_scale_train.html","desc":"在以前计算参数的基础上,缩放输入和输出数据"}, "fann_scale_train_data":{"name":"fann_scale_train_data","type":"","path":"php/fann_scale_train_data.html","desc":"在训练数据中缩放输入和输出到指定的范围"}, "fann_set_activation_function":{"name":"fann_set_activation_function","type":"","path":"php/fann_set_activation_function.html","desc":"为已应用的神经元和层设置激活函数"}, "fann_set_activation_function_hidden":{"name":"fann_set_activation_function_hidden","type":"","path":"php/fann_set_activation_function_hidden.html","desc":"为所有隐藏层设置激活函数"}, "fann_set_activation_function_layer":{"name":"fann_set_activation_function_layer","type":"","path":"php/fann_set_activation_function_layer.html","desc":"为已应用的层中所有的神经元设置激活函数。"}, "fann_set_activation_function_output":{"name":"fann_set_activation_function_output","type":"","path":"php/fann_set_activation_function_output.html","desc":"为输出层设置激活函数"}, "fann_set_activation_steepness":{"name":"fann_set_activation_steepness","type":"","path":"php/fann_set_activation_steepness.html","desc":"为提供的神经元和层设置激活陡度"}, "fann_set_activation_steepness_hidden":{"name":"fann_set_activation_steepness_hidden","type":"","path":"php/fann_set_activation_steepness_hidden.html","desc":"为所有隐藏层中所有的神经元设置激活函数陡度"}, "fann_set_activation_steepness_layer":{"name":"fann_set_activation_steepness_layer","type":"","path":"php/fann_set_activation_steepness_layer.html","desc":"为提供的层中所有的神经元设置激活陡度"}, "fann_set_activation_steepness_output":{"name":"fann_set_activation_steepness_output","type":"","path":"php/fann_set_activation_steepness_output.html","desc":"在输出层中设置激活陡度"}, "fann_set_bit_fail_limit":{"name":"fann_set_bit_fail_limit","type":"","path":"php/fann_set_bit_fail_limit.html","desc":"设置训练期间使用的误差"}, "fann_set_callback":{"name":"fann_set_callback","type":"","path":"php/fann_set_callback.html","desc":"设置训练期间使用的回调函数。"}, "fann_set_cascade_activation_functions":{"name":"fann_set_cascade_activation_functions","type":"","path":"php/fann_set_cascade_activation_functions.html","desc":"设置级联候选激活函数的数组"}, "fann_set_cascade_activation_steepnesses":{"name":"fann_set_cascade_activation_steepnesses","type":"","path":"php/fann_set_cascade_activation_steepnesses.html","desc":"设置级联候选激活陡度的数组。"}, "fann_set_cascade_candidate_change_fraction":{"name":"fann_set_cascade_candidate_change_fraction","type":"","path":"php/fann_set_cascade_candidate_change_fraction.html","desc":"设置级联候选更改分数"}, "fann_set_cascade_candidate_limit":{"name":"fann_set_cascade_candidate_limit","type":"","path":"php/fann_set_cascade_candidate_limit.html","desc":"设置候选限度"}, "fann_set_cascade_candidate_stagnation_epochs":{"name":"fann_set_cascade_candidate_stagnation_epochs","type":"","path":"php/fann_set_cascade_candidate_stagnation_epochs.html","desc":"设置级联候选停止周期数"}, "fann_set_cascade_max_cand_epochs":{"name":"fann_set_cascade_max_cand_epochs","type":"","path":"php/fann_set_cascade_max_cand_epochs.html","desc":"设置最大候选周期数"}, "fann_set_cascade_max_out_epochs":{"name":"fann_set_cascade_max_out_epochs","type":"","path":"php/fann_set_cascade_max_out_epochs.html","desc":"设置最大输出周期"}, "fann_set_cascade_min_cand_epochs":{"name":"fann_set_cascade_min_cand_epochs","type":"","path":"php/fann_set_cascade_min_cand_epochs.html","desc":"设置最小候选周期"}, "fann_set_cascade_min_out_epochs":{"name":"fann_set_cascade_min_out_epochs","type":"","path":"php/fann_set_cascade_min_out_epochs.html","desc":"设置最小输出周期"}, "fann_set_cascade_num_candidate_groups":{"name":"fann_set_cascade_num_candidate_groups","type":"","path":"php/fann_set_cascade_num_candidate_groups.html","desc":"设置候选组数量"}, "fann_set_cascade_output_change_fraction":{"name":"fann_set_cascade_output_change_fraction","type":"","path":"php/fann_set_cascade_output_change_fraction.html","desc":"设置级联输出改变分数"}, "fann_set_cascade_output_stagnation_epochs":{"name":"fann_set_cascade_output_stagnation_epochs","type":"","path":"php/fann_set_cascade_output_stagnation_epochs.html","desc":"设置级联输出停滞周期的值"}, "fann_set_cascade_weight_multiplier":{"name":"fann_set_cascade_weight_multiplier","type":"","path":"php/fann_set_cascade_weight_multiplier.html","desc":"设置权重因子"}, "fann_set_error_log":{"name":"fann_set_error_log","type":"","path":"php/fann_set_error_log.html","desc":"设置错误记录保存的位置。"}, "fann_set_input_scaling_params":{"name":"fann_set_input_scaling_params","type":"","path":"php/fann_set_input_scaling_params.html","desc":"根据训练数据计算将来使用的输入比例参数"}, "fann_set_learning_momentum":{"name":"fann_set_learning_momentum","type":"","path":"php/fann_set_learning_momentum.html","desc":"设置学习动量。"}, "fann_set_learning_rate":{"name":"fann_set_learning_rate","type":"","path":"php/fann_set_learning_rate.html","desc":"设置学习速率。"}, "fann_set_output_scaling_params":{"name":"fann_set_output_scaling_params","type":"","path":"php/fann_set_output_scaling_params.html","desc":"根据训练数据计算将来使用的输出缩放参数"}, "fann_set_quickprop_decay":{"name":"fann_set_quickprop_decay","type":"","path":"php/fann_set_quickprop_decay.html","desc":"设置quickprop算法衰减因子"}, "fann_set_quickprop_mu":{"name":"fann_set_quickprop_mu","type":"","path":"php/fann_set_quickprop_mu.html","desc":"设置 quickprop 算法放大因子"}, "fann_set_rprop_decrease_factor":{"name":"fann_set_rprop_decrease_factor","type":"","path":"php/fann_set_rprop_decrease_factor.html","desc":"使用 RPROP 算法训练时,设置下降因子"}, "fann_set_rprop_delta_max":{"name":"fann_set_rprop_delta_max","type":"","path":"php/fann_set_rprop_delta_max.html","desc":"设置最大步长"}, "fann_set_rprop_delta_min":{"name":"fann_set_rprop_delta_min","type":"","path":"php/fann_set_rprop_delta_min.html","desc":"设置最小步长"}, "fann_set_rprop_delta_zero":{"name":"fann_set_rprop_delta_zero","type":"","path":"php/fann_set_rprop_delta_zero.html","desc":"设置初始步长"}, "fann_set_rprop_increase_factor":{"name":"fann_set_rprop_increase_factor","type":"","path":"php/fann_set_rprop_increase_factor.html","desc":"使用 RPROP 算法训练时,设置增长因子"}, "fann_set_sarprop_step_error_shift":{"name":"fann_set_sarprop_step_error_shift","type":"","path":"php/fann_set_sarprop_step_error_shift.html","desc":"设置 sarprop 算法的步误差偏移量"}, "fann_set_sarprop_step_error_threshold_factor":{"name":"fann_set_sarprop_step_error_threshold_factor","type":"","path":"php/fann_set_sarprop_step_error_threshold_factor.html","desc":"设置 sarprop 算法的步误差阈值因子"}, "fann_set_sarprop_temperature":{"name":"fann_set_sarprop_temperature","type":"","path":"php/fann_set_sarprop_temperature.html","desc":"设置 sarprop 算法的温度"}, "fann_set_sarprop_weight_decay_shift":{"name":"fann_set_sarprop_weight_decay_shift","type":"","path":"php/fann_set_sarprop_weight_decay_shift.html","desc":"设置 sarprop 算法的权重衰减偏移值"}, "fann_set_scaling_params":{"name":"fann_set_scaling_params","type":"","path":"php/fann_set_scaling_params.html","desc":"根据训练数据计算输入和输出缩放参数以供将来使用"}, "fann_set_training_algorithm":{"name":"fann_set_training_algorithm","type":"","path":"php/fann_set_training_algorithm.html","desc":"设置训练算法。"}, "fann_set_train_error_function":{"name":"fann_set_train_error_function","type":"","path":"php/fann_set_train_error_function.html","desc":"设置训练期间使用的错误函数。"}, "fann_set_train_stop_function":{"name":"fann_set_train_stop_function","type":"","path":"php/fann_set_train_stop_function.html","desc":"设置训练期间使用的停止函数。"}, "fann_set_weight":{"name":"fann_set_weight","type":"","path":"php/fann_set_weight.html","desc":"在网络中设置一个连接。"}, "fann_set_weight_array":{"name":"fann_set_weight_array","type":"","path":"php/fann_set_weight_array.html","desc":"在网络中设置一个连接。"}, "fann_shuffle_train_data":{"name":"fann_shuffle_train_data","type":"","path":"php/fann_shuffle_train_data.html","desc":"打算训练数据,使顺序随机。"}, "fann_subset_train_data":{"name":"fann_subset_train_data","type":"","path":"php/fann_subset_train_data.html","desc":"返回一个训练数据子集的副本。"}, "fann_test":{"name":"fann_test","type":"","path":"php/fann_test.html","desc":"使用一组输入和一组期望的输出来测试。"}, "fann_test_data":{"name":"fann_test_data","type":"","path":"php/fann_test_data.html","desc":"使用训练数据来测试并且计算出 MSE ."}, "fann_train":{"name":"fann_train","type":"","path":"php/fann_train.html","desc":"使用一个输入集和一个期望的输出集来迭代训练一次。"}, "fann_train_epoch":{"name":"fann_train_epoch","type":"","path":"php/fann_train_epoch.html","desc":"使用一组训练数据训练一个周期。"}, "fann_train_on_data":{"name":"fann_train_on_data","type":"","path":"php/fann_train_on_data.html","desc":"在整个数据集上训练一段时间。"}, "fann_train_on_file":{"name":"fann_train_on_file","type":"","path":"php/fann_train_on_file.html","desc":"在从某个文件读取的整个数据集上训练一段时间。"}, "fastcgi_finish_request":{"name":"fastcgi_finish_request","type":"","path":"php/fastcgi_finish_request.html","desc":"冲刷(flush)所有响应的数据给客户端"}, "fbsql_affected_rows":{"name":"fbsql_affected_rows","type":"","path":"php/fbsql_affected_rows.html","desc":"Get number of affected rows in previous FrontBase operation"}, "fbsql_autocommit":{"name":"fbsql_autocommit","type":"","path":"php/fbsql_autocommit.html","desc":"Enable or disable autocommit"}, "fbsql_blob_size":{"name":"fbsql_blob_size","type":"","path":"php/fbsql_blob_size.html","desc":"Get the size of a BLOB"}, "fbsql_change_user":{"name":"fbsql_change_user","type":"","path":"php/fbsql_change_user.html","desc":"Change logged in user of the active connection"}, "fbsql_clob_size":{"name":"fbsql_clob_size","type":"","path":"php/fbsql_clob_size.html","desc":"Get the size of a CLOB"}, "fbsql_close":{"name":"fbsql_close","type":"","path":"php/fbsql_close.html","desc":"Close FrontBase connection"}, "fbsql_commit":{"name":"fbsql_commit","type":"","path":"php/fbsql_commit.html","desc":"Commits a transaction to the database"}, "fbsql_connect":{"name":"fbsql_connect","type":"","path":"php/fbsql_connect.html","desc":"Open a connection to a FrontBase Server"}, "fbsql_create_blob":{"name":"fbsql_create_blob","type":"","path":"php/fbsql_create_blob.html","desc":"Create a BLOB"}, "fbsql_create_clob":{"name":"fbsql_create_clob","type":"","path":"php/fbsql_create_clob.html","desc":"Create a CLOB"}, "fbsql_create_db":{"name":"fbsql_create_db","type":"","path":"php/fbsql_create_db.html","desc":"Create a FrontBase database"}, "fbsql_database":{"name":"fbsql_database","type":"","path":"php/fbsql_database.html","desc":"Get or set the database name used with a connection"}, "fbsql_database_password":{"name":"fbsql_database_password","type":"","path":"php/fbsql_database_password.html","desc":"Sets or retrieves the password for a FrontBase database"}, "fbsql_data_seek":{"name":"fbsql_data_seek","type":"","path":"php/fbsql_data_seek.html","desc":"Move internal result pointer"}, "fbsql_db_query":{"name":"fbsql_db_query","type":"","path":"php/fbsql_db_query.html","desc":"Send a FrontBase query"}, "fbsql_db_status":{"name":"fbsql_db_status","type":"","path":"php/fbsql_db_status.html","desc":"Get the status for a given database"}, "fbsql_drop_db":{"name":"fbsql_drop_db","type":"","path":"php/fbsql_drop_db.html","desc":"Drop (delete) a FrontBase database"}, "fbsql_errno":{"name":"fbsql_errno","type":"","path":"php/fbsql_errno.html","desc":"Returns the error number from previous operation"}, "fbsql_error":{"name":"fbsql_error","type":"","path":"php/fbsql_error.html","desc":"Returns the error message from previous operation"}, "fbsql_fetch_array":{"name":"fbsql_fetch_array","type":"","path":"php/fbsql_fetch_array.html","desc":"Fetch a result row as an associative array, a numeric array, or both"}, "fbsql_fetch_assoc":{"name":"fbsql_fetch_assoc","type":"","path":"php/fbsql_fetch_assoc.html","desc":"Fetch a result row as an associative array"}, "fbsql_fetch_field":{"name":"fbsql_fetch_field","type":"","path":"php/fbsql_fetch_field.html","desc":"Get column information from a result and return as an object"}, "fbsql_fetch_lengths":{"name":"fbsql_fetch_lengths","type":"","path":"php/fbsql_fetch_lengths.html","desc":"Get the length of each output in a result"}, "fbsql_fetch_object":{"name":"fbsql_fetch_object","type":"","path":"php/fbsql_fetch_object.html","desc":"Fetch a result row as an object"}, "fbsql_fetch_row":{"name":"fbsql_fetch_row","type":"","path":"php/fbsql_fetch_row.html","desc":"Get a result row as an enumerated array"}, "fbsql_field_flags":{"name":"fbsql_field_flags","type":"","path":"php/fbsql_field_flags.html","desc":"Get the flags associated with the specified field in a result"}, "fbsql_field_len":{"name":"fbsql_field_len","type":"","path":"php/fbsql_field_len.html","desc":"Returns the length of the specified field"}, "fbsql_field_name":{"name":"fbsql_field_name","type":"","path":"php/fbsql_field_name.html","desc":"Get the name of the specified field in a result"}, "fbsql_field_seek":{"name":"fbsql_field_seek","type":"","path":"php/fbsql_field_seek.html","desc":"Set result pointer to a specified field offset"}, "fbsql_field_table":{"name":"fbsql_field_table","type":"","path":"php/fbsql_field_table.html","desc":"Get name of the table the specified field is in"}, "fbsql_field_type":{"name":"fbsql_field_type","type":"","path":"php/fbsql_field_type.html","desc":"Get the type of the specified field in a result"}, "fbsql_free_result":{"name":"fbsql_free_result","type":"","path":"php/fbsql_free_result.html","desc":"Free result memory"}, "fbsql_get_autostart_info":{"name":"fbsql_get_autostart_info","type":"","path":"php/fbsql_get_autostart_info.html","desc":"说明"}, "fbsql_hostname":{"name":"fbsql_hostname","type":"","path":"php/fbsql_hostname.html","desc":"Get or set the host name used with a connection"}, "fbsql_insert_id":{"name":"fbsql_insert_id","type":"","path":"php/fbsql_insert_id.html","desc":"Get the id generated from the previous INSERT operation"}, "fbsql_list_dbs":{"name":"fbsql_list_dbs","type":"","path":"php/fbsql_list_dbs.html","desc":"List databases available on a FrontBase server"}, "fbsql_list_fields":{"name":"fbsql_list_fields","type":"","path":"php/fbsql_list_fields.html","desc":"List FrontBase result fields"}, "fbsql_list_tables":{"name":"fbsql_list_tables","type":"","path":"php/fbsql_list_tables.html","desc":"List tables in a FrontBase database"}, "fbsql_next_result":{"name":"fbsql_next_result","type":"","path":"php/fbsql_next_result.html","desc":"Move the internal result pointer to the next result"}, "fbsql_num_fields":{"name":"fbsql_num_fields","type":"","path":"php/fbsql_num_fields.html","desc":"Get number of fields in result"}, "fbsql_num_rows":{"name":"fbsql_num_rows","type":"","path":"php/fbsql_num_rows.html","desc":"Get number of rows in result"}, "fbsql_password":{"name":"fbsql_password","type":"","path":"php/fbsql_password.html","desc":"Get or set the user password used with a connection"}, "fbsql_pconnect":{"name":"fbsql_pconnect","type":"","path":"php/fbsql_pconnect.html","desc":"Open a persistent connection to a FrontBase Server"}, "fbsql_query":{"name":"fbsql_query","type":"","path":"php/fbsql_query.html","desc":"Send a FrontBase query"}, "fbsql_read_blob":{"name":"fbsql_read_blob","type":"","path":"php/fbsql_read_blob.html","desc":"Read a BLOB from the database"}, "fbsql_read_clob":{"name":"fbsql_read_clob","type":"","path":"php/fbsql_read_clob.html","desc":"Read a CLOB from the database"}, "fbsql_result":{"name":"fbsql_result","type":"","path":"php/fbsql_result.html","desc":"Get result data"}, "fbsql_rollback":{"name":"fbsql_rollback","type":"","path":"php/fbsql_rollback.html","desc":"Rollback a transaction to the database"}, "fbsql_rows_fetched":{"name":"fbsql_rows_fetched","type":"","path":"php/fbsql_rows_fetched.html","desc":"Get the number of rows affected by the last statement"}, "fbsql_select_db":{"name":"fbsql_select_db","type":"","path":"php/fbsql_select_db.html","desc":"Select a FrontBase database"}, "fbsql_set_characterset":{"name":"fbsql_set_characterset","type":"","path":"php/fbsql_set_characterset.html","desc":"Change inputoutput character set"}, "fbsql_set_lob_mode":{"name":"fbsql_set_lob_mode","type":"","path":"php/fbsql_set_lob_mode.html","desc":"Set the LOB retrieve mode for a FrontBase result set"}, "fbsql_set_password":{"name":"fbsql_set_password","type":"","path":"php/fbsql_set_password.html","desc":"Change the password for a given user"}, "fbsql_set_transaction":{"name":"fbsql_set_transaction","type":"","path":"php/fbsql_set_transaction.html","desc":"Set the transaction locking and isolation"}, "fbsql_start_db":{"name":"fbsql_start_db","type":"","path":"php/fbsql_start_db.html","desc":"Start a database on local or remote server"}, "fbsql_stop_db":{"name":"fbsql_stop_db","type":"","path":"php/fbsql_stop_db.html","desc":"Stop a database on local or remote server"}, "fbsql_tablename":{"name":"fbsql_tablename","type":"","path":"php/fbsql_tablename.html","desc":"别名 fbsql_table_name"}, "fbsql_table_name":{"name":"fbsql_table_name","type":"","path":"php/fbsql_table_name.html","desc":"Get table name of field"}, "fbsql_username":{"name":"fbsql_username","type":"","path":"php/fbsql_username.html","desc":"Get or set the username for the connection"}, "fbsql_warnings":{"name":"fbsql_warnings","type":"","path":"php/fbsql_warnings.html","desc":"Enable or disable FrontBase warnings"}, "fclose":{"name":"fclose","type":"","path":"php/fclose.html","desc":"关闭一个已打开的文件指针"}, "fdf_add_doc_javascript":{"name":"fdf_add_doc_javascript","type":"","path":"php/fdf_add_doc_javascript.html","desc":"Adds javascript code to the FDF document"}, "fdf_add_template":{"name":"fdf_add_template","type":"","path":"php/fdf_add_template.html","desc":"Adds a template into the FDF document"}, "fdf_close":{"name":"fdf_close","type":"","path":"php/fdf_close.html","desc":"Close an FDF document"}, "fdf_create":{"name":"fdf_create","type":"","path":"php/fdf_create.html","desc":"Create a new FDF document"}, "fdf_enum_values":{"name":"fdf_enum_values","type":"","path":"php/fdf_enum_values.html","desc":"Call a user defined function for each document value"}, "fdf_errno":{"name":"fdf_errno","type":"","path":"php/fdf_errno.html","desc":"Return error code for last fdf operation"}, "fdf_error":{"name":"fdf_error","type":"","path":"php/fdf_error.html","desc":"Return error description for FDF error code"}, "fdf_get_ap":{"name":"fdf_get_ap","type":"","path":"php/fdf_get_ap.html","desc":"Get the appearance of a field"}, "fdf_get_attachment":{"name":"fdf_get_attachment","type":"","path":"php/fdf_get_attachment.html","desc":"Extracts uploaded file embedded in the FDF"}, "fdf_get_encoding":{"name":"fdf_get_encoding","type":"","path":"php/fdf_get_encoding.html","desc":"Get the value of the Encoding key"}, "fdf_get_file":{"name":"fdf_get_file","type":"","path":"php/fdf_get_file.html","desc":"Get the value of the F key"}, "fdf_get_flags":{"name":"fdf_get_flags","type":"","path":"php/fdf_get_flags.html","desc":"Gets the flags of a field"}, "fdf_get_opt":{"name":"fdf_get_opt","type":"","path":"php/fdf_get_opt.html","desc":"Gets a value from the opt array of a field"}, "fdf_get_status":{"name":"fdf_get_status","type":"","path":"php/fdf_get_status.html","desc":"Get the value of the STATUS key"}, "fdf_get_value":{"name":"fdf_get_value","type":"","path":"php/fdf_get_value.html","desc":"Get the value of a field"}, "fdf_get_version":{"name":"fdf_get_version","type":"","path":"php/fdf_get_version.html","desc":"Gets version number for FDF API or file"}, "fdf_header":{"name":"fdf_header","type":"","path":"php/fdf_header.html","desc":"Sets FDF-specific output headers"}, "fdf_next_field_name":{"name":"fdf_next_field_name","type":"","path":"php/fdf_next_field_name.html","desc":"Get the next field name"}, "fdf_open":{"name":"fdf_open","type":"","path":"php/fdf_open.html","desc":"Open a FDF document"}, "fdf_open_string":{"name":"fdf_open_string","type":"","path":"php/fdf_open_string.html","desc":"Read a FDF document from a string"}, "fdf_remove_item":{"name":"fdf_remove_item","type":"","path":"php/fdf_remove_item.html","desc":"Sets target frame for form"}, "fdf_save":{"name":"fdf_save","type":"","path":"php/fdf_save.html","desc":"Save a FDF document"}, "fdf_save_string":{"name":"fdf_save_string","type":"","path":"php/fdf_save_string.html","desc":"Returns the FDF document as a string"}, "fdf_set_ap":{"name":"fdf_set_ap","type":"","path":"php/fdf_set_ap.html","desc":"Set the appearance of a field"}, "fdf_set_encoding":{"name":"fdf_set_encoding","type":"","path":"php/fdf_set_encoding.html","desc":"Sets FDF character encoding"}, "fdf_set_file":{"name":"fdf_set_file","type":"","path":"php/fdf_set_file.html","desc":"Set PDF document to display FDF data in"}, "fdf_set_flags":{"name":"fdf_set_flags","type":"","path":"php/fdf_set_flags.html","desc":"Sets a flag of a field"}, "fdf_set_javascript_action":{"name":"fdf_set_javascript_action","type":"","path":"php/fdf_set_javascript_action.html","desc":"Sets an javascript action of a field"}, "fdf_set_on_import_javascript":{"name":"fdf_set_on_import_javascript","type":"","path":"php/fdf_set_on_import_javascript.html","desc":"Adds javascript code to be executed when Acrobat opens the FDF"}, "fdf_set_opt":{"name":"fdf_set_opt","type":"","path":"php/fdf_set_opt.html","desc":"Sets an option of a field"}, "fdf_set_status":{"name":"fdf_set_status","type":"","path":"php/fdf_set_status.html","desc":"Set the value of the STATUS key"}, "fdf_set_submit_form_action":{"name":"fdf_set_submit_form_action","type":"","path":"php/fdf_set_submit_form_action.html","desc":"Sets a submit form action of a field"}, "fdf_set_target_frame":{"name":"fdf_set_target_frame","type":"","path":"php/fdf_set_target_frame.html","desc":"Set target frame for form display"}, "fdf_set_value":{"name":"fdf_set_value","type":"","path":"php/fdf_set_value.html","desc":"Set the value of a field"}, "fdf_set_version":{"name":"fdf_set_version","type":"","path":"php/fdf_set_version.html","desc":"Sets version number for a FDF file"}, "feof":{"name":"feof","type":"","path":"php/feof.html","desc":"测试文件指针是否到了文件结束的位置"}, "fflush":{"name":"fflush","type":"","path":"php/fflush.html","desc":"将缓冲内容输出到文件"}, "fgetc":{"name":"fgetc","type":"","path":"php/fgetc.html","desc":"从文件指针中读取字符"}, "fgetcsv":{"name":"fgetcsv","type":"","path":"php/fgetcsv.html","desc":"从文件指针中读入一行并解析 CSV 字段"}, "fgets":{"name":"fgets","type":"","path":"php/fgets.html","desc":"从文件指针中读取一行"}, "fgetss":{"name":"fgetss","type":"","path":"php/fgetss.html","desc":"从文件指针中读取一行并过滤掉 HTML 标记"}, "file":{"name":"file","type":"","path":"php/file.html","desc":"把整个文件读入一个数组中"}, "fileatime":{"name":"fileatime","type":"","path":"php/fileatime.html","desc":"取得文件的上次访问时间"}, "filectime":{"name":"filectime","type":"","path":"php/filectime.html","desc":"取得文件的 inode 修改时间"}, "filegroup":{"name":"filegroup","type":"","path":"php/filegroup.html","desc":"取得文件的组"}, "fileinode":{"name":"fileinode","type":"","path":"php/fileinode.html","desc":"取得文件的 inode"}, "filemtime":{"name":"filemtime","type":"","path":"php/filemtime.html","desc":"取得文件修改时间"}, "fileowner":{"name":"fileowner","type":"","path":"php/fileowner.html","desc":"取得文件的所有者"}, "fileperms":{"name":"fileperms","type":"","path":"php/fileperms.html","desc":"取得文件的权限"}, "filepro":{"name":"filepro","type":"","path":"php/filepro.html","desc":"Read and verify the map file"}, "filepro_fieldcount":{"name":"filepro_fieldcount","type":"","path":"php/filepro_fieldcount.html","desc":"Find out how many fields are in a filePro database"}, "filepro_fieldname":{"name":"filepro_fieldname","type":"","path":"php/filepro_fieldname.html","desc":"Gets the name of a field"}, "filepro_fieldtype":{"name":"filepro_fieldtype","type":"","path":"php/filepro_fieldtype.html","desc":"Gets the type of a field"}, "filepro_fieldwidth":{"name":"filepro_fieldwidth","type":"","path":"php/filepro_fieldwidth.html","desc":"Gets the width of a field"}, "filepro_retrieve":{"name":"filepro_retrieve","type":"","path":"php/filepro_retrieve.html","desc":"Retrieves data from a filePro database"}, "filepro_rowcount":{"name":"filepro_rowcount","type":"","path":"php/filepro_rowcount.html","desc":"Find out how many rows are in a filePro database"}, "filesize":{"name":"filesize","type":"","path":"php/filesize.html","desc":"取得文件大小"}, "filetype":{"name":"filetype","type":"","path":"php/filetype.html","desc":"取得文件类型"}, "file_exists":{"name":"file_exists","type":"","path":"php/file_exists.html","desc":"检查文件或目录是否存在"}, "file_get_contents":{"name":"file_get_contents","type":"","path":"php/file_get_contents.html","desc":"将整个文件读入一个字符串"}, "file_put_contents":{"name":"file_put_contents","type":"","path":"php/file_put_contents.html","desc":"将一个字符串写入文件"}, "filter_has_var":{"name":"filter_has_var","type":"","path":"php/filter_has_var.html","desc":"检测是否存在指定类型的变量"}, "filter_id":{"name":"filter_id","type":"","path":"php/filter_id.html","desc":"返回与某个特定名称的过滤器相关联的id"}, "filter_input":{"name":"filter_input","type":"","path":"php/filter_input.html","desc":"通过名称获取特定的外部变量,并且可以通过过滤器处理它"}, "filter_input_array":{"name":"filter_input_array","type":"","path":"php/filter_input_array.html","desc":"获取一系列外部变量,并且可以通过过滤器处理它们"}, "filter_list":{"name":"filter_list","type":"","path":"php/filter_list.html","desc":"返回所支持的过滤器列表"}, "filter_var":{"name":"filter_var","type":"","path":"php/filter_var.html","desc":"使用特定的过滤器过滤一个变量"}, "filter_var_array":{"name":"filter_var_array","type":"","path":"php/filter_var_array.html","desc":"获取多个变量并且过滤它们"}, "finfo_buffer":{"name":"finfo_buffer","type":"","path":"php/finfo_buffer.html","desc":"返回一个字符串缓冲区的信息"}, "finfo_close":{"name":"finfo_close","type":"","path":"php/finfo_close.html","desc":"关闭 fileinfo 资源"}, "finfo_file":{"name":"finfo_file","type":"","path":"php/finfo_file.html","desc":"返回一个文件的信息"}, "finfo_open":{"name":"finfo_open","type":"","path":"php/finfo_open.html","desc":"创建一个 fileinfo 资源"}, "finfo_set_flags":{"name":"finfo_set_flags","type":"","path":"php/finfo_set_flags.html","desc":"设置 libmagic 配置选项"}, "floatval":{"name":"floatval","type":"","path":"php/floatval.html","desc":"获取变量的浮点值"}, "flock":{"name":"flock","type":"","path":"php/flock.html","desc":"轻便的咨询文件锁定"}, "floor":{"name":"floor","type":"","path":"php/floor.html","desc":"舍去法取整"}, "flush":{"name":"flush","type":"","path":"php/flush.html","desc":"刷新输出缓冲"}, "fmod":{"name":"fmod","type":"","path":"php/fmod.html","desc":"返回除法的浮点数余数"}, "fnmatch":{"name":"fnmatch","type":"","path":"php/fnmatch.html","desc":"用模式匹配文件名"}, "fopen":{"name":"fopen","type":"","path":"php/fopen.html","desc":"打开文件或者 URL"}, "forward_static_call":{"name":"forward_static_call","type":"","path":"php/forward_static_call.html","desc":"Call a static method"}, "forward_static_call_array":{"name":"forward_static_call_array","type":"","path":"php/forward_static_call_array.html","desc":"Call a static method and pass the arguments as array"}, "fpassthru":{"name":"fpassthru","type":"","path":"php/fpassthru.html","desc":"输出文件指针处的所有剩余数据"}, "fprintf":{"name":"fprintf","type":"","path":"php/fprintf.html","desc":"将格式化后的字符串写入到流"}, "fputcsv":{"name":"fputcsv","type":"","path":"php/fputcsv.html","desc":"将行格式化为 CSV 并写入文件指针"}, "fputs":{"name":"fputs","type":"","path":"php/fputs.html","desc":"fwrite 的别名"}, "fread":{"name":"fread","type":"","path":"php/fread.html","desc":"读取文件(可安全用于二进制文件)"}, "frenchtojd":{"name":"frenchtojd","type":"","path":"php/frenchtojd.html","desc":"从一个French Republican历法的日期得到Julian Day计数。"}, "fribidi_log2vis":{"name":"fribidi_log2vis","type":"","path":"php/fribidi_log2vis.html","desc":"Convert a logical string to a visual one"}, "fscanf":{"name":"fscanf","type":"","path":"php/fscanf.html","desc":"从文件中格式化输入"}, "fseek":{"name":"fseek","type":"","path":"php/fseek.html","desc":"在文件指针中定位"}, "fsockopen":{"name":"fsockopen","type":"","path":"php/fsockopen.html","desc":"打开一个网络连接或者一个Unix套接字连接"}, "fstat":{"name":"fstat","type":"","path":"php/fstat.html","desc":"通过已打开的文件指针取得文件信息"}, "ftell":{"name":"ftell","type":"","path":"php/ftell.html","desc":"返回文件指针读写的位置"}, "ftok":{"name":"ftok","type":"","path":"php/ftok.html","desc":"Convert a pathname and a project identifier to a System V IPC key"}, "ftp_alloc":{"name":"ftp_alloc","type":"","path":"php/ftp_alloc.html","desc":"为要上传的文件分配空间"}, "ftp_append":{"name":"ftp_append","type":"","path":"php/ftp_append.html","desc":"Append content of a file a another file on the FTP server"}, "ftp_cdup":{"name":"ftp_cdup","type":"","path":"php/ftp_cdup.html","desc":"切换到当前目录的父目录"}, "ftp_chdir":{"name":"ftp_chdir","type":"","path":"php/ftp_chdir.html","desc":"在 FTP 服务器上改变当前目录"}, "ftp_chmod":{"name":"ftp_chmod","type":"","path":"php/ftp_chmod.html","desc":"设置 FTP 服务器上的文件权限"}, "ftp_close":{"name":"ftp_close","type":"","path":"php/ftp_close.html","desc":"关闭一个 FTP 连接"}, "ftp_connect":{"name":"ftp_connect","type":"","path":"php/ftp_connect.html","desc":"建立一个新的 FTP 连接"}, "ftp_delete":{"name":"ftp_delete","type":"","path":"php/ftp_delete.html","desc":"删除 FTP 服务器上的一个文件"}, "ftp_exec":{"name":"ftp_exec","type":"","path":"php/ftp_exec.html","desc":"请求运行一条 FTP 命令"}, "ftp_fget":{"name":"ftp_fget","type":"","path":"php/ftp_fget.html","desc":"从 FTP 服务器上下载一个文件并保存到本地一个已经打开的文件中"}, "ftp_fput":{"name":"ftp_fput","type":"","path":"php/ftp_fput.html","desc":"上传一个已经打开的文件到 FTP 服务器"}, "ftp_get":{"name":"ftp_get","type":"","path":"php/ftp_get.html","desc":"从 FTP 服务器上下载一个文件"}, "ftp_get_option":{"name":"ftp_get_option","type":"","path":"php/ftp_get_option.html","desc":"返回当前 FTP 连接的各种不同的选项设置"}, "ftp_login":{"name":"ftp_login","type":"","path":"php/ftp_login.html","desc":"登录 FTP 服务器"}, "ftp_mdtm":{"name":"ftp_mdtm","type":"","path":"php/ftp_mdtm.html","desc":"返回指定文件的最后修改时间"}, "ftp_mkdir":{"name":"ftp_mkdir","type":"","path":"php/ftp_mkdir.html","desc":"建立新目录"}, "ftp_mlsd":{"name":"ftp_mlsd","type":"","path":"php/ftp_mlsd.html","desc":"Returns a list of files in the given directory"}, "ftp_nb_continue":{"name":"ftp_nb_continue","type":"","path":"php/ftp_nb_continue.html","desc":"连续获取/发送文件(non-blocking)"}, "ftp_nb_fget":{"name":"ftp_nb_fget","type":"","path":"php/ftp_nb_fget.html","desc":"从 FTP 服务器获取文件并写入到一个打开的文件(非阻塞)"}, "ftp_nb_fput":{"name":"ftp_nb_fput","type":"","path":"php/ftp_nb_fput.html","desc":"将文件存储到 FTP 服务器 (非阻塞)"}, "ftp_nb_get":{"name":"ftp_nb_get","type":"","path":"php/ftp_nb_get.html","desc":"从 FTP 服务器上获取文件并写入本地文件(non-blocking)"}, "ftp_nb_put":{"name":"ftp_nb_put","type":"","path":"php/ftp_nb_put.html","desc":"存储一个文件至 FTP 服务器(non-blocking)"}, "ftp_nlist":{"name":"ftp_nlist","type":"","path":"php/ftp_nlist.html","desc":"返回给定目录的文件列表"}, "ftp_pasv":{"name":"ftp_pasv","type":"","path":"php/ftp_pasv.html","desc":"返回当前 FTP 被动模式是否打开"}, "ftp_put":{"name":"ftp_put","type":"","path":"php/ftp_put.html","desc":"上传文件到 FTP 服务器"}, "ftp_pwd":{"name":"ftp_pwd","type":"","path":"php/ftp_pwd.html","desc":"返回当前目录名"}, "ftp_quit":{"name":"ftp_quit","type":"","path":"php/ftp_quit.html","desc":"ftp_close 的 别名"}, "ftp_raw":{"name":"ftp_raw","type":"","path":"php/ftp_raw.html","desc":"向 FTP 服务器发送命令"}, "ftp_rawlist":{"name":"ftp_rawlist","type":"","path":"php/ftp_rawlist.html","desc":"返回指定目录下文件的详细列表"}, "ftp_rename":{"name":"ftp_rename","type":"","path":"php/ftp_rename.html","desc":"更改 FTP 服务器上的文件或目录名"}, "ftp_rmdir":{"name":"ftp_rmdir","type":"","path":"php/ftp_rmdir.html","desc":"删除 FTP 服务器上的一个目录"}, "ftp_set_option":{"name":"ftp_set_option","type":"","path":"php/ftp_set_option.html","desc":"设置各种 FTP 运行时选项"}, "ftp_site":{"name":"ftp_site","type":"","path":"php/ftp_site.html","desc":"向服务器发送 SITE 命令"}, "ftp_size":{"name":"ftp_size","type":"","path":"php/ftp_size.html","desc":"返回指定文件的大小"}, "ftp_ssl_connect":{"name":"ftp_ssl_connect","type":"","path":"php/ftp_ssl_connect.html","desc":"打开 SSL-FTP 连接"}, "ftp_systype":{"name":"ftp_systype","type":"","path":"php/ftp_systype.html","desc":"返回远程 FTP 服务器的操作系统类型"}, "ftruncate":{"name":"ftruncate","type":"","path":"php/ftruncate.html","desc":"将文件截断到给定的长度"}, "function_exists":{"name":"function_exists","type":"","path":"php/function_exists.html","desc":"如果给定的函数已经被定义就返回 TRUE"}, "func_get_arg":{"name":"func_get_arg","type":"","path":"php/func_get_arg.html","desc":"返回参数列表的某一项"}, "func_get_args":{"name":"func_get_args","type":"","path":"php/func_get_args.html","desc":"返回一个包含函数参数列表的数组"}, "func_num_args":{"name":"func_num_args","type":"","path":"php/func_num_args.html","desc":"Returns the number of arguments passed to the function"}, "fwrite":{"name":"fwrite","type":"","path":"php/fwrite.html","desc":"写入文件(可安全用于二进制文件)"}, "gc_collect_cycles":{"name":"gc_collect_cycles","type":"","path":"php/gc_collect_cycles.html","desc":"强制收集所有现存的垃圾循环周期"}, "gc_disable":{"name":"gc_disable","type":"","path":"php/gc_disable.html","desc":"停用循环引用收集器"}, "gc_enable":{"name":"gc_enable","type":"","path":"php/gc_enable.html","desc":"激活循环引用收集器"}, "gc_enabled":{"name":"gc_enabled","type":"","path":"php/gc_enabled.html","desc":"返回循环引用计数器的状态"}, "gc_mem_caches":{"name":"gc_mem_caches","type":"","path":"php/gc_mem_caches.html","desc":"Reclaims memory used by the Zend Engine memory manager"}, "gc_status":{"name":"gc_status","type":"","path":"php/gc_status.html","desc":"Gets information about the garbage collector"}, "gd_info":{"name":"gd_info","type":"","path":"php/gd_info.html","desc":"取得当前安装的 GD 库的信息"}, "geoip_asnum_by_name":{"name":"geoip_asnum_by_name","type":"","path":"php/geoip_asnum_by_name.html","desc":"获取自治系统号(ASN)"}, "geoip_continent_code_by_name":{"name":"geoip_continent_code_by_name","type":"","path":"php/geoip_continent_code_by_name.html","desc":"获取七大洲的大写字母简称"}, "geoip_country_code3_by_name":{"name":"geoip_country_code3_by_name","type":"","path":"php/geoip_country_code3_by_name.html","desc":"获取三个字母组成的国家简称"}, "geoip_country_code_by_name":{"name":"geoip_country_code_by_name","type":"","path":"php/geoip_country_code_by_name.html","desc":"获取国家代码"}, "geoip_country_name_by_name":{"name":"geoip_country_name_by_name","type":"","path":"php/geoip_country_name_by_name.html","desc":"获取国家的全称"}, "geoip_database_info":{"name":"geoip_database_info","type":"","path":"php/geoip_database_info.html","desc":"获取 GeoIP 数据库的信息"}, "geoip_db_avail":{"name":"geoip_db_avail","type":"","path":"php/geoip_db_avail.html","desc":"GeoIP 数据库是否可用"}, "geoip_db_filename":{"name":"geoip_db_filename","type":"","path":"php/geoip_db_filename.html","desc":"返回 GeoIP 数据库相对应的文件名"}, "geoip_db_get_all_info":{"name":"geoip_db_get_all_info","type":"","path":"php/geoip_db_get_all_info.html","desc":"返回所有 GeoIP 数据库类型的详细信息"}, "geoip_domain_by_name":{"name":"geoip_domain_by_name","type":"","path":"php/geoip_domain_by_name.html","desc":"获取二级域名"}, "geoip_id_by_name":{"name":"geoip_id_by_name","type":"","path":"php/geoip_id_by_name.html","desc":"获取网络连接类型"}, "geoip_isp_by_name":{"name":"geoip_isp_by_name","type":"","path":"php/geoip_isp_by_name.html","desc":"获取 ISP (网络服务提供商)的名称"}, "geoip_netspeedcell_by_name":{"name":"geoip_netspeedcell_by_name","type":"","path":"php/geoip_netspeedcell_by_name.html","desc":"获取网络连接速度"}, "geoip_org_by_name":{"name":"geoip_org_by_name","type":"","path":"php/geoip_org_by_name.html","desc":"获取机构的名称"}, "geoip_record_by_name":{"name":"geoip_record_by_name","type":"","path":"php/geoip_record_by_name.html","desc":"返回 GeoIP 数据库中详细的城市信息"}, "geoip_region_by_name":{"name":"geoip_region_by_name","type":"","path":"php/geoip_region_by_name.html","desc":"获取国家和地区代码"}, "geoip_region_name_by_code":{"name":"geoip_region_name_by_code","type":"","path":"php/geoip_region_name_by_code.html","desc":"返回给定的国家和地区代码组合所对应的地区名称"}, "geoip_setup_custom_directory":{"name":"geoip_setup_custom_directory","type":"","path":"php/geoip_setup_custom_directory.html","desc":"自定义 GeoIP 数据库的目录"}, "geoip_time_zone_by_country_and_region":{"name":"geoip_time_zone_by_country_and_region","type":"","path":"php/geoip_time_zone_by_country_and_region.html","desc":"返回国家和地区的时区"}, "getallheaders":{"name":"getallheaders","type":"","path":"php/getallheaders.html","desc":"获取全部 HTTP 请求头信息"}, "getcwd":{"name":"getcwd","type":"","path":"php/getcwd.html","desc":"取得当前工作目录"}, "getdate":{"name":"getdate","type":"","path":"php/getdate.html","desc":"取得日期/时间信息"}, "getenv":{"name":"getenv","type":"","path":"php/getenv.html","desc":"获取一个环境变量的值"}, "gethostbyaddr":{"name":"gethostbyaddr","type":"","path":"php/gethostbyaddr.html","desc":"获取指定的IP地址对应的主机名"}, "gethostbyname":{"name":"gethostbyname","type":"","path":"php/gethostbyname.html","desc":"返回主机名对应的 IPv4地址。"}, "gethostbynamel":{"name":"gethostbynamel","type":"","path":"php/gethostbynamel.html","desc":"获取互联网主机名对应的 IPv4 地址列表"}, "gethostname":{"name":"gethostname","type":"","path":"php/gethostname.html","desc":"获取主机名"}, "getimagesize":{"name":"getimagesize","type":"","path":"php/getimagesize.html","desc":"取得图像大小"}, "getimagesizefromstring":{"name":"getimagesizefromstring","type":"","path":"php/getimagesizefromstring.html","desc":"从字符串中获取图像尺寸信息"}, "getlastmod":{"name":"getlastmod","type":"","path":"php/getlastmod.html","desc":"获取页面最后修改的时间"}, "getmxrr":{"name":"getmxrr","type":"","path":"php/getmxrr.html","desc":"获取互联网主机名对应的 MX 记录"}, "getmygid":{"name":"getmygid","type":"","path":"php/getmygid.html","desc":"获取当前 PHP 脚本拥有者的 GID"}, "getmyinode":{"name":"getmyinode","type":"","path":"php/getmyinode.html","desc":"获取当前脚本的索引节点(inode)"}, "getmypid":{"name":"getmypid","type":"","path":"php/getmypid.html","desc":"获取 PHP 进程的 ID"}, "getmyuid":{"name":"getmyuid","type":"","path":"php/getmyuid.html","desc":"获取 PHP 脚本所有者的 UID"}, "getopt":{"name":"getopt","type":"","path":"php/getopt.html","desc":"从命令行参数列表中获取选项"}, "getprotobyname":{"name":"getprotobyname","type":"","path":"php/getprotobyname.html","desc":"Get protocol number associated with protocol name"}, "getprotobynumber":{"name":"getprotobynumber","type":"","path":"php/getprotobynumber.html","desc":"Get protocol name associated with protocol number"}, "getrandmax":{"name":"getrandmax","type":"","path":"php/getrandmax.html","desc":"显示随机数最大的可能值"}, "getrusage":{"name":"getrusage","type":"","path":"php/getrusage.html","desc":"获取当前资源使用状况"}, "getservbyname":{"name":"getservbyname","type":"","path":"php/getservbyname.html","desc":"获取互联网服务协议对应的端口"}, "getservbyport":{"name":"getservbyport","type":"","path":"php/getservbyport.html","desc":"Get Internet service which corresponds to port and protocol"}, "gettext":{"name":"gettext","type":"","path":"php/gettext.html","desc":"Lookup a message in the current domain"}, "gettimeofday":{"name":"gettimeofday","type":"","path":"php/gettimeofday.html","desc":"取得当前时间"}, "gettype":{"name":"gettype","type":"","path":"php/gettype.html","desc":"获取变量的类型"}, "get_browser":{"name":"get_browser","type":"","path":"php/get_browser.html","desc":"获取浏览器具有的功能"}, "get_called_class":{"name":"get_called_class","type":"","path":"php/get_called_class.html","desc":"后期静态绑定("Late Static Binding")类的名称"}, "get_cfg_var":{"name":"get_cfg_var","type":"","path":"php/get_cfg_var.html","desc":"获取 PHP 配置选项的值"}, "get_class":{"name":"get_class","type":"","path":"php/get_class.html","desc":"返回对象的类名"}, "get_class_methods":{"name":"get_class_methods","type":"","path":"php/get_class_methods.html","desc":"返回由类的方法名组成的数组"}, "get_class_vars":{"name":"get_class_vars","type":"","path":"php/get_class_vars.html","desc":"返回由类的默认属性组成的数组"}, "get_current_user":{"name":"get_current_user","type":"","path":"php/get_current_user.html","desc":"获取当前 PHP 脚本所有者名称"}, "get_declared_classes":{"name":"get_declared_classes","type":"","path":"php/get_declared_classes.html","desc":"返回由已定义类的名字所组成的数组"}, "get_declared_interfaces":{"name":"get_declared_interfaces","type":"","path":"php/get_declared_interfaces.html","desc":"返回一个数组包含所有已声明的接口"}, "get_declared_traits":{"name":"get_declared_traits","type":"","path":"php/get_declared_traits.html","desc":"返回所有已定义的 traits 的数组"}, "get_defined_constants":{"name":"get_defined_constants","type":"","path":"php/get_defined_constants.html","desc":"返回所有常量的关联数组,键是常量名,值是常量值"}, "get_defined_functions":{"name":"get_defined_functions","type":"","path":"php/get_defined_functions.html","desc":"返回所有已定义函数的数组"}, "get_defined_vars":{"name":"get_defined_vars","type":"","path":"php/get_defined_vars.html","desc":"返回由所有已定义变量所组成的数组"}, "get_extension_funcs":{"name":"get_extension_funcs","type":"","path":"php/get_extension_funcs.html","desc":"返回模块函数名称的数组"}, "get_function_translation_table":{"name":"get_function_translation_table","type":"","path":"php/get_function_translation_table.html","desc":"返回使用 htmlspecialchars 和 htmlentities 后的转换表"}, "get_headers":{"name":"get_headers","type":"","path":"php/get_headers.html","desc":"取得服务器响应一个 HTTP 请求所发送的所有标头"}, "get_included_files":{"name":"get_included_files","type":"","path":"php/get_included_files.html","desc":"返回被 include 和 require 文件名的 array"}, "get_include_path":{"name":"get_include_path","type":"","path":"php/get_include_path.html","desc":"获取当前的 include_path 配置选项"}, "get_loaded_extensions":{"name":"get_loaded_extensions","type":"","path":"php/get_loaded_extensions.html","desc":"返回所有编译并加载模块名的 array"}, "get_magic_quotes_gpc":{"name":"get_magic_quotes_gpc","type":"","path":"php/get_magic_quotes_gpc.html","desc":"获取当前 magic_quotes_gpc 的配置选项设置"}, "get_magic_quotes_runtime":{"name":"get_magic_quotes_runtime","type":"","path":"php/get_magic_quotes_runtime.html","desc":"获取当前 magic_quotes_runtime 配置选项的激活状态"}, "get_meta_tags":{"name":"get_meta_tags","type":"","path":"php/get_meta_tags.html","desc":"从一个文件中提取所有的 meta 标签 content 属性,返回一个数组"}, "get_object_vars":{"name":"get_object_vars","type":"","path":"php/get_object_vars.html","desc":"返回由对象属性组成的关联数组"}, "get_parent_class":{"name":"get_parent_class","type":"","path":"php/get_parent_class.html","desc":"返回对象或类的父类名"}, "get_required_files":{"name":"get_required_files","type":"","path":"php/get_required_files.html","desc":"别名 get_included_files"}, "get_resources":{"name":"get_resources","type":"","path":"php/get_resources.html","desc":"Returns active resources"}, "get_resource_type":{"name":"get_resource_type","type":"","path":"php/get_resource_type.html","desc":"返回资源(resource)类型"}, "glob":{"name":"glob","type":"","path":"php/glob.html","desc":"寻找与模式匹配的文件路径"}, "gmdate":{"name":"gmdate","type":"","path":"php/gmdate.html","desc":"格式化一个 GMTUTC 日期/时间"}, "gmmktime":{"name":"gmmktime","type":"","path":"php/gmmktime.html","desc":"取得 GMT 日期的 UNIX 时间戳"}, "gmp_abs":{"name":"gmp_abs","type":"","path":"php/gmp_abs.html","desc":"Absolute value"}, "gmp_add":{"name":"gmp_add","type":"","path":"php/gmp_add.html","desc":"Add numbers"}, "gmp_and":{"name":"gmp_and","type":"","path":"php/gmp_and.html","desc":"Bitwise AND"}, "gmp_binomial":{"name":"gmp_binomial","type":"","path":"php/gmp_binomial.html","desc":"Calculates binomial coefficient"}, "gmp_clrbit":{"name":"gmp_clrbit","type":"","path":"php/gmp_clrbit.html","desc":"Clear bit"}, "gmp_cmp":{"name":"gmp_cmp","type":"","path":"php/gmp_cmp.html","desc":"Compare numbers"}, "gmp_com":{"name":"gmp_com","type":"","path":"php/gmp_com.html","desc":"Calculates one's complement"}, "gmp_div":{"name":"gmp_div","type":"","path":"php/gmp_div.html","desc":"别名 gmp_div_q"}, "gmp_divexact":{"name":"gmp_divexact","type":"","path":"php/gmp_divexact.html","desc":"Exact division of numbers"}, "gmp_div_q":{"name":"gmp_div_q","type":"","path":"php/gmp_div_q.html","desc":"Divide numbers"}, "gmp_div_qr":{"name":"gmp_div_qr","type":"","path":"php/gmp_div_qr.html","desc":"Divide numbers and get quotient and remainder"}, "gmp_div_r":{"name":"gmp_div_r","type":"","path":"php/gmp_div_r.html","desc":"Remainder of the division of numbers"}, "gmp_export":{"name":"gmp_export","type":"","path":"php/gmp_export.html","desc":"Export to a binary string"}, "gmp_fact":{"name":"gmp_fact","type":"","path":"php/gmp_fact.html","desc":"Factorial"}, "gmp_gcd":{"name":"gmp_gcd","type":"","path":"php/gmp_gcd.html","desc":"Calculate GCD"}, "gmp_gcdext":{"name":"gmp_gcdext","type":"","path":"php/gmp_gcdext.html","desc":"Calculate GCD and multipliers"}, "gmp_hamdist":{"name":"gmp_hamdist","type":"","path":"php/gmp_hamdist.html","desc":"Hamming distance"}, "gmp_import":{"name":"gmp_import","type":"","path":"php/gmp_import.html","desc":"Import from a binary string"}, "gmp_init":{"name":"gmp_init","type":"","path":"php/gmp_init.html","desc":"Create GMP number"}, "gmp_intval":{"name":"gmp_intval","type":"","path":"php/gmp_intval.html","desc":"Convert GMP number to integer"}, "gmp_invert":{"name":"gmp_invert","type":"","path":"php/gmp_invert.html","desc":"Inverse by modulo"}, "gmp_jacobi":{"name":"gmp_jacobi","type":"","path":"php/gmp_jacobi.html","desc":"Jacobi symbol"}, "gmp_kronecker":{"name":"gmp_kronecker","type":"","path":"php/gmp_kronecker.html","desc":"Kronecker symbol"}, "gmp_lcm":{"name":"gmp_lcm","type":"","path":"php/gmp_lcm.html","desc":"Calculate GCD"}, "gmp_legendre":{"name":"gmp_legendre","type":"","path":"php/gmp_legendre.html","desc":"Legendre symbol"}, "gmp_mod":{"name":"gmp_mod","type":"","path":"php/gmp_mod.html","desc":"Modulo operation"}, "gmp_mul":{"name":"gmp_mul","type":"","path":"php/gmp_mul.html","desc":"Multiply numbers"}, "gmp_neg":{"name":"gmp_neg","type":"","path":"php/gmp_neg.html","desc":"Negate number"}, "gmp_nextprime":{"name":"gmp_nextprime","type":"","path":"php/gmp_nextprime.html","desc":"Find next prime number"}, "gmp_or":{"name":"gmp_or","type":"","path":"php/gmp_or.html","desc":"Bitwise OR"}, "gmp_perfect_power":{"name":"gmp_perfect_power","type":"","path":"php/gmp_perfect_power.html","desc":"Perfect power check"}, "gmp_perfect_square":{"name":"gmp_perfect_square","type":"","path":"php/gmp_perfect_square.html","desc":"Perfect square check"}, "gmp_popcount":{"name":"gmp_popcount","type":"","path":"php/gmp_popcount.html","desc":"Population count"}, "gmp_pow":{"name":"gmp_pow","type":"","path":"php/gmp_pow.html","desc":"Raise number into power"}, "gmp_powm":{"name":"gmp_powm","type":"","path":"php/gmp_powm.html","desc":"Raise number into power with modulo"}, "gmp_prob_prime":{"name":"gmp_prob_prime","type":"","path":"php/gmp_prob_prime.html","desc":"Check if number is "probably prime""}, "gmp_random":{"name":"gmp_random","type":"","path":"php/gmp_random.html","desc":"Random number"}, "gmp_random_bits":{"name":"gmp_random_bits","type":"","path":"php/gmp_random_bits.html","desc":"Random number"}, "gmp_random_range":{"name":"gmp_random_range","type":"","path":"php/gmp_random_range.html","desc":"Random number"}, "gmp_random_seed":{"name":"gmp_random_seed","type":"","path":"php/gmp_random_seed.html","desc":"Sets the RNG seed"}, "gmp_root":{"name":"gmp_root","type":"","path":"php/gmp_root.html","desc":"Take the integer part of nth root"}, "gmp_rootrem":{"name":"gmp_rootrem","type":"","path":"php/gmp_rootrem.html","desc":"Take the integer part and remainder of nth root"}, "gmp_scan0":{"name":"gmp_scan0","type":"","path":"php/gmp_scan0.html","desc":"Scan for 0"}, "gmp_scan1":{"name":"gmp_scan1","type":"","path":"php/gmp_scan1.html","desc":"Scan for 1"}, "gmp_setbit":{"name":"gmp_setbit","type":"","path":"php/gmp_setbit.html","desc":"Set bit"}, "gmp_sign":{"name":"gmp_sign","type":"","path":"php/gmp_sign.html","desc":"Sign of number"}, "gmp_sqrt":{"name":"gmp_sqrt","type":"","path":"php/gmp_sqrt.html","desc":"Calculate square root"}, "gmp_sqrtrem":{"name":"gmp_sqrtrem","type":"","path":"php/gmp_sqrtrem.html","desc":"Square root with remainder"}, "gmp_strval":{"name":"gmp_strval","type":"","path":"php/gmp_strval.html","desc":"Convert GMP number to string"}, "gmp_sub":{"name":"gmp_sub","type":"","path":"php/gmp_sub.html","desc":"Subtract numbers"}, "gmp_testbit":{"name":"gmp_testbit","type":"","path":"php/gmp_testbit.html","desc":"Tests if a bit is set"}, "gmp_xor":{"name":"gmp_xor","type":"","path":"php/gmp_xor.html","desc":"Bitwise XOR"}, "gmstrftime":{"name":"gmstrftime","type":"","path":"php/gmstrftime.html","desc":"根据区域设置格式化 GMTUTC 时间/日期"}, "gnupg_adddecryptkey":{"name":"gnupg_adddecryptkey","type":"","path":"php/gnupg_adddecryptkey.html","desc":"Add a key for decryption"}, "gnupg_addencryptkey":{"name":"gnupg_addencryptkey","type":"","path":"php/gnupg_addencryptkey.html","desc":"Add a key for encryption"}, "gnupg_addsignkey":{"name":"gnupg_addsignkey","type":"","path":"php/gnupg_addsignkey.html","desc":"Add a key for signing"}, "gnupg_cleardecryptkeys":{"name":"gnupg_cleardecryptkeys","type":"","path":"php/gnupg_cleardecryptkeys.html","desc":"Removes all keys which were set for decryption before"}, "gnupg_clearencryptkeys":{"name":"gnupg_clearencryptkeys","type":"","path":"php/gnupg_clearencryptkeys.html","desc":"Removes all keys which were set for encryption before"}, "gnupg_clearsignkeys":{"name":"gnupg_clearsignkeys","type":"","path":"php/gnupg_clearsignkeys.html","desc":"Removes all keys which were set for signing before"}, "gnupg_decrypt":{"name":"gnupg_decrypt","type":"","path":"php/gnupg_decrypt.html","desc":"Decrypts a given text"}, "gnupg_decryptverify":{"name":"gnupg_decryptverify","type":"","path":"php/gnupg_decryptverify.html","desc":"Decrypts and verifies a given text"}, "gnupg_encrypt":{"name":"gnupg_encrypt","type":"","path":"php/gnupg_encrypt.html","desc":"Encrypts a given text"}, "gnupg_encryptsign":{"name":"gnupg_encryptsign","type":"","path":"php/gnupg_encryptsign.html","desc":"Encrypts and signs a given text"}, "gnupg_export":{"name":"gnupg_export","type":"","path":"php/gnupg_export.html","desc":"Exports a key"}, "gnupg_geterror":{"name":"gnupg_geterror","type":"","path":"php/gnupg_geterror.html","desc":"Returns the errortext, if a function fails"}, "gnupg_getprotocol":{"name":"gnupg_getprotocol","type":"","path":"php/gnupg_getprotocol.html","desc":"Returns the currently active protocol for all operations"}, "gnupg_import":{"name":"gnupg_import","type":"","path":"php/gnupg_import.html","desc":"Imports a key"}, "gnupg_init":{"name":"gnupg_init","type":"","path":"php/gnupg_init.html","desc":"Initialize a connection"}, "gnupg_keyinfo":{"name":"gnupg_keyinfo","type":"","path":"php/gnupg_keyinfo.html","desc":"Returns an array with information about all keys that matches the given pattern"}, "gnupg_setarmor":{"name":"gnupg_setarmor","type":"","path":"php/gnupg_setarmor.html","desc":"Toggle armored output"}, "gnupg_seterrormode":{"name":"gnupg_seterrormode","type":"","path":"php/gnupg_seterrormode.html","desc":"Sets the mode for error_reporting"}, "gnupg_setsignmode":{"name":"gnupg_setsignmode","type":"","path":"php/gnupg_setsignmode.html","desc":"Sets the mode for signing"}, "gnupg_sign":{"name":"gnupg_sign","type":"","path":"php/gnupg_sign.html","desc":"Signs a given text"}, "gnupg_verify":{"name":"gnupg_verify","type":"","path":"php/gnupg_verify.html","desc":"Verifies a signed text"}, "gopher_parsedir":{"name":"gopher_parsedir","type":"","path":"php/gopher_parsedir.html","desc":"Translate a gopher formatted directory entry into an associative array"}, "grapheme_extract":{"name":"grapheme_extract","type":"","path":"php/grapheme_extract.html","desc":"Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8"}, "grapheme_stripos":{"name":"grapheme_stripos","type":"","path":"php/grapheme_stripos.html","desc":"Find position (in grapheme units) of first occurrence of a case-insensitive string"}, "grapheme_stristr":{"name":"grapheme_stristr","type":"","path":"php/grapheme_stristr.html","desc":"Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack"}, "grapheme_strlen":{"name":"grapheme_strlen","type":"","path":"php/grapheme_strlen.html","desc":"Get string length in grapheme units"}, "grapheme_strpos":{"name":"grapheme_strpos","type":"","path":"php/grapheme_strpos.html","desc":"Find position (in grapheme units) of first occurrence of a string"}, "grapheme_strripos":{"name":"grapheme_strripos","type":"","path":"php/grapheme_strripos.html","desc":"Find position (in grapheme units) of last occurrence of a case-insensitive string"}, "grapheme_strrpos":{"name":"grapheme_strrpos","type":"","path":"php/grapheme_strrpos.html","desc":"Find position (in grapheme units) of last occurrence of a string"}, "grapheme_strstr":{"name":"grapheme_strstr","type":"","path":"php/grapheme_strstr.html","desc":"Returns part of haystack string from the first occurrence of needle to the end of haystack"}, "grapheme_substr":{"name":"grapheme_substr","type":"","path":"php/grapheme_substr.html","desc":"Return part of a string"}, "gregoriantojd":{"name":"gregoriantojd","type":"","path":"php/gregoriantojd.html","desc":"转变一个Gregorian历法日期到Julian Day计数"}, "gupnp_context_get_host_ip":{"name":"gupnp_context_get_host_ip","type":"","path":"php/gupnp_context_get_host_ip.html","desc":"Get the IP address"}, "gupnp_context_get_port":{"name":"gupnp_context_get_port","type":"","path":"php/gupnp_context_get_port.html","desc":"Get the port"}, "gupnp_context_get_subscription_timeout":{"name":"gupnp_context_get_subscription_timeout","type":"","path":"php/gupnp_context_get_subscription_timeout.html","desc":"Get the event subscription timeout"}, "gupnp_context_host_path":{"name":"gupnp_context_host_path","type":"","path":"php/gupnp_context_host_path.html","desc":"Start hosting"}, "gupnp_context_new":{"name":"gupnp_context_new","type":"","path":"php/gupnp_context_new.html","desc":"Create a new context"}, "gupnp_context_set_subscription_timeout":{"name":"gupnp_context_set_subscription_timeout","type":"","path":"php/gupnp_context_set_subscription_timeout.html","desc":"Sets the event subscription timeout"}, "gupnp_context_timeout_add":{"name":"gupnp_context_timeout_add","type":"","path":"php/gupnp_context_timeout_add.html","desc":"Sets a function to be called at regular intervals"}, "gupnp_context_unhost_path":{"name":"gupnp_context_unhost_path","type":"","path":"php/gupnp_context_unhost_path.html","desc":"Stop hosting"}, "gupnp_control_point_browse_start":{"name":"gupnp_control_point_browse_start","type":"","path":"php/gupnp_control_point_browse_start.html","desc":"Start browsing"}, "gupnp_control_point_browse_stop":{"name":"gupnp_control_point_browse_stop","type":"","path":"php/gupnp_control_point_browse_stop.html","desc":"Stop browsing"}, "gupnp_control_point_callback_set":{"name":"gupnp_control_point_callback_set","type":"","path":"php/gupnp_control_point_callback_set.html","desc":"Set control point callback"}, "gupnp_control_point_new":{"name":"gupnp_control_point_new","type":"","path":"php/gupnp_control_point_new.html","desc":"Create a new control point"}, "gupnp_device_action_callback_set":{"name":"gupnp_device_action_callback_set","type":"","path":"php/gupnp_device_action_callback_set.html","desc":"Set device callback function"}, "gupnp_device_info_get":{"name":"gupnp_device_info_get","type":"","path":"php/gupnp_device_info_get.html","desc":"Get info of root device"}, "gupnp_device_info_get_service":{"name":"gupnp_device_info_get_service","type":"","path":"php/gupnp_device_info_get_service.html","desc":"Get the service with type"}, "gupnp_root_device_get_available":{"name":"gupnp_root_device_get_available","type":"","path":"php/gupnp_root_device_get_available.html","desc":"Check whether root device is available"}, "gupnp_root_device_get_relative_location":{"name":"gupnp_root_device_get_relative_location","type":"","path":"php/gupnp_root_device_get_relative_location.html","desc":"Get the relative location of root device"}, "gupnp_root_device_new":{"name":"gupnp_root_device_new","type":"","path":"php/gupnp_root_device_new.html","desc":"Create a new root device"}, "gupnp_root_device_set_available":{"name":"gupnp_root_device_set_available","type":"","path":"php/gupnp_root_device_set_available.html","desc":"Set whether or not root_device is available"}, "gupnp_root_device_start":{"name":"gupnp_root_device_start","type":"","path":"php/gupnp_root_device_start.html","desc":"Start main loop"}, "gupnp_root_device_stop":{"name":"gupnp_root_device_stop","type":"","path":"php/gupnp_root_device_stop.html","desc":"Stop main loop"}, "gupnp_service_action_get":{"name":"gupnp_service_action_get","type":"","path":"php/gupnp_service_action_get.html","desc":"Retrieves the specified action arguments"}, "gupnp_service_action_return":{"name":"gupnp_service_action_return","type":"","path":"php/gupnp_service_action_return.html","desc":"Return successfully"}, "gupnp_service_action_return_error":{"name":"gupnp_service_action_return_error","type":"","path":"php/gupnp_service_action_return_error.html","desc":"Return error code"}, "gupnp_service_action_set":{"name":"gupnp_service_action_set","type":"","path":"php/gupnp_service_action_set.html","desc":"Sets the specified action return values"}, "gupnp_service_freeze_notify":{"name":"gupnp_service_freeze_notify","type":"","path":"php/gupnp_service_freeze_notify.html","desc":"Freeze new notifications"}, "gupnp_service_info_get":{"name":"gupnp_service_info_get","type":"","path":"php/gupnp_service_info_get.html","desc":"Get full info of service"}, "gupnp_service_info_get_introspection":{"name":"gupnp_service_info_get_introspection","type":"","path":"php/gupnp_service_info_get_introspection.html","desc":"Get resource introspection of service"}, "gupnp_service_introspection_get_state_variable":{"name":"gupnp_service_introspection_get_state_variable","type":"","path":"php/gupnp_service_introspection_get_state_variable.html","desc":"Returns the state variable data"}, "gupnp_service_notify":{"name":"gupnp_service_notify","type":"","path":"php/gupnp_service_notify.html","desc":"Notifies listening clients"}, "gupnp_service_proxy_action_get":{"name":"gupnp_service_proxy_action_get","type":"","path":"php/gupnp_service_proxy_action_get.html","desc":"Send action to the service and get value"}, "gupnp_service_proxy_action_set":{"name":"gupnp_service_proxy_action_set","type":"","path":"php/gupnp_service_proxy_action_set.html","desc":"Send action to the service and set value"}, "gupnp_service_proxy_add_notify":{"name":"gupnp_service_proxy_add_notify","type":"","path":"php/gupnp_service_proxy_add_notify.html","desc":"Sets up callback for variable change notification"}, "gupnp_service_proxy_callback_set":{"name":"gupnp_service_proxy_callback_set","type":"","path":"php/gupnp_service_proxy_callback_set.html","desc":"Set service proxy callback for signal"}, "gupnp_service_proxy_get_subscribed":{"name":"gupnp_service_proxy_get_subscribed","type":"","path":"php/gupnp_service_proxy_get_subscribed.html","desc":"Check whether subscription is valid to the service"}, "gupnp_service_proxy_remove_notify":{"name":"gupnp_service_proxy_remove_notify","type":"","path":"php/gupnp_service_proxy_remove_notify.html","desc":"Cancels the variable change notification"}, "gupnp_service_proxy_set_subscribed":{"name":"gupnp_service_proxy_set_subscribed","type":"","path":"php/gupnp_service_proxy_set_subscribed.html","desc":"(Un)subscribes to the service"}, "gupnp_service_thaw_notify":{"name":"gupnp_service_thaw_notify","type":"","path":"php/gupnp_service_thaw_notify.html","desc":"Sends out any pending notifications and stops queuing of new ones"}, "gzclose":{"name":"gzclose","type":"","path":"php/gzclose.html","desc":"Close an open gz-file pointer"}, "gzcompress":{"name":"gzcompress","type":"","path":"php/gzcompress.html","desc":"Compress a string"}, "gzdecode":{"name":"gzdecode","type":"","path":"php/gzdecode.html","desc":"Decodes a gzip compressed string"}, "gzdeflate":{"name":"gzdeflate","type":"","path":"php/gzdeflate.html","desc":"Deflate a string"}, "gzencode":{"name":"gzencode","type":"","path":"php/gzencode.html","desc":"Create a gzip compressed string"}, "gzeof":{"name":"gzeof","type":"","path":"php/gzeof.html","desc":"Test for EOF on a gz-file pointer"}, "gzfile":{"name":"gzfile","type":"","path":"php/gzfile.html","desc":"Read entire gz-file into an array"}, "gzgetc":{"name":"gzgetc","type":"","path":"php/gzgetc.html","desc":"Get character from gz-file pointer"}, "gzgets":{"name":"gzgets","type":"","path":"php/gzgets.html","desc":"Get line from file pointer"}, "gzgetss":{"name":"gzgetss","type":"","path":"php/gzgetss.html","desc":"Get line from gz-file pointer and strip HTML tags"}, "gzinflate":{"name":"gzinflate","type":"","path":"php/gzinflate.html","desc":"Inflate a deflated string"}, "gzopen":{"name":"gzopen","type":"","path":"php/gzopen.html","desc":"Open gz-file"}, "gzpassthru":{"name":"gzpassthru","type":"","path":"php/gzpassthru.html","desc":"Output all remaining data on a gz-file pointer"}, "gzputs":{"name":"gzputs","type":"","path":"php/gzputs.html","desc":"别名 gzwrite"}, "gzread":{"name":"gzread","type":"","path":"php/gzread.html","desc":"Binary-safe gz-file read"}, "gzrewind":{"name":"gzrewind","type":"","path":"php/gzrewind.html","desc":"Rewind the position of a gz-file pointer"}, "gzseek":{"name":"gzseek","type":"","path":"php/gzseek.html","desc":"Seek on a gz-file pointer"}, "gztell":{"name":"gztell","type":"","path":"php/gztell.html","desc":"Tell gz-file pointer readwrite position"}, "gzuncompress":{"name":"gzuncompress","type":"","path":"php/gzuncompress.html","desc":"Uncompress a compressed string"}, "gzwrite":{"name":"gzwrite","type":"","path":"php/gzwrite.html","desc":"Binary-safe gz-file write"}, "halt_compiler":{"name":"halt_compiler","type":"","path":"php/halt_compiler.html","desc":"中断编译器的执行"}, "hash":{"name":"hash","type":"","path":"php/hash.html","desc":"生成哈希值 (消息摘要)"}, "hash_algos":{"name":"hash_algos","type":"","path":"php/hash_algos.html","desc":"返回已注册的哈希算法列表"}, "hash_copy":{"name":"hash_copy","type":"","path":"php/hash_copy.html","desc":"拷贝哈希运算上下文"}, "hash_equals":{"name":"hash_equals","type":"","path":"php/hash_equals.html","desc":"可防止时序攻击的字符串比较"}, "hash_file":{"name":"hash_file","type":"","path":"php/hash_file.html","desc":"使用给定文件的内容生成哈希值"}, "hash_final":{"name":"hash_final","type":"","path":"php/hash_final.html","desc":"结束增量哈希,并且返回摘要结果"}, "hash_hkdf":{"name":"hash_hkdf","type":"","path":"php/hash_hkdf.html","desc":"Generate a HKDF key derivation of a supplied key input"}, "hash_hmac":{"name":"hash_hmac","type":"","path":"php/hash_hmac.html","desc":"使用 HMAC 方法生成带有密钥的哈希值"}, "hash_hmac_algos":{"name":"hash_hmac_algos","type":"","path":"php/hash_hmac_algos.html","desc":"Return a list of registered hashing algorithms suitable for hash_hmac"}, "hash_hmac_file":{"name":"hash_hmac_file","type":"","path":"php/hash_hmac_file.html","desc":"使用 HMAC 方法和给定文件的内容生成带密钥的哈希值"}, "hash_init":{"name":"hash_init","type":"","path":"php/hash_init.html","desc":"初始化增量哈希运算上下文"}, "hash_pbkdf2":{"name":"hash_pbkdf2","type":"","path":"php/hash_pbkdf2.html","desc":"生成所提供密码的 PBKDF2 密钥导出"}, "hash_update":{"name":"hash_update","type":"","path":"php/hash_update.html","desc":"向活跃的哈希运算上下文中填充数据"}, "hash_update_file":{"name":"hash_update_file","type":"","path":"php/hash_update_file.html","desc":"从文件向活跃的哈希运算上下文中填充数据"}, "hash_update_stream":{"name":"hash_update_stream","type":"","path":"php/hash_update_stream.html","desc":"从打开的流向活跃的哈希运算上下文中填充数据"}, "header":{"name":"header","type":"","path":"php/header.html","desc":"发送原生 HTTP 头"}, "headers_list":{"name":"headers_list","type":"","path":"php/headers_list.html","desc":"返回已发送的 HTTP 响应头(或准备发送的)"}, "headers_sent":{"name":"headers_sent","type":"","path":"php/headers_sent.html","desc":"检测 HTTP 头是否已经发送"}, "header_register_callback":{"name":"header_register_callback","type":"","path":"php/header_register_callback.html","desc":"调用一个 header 函数"}, "header_remove":{"name":"header_remove","type":"","path":"php/header_remove.html","desc":"删除之前设置的 HTTP 头"}, "hebrev":{"name":"hebrev","type":"","path":"php/hebrev.html","desc":"将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew)"}, "hebrevc":{"name":"hebrevc","type":"","path":"php/hebrevc.html","desc":"将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew),并且转换换行符"}, "hex2bin":{"name":"hex2bin","type":"","path":"php/hex2bin.html","desc":"转换十六进制字符串为二进制字符串"}, "hexdec":{"name":"hexdec","type":"","path":"php/hexdec.html","desc":"十六进制转换为十进制"}, "highlight_file":{"name":"highlight_file","type":"","path":"php/highlight_file.html","desc":"语法高亮一个文件"}, "highlight_string":{"name":"highlight_string","type":"","path":"php/highlight_string.html","desc":"字符串的语法高亮"}, "hrtime":{"name":"hrtime","type":"","path":"php/hrtime.html","desc":"Get the system's high resolution time"}, "htmlentities":{"name":"htmlentities","type":"","path":"php/htmlentities.html","desc":"将字符转换为 HTML 转义字符"}, "htmlspecialchars":{"name":"htmlspecialchars","type":"","path":"php/htmlspecialchars.html","desc":"将特殊字符转换为 HTML 实体"}, "htmlspecialchars_decode":{"name":"htmlspecialchars_decode","type":"","path":"php/htmlspecialchars_decode.html","desc":"将特殊的 HTML 实体转换回普通字符"}, "html_entity_decode":{"name":"html_entity_decode","type":"","path":"php/html_entity_decode.html","desc":"Convert HTML entities to their corresponding characters"}, "http_build_query":{"name":"http_build_query","type":"","path":"php/http_build_query.html","desc":"生成 URL-encode 之后的请求字符串"}, "http_response_code":{"name":"http_response_code","type":"","path":"php/http_response_code.html","desc":"获取设置响应的 HTTP 状态码"}, "hwapi_attribute_new":{"name":"hwapi_attribute_new","type":"","path":"php/hwapi_attribute_new.html","desc":"Creates instance of class hw_api_attribute"}, "hwapi_content_new":{"name":"hwapi_content_new","type":"","path":"php/hwapi_content_new.html","desc":"Create new instance of class hw_api_content"}, "hwapi_hgcsp":{"name":"hwapi_hgcsp","type":"","path":"php/hwapi_hgcsp.html","desc":"Returns object of class hw_api"}, "hwapi_object_new":{"name":"hwapi_object_new","type":"","path":"php/hwapi_object_new.html","desc":"Creates a new instance of class hwapi_object_new"}, "hypot":{"name":"hypot","type":"","path":"php/hypot.html","desc":"计算一直角三角形的斜边长度"}, "ibase_add_user":{"name":"ibase_add_user","type":"","path":"php/ibase_add_user.html","desc":"Add a user to a security database"}, "ibase_affected_rows":{"name":"ibase_affected_rows","type":"","path":"php/ibase_affected_rows.html","desc":"Return the number of rows that were affected by the previous query"}, "ibase_backup":{"name":"ibase_backup","type":"","path":"php/ibase_backup.html","desc":"Initiates a backup task in the service manager and returns immediately"}, "ibase_blob_add":{"name":"ibase_blob_add","type":"","path":"php/ibase_blob_add.html","desc":"Add data into a newly created blob"}, "ibase_blob_cancel":{"name":"ibase_blob_cancel","type":"","path":"php/ibase_blob_cancel.html","desc":"Cancel creating blob"}, "ibase_blob_close":{"name":"ibase_blob_close","type":"","path":"php/ibase_blob_close.html","desc":"Close blob"}, "ibase_blob_create":{"name":"ibase_blob_create","type":"","path":"php/ibase_blob_create.html","desc":"Create a new blob for adding data"}, "ibase_blob_echo":{"name":"ibase_blob_echo","type":"","path":"php/ibase_blob_echo.html","desc":"Output blob contents to browser"}, "ibase_blob_get":{"name":"ibase_blob_get","type":"","path":"php/ibase_blob_get.html","desc":"Get len bytes data from open blob"}, "ibase_blob_import":{"name":"ibase_blob_import","type":"","path":"php/ibase_blob_import.html","desc":"Create blob, copy file in it, and close it"}, "ibase_blob_info":{"name":"ibase_blob_info","type":"","path":"php/ibase_blob_info.html","desc":"Return blob length and other useful info"}, "ibase_blob_open":{"name":"ibase_blob_open","type":"","path":"php/ibase_blob_open.html","desc":"Open blob for retrieving data parts"}, "ibase_close":{"name":"ibase_close","type":"","path":"php/ibase_close.html","desc":"Close a connection to an InterBase database"}, "ibase_commit":{"name":"ibase_commit","type":"","path":"php/ibase_commit.html","desc":"Commit a transaction"}, "ibase_commit_ret":{"name":"ibase_commit_ret","type":"","path":"php/ibase_commit_ret.html","desc":"Commit a transaction without closing it"}, "ibase_connect":{"name":"ibase_connect","type":"","path":"php/ibase_connect.html","desc":"Open a connection to a database"}, "ibase_db_info":{"name":"ibase_db_info","type":"","path":"php/ibase_db_info.html","desc":"Request statistics about a database"}, "ibase_delete_user":{"name":"ibase_delete_user","type":"","path":"php/ibase_delete_user.html","desc":"Delete a user from a security database"}, "ibase_drop_db":{"name":"ibase_drop_db","type":"","path":"php/ibase_drop_db.html","desc":"Drops a database"}, "ibase_errcode":{"name":"ibase_errcode","type":"","path":"php/ibase_errcode.html","desc":"Return an error code"}, "ibase_errmsg":{"name":"ibase_errmsg","type":"","path":"php/ibase_errmsg.html","desc":"Return error messages"}, "ibase_execute":{"name":"ibase_execute","type":"","path":"php/ibase_execute.html","desc":"Execute a previously prepared query"}, "ibase_fetch_assoc":{"name":"ibase_fetch_assoc","type":"","path":"php/ibase_fetch_assoc.html","desc":"Fetch a result row from a query as an associative array"}, "ibase_fetch_object":{"name":"ibase_fetch_object","type":"","path":"php/ibase_fetch_object.html","desc":"Get an object from a InterBase database"}, "ibase_fetch_row":{"name":"ibase_fetch_row","type":"","path":"php/ibase_fetch_row.html","desc":"Fetch a row from an InterBase database"}, "ibase_field_info":{"name":"ibase_field_info","type":"","path":"php/ibase_field_info.html","desc":"Get information about a field"}, "ibase_free_event_handler":{"name":"ibase_free_event_handler","type":"","path":"php/ibase_free_event_handler.html","desc":"Cancels a registered event handler"}, "ibase_free_query":{"name":"ibase_free_query","type":"","path":"php/ibase_free_query.html","desc":"Free memory allocated by a prepared query"}, "ibase_free_result":{"name":"ibase_free_result","type":"","path":"php/ibase_free_result.html","desc":"Free a result set"}, "ibase_gen_id":{"name":"ibase_gen_id","type":"","path":"php/ibase_gen_id.html","desc":"Increments the named generator and returns its new value"}, "ibase_maintain_db":{"name":"ibase_maintain_db","type":"","path":"php/ibase_maintain_db.html","desc":"Execute a maintenance command on the database server"}, "ibase_modify_user":{"name":"ibase_modify_user","type":"","path":"php/ibase_modify_user.html","desc":"Modify a user to a security database"}, "ibase_name_result":{"name":"ibase_name_result","type":"","path":"php/ibase_name_result.html","desc":"Assigns a name to a result set"}, "ibase_num_fields":{"name":"ibase_num_fields","type":"","path":"php/ibase_num_fields.html","desc":"Get the number of fields in a result set"}, "ibase_num_params":{"name":"ibase_num_params","type":"","path":"php/ibase_num_params.html","desc":"Return the number of parameters in a prepared query"}, "ibase_param_info":{"name":"ibase_param_info","type":"","path":"php/ibase_param_info.html","desc":"Return information about a parameter in a prepared query"}, "ibase_pconnect":{"name":"ibase_pconnect","type":"","path":"php/ibase_pconnect.html","desc":"Open a persistent connection to an InterBase database"}, "ibase_prepare":{"name":"ibase_prepare","type":"","path":"php/ibase_prepare.html","desc":"Prepare a query for later binding of parameter placeholders and execution"}, "ibase_query":{"name":"ibase_query","type":"","path":"php/ibase_query.html","desc":"Execute a query on an InterBase database"}, "ibase_restore":{"name":"ibase_restore","type":"","path":"php/ibase_restore.html","desc":"Initiates a restore task in the service manager and returns immediately"}, "ibase_rollback":{"name":"ibase_rollback","type":"","path":"php/ibase_rollback.html","desc":"Roll back a transaction"}, "ibase_rollback_ret":{"name":"ibase_rollback_ret","type":"","path":"php/ibase_rollback_ret.html","desc":"Roll back a transaction without closing it"}, "ibase_server_info":{"name":"ibase_server_info","type":"","path":"php/ibase_server_info.html","desc":"Request information about a database server"}, "ibase_service_attach":{"name":"ibase_service_attach","type":"","path":"php/ibase_service_attach.html","desc":"Connect to the service manager"}, "ibase_service_detach":{"name":"ibase_service_detach","type":"","path":"php/ibase_service_detach.html","desc":"Disconnect from the service manager"}, "ibase_set_event_handler":{"name":"ibase_set_event_handler","type":"","path":"php/ibase_set_event_handler.html","desc":"Register a callback function to be called when events are posted"}, "ibase_trans":{"name":"ibase_trans","type":"","path":"php/ibase_trans.html","desc":"Begin a transaction"}, "ibase_wait_event":{"name":"ibase_wait_event","type":"","path":"php/ibase_wait_event.html","desc":"Wait for an event to be posted by the database"}, "iconv":{"name":"iconv","type":"","path":"php/iconv.html","desc":"字符串按要求的字符编码来转换"}, "iconv_get_encoding":{"name":"iconv_get_encoding","type":"","path":"php/iconv_get_encoding.html","desc":"获取 iconv 扩展的内部配置变量"}, "iconv_mime_decode":{"name":"iconv_mime_decode","type":"","path":"php/iconv_mime_decode.html","desc":"解码一个MIME头字段"}, "iconv_mime_decode_headers":{"name":"iconv_mime_decode_headers","type":"","path":"php/iconv_mime_decode_headers.html","desc":"一次性解码多个 MIME 头字段"}, "iconv_mime_encode":{"name":"iconv_mime_encode","type":"","path":"php/iconv_mime_encode.html","desc":"Composes a MIME header field"}, "iconv_set_encoding":{"name":"iconv_set_encoding","type":"","path":"php/iconv_set_encoding.html","desc":"为字符编码转换设定当前设置"}, "iconv_strlen":{"name":"iconv_strlen","type":"","path":"php/iconv_strlen.html","desc":"返回字符串的字符数统计"}, "iconv_strpos":{"name":"iconv_strpos","type":"","path":"php/iconv_strpos.html","desc":"Finds position of first occurrence of a needle within a haystack"}, "iconv_strrpos":{"name":"iconv_strrpos","type":"","path":"php/iconv_strrpos.html","desc":"Finds the last occurrence of a needle within a haystack"}, "iconv_substr":{"name":"iconv_substr","type":"","path":"php/iconv_substr.html","desc":"截取字符串的部分"}, "id3_get_frame_long_name":{"name":"id3_get_frame_long_name","type":"","path":"php/id3_get_frame_long_name.html","desc":"Get the long name of an ID3v2 frame"}, "id3_get_frame_short_name":{"name":"id3_get_frame_short_name","type":"","path":"php/id3_get_frame_short_name.html","desc":"Get the short name of an ID3v2 frame"}, "id3_get_genre_id":{"name":"id3_get_genre_id","type":"","path":"php/id3_get_genre_id.html","desc":"Get the id for a genre"}, "id3_get_genre_list":{"name":"id3_get_genre_list","type":"","path":"php/id3_get_genre_list.html","desc":"Get all possible genre values"}, "id3_get_genre_name":{"name":"id3_get_genre_name","type":"","path":"php/id3_get_genre_name.html","desc":"Get the name for a genre id"}, "id3_get_tag":{"name":"id3_get_tag","type":"","path":"php/id3_get_tag.html","desc":"Get all information stored in an ID3 tag"}, "id3_get_version":{"name":"id3_get_version","type":"","path":"php/id3_get_version.html","desc":"Get version of an ID3 tag"}, "id3_remove_tag":{"name":"id3_remove_tag","type":"","path":"php/id3_remove_tag.html","desc":"Remove an existing ID3 tag"}, "id3_set_tag":{"name":"id3_set_tag","type":"","path":"php/id3_set_tag.html","desc":"Update information stored in an ID3 tag"}, "idate":{"name":"idate","type":"","path":"php/idate.html","desc":"将本地时间日期格式化为整数"}, "idn_to_ascii":{"name":"idn_to_ascii","type":"","path":"php/idn_to_ascii.html","desc":"Convert domain name to IDNA ASCII form"}, "idn_to_utf8":{"name":"idn_to_utf8","type":"","path":"php/idn_to_utf8.html","desc":"Convert domain name from IDNA ASCII to Unicode"}, "ifxus_close_slob":{"name":"ifxus_close_slob","type":"","path":"php/ifxus_close_slob.html","desc":"Deletes the slob object"}, "ifxus_create_slob":{"name":"ifxus_create_slob","type":"","path":"php/ifxus_create_slob.html","desc":"Creates an slob object and opens it"}, "ifxus_free_slob":{"name":"ifxus_free_slob","type":"","path":"php/ifxus_free_slob.html","desc":"Deletes the slob object"}, "ifxus_open_slob":{"name":"ifxus_open_slob","type":"","path":"php/ifxus_open_slob.html","desc":"Opens an slob object"}, "ifxus_read_slob":{"name":"ifxus_read_slob","type":"","path":"php/ifxus_read_slob.html","desc":"Reads nbytes of the slob object"}, "ifxus_seek_slob":{"name":"ifxus_seek_slob","type":"","path":"php/ifxus_seek_slob.html","desc":"Sets the current file or seek position"}, "ifxus_tell_slob":{"name":"ifxus_tell_slob","type":"","path":"php/ifxus_tell_slob.html","desc":"Returns the current file or seek position"}, "ifxus_write_slob":{"name":"ifxus_write_slob","type":"","path":"php/ifxus_write_slob.html","desc":"Writes a string into the slob object"}, "ifx_affected_rows":{"name":"ifx_affected_rows","type":"","path":"php/ifx_affected_rows.html","desc":"Get number of rows affected by a query"}, "ifx_blobinfile_mode":{"name":"ifx_blobinfile_mode","type":"","path":"php/ifx_blobinfile_mode.html","desc":"Set the default blob mode for all select queries"}, "ifx_byteasvarchar":{"name":"ifx_byteasvarchar","type":"","path":"php/ifx_byteasvarchar.html","desc":"Set the default byte mode"}, "ifx_close":{"name":"ifx_close","type":"","path":"php/ifx_close.html","desc":"Close Informix connection"}, "ifx_connect":{"name":"ifx_connect","type":"","path":"php/ifx_connect.html","desc":"Open Informix server connection"}, "ifx_copy_blob":{"name":"ifx_copy_blob","type":"","path":"php/ifx_copy_blob.html","desc":"Duplicates the given blob object"}, "ifx_create_blob":{"name":"ifx_create_blob","type":"","path":"php/ifx_create_blob.html","desc":"Creates an blob object"}, "ifx_create_char":{"name":"ifx_create_char","type":"","path":"php/ifx_create_char.html","desc":"Creates an char object"}, "ifx_do":{"name":"ifx_do","type":"","path":"php/ifx_do.html","desc":"Execute a previously prepared SQL-statement"}, "ifx_error":{"name":"ifx_error","type":"","path":"php/ifx_error.html","desc":"Returns error code of last Informix call"}, "ifx_errormsg":{"name":"ifx_errormsg","type":"","path":"php/ifx_errormsg.html","desc":"Returns error message of last Informix call"}, "ifx_fetch_row":{"name":"ifx_fetch_row","type":"","path":"php/ifx_fetch_row.html","desc":"Get row as an associative array"}, "ifx_fieldproperties":{"name":"ifx_fieldproperties","type":"","path":"php/ifx_fieldproperties.html","desc":"List of SQL fieldproperties"}, "ifx_fieldtypes":{"name":"ifx_fieldtypes","type":"","path":"php/ifx_fieldtypes.html","desc":"List of Informix SQL fields"}, "ifx_free_blob":{"name":"ifx_free_blob","type":"","path":"php/ifx_free_blob.html","desc":"Deletes the blob object"}, "ifx_free_char":{"name":"ifx_free_char","type":"","path":"php/ifx_free_char.html","desc":"Deletes the char object"}, "ifx_free_result":{"name":"ifx_free_result","type":"","path":"php/ifx_free_result.html","desc":"Releases resources for the query"}, "ifx_functiontbl_result":{"name":"ifx_functiontbl_result","type":"","path":"php/ifx_functiontbl_result.html","desc":"Formats all rows of a query into a HTML table"}, "ifx_getsqlca":{"name":"ifx_getsqlca","type":"","path":"php/ifx_getsqlca.html","desc":"Get the contents of sqlca.sqlerrd[0..5] after a query"}, "ifx_get_blob":{"name":"ifx_get_blob","type":"","path":"php/ifx_get_blob.html","desc":"Return the content of a blob object"}, "ifx_get_char":{"name":"ifx_get_char","type":"","path":"php/ifx_get_char.html","desc":"Return the content of the char object"}, "ifx_nullformat":{"name":"ifx_nullformat","type":"","path":"php/ifx_nullformat.html","desc":"Sets the default return value on a fetch row"}, "ifx_num_fields":{"name":"ifx_num_fields","type":"","path":"php/ifx_num_fields.html","desc":"Returns the number of columns in the query"}, "ifx_num_rows":{"name":"ifx_num_rows","type":"","path":"php/ifx_num_rows.html","desc":"Count the rows already fetched from a query"}, "ifx_pconnect":{"name":"ifx_pconnect","type":"","path":"php/ifx_pconnect.html","desc":"Open persistent Informix connection"}, "ifx_prepare":{"name":"ifx_prepare","type":"","path":"php/ifx_prepare.html","desc":"Prepare an SQL-statement for execution"}, "ifx_query":{"name":"ifx_query","type":"","path":"php/ifx_query.html","desc":"Send Informix query"}, "ifx_textasvarchar":{"name":"ifx_textasvarchar","type":"","path":"php/ifx_textasvarchar.html","desc":"Set the default text mode"}, "ifx_update_blob":{"name":"ifx_update_blob","type":"","path":"php/ifx_update_blob.html","desc":"Updates the content of the blob object"}, "ifx_update_char":{"name":"ifx_update_char","type":"","path":"php/ifx_update_char.html","desc":"Updates the content of the char object"}, "ignore_user_abort":{"name":"ignore_user_abort","type":"","path":"php/ignore_user_abort.html","desc":"设置客户端断开连接时是否中断脚本的执行"}, "iis_add_server":{"name":"iis_add_server","type":"","path":"php/iis_add_server.html","desc":"Creates a new virtual web server"}, "iis_get_dir_security":{"name":"iis_get_dir_security","type":"","path":"php/iis_get_dir_security.html","desc":"Gets Directory Security"}, "iis_get_script_map":{"name":"iis_get_script_map","type":"","path":"php/iis_get_script_map.html","desc":"Gets script mapping on a virtual directory for a specific extension"}, "iis_get_server_by_comment":{"name":"iis_get_server_by_comment","type":"","path":"php/iis_get_server_by_comment.html","desc":"Return the instance number associated with the Comment"}, "iis_get_server_by_path":{"name":"iis_get_server_by_path","type":"","path":"php/iis_get_server_by_path.html","desc":"Return the instance number associated with the Path"}, "iis_get_server_rights":{"name":"iis_get_server_rights","type":"","path":"php/iis_get_server_rights.html","desc":"Gets server rights"}, "iis_get_service_state":{"name":"iis_get_service_state","type":"","path":"php/iis_get_service_state.html","desc":"Returns the state for the service defined by ServiceId"}, "iis_remove_server":{"name":"iis_remove_server","type":"","path":"php/iis_remove_server.html","desc":"Removes the virtual web server indicated by ServerInstance"}, "iis_set_app_settings":{"name":"iis_set_app_settings","type":"","path":"php/iis_set_app_settings.html","desc":"Creates application scope for a virtual directory"}, "iis_set_dir_security":{"name":"iis_set_dir_security","type":"","path":"php/iis_set_dir_security.html","desc":"Sets Directory Security"}, "iis_set_script_map":{"name":"iis_set_script_map","type":"","path":"php/iis_set_script_map.html","desc":"Sets script mapping on a virtual directory"}, "iis_set_server_rights":{"name":"iis_set_server_rights","type":"","path":"php/iis_set_server_rights.html","desc":"Sets server rights"}, "iis_start_server":{"name":"iis_start_server","type":"","path":"php/iis_start_server.html","desc":"Starts the virtual web server"}, "iis_start_service":{"name":"iis_start_service","type":"","path":"php/iis_start_service.html","desc":"Starts the service defined by ServiceId"}, "iis_stop_server":{"name":"iis_stop_server","type":"","path":"php/iis_stop_server.html","desc":"Stops the virtual web server"}, "iis_stop_service":{"name":"iis_stop_service","type":"","path":"php/iis_stop_service.html","desc":"Stops the service defined by ServiceId"}, "image2wbmp":{"name":"image2wbmp","type":"","path":"php/image2wbmp.html","desc":"以 WBMP 格式将图像输出到浏览器或文件"}, "imageaffine":{"name":"imageaffine","type":"","path":"php/imageaffine.html","desc":"返回经过仿射变换后的图像,剪切区域可选"}, "imageaffinematrixconcat":{"name":"imageaffinematrixconcat","type":"","path":"php/imageaffinematrixconcat.html","desc":"Concatenate two affine transformation matrices"}, "imageaffinematrixget":{"name":"imageaffinematrixget","type":"","path":"php/imageaffinematrixget.html","desc":"Get an affine transformation matrix"}, "imagealphablending":{"name":"imagealphablending","type":"","path":"php/imagealphablending.html","desc":"设定图像的混色模式"}, "imageantialias":{"name":"imageantialias","type":"","path":"php/imageantialias.html","desc":"是否使用抗锯齿(antialias)功能"}, "imagearc":{"name":"imagearc","type":"","path":"php/imagearc.html","desc":"画椭圆弧"}, "imagebmp":{"name":"imagebmp","type":"","path":"php/imagebmp.html","desc":"Output a BMP image to browser or file"}, "imagechar":{"name":"imagechar","type":"","path":"php/imagechar.html","desc":"水平地画一个字符"}, "imagecharup":{"name":"imagecharup","type":"","path":"php/imagecharup.html","desc":"垂直地画一个字符"}, "imagecolorallocate":{"name":"imagecolorallocate","type":"","path":"php/imagecolorallocate.html","desc":"为一幅图像分配颜色"}, "imagecolorallocatealpha":{"name":"imagecolorallocatealpha","type":"","path":"php/imagecolorallocatealpha.html","desc":"为一幅图像分配颜色 + alpha"}, "imagecolorat":{"name":"imagecolorat","type":"","path":"php/imagecolorat.html","desc":"取得某像素的颜色索引值"}, "imagecolorclosest":{"name":"imagecolorclosest","type":"","path":"php/imagecolorclosest.html","desc":"取得与指定的颜色最接近的颜色的索引值"}, "imagecolorclosestalpha":{"name":"imagecolorclosestalpha","type":"","path":"php/imagecolorclosestalpha.html","desc":"取得与指定的颜色加透明度最接近的颜色"}, "imagecolorclosesthwb":{"name":"imagecolorclosesthwb","type":"","path":"php/imagecolorclosesthwb.html","desc":"取得与给定颜色最接近的色度的黑白色的索引"}, "imagecolordeallocate":{"name":"imagecolordeallocate","type":"","path":"php/imagecolordeallocate.html","desc":"取消图像颜色的分配"}, "imagecolorexact":{"name":"imagecolorexact","type":"","path":"php/imagecolorexact.html","desc":"取得指定颜色的索引值"}, "imagecolorexactalpha":{"name":"imagecolorexactalpha","type":"","path":"php/imagecolorexactalpha.html","desc":"取得指定的颜色加透明度的索引值"}, "imagecolormatch":{"name":"imagecolormatch","type":"","path":"php/imagecolormatch.html","desc":"使一个图像中调色板版本的颜色与真彩色版本更能匹配"}, "imagecolorresolve":{"name":"imagecolorresolve","type":"","path":"php/imagecolorresolve.html","desc":"取得指定颜色的索引值或有可能得到的最接近的替代值"}, "imagecolorresolvealpha":{"name":"imagecolorresolvealpha","type":"","path":"php/imagecolorresolvealpha.html","desc":"取得指定颜色 + alpha 的索引值或有可能得到的最接近的替代值"}, "imagecolorset":{"name":"imagecolorset","type":"","path":"php/imagecolorset.html","desc":"给指定调色板索引设定颜色"}, "imagecolorsforindex":{"name":"imagecolorsforindex","type":"","path":"php/imagecolorsforindex.html","desc":"取得某索引的颜色"}, "imagecolorstotal":{"name":"imagecolorstotal","type":"","path":"php/imagecolorstotal.html","desc":"取得一幅图像的调色板中颜色的数目"}, "imagecolortransparent":{"name":"imagecolortransparent","type":"","path":"php/imagecolortransparent.html","desc":"将某个颜色定义为透明色"}, "imageconvolution":{"name":"imageconvolution","type":"","path":"php/imageconvolution.html","desc":"用系数 div 和 offset 申请一个 3x3 的卷积矩阵"}, "imagecopy":{"name":"imagecopy","type":"","path":"php/imagecopy.html","desc":"拷贝图像的一部分"}, "imagecopymerge":{"name":"imagecopymerge","type":"","path":"php/imagecopymerge.html","desc":"拷贝并合并图像的一部分"}, "imagecopymergegray":{"name":"imagecopymergegray","type":"","path":"php/imagecopymergegray.html","desc":"用灰度拷贝并合并图像的一部分"}, "imagecopyresampled":{"name":"imagecopyresampled","type":"","path":"php/imagecopyresampled.html","desc":"重采样拷贝部分图像并调整大小"}, "imagecopyresized":{"name":"imagecopyresized","type":"","path":"php/imagecopyresized.html","desc":"拷贝部分图像并调整大小"}, "imagecreate":{"name":"imagecreate","type":"","path":"php/imagecreate.html","desc":"新建一个基于调色板的图像"}, "imagecreatefrombmp":{"name":"imagecreatefrombmp","type":"","path":"php/imagecreatefrombmp.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromgd":{"name":"imagecreatefromgd","type":"","path":"php/imagecreatefromgd.html","desc":"从 GD 文件或 URL 新建一图像"}, "imagecreatefromgd2":{"name":"imagecreatefromgd2","type":"","path":"php/imagecreatefromgd2.html","desc":"从 GD2 文件或 URL 新建一图像"}, "imagecreatefromgd2part":{"name":"imagecreatefromgd2part","type":"","path":"php/imagecreatefromgd2part.html","desc":"从给定的 GD2 文件或 URL 中的部分新建一图像"}, "imagecreatefromgif":{"name":"imagecreatefromgif","type":"","path":"php/imagecreatefromgif.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromjpeg":{"name":"imagecreatefromjpeg","type":"","path":"php/imagecreatefromjpeg.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefrompng":{"name":"imagecreatefrompng","type":"","path":"php/imagecreatefrompng.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromstring":{"name":"imagecreatefromstring","type":"","path":"php/imagecreatefromstring.html","desc":"从字符串中的图像流新建一图像"}, "imagecreatefromwbmp":{"name":"imagecreatefromwbmp","type":"","path":"php/imagecreatefromwbmp.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromwebp":{"name":"imagecreatefromwebp","type":"","path":"php/imagecreatefromwebp.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromxbm":{"name":"imagecreatefromxbm","type":"","path":"php/imagecreatefromxbm.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromxpm":{"name":"imagecreatefromxpm","type":"","path":"php/imagecreatefromxpm.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatetruecolor":{"name":"imagecreatetruecolor","type":"","path":"php/imagecreatetruecolor.html","desc":"新建一个真彩色图像"}, "imagecrop":{"name":"imagecrop","type":"","path":"php/imagecrop.html","desc":"Crop an image to the given rectangle"}, "imagecropauto":{"name":"imagecropauto","type":"","path":"php/imagecropauto.html","desc":"Crop an image automatically using one of the available modes"}, "imagedashedline":{"name":"imagedashedline","type":"","path":"php/imagedashedline.html","desc":"画一虚线"}, "imagedestroy":{"name":"imagedestroy","type":"","path":"php/imagedestroy.html","desc":"销毁一图像"}, "imageellipse":{"name":"imageellipse","type":"","path":"php/imageellipse.html","desc":"画一个椭圆"}, "imagefill":{"name":"imagefill","type":"","path":"php/imagefill.html","desc":"区域填充"}, "imagefilledarc":{"name":"imagefilledarc","type":"","path":"php/imagefilledarc.html","desc":"画一椭圆弧且填充"}, "imagefilledellipse":{"name":"imagefilledellipse","type":"","path":"php/imagefilledellipse.html","desc":"画一椭圆并填充"}, "imagefilledpolygon":{"name":"imagefilledpolygon","type":"","path":"php/imagefilledpolygon.html","desc":"画一多边形并填充"}, "imagefilledrectangle":{"name":"imagefilledrectangle","type":"","path":"php/imagefilledrectangle.html","desc":"画一矩形并填充"}, "imagefilltoborder":{"name":"imagefilltoborder","type":"","path":"php/imagefilltoborder.html","desc":"区域填充到指定颜色的边界为止"}, "imagefilter":{"name":"imagefilter","type":"","path":"php/imagefilter.html","desc":"对图像使用过滤器"}, "imageflip":{"name":"imageflip","type":"","path":"php/imageflip.html","desc":"Flips an image using a given mode"}, "imagefontheight":{"name":"imagefontheight","type":"","path":"php/imagefontheight.html","desc":"取得字体高度"}, "imagefontwidth":{"name":"imagefontwidth","type":"","path":"php/imagefontwidth.html","desc":"取得字体宽度"}, "imageftbbox":{"name":"imageftbbox","type":"","path":"php/imageftbbox.html","desc":"给出一个使用 FreeType 2 字体的文本框"}, "imagefttext":{"name":"imagefttext","type":"","path":"php/imagefttext.html","desc":"使用 FreeType 2 字体将文本写入图像"}, "imagegammacorrect":{"name":"imagegammacorrect","type":"","path":"php/imagegammacorrect.html","desc":"对 GD 图像应用 gamma 修正"}, "imagegd":{"name":"imagegd","type":"","path":"php/imagegd.html","desc":"将 GD 图像输出到浏览器或文件"}, "imagegd2":{"name":"imagegd2","type":"","path":"php/imagegd2.html","desc":"将 GD2 图像输出到浏览器或文件"}, "imagegetclip":{"name":"imagegetclip","type":"","path":"php/imagegetclip.html","desc":"Get the clipping rectangle"}, "imagegif":{"name":"imagegif","type":"","path":"php/imagegif.html","desc":"输出图象到浏览器或文件。"}, "imagegrabscreen":{"name":"imagegrabscreen","type":"","path":"php/imagegrabscreen.html","desc":"Captures the whole screen"}, "imagegrabwindow":{"name":"imagegrabwindow","type":"","path":"php/imagegrabwindow.html","desc":"Captures a window"}, "imageinterlace":{"name":"imageinterlace","type":"","path":"php/imageinterlace.html","desc":"激活或禁止隔行扫描"}, "imageistruecolor":{"name":"imageistruecolor","type":"","path":"php/imageistruecolor.html","desc":"检查图像是否为真彩色图像"}, "imagejpeg":{"name":"imagejpeg","type":"","path":"php/imagejpeg.html","desc":"输出图象到浏览器或文件。"}, "imagelayereffect":{"name":"imagelayereffect","type":"","path":"php/imagelayereffect.html","desc":"设定 alpha 混色标志以使用绑定的 libgd 分层效果"}, "imageline":{"name":"imageline","type":"","path":"php/imageline.html","desc":"画一条线段"}, "imageloadfont":{"name":"imageloadfont","type":"","path":"php/imageloadfont.html","desc":"载入一新字体"}, "imageopenpolygon":{"name":"imageopenpolygon","type":"","path":"php/imageopenpolygon.html","desc":"Draws an open polygon"}, "imagepalettecopy":{"name":"imagepalettecopy","type":"","path":"php/imagepalettecopy.html","desc":"将调色板从一幅图像拷贝到另一幅"}, "imagepalettetotruecolor":{"name":"imagepalettetotruecolor","type":"","path":"php/imagepalettetotruecolor.html","desc":"Converts a palette based image to true color"}, "imagepng":{"name":"imagepng","type":"","path":"php/imagepng.html","desc":"以 PNG 格式将图像输出到浏览器或文件"}, "imagepolygon":{"name":"imagepolygon","type":"","path":"php/imagepolygon.html","desc":"画一个多边形"}, "imagepsbbox":{"name":"imagepsbbox","type":"","path":"php/imagepsbbox.html","desc":"给出一个使用 PostScript Type1 字体的文本方框"}, "imagepsencodefont":{"name":"imagepsencodefont","type":"","path":"php/imagepsencodefont.html","desc":"改变字体中的字符编码矢量"}, "imagepsextendfont":{"name":"imagepsextendfont","type":"","path":"php/imagepsextendfont.html","desc":"扩充或精简字体"}, "imagepsfreefont":{"name":"imagepsfreefont","type":"","path":"php/imagepsfreefont.html","desc":"释放一个 PostScript Type 1 字体所占用的内存"}, "imagepsloadfont":{"name":"imagepsloadfont","type":"","path":"php/imagepsloadfont.html","desc":"从文件中加载一个 PostScript Type 1 字体"}, "imagepsslantfont":{"name":"imagepsslantfont","type":"","path":"php/imagepsslantfont.html","desc":"倾斜某字体"}, "imagepstext":{"name":"imagepstext","type":"","path":"php/imagepstext.html","desc":"用 PostScript Type1 字体把文本字符串画在图像上"}, "imagerectangle":{"name":"imagerectangle","type":"","path":"php/imagerectangle.html","desc":"画一个矩形"}, "imageresolution":{"name":"imageresolution","type":"","path":"php/imageresolution.html","desc":"Get or set the resolution of the image"}, "imagerotate":{"name":"imagerotate","type":"","path":"php/imagerotate.html","desc":"用给定角度旋转图像"}, "imagesavealpha":{"name":"imagesavealpha","type":"","path":"php/imagesavealpha.html","desc":"设置标记以在保存 PNG 图像时保存完整的 alpha 通道信息(与单一透明色相反)"}, "imagescale":{"name":"imagescale","type":"","path":"php/imagescale.html","desc":"Scale an image using the given new width and height"}, "imagesetbrush":{"name":"imagesetbrush","type":"","path":"php/imagesetbrush.html","desc":"设定画线用的画笔图像"}, "imagesetclip":{"name":"imagesetclip","type":"","path":"php/imagesetclip.html","desc":"Set the clipping rectangle"}, "imagesetinterpolation":{"name":"imagesetinterpolation","type":"","path":"php/imagesetinterpolation.html","desc":"Set the interpolation method"}, "imagesetpixel":{"name":"imagesetpixel","type":"","path":"php/imagesetpixel.html","desc":"画一个单一像素"}, "imagesetstyle":{"name":"imagesetstyle","type":"","path":"php/imagesetstyle.html","desc":"设定画线的风格"}, "imagesetthickness":{"name":"imagesetthickness","type":"","path":"php/imagesetthickness.html","desc":"设定画线的宽度"}, "imagesettile":{"name":"imagesettile","type":"","path":"php/imagesettile.html","desc":"设定用于填充的贴图"}, "imagestring":{"name":"imagestring","type":"","path":"php/imagestring.html","desc":"水平地画一行字符串"}, "imagestringup":{"name":"imagestringup","type":"","path":"php/imagestringup.html","desc":"垂直地画一行字符串"}, "imagesx":{"name":"imagesx","type":"","path":"php/imagesx.html","desc":"取得图像宽度"}, "imagesy":{"name":"imagesy","type":"","path":"php/imagesy.html","desc":"取得图像高度"}, "imagetruecolortopalette":{"name":"imagetruecolortopalette","type":"","path":"php/imagetruecolortopalette.html","desc":"将真彩色图像转换为调色板图像"}, "imagettfbbox":{"name":"imagettfbbox","type":"","path":"php/imagettfbbox.html","desc":"取得使用 TrueType 字体的文本的范围"}, "imagettftext":{"name":"imagettftext","type":"","path":"php/imagettftext.html","desc":"用 TrueType 字体向图像写入文本"}, "imagetypes":{"name":"imagetypes","type":"","path":"php/imagetypes.html","desc":"返回当前 PHP 版本所支持的图像类型"}, "imagewbmp":{"name":"imagewbmp","type":"","path":"php/imagewbmp.html","desc":"以 WBMP 格式将图像输出到浏览器或文件"}, "imagewebp":{"name":"imagewebp","type":"","path":"php/imagewebp.html","desc":"将 WebP 格式的图像输出到浏览器或文件"}, "imagexbm":{"name":"imagexbm","type":"","path":"php/imagexbm.html","desc":"将 XBM 图像输出到浏览器或文件"}, "image_type_to_extension":{"name":"image_type_to_extension","type":"","path":"php/image_type_to_extension.html","desc":"取得图像类型的文件后缀"}, "image_type_to_mime_type":{"name":"image_type_to_mime_type","type":"","path":"php/image_type_to_mime_type.html","desc":"取得 getimagesize,exif_read_data,exif_thumbnail,exif_i"}, "imap_8bit":{"name":"imap_8bit","type":"","path":"php/imap_8bit.html","desc":"Convert an 8bit string to a quoted-printable string"}, "imap_alerts":{"name":"imap_alerts","type":"","path":"php/imap_alerts.html","desc":"Returns all IMAP alert messages that have occurred"}, "imap_append":{"name":"imap_append","type":"","path":"php/imap_append.html","desc":"Append a string message to a specified mailbox"}, "imap_base64":{"name":"imap_base64","type":"","path":"php/imap_base64.html","desc":"Decode BASE64 encoded text"}, "imap_binary":{"name":"imap_binary","type":"","path":"php/imap_binary.html","desc":"Convert an 8bit string to a base64 string"}, "imap_body":{"name":"imap_body","type":"","path":"php/imap_body.html","desc":"Read the message body"}, "imap_bodystruct":{"name":"imap_bodystruct","type":"","path":"php/imap_bodystruct.html","desc":"Read the structure of a specified body section of a specific message"}, "imap_check":{"name":"imap_check","type":"","path":"php/imap_check.html","desc":"Check current mailbox"}, "imap_clearflag_full":{"name":"imap_clearflag_full","type":"","path":"php/imap_clearflag_full.html","desc":"Clears flags on messages"}, "imap_close":{"name":"imap_close","type":"","path":"php/imap_close.html","desc":"Close an IMAP stream"}, "imap_create":{"name":"imap_create","type":"","path":"php/imap_create.html","desc":"别名 imap_createmailbox"}, "imap_createmailbox":{"name":"imap_createmailbox","type":"","path":"php/imap_createmailbox.html","desc":"Create a new mailbox"}, "imap_delete":{"name":"imap_delete","type":"","path":"php/imap_delete.html","desc":"Mark a message for deletion from current mailbox"}, "imap_deletemailbox":{"name":"imap_deletemailbox","type":"","path":"php/imap_deletemailbox.html","desc":"Delete a mailbox"}, "imap_errors":{"name":"imap_errors","type":"","path":"php/imap_errors.html","desc":"Returns all of the IMAP errors that have occurred"}, "imap_expunge":{"name":"imap_expunge","type":"","path":"php/imap_expunge.html","desc":"Delete all messages marked for deletion"}, "imap_fetchbody":{"name":"imap_fetchbody","type":"","path":"php/imap_fetchbody.html","desc":"Fetch a particular section of the body of the message"}, "imap_fetchheader":{"name":"imap_fetchheader","type":"","path":"php/imap_fetchheader.html","desc":"Returns header for a message"}, "imap_fetchmime":{"name":"imap_fetchmime","type":"","path":"php/imap_fetchmime.html","desc":"Fetch MIME headers for a particular section of the message"}, "imap_fetchstructure":{"name":"imap_fetchstructure","type":"","path":"php/imap_fetchstructure.html","desc":"Read the structure of a particular message"}, "imap_fetchtext":{"name":"imap_fetchtext","type":"","path":"php/imap_fetchtext.html","desc":"别名 imap_body"}, "imap_fetch_overview":{"name":"imap_fetch_overview","type":"","path":"php/imap_fetch_overview.html","desc":"Read an overview of the information in the headers of the given message"}, "imap_gc":{"name":"imap_gc","type":"","path":"php/imap_gc.html","desc":"Clears IMAP cache"}, "imap_getacl":{"name":"imap_getacl","type":"","path":"php/imap_getacl.html","desc":"Gets the ACL for a given mailbox"}, "imap_getmailboxes":{"name":"imap_getmailboxes","type":"","path":"php/imap_getmailboxes.html","desc":"Read the list of mailboxes, returning detailed information on each one"}, "imap_getsubscribed":{"name":"imap_getsubscribed","type":"","path":"php/imap_getsubscribed.html","desc":"List all the subscribed mailboxes"}, "imap_get_quota":{"name":"imap_get_quota","type":"","path":"php/imap_get_quota.html","desc":"Retrieve the quota level settings, and usage statics per mailbox"}, "imap_get_quotaroot":{"name":"imap_get_quotaroot","type":"","path":"php/imap_get_quotaroot.html","desc":"Retrieve the quota settings per user"}, "imap_header":{"name":"imap_header","type":"","path":"php/imap_header.html","desc":"别名 imap_headerinfo"}, "imap_headerinfo":{"name":"imap_headerinfo","type":"","path":"php/imap_headerinfo.html","desc":"Read the header of the message"}, "imap_headers":{"name":"imap_headers","type":"","path":"php/imap_headers.html","desc":"Returns headers for all messages in a mailbox"}, "imap_last_error":{"name":"imap_last_error","type":"","path":"php/imap_last_error.html","desc":"Gets the last IMAP error that occurred during this page request"}, "imap_list":{"name":"imap_list","type":"","path":"php/imap_list.html","desc":"Read the list of mailboxes"}, "imap_listmailbox":{"name":"imap_listmailbox","type":"","path":"php/imap_listmailbox.html","desc":"别名 imap_list"}, "imap_listscan":{"name":"imap_listscan","type":"","path":"php/imap_listscan.html","desc":"Returns the list of mailboxes that matches the given text"}, "imap_listsubscribed":{"name":"imap_listsubscribed","type":"","path":"php/imap_listsubscribed.html","desc":"别名 imap_lsub"}, "imap_lsub":{"name":"imap_lsub","type":"","path":"php/imap_lsub.html","desc":"List all the subscribed mailboxes"}, "imap_mail":{"name":"imap_mail","type":"","path":"php/imap_mail.html","desc":"Send an email message"}, "imap_mailboxmsginfo":{"name":"imap_mailboxmsginfo","type":"","path":"php/imap_mailboxmsginfo.html","desc":"Get information about the current mailbox"}, "imap_mail_compose":{"name":"imap_mail_compose","type":"","path":"php/imap_mail_compose.html","desc":"Create a MIME message based on given envelope and body sections"}, "imap_mail_copy":{"name":"imap_mail_copy","type":"","path":"php/imap_mail_copy.html","desc":"Copy specified messages to a mailbox"}, "imap_mail_move":{"name":"imap_mail_move","type":"","path":"php/imap_mail_move.html","desc":"Move specified messages to a mailbox"}, "imap_mime_header_decode":{"name":"imap_mime_header_decode","type":"","path":"php/imap_mime_header_decode.html","desc":"Decode MIME header elements"}, "imap_msgno":{"name":"imap_msgno","type":"","path":"php/imap_msgno.html","desc":"Gets the message sequence number for the given UID"}, "imap_mutf7_to_utf8":{"name":"imap_mutf7_to_utf8","type":"","path":"php/imap_mutf7_to_utf8.html","desc":"Decode a modified UTF-7 string to UTF-8"}, "imap_num_msg":{"name":"imap_num_msg","type":"","path":"php/imap_num_msg.html","desc":"Gets the number of messages in the current mailbox"}, "imap_num_recent":{"name":"imap_num_recent","type":"","path":"php/imap_num_recent.html","desc":"Gets the number of recent messages in current mailbox"}, "imap_open":{"name":"imap_open","type":"","path":"php/imap_open.html","desc":"Open an IMAP stream to a mailbox"}, "imap_ping":{"name":"imap_ping","type":"","path":"php/imap_ping.html","desc":"Check if the IMAP stream is still active"}, "imap_qprint":{"name":"imap_qprint","type":"","path":"php/imap_qprint.html","desc":"Convert a quoted-printable string to an 8 bit string"}, "imap_rename":{"name":"imap_rename","type":"","path":"php/imap_rename.html","desc":"别名 imap_renamemailbox"}, "imap_renamemailbox":{"name":"imap_renamemailbox","type":"","path":"php/imap_renamemailbox.html","desc":"Rename an old mailbox to new mailbox"}, "imap_reopen":{"name":"imap_reopen","type":"","path":"php/imap_reopen.html","desc":"Reopen IMAP stream to new mailbox"}, "imap_rfc822_parse_adrlist":{"name":"imap_rfc822_parse_adrlist","type":"","path":"php/imap_rfc822_parse_adrlist.html","desc":"Parses an address string"}, "imap_rfc822_parse_headers":{"name":"imap_rfc822_parse_headers","type":"","path":"php/imap_rfc822_parse_headers.html","desc":"Parse mail headers from a string"}, "imap_rfc822_write_address":{"name":"imap_rfc822_write_address","type":"","path":"php/imap_rfc822_write_address.html","desc":"Returns a properly formatted email address given the mailbox, host, and personal info"}, "imap_savebody":{"name":"imap_savebody","type":"","path":"php/imap_savebody.html","desc":"Save a specific body section to a file"}, "imap_scan":{"name":"imap_scan","type":"","path":"php/imap_scan.html","desc":"别名 imap_listscan"}, "imap_scanmailbox":{"name":"imap_scanmailbox","type":"","path":"php/imap_scanmailbox.html","desc":"别名 imap_listscan"}, "imap_search":{"name":"imap_search","type":"","path":"php/imap_search.html","desc":"This function returns an array of messages matching the given search criteria"}, "imap_setacl":{"name":"imap_setacl","type":"","path":"php/imap_setacl.html","desc":"Sets the ACL for a given mailbox"}, "imap_setflag_full":{"name":"imap_setflag_full","type":"","path":"php/imap_setflag_full.html","desc":"Sets flags on messages"}, "imap_set_quota":{"name":"imap_set_quota","type":"","path":"php/imap_set_quota.html","desc":"Sets a quota for a given mailbox"}, "imap_sort":{"name":"imap_sort","type":"","path":"php/imap_sort.html","desc":"Gets and sort messages"}, "imap_status":{"name":"imap_status","type":"","path":"php/imap_status.html","desc":"Returns status information on a mailbox"}, "imap_subscribe":{"name":"imap_subscribe","type":"","path":"php/imap_subscribe.html","desc":"Subscribe to a mailbox"}, "imap_thread":{"name":"imap_thread","type":"","path":"php/imap_thread.html","desc":"Returns a tree of threaded message"}, "imap_timeout":{"name":"imap_timeout","type":"","path":"php/imap_timeout.html","desc":"Set or fetch imap timeout"}, "imap_uid":{"name":"imap_uid","type":"","path":"php/imap_uid.html","desc":"This function returns the UID for the given message sequence number"}, "imap_undelete":{"name":"imap_undelete","type":"","path":"php/imap_undelete.html","desc":"Unmark the message which is marked deleted"}, "imap_unsubscribe":{"name":"imap_unsubscribe","type":"","path":"php/imap_unsubscribe.html","desc":"Unsubscribe from a mailbox"}, "imap_utf7_decode":{"name":"imap_utf7_decode","type":"","path":"php/imap_utf7_decode.html","desc":"Decodes a modified UTF-7 encoded string"}, "imap_utf7_encode":{"name":"imap_utf7_encode","type":"","path":"php/imap_utf7_encode.html","desc":"Converts ISO-8859-1 string to modified UTF-7 text"}, "imap_utf8":{"name":"imap_utf8","type":"","path":"php/imap_utf8.html","desc":"Converts MIME-encoded text to UTF-8"}, "imap_utf8_to_mutf7":{"name":"imap_utf8_to_mutf7","type":"","path":"php/imap_utf8_to_mutf7.html","desc":"Encode a UTF-8 string to modified UTF-7"}, "implode":{"name":"implode","type":"","path":"php/implode.html","desc":"将一个一维数组的值转化为字符串"}, "import_request_variables":{"name":"import_request_variables","type":"","path":"php/import_request_variables.html","desc":"将 GET/POST/Cookie 变量导入到全局作用域中"}, "include":{"name":"include","type":"","path":"php/include.html","desc":"include"}, "include_once":{"name":"include_once","type":"","path":"php/include_once.html","desc":"include_once"}, "inclued_get_data":{"name":"inclued_get_data","type":"","path":"php/inclued_get_data.html","desc":"Get the inclued data"}, "inet_ntop":{"name":"inet_ntop","type":"","path":"php/inet_ntop.html","desc":"Converts a packed internet address to a human readable representation"}, "inet_pton":{"name":"inet_pton","type":"","path":"php/inet_pton.html","desc":"Converts a human readable IP address to its packed in_addr representation"}, "inflate_add":{"name":"inflate_add","type":"","path":"php/inflate_add.html","desc":"Incrementally inflate encoded data"}, "inflate_get_read_len":{"name":"inflate_get_read_len","type":"","path":"php/inflate_get_read_len.html","desc":"Get number of bytes read so far"}, "inflate_get_status":{"name":"inflate_get_status","type":"","path":"php/inflate_get_status.html","desc":"Get decompression status"}, "inflate_init":{"name":"inflate_init","type":"","path":"php/inflate_init.html","desc":"Initialize an incremental inflate context"}, "ingres_autocommit":{"name":"ingres_autocommit","type":"","path":"php/ingres_autocommit.html","desc":"Switch autocommit on or off"}, "ingres_autocommit_state":{"name":"ingres_autocommit_state","type":"","path":"php/ingres_autocommit_state.html","desc":"Test if the connection is using autocommit"}, "ingres_charset":{"name":"ingres_charset","type":"","path":"php/ingres_charset.html","desc":"Returns the installation character set"}, "ingres_close":{"name":"ingres_close","type":"","path":"php/ingres_close.html","desc":"Close an Ingres database connection"}, "ingres_commit":{"name":"ingres_commit","type":"","path":"php/ingres_commit.html","desc":"Commit a transaction"}, "ingres_connect":{"name":"ingres_connect","type":"","path":"php/ingres_connect.html","desc":"Open a connection to an Ingres database"}, "ingres_cursor":{"name":"ingres_cursor","type":"","path":"php/ingres_cursor.html","desc":"Get a cursor name for a given result resource"}, "ingres_errno":{"name":"ingres_errno","type":"","path":"php/ingres_errno.html","desc":"Get the last Ingres error number generated"}, "ingres_error":{"name":"ingres_error","type":"","path":"php/ingres_error.html","desc":"Get a meaningful error message for the last error generated"}, "ingres_errsqlstate":{"name":"ingres_errsqlstate","type":"","path":"php/ingres_errsqlstate.html","desc":"Get the last SQLSTATE error code generated"}, "ingres_escape_string":{"name":"ingres_escape_string","type":"","path":"php/ingres_escape_string.html","desc":"Escape special characters for use in a query"}, "ingres_execute":{"name":"ingres_execute","type":"","path":"php/ingres_execute.html","desc":"Execute a prepared query"}, "ingres_fetch_array":{"name":"ingres_fetch_array","type":"","path":"php/ingres_fetch_array.html","desc":"Fetch a row of result into an array"}, "ingres_fetch_assoc":{"name":"ingres_fetch_assoc","type":"","path":"php/ingres_fetch_assoc.html","desc":"Fetch a row of result into an associative array"}, "ingres_fetch_object":{"name":"ingres_fetch_object","type":"","path":"php/ingres_fetch_object.html","desc":"Fetch a row of result into an object"}, "ingres_fetch_proc_return":{"name":"ingres_fetch_proc_return","type":"","path":"php/ingres_fetch_proc_return.html","desc":"Get the return value from a procedure call"}, "ingres_fetch_row":{"name":"ingres_fetch_row","type":"","path":"php/ingres_fetch_row.html","desc":"Fetch a row of result into an enumerated array"}, "ingres_field_length":{"name":"ingres_field_length","type":"","path":"php/ingres_field_length.html","desc":"Get the length of a field"}, "ingres_field_name":{"name":"ingres_field_name","type":"","path":"php/ingres_field_name.html","desc":"Get the name of a field in a query result"}, "ingres_field_nullable":{"name":"ingres_field_nullable","type":"","path":"php/ingres_field_nullable.html","desc":"Test if a field is nullable"}, "ingres_field_precision":{"name":"ingres_field_precision","type":"","path":"php/ingres_field_precision.html","desc":"Get the precision of a field"}, "ingres_field_scale":{"name":"ingres_field_scale","type":"","path":"php/ingres_field_scale.html","desc":"Get the scale of a field"}, "ingres_field_type":{"name":"ingres_field_type","type":"","path":"php/ingres_field_type.html","desc":"Get the type of a field in a query result"}, "ingres_free_result":{"name":"ingres_free_result","type":"","path":"php/ingres_free_result.html","desc":"Free the resources associated with a result identifier"}, "ingres_next_error":{"name":"ingres_next_error","type":"","path":"php/ingres_next_error.html","desc":"Get the next Ingres error"}, "ingres_num_fields":{"name":"ingres_num_fields","type":"","path":"php/ingres_num_fields.html","desc":"Get the number of fields returned by the last query"}, "ingres_num_rows":{"name":"ingres_num_rows","type":"","path":"php/ingres_num_rows.html","desc":"Get the number of rows affected or returned by a query"}, "ingres_pconnect":{"name":"ingres_pconnect","type":"","path":"php/ingres_pconnect.html","desc":"Open a persistent connection to an Ingres database"}, "ingres_prepare":{"name":"ingres_prepare","type":"","path":"php/ingres_prepare.html","desc":"Prepare a query for later execution"}, "ingres_query":{"name":"ingres_query","type":"","path":"php/ingres_query.html","desc":"Send an SQL query to Ingres"}, "ingres_result_seek":{"name":"ingres_result_seek","type":"","path":"php/ingres_result_seek.html","desc":"Set the row position before fetching data"}, "ingres_rollback":{"name":"ingres_rollback","type":"","path":"php/ingres_rollback.html","desc":"Roll back a transaction"}, "ingres_set_environment":{"name":"ingres_set_environment","type":"","path":"php/ingres_set_environment.html","desc":"Set environment features controlling output options"}, "ingres_unbuffered_query":{"name":"ingres_unbuffered_query","type":"","path":"php/ingres_unbuffered_query.html","desc":"Send an unbuffered SQL query to Ingres"}, "ini_alter":{"name":"ini_alter","type":"","path":"php/ini_alter.html","desc":"别名 ini_set"}, "ini_get":{"name":"ini_get","type":"","path":"php/ini_get.html","desc":"获取一个配置选项的值"}, "ini_get_all":{"name":"ini_get_all","type":"","path":"php/ini_get_all.html","desc":"获取所有配置选项"}, "ini_restore":{"name":"ini_restore","type":"","path":"php/ini_restore.html","desc":"恢复配置选项的值"}, "ini_set":{"name":"ini_set","type":"","path":"php/ini_set.html","desc":"为一个配置选项设置值"}, "inotify_add_watch":{"name":"inotify_add_watch","type":"","path":"php/inotify_add_watch.html","desc":"Add a watch to an initialized inotify instance"}, "inotify_init":{"name":"inotify_init","type":"","path":"php/inotify_init.html","desc":"Initialize an inotify instance"}, "inotify_queue_len":{"name":"inotify_queue_len","type":"","path":"php/inotify_queue_len.html","desc":"Return a number upper than zero if there are pending events"}, "inotify_read":{"name":"inotify_read","type":"","path":"php/inotify_read.html","desc":"Read events from an inotify instance"}, "inotify_rm_watch":{"name":"inotify_rm_watch","type":"","path":"php/inotify_rm_watch.html","desc":"Remove an existing watch from an inotify instance"}, "intdiv":{"name":"intdiv","type":"","path":"php/intdiv.html","desc":"对除法结果取整"}, "interface_exists":{"name":"interface_exists","type":"","path":"php/interface_exists.html","desc":"检查接口是否已被定义"}, "intl_error_name":{"name":"intl_error_name","type":"","path":"php/intl_error_name.html","desc":"Get symbolic name for a given error code"}, "intl_get_error_code":{"name":"intl_get_error_code","type":"","path":"php/intl_get_error_code.html","desc":"Get the last error code"}, "intl_get_error_message":{"name":"intl_get_error_message","type":"","path":"php/intl_get_error_message.html","desc":"Get description of the last error"}, "intl_is_failure":{"name":"intl_is_failure","type":"","path":"php/intl_is_failure.html","desc":"Check whether the given error code indicates failure"}, "intval":{"name":"intval","type":"","path":"php/intval.html","desc":"获取变量的整数值"}, "in_array":{"name":"in_array","type":"","path":"php/in_array.html","desc":"检查数组中是否存在某个值"}, "ip2long":{"name":"ip2long","type":"","path":"php/ip2long.html","desc":"将 IPV4 的字符串互联网协议转换成长整型数字"}, "iptcembed":{"name":"iptcembed","type":"","path":"php/iptcembed.html","desc":"将二进制 IPTC 数据嵌入到一幅 JPEG 图像中"}, "iptcparse":{"name":"iptcparse","type":"","path":"php/iptcparse.html","desc":"将二进制 IPTC 块解析为单个标记"}, "isset":{"name":"isset","type":"","path":"php/isset.html","desc":"检测变量是否已设置并且非 NULL"}, "is_a":{"name":"is_a","type":"","path":"php/is_a.html","desc":"如果对象属于该类或该类是此对象的父类则返回 TRUE"}, "is_array":{"name":"is_array","type":"","path":"php/is_array.html","desc":"检测变量是否是数组"}, "is_bool":{"name":"is_bool","type":"","path":"php/is_bool.html","desc":"检测变量是否是布尔型"}, "is_callable":{"name":"is_callable","type":"","path":"php/is_callable.html","desc":"检测参数是否为合法的可调用结构"}, "is_countable":{"name":"is_countable","type":"","path":"php/is_countable.html","desc":"Verify that the contents of a variable is a countable value"}, "is_dir":{"name":"is_dir","type":"","path":"php/is_dir.html","desc":"判断给定文件名是否是一个目录"}, "is_double":{"name":"is_double","type":"","path":"php/is_double.html","desc":"is_float 的别名"}, "is_executable":{"name":"is_executable","type":"","path":"php/is_executable.html","desc":"判断给定文件名是否可执行"}, "is_file":{"name":"is_file","type":"","path":"php/is_file.html","desc":"判断给定文件名是否为一个正常的文件"}, "is_finite":{"name":"is_finite","type":"","path":"php/is_finite.html","desc":"判断是否为有限值"}, "is_float":{"name":"is_float","type":"","path":"php/is_float.html","desc":"检测变量是否是浮点型"}, "is_infinite":{"name":"is_infinite","type":"","path":"php/is_infinite.html","desc":"判断是否为无限值"}, "is_int":{"name":"is_int","type":"","path":"php/is_int.html","desc":"检测变量是否是整数"}, "is_integer":{"name":"is_integer","type":"","path":"php/is_integer.html","desc":"is_int 的别名"}, "is_iterable":{"name":"is_iterable","type":"","path":"php/is_iterable.html","desc":"Verify that the contents of a variable is an iterable value"}, "is_link":{"name":"is_link","type":"","path":"php/is_link.html","desc":"判断给定文件名是否为一个符号连接"}, "is_long":{"name":"is_long","type":"","path":"php/is_long.html","desc":"is_int 的别名"}, "is_nan":{"name":"is_nan","type":"","path":"php/is_nan.html","desc":"判断是否为合法数值"}, "is_null":{"name":"is_null","type":"","path":"php/is_null.html","desc":"检测变量是否为 NULL"}, "is_numeric":{"name":"is_numeric","type":"","path":"php/is_numeric.html","desc":"检测变量是否为数字或数字字符串"}, "is_object":{"name":"is_object","type":"","path":"php/is_object.html","desc":"检测变量是否是一个对象"}, "is_readable":{"name":"is_readable","type":"","path":"php/is_readable.html","desc":"判断给定文件名是否可读"}, "is_real":{"name":"is_real","type":"","path":"php/is_real.html","desc":"is_float 的别名"}, "is_resource":{"name":"is_resource","type":"","path":"php/is_resource.html","desc":"检测变量是否为资源类型"}, "is_scalar":{"name":"is_scalar","type":"","path":"php/is_scalar.html","desc":"检测变量是否是一个标量"}, "is_soap_fault":{"name":"is_soap_fault","type":"","path":"php/is_soap_fault.html","desc":"Checks if a SOAP call has failed"}, "is_string":{"name":"is_string","type":"","path":"php/is_string.html","desc":"检测变量是否是字符串"}, "is_subclass_of":{"name":"is_subclass_of","type":"","path":"php/is_subclass_of.html","desc":"如果此对象是该类的子类,则返回 TRUE"}, "is_tainted":{"name":"is_tainted","type":"","path":"php/is_tainted.html","desc":"Checks whether a string is tainted"}, "is_uploaded_file":{"name":"is_uploaded_file","type":"","path":"php/is_uploaded_file.html","desc":"判断文件是否是通过 HTTP POST 上传的"}, "is_writable":{"name":"is_writable","type":"","path":"php/is_writable.html","desc":"判断给定的文件名是否可写"}, "is_writeable":{"name":"is_writeable","type":"","path":"php/is_writeable.html","desc":"is_writable 的别名"}, "iterator_apply":{"name":"iterator_apply","type":"","path":"php/iterator_apply.html","desc":"为迭代器中每个元素调用一个用户自定义函数"}, "iterator_count":{"name":"iterator_count","type":"","path":"php/iterator_count.html","desc":"计算迭代器中元素的个数"}, "iterator_to_array":{"name":"iterator_to_array","type":"","path":"php/iterator_to_array.html","desc":"将迭代器中的元素拷贝到数组"}, "jddayofweek":{"name":"jddayofweek","type":"","path":"php/jddayofweek.html","desc":"返回星期的日期"}, "jdmonthname":{"name":"jdmonthname","type":"","path":"php/jdmonthname.html","desc":"返回月份的名称"}, "jdtofrench":{"name":"jdtofrench","type":"","path":"php/jdtofrench.html","desc":"转变一个Julian Day计数到French Republican历法的日期"}, "jdtogregorian":{"name":"jdtogregorian","type":"","path":"php/jdtogregorian.html","desc":"转变一个Julian Day计数为Gregorian历法日期"}, "jdtojewish":{"name":"jdtojewish","type":"","path":"php/jdtojewish.html","desc":"转换一个julian天数为Jewish历法的日期"}, "jdtojulian":{"name":"jdtojulian","type":"","path":"php/jdtojulian.html","desc":"转变一个Julian Day计数到Julian历法的日期"}, "jdtounix":{"name":"jdtounix","type":"","path":"php/jdtounix.html","desc":"转变Julian Day计数为一个Unix时间戳"}, "jewishtojd":{"name":"jewishtojd","type":"","path":"php/jewishtojd.html","desc":"转变一个Jewish历法的日期为一个Julian Day计数"}, "join":{"name":"join","type":"","path":"php/join.html","desc":"别名 implode"}, "jpeg2wbmp":{"name":"jpeg2wbmp","type":"","path":"php/jpeg2wbmp.html","desc":"将 JPEG 图像文件转换为 WBMP 图像文件"}, "json_decode":{"name":"json_decode","type":"","path":"php/json_decode.html","desc":"对 JSON 格式的字符串进行解码"}, "json_encode":{"name":"json_encode","type":"","path":"php/json_encode.html","desc":"对变量进行 JSON 编码"}, "json_last_error":{"name":"json_last_error","type":"","path":"php/json_last_error.html","desc":"返回最后发生的错误"}, "json_last_error_msg":{"name":"json_last_error_msg","type":"","path":"php/json_last_error_msg.html","desc":"Returns the error string of the last json_encode() or json_decode() call"}, "judy_type":{"name":"judy_type","type":"","path":"php/judy_type.html","desc":"Return the type of a Judy array"}, "judy_version":{"name":"judy_version","type":"","path":"php/judy_version.html","desc":"Return or print the current PHP Judy version"}, "juliantojd":{"name":"juliantojd","type":"","path":"php/juliantojd.html","desc":"转变一个Julian历法的日期为Julian Day计数"}, "kadm5_chpass_principal":{"name":"kadm5_chpass_principal","type":"","path":"php/kadm5_chpass_principal.html","desc":"Changes the principal's password"}, "kadm5_create_principal":{"name":"kadm5_create_principal","type":"","path":"php/kadm5_create_principal.html","desc":"Creates a kerberos principal with the given parameters"}, "kadm5_delete_principal":{"name":"kadm5_delete_principal","type":"","path":"php/kadm5_delete_principal.html","desc":"Deletes a kerberos principal"}, "kadm5_destroy":{"name":"kadm5_destroy","type":"","path":"php/kadm5_destroy.html","desc":"Closes the connection to the admin server and releases all related resources"}, "kadm5_flush":{"name":"kadm5_flush","type":"","path":"php/kadm5_flush.html","desc":"Flush all changes to the Kerberos database"}, "kadm5_get_policies":{"name":"kadm5_get_policies","type":"","path":"php/kadm5_get_policies.html","desc":"Gets all policies from the Kerberos database"}, "kadm5_get_principal":{"name":"kadm5_get_principal","type":"","path":"php/kadm5_get_principal.html","desc":"Gets the principal's entries from the Kerberos database"}, "kadm5_get_principals":{"name":"kadm5_get_principals","type":"","path":"php/kadm5_get_principals.html","desc":"Gets all principals from the Kerberos database"}, "kadm5_init_with_password":{"name":"kadm5_init_with_password","type":"","path":"php/kadm5_init_with_password.html","desc":"Opens a connection to the KADM5 library"}, "kadm5_modify_principal":{"name":"kadm5_modify_principal","type":"","path":"php/kadm5_modify_principal.html","desc":"Modifies a kerberos principal with the given parameters"}, "key":{"name":"key","type":"","path":"php/key.html","desc":"从关联数组中取得键名"}, "key_exists":{"name":"key_exists","type":"","path":"php/key_exists.html","desc":"别名 array_key_exists"}, "krsort":{"name":"krsort","type":"","path":"php/krsort.html","desc":"对数组按照键名逆向排序"}, "ksort":{"name":"ksort","type":"","path":"php/ksort.html","desc":"对数组按照键名排序"}, "lcfirst":{"name":"lcfirst","type":"","path":"php/lcfirst.html","desc":"使一个字符串的第一个字符小写"}, "lcg_value":{"name":"lcg_value","type":"","path":"php/lcg_value.html","desc":"组合线性同余发生器"}, "lchgrp":{"name":"lchgrp","type":"","path":"php/lchgrp.html","desc":"修改符号链接的所有组"}, "lchown":{"name":"lchown","type":"","path":"php/lchown.html","desc":"修改符号链接的所有者"}, "ldap_8859_to_t61":{"name":"ldap_8859_to_t61","type":"","path":"php/ldap_8859_to_t61.html","desc":"Translate 8859 characters to t61 characters"}, "ldap_add":{"name":"ldap_add","type":"","path":"php/ldap_add.html","desc":"Add entries to LDAP directory"}, "ldap_add_ext":{"name":"ldap_add_ext","type":"","path":"php/ldap_add_ext.html","desc":"Add entries to LDAP directory"}, "ldap_bind":{"name":"ldap_bind","type":"","path":"php/ldap_bind.html","desc":"绑定 LDAP 目录"}, "ldap_bind_ext":{"name":"ldap_bind_ext","type":"","path":"php/ldap_bind_ext.html","desc":"Bind to LDAP directory"}, "ldap_close":{"name":"ldap_close","type":"","path":"php/ldap_close.html","desc":"别名 ldap_unbind"}, "ldap_compare":{"name":"ldap_compare","type":"","path":"php/ldap_compare.html","desc":"Compare value of attribute found in entry specified with DN"}, "ldap_connect":{"name":"ldap_connect","type":"","path":"php/ldap_connect.html","desc":"Connect to an LDAP server"}, "ldap_control_paged_result":{"name":"ldap_control_paged_result","type":"","path":"php/ldap_control_paged_result.html","desc":"Send LDAP pagination control"}, "ldap_control_paged_result_response":{"name":"ldap_control_paged_result_response","type":"","path":"php/ldap_control_paged_result_response.html","desc":"Retrieve the LDAP pagination cookie"}, "ldap_count_entries":{"name":"ldap_count_entries","type":"","path":"php/ldap_count_entries.html","desc":"Count the number of entries in a search"}, "ldap_delete":{"name":"ldap_delete","type":"","path":"php/ldap_delete.html","desc":"Delete an entry from a directory"}, "ldap_delete_ext":{"name":"ldap_delete_ext","type":"","path":"php/ldap_delete_ext.html","desc":"Delete an entry from a directory"}, "ldap_dn2ufn":{"name":"ldap_dn2ufn","type":"","path":"php/ldap_dn2ufn.html","desc":"Convert DN to User Friendly Naming format"}, "ldap_err2str":{"name":"ldap_err2str","type":"","path":"php/ldap_err2str.html","desc":"Convert LDAP error number into string error message"}, "ldap_errno":{"name":"ldap_errno","type":"","path":"php/ldap_errno.html","desc":"Return the LDAP error number of the last LDAP command"}, "ldap_error":{"name":"ldap_error","type":"","path":"php/ldap_error.html","desc":"Return the LDAP error message of the last LDAP command"}, "ldap_escape":{"name":"ldap_escape","type":"","path":"php/ldap_escape.html","desc":"Escape a string for use in an LDAP filter or DN"}, "ldap_exop":{"name":"ldap_exop","type":"","path":"php/ldap_exop.html","desc":"Performs an extended operation"}, "ldap_exop_passwd":{"name":"ldap_exop_passwd","type":"","path":"php/ldap_exop_passwd.html","desc":"PASSWD extended operation helper"}, "ldap_exop_refresh":{"name":"ldap_exop_refresh","type":"","path":"php/ldap_exop_refresh.html","desc":"Refresh extended operation helper"}, "ldap_exop_whoami":{"name":"ldap_exop_whoami","type":"","path":"php/ldap_exop_whoami.html","desc":"WHOAMI extended operation helper"}, "ldap_explode_dn":{"name":"ldap_explode_dn","type":"","path":"php/ldap_explode_dn.html","desc":"Splits DN into its component parts"}, "ldap_first_attribute":{"name":"ldap_first_attribute","type":"","path":"php/ldap_first_attribute.html","desc":"Return first attribute"}, "ldap_first_entry":{"name":"ldap_first_entry","type":"","path":"php/ldap_first_entry.html","desc":"Return first result id"}, "ldap_first_reference":{"name":"ldap_first_reference","type":"","path":"php/ldap_first_reference.html","desc":"Return first reference"}, "ldap_free_result":{"name":"ldap_free_result","type":"","path":"php/ldap_free_result.html","desc":"Free result memory"}, "ldap_get_attributes":{"name":"ldap_get_attributes","type":"","path":"php/ldap_get_attributes.html","desc":"Get attributes from a search result entry"}, "ldap_get_dn":{"name":"ldap_get_dn","type":"","path":"php/ldap_get_dn.html","desc":"Get the DN of a result entry"}, "ldap_get_entries":{"name":"ldap_get_entries","type":"","path":"php/ldap_get_entries.html","desc":"Get all result entries"}, "ldap_get_option":{"name":"ldap_get_option","type":"","path":"php/ldap_get_option.html","desc":"Get the current value for given option"}, "ldap_get_values":{"name":"ldap_get_values","type":"","path":"php/ldap_get_values.html","desc":"Get all values from a result entry"}, "ldap_get_values_len":{"name":"ldap_get_values_len","type":"","path":"php/ldap_get_values_len.html","desc":"Get all binary values from a result entry"}, "ldap_list":{"name":"ldap_list","type":"","path":"php/ldap_list.html","desc":"Single-level search"}, "ldap_modify":{"name":"ldap_modify","type":"","path":"php/ldap_modify.html","desc":"别名 ldap_mod_replace"}, "ldap_modify_batch":{"name":"ldap_modify_batch","type":"","path":"php/ldap_modify_batch.html","desc":"Batch and execute modifications on an LDAP entry"}, "ldap_mod_add":{"name":"ldap_mod_add","type":"","path":"php/ldap_mod_add.html","desc":"Add attribute values to current attributes"}, "ldap_mod_add_ext":{"name":"ldap_mod_add_ext","type":"","path":"php/ldap_mod_add_ext.html","desc":"Add attribute values to current attributes"}, "ldap_mod_del":{"name":"ldap_mod_del","type":"","path":"php/ldap_mod_del.html","desc":"Delete attribute values from current attributes"}, "ldap_mod_del_ext":{"name":"ldap_mod_del_ext","type":"","path":"php/ldap_mod_del_ext.html","desc":"Delete attribute values from current attributes"}, "ldap_mod_replace":{"name":"ldap_mod_replace","type":"","path":"php/ldap_mod_replace.html","desc":"Replace attribute values with new ones"}, "ldap_mod_replace_ext":{"name":"ldap_mod_replace_ext","type":"","path":"php/ldap_mod_replace_ext.html","desc":"Replace attribute values with new ones"}, "ldap_next_attribute":{"name":"ldap_next_attribute","type":"","path":"php/ldap_next_attribute.html","desc":"Get the next attribute in result"}, "ldap_next_entry":{"name":"ldap_next_entry","type":"","path":"php/ldap_next_entry.html","desc":"Get next result entry"}, "ldap_next_reference":{"name":"ldap_next_reference","type":"","path":"php/ldap_next_reference.html","desc":"Get next reference"}, "ldap_parse_exop":{"name":"ldap_parse_exop","type":"","path":"php/ldap_parse_exop.html","desc":"Parse result object from an LDAP extended operation"}, "ldap_parse_reference":{"name":"ldap_parse_reference","type":"","path":"php/ldap_parse_reference.html","desc":"Extract information from reference entry"}, "ldap_parse_result":{"name":"ldap_parse_result","type":"","path":"php/ldap_parse_result.html","desc":"Extract information from result"}, "ldap_read":{"name":"ldap_read","type":"","path":"php/ldap_read.html","desc":"Read an entry"}, "ldap_rename":{"name":"ldap_rename","type":"","path":"php/ldap_rename.html","desc":"Modify the name of an entry"}, "ldap_rename_ext":{"name":"ldap_rename_ext","type":"","path":"php/ldap_rename_ext.html","desc":"Modify the name of an entry"}, "ldap_sasl_bind":{"name":"ldap_sasl_bind","type":"","path":"php/ldap_sasl_bind.html","desc":"Bind to LDAP directory using SASL"}, "ldap_search":{"name":"ldap_search","type":"","path":"php/ldap_search.html","desc":"Search LDAP tree"}, "ldap_set_option":{"name":"ldap_set_option","type":"","path":"php/ldap_set_option.html","desc":"Set the value of the given option"}, "ldap_set_rebind_proc":{"name":"ldap_set_rebind_proc","type":"","path":"php/ldap_set_rebind_proc.html","desc":"Set a callback function to do re-binds on referral chasing"}, "ldap_sort":{"name":"ldap_sort","type":"","path":"php/ldap_sort.html","desc":"Sort LDAP result entries on the client side"}, "ldap_start_tls":{"name":"ldap_start_tls","type":"","path":"php/ldap_start_tls.html","desc":"Start TLS"}, "ldap_t61_to_8859":{"name":"ldap_t61_to_8859","type":"","path":"php/ldap_t61_to_8859.html","desc":"Translate t61 characters to 8859 characters"}, "ldap_unbind":{"name":"ldap_unbind","type":"","path":"php/ldap_unbind.html","desc":"Unbind from LDAP directory"}, "levenshtein":{"name":"levenshtein","type":"","path":"php/levenshtein.html","desc":"计算两个字符串之间的编辑距离"}, "libxml_clear_errors":{"name":"libxml_clear_errors","type":"","path":"php/libxml_clear_errors.html","desc":"Clear libxml error buffer"}, "libxml_disable_entity_loader":{"name":"libxml_disable_entity_loader","type":"","path":"php/libxml_disable_entity_loader.html","desc":"Disable the ability to load external entities"}, "libxml_get_errors":{"name":"libxml_get_errors","type":"","path":"php/libxml_get_errors.html","desc":"Retrieve array of errors"}, "libxml_get_last_error":{"name":"libxml_get_last_error","type":"","path":"php/libxml_get_last_error.html","desc":"Retrieve last error from libxml"}, "libxml_set_external_entity_loader":{"name":"libxml_set_external_entity_loader","type":"","path":"php/libxml_set_external_entity_loader.html","desc":"Changes the default external entity loader"}, "libxml_set_streams_context":{"name":"libxml_set_streams_context","type":"","path":"php/libxml_set_streams_context.html","desc":"Set the streams context for the next libxml document load or write"}, "libxml_use_internal_errors":{"name":"libxml_use_internal_errors","type":"","path":"php/libxml_use_internal_errors.html","desc":"Disable libxml errors and allow user to fetch error information as needed"}, "link":{"name":"link","type":"","path":"php/link.html","desc":"建立一个硬连接"}, "linkinfo":{"name":"linkinfo","type":"","path":"php/linkinfo.html","desc":"获取一个连接的信息"}, "list":{"name":"list","type":"","path":"php/list.html","desc":"把数组中的值赋给一组变量"}, "localeconv":{"name":"localeconv","type":"","path":"php/localeconv.html","desc":"Get numeric formatting information"}, "localtime":{"name":"localtime","type":"","path":"php/localtime.html","desc":"取得本地时间"}, "log":{"name":"log","type":"","path":"php/log.html","desc":"自然对数"}, "log10":{"name":"log10","type":"","path":"php/log10.html","desc":"以 10 为底的对数"}, "log1p":{"name":"log1p","type":"","path":"php/log1p.html","desc":"返回 log(1 + number),甚至当 number 的值接近零也能计算出准确结果"}, "log_cmd_delete":{"name":"log_cmd_delete","type":"","path":"php/log_cmd_delete.html","desc":"Callback When Deleting Documents"}, "log_cmd_insert":{"name":"log_cmd_insert","type":"","path":"php/log_cmd_insert.html","desc":"Callback When Inserting Documents"}, "log_cmd_update":{"name":"log_cmd_update","type":"","path":"php/log_cmd_update.html","desc":"Callback When Updating Documents"}, "log_getmore":{"name":"log_getmore","type":"","path":"php/log_getmore.html","desc":"Callback When Retrieving Next Cursor Batch"}, "log_killcursor":{"name":"log_killcursor","type":"","path":"php/log_killcursor.html","desc":"Callback When Executing KILLCURSOR operations"}, "log_reply":{"name":"log_reply","type":"","path":"php/log_reply.html","desc":"Callback When Reading the MongoDB reply"}, "log_write_batch":{"name":"log_write_batch","type":"","path":"php/log_write_batch.html","desc":"Callback When Writing Batches"}, "long2ip":{"name":"long2ip","type":"","path":"php/long2ip.html","desc":"将长整型转化为字符串形式带点的互联网标准格式地址(IPV4)"}, "lstat":{"name":"lstat","type":"","path":"php/lstat.html","desc":"给出一个文件或符号连接的信息"}, "ltrim":{"name":"ltrim","type":"","path":"php/ltrim.html","desc":"删除字符串开头的空白字符(或其他字符)"}, "lzf_compress":{"name":"lzf_compress","type":"","path":"php/lzf_compress.html","desc":"LZF compression"}, "lzf_decompress":{"name":"lzf_decompress","type":"","path":"php/lzf_decompress.html","desc":"LZF decompression"}, "lzf_optimized_for":{"name":"lzf_optimized_for","type":"","path":"php/lzf_optimized_for.html","desc":"Determines what LZF extension was optimized for"}, "magic_quotes_runtime":{"name":"magic_quotes_runtime","type":"","path":"php/magic_quotes_runtime.html","desc":"别名 set_magic_quotes_runtime"}, "mail":{"name":"mail","type":"","path":"php/mail.html","desc":"发送邮件"}, "mailparse_determine_best_xfer_encoding":{"name":"mailparse_determine_best_xfer_encoding","type":"","path":"php/mailparse_determine_best_xfer_encoding.html","desc":"Gets the best way of encoding"}, "mailparse_msg_create":{"name":"mailparse_msg_create","type":"","path":"php/mailparse_msg_create.html","desc":"Create a mime mail resource"}, "mailparse_msg_extract_part":{"name":"mailparse_msg_extract_part","type":"","path":"php/mailparse_msg_extract_part.html","desc":"Extractsdecodes a message section"}, "mailparse_msg_extract_part_file":{"name":"mailparse_msg_extract_part_file","type":"","path":"php/mailparse_msg_extract_part_file.html","desc":"Extractsdecodes a message section"}, "mailparse_msg_extract_whole_part_file":{"name":"mailparse_msg_extract_whole_part_file","type":"","path":"php/mailparse_msg_extract_whole_part_file.html","desc":"Extracts a message section including headers without decoding the transfer encoding"}, "mailparse_msg_free":{"name":"mailparse_msg_free","type":"","path":"php/mailparse_msg_free.html","desc":"Frees a MIME resource"}, "mailparse_msg_get_part":{"name":"mailparse_msg_get_part","type":"","path":"php/mailparse_msg_get_part.html","desc":"Returns a handle on a given section in a mimemessage"}, "mailparse_msg_get_part_data":{"name":"mailparse_msg_get_part_data","type":"","path":"php/mailparse_msg_get_part_data.html","desc":"Returns an associative array of info about the message"}, "mailparse_msg_get_structure":{"name":"mailparse_msg_get_structure","type":"","path":"php/mailparse_msg_get_structure.html","desc":"Returns an array of mime section names in the supplied message"}, "mailparse_msg_parse":{"name":"mailparse_msg_parse","type":"","path":"php/mailparse_msg_parse.html","desc":"Incrementally parse data into buffer"}, "mailparse_msg_parse_file":{"name":"mailparse_msg_parse_file","type":"","path":"php/mailparse_msg_parse_file.html","desc":"Parses a file"}, "mailparse_rfc822_parse_addresses":{"name":"mailparse_rfc822_parse_addresses","type":"","path":"php/mailparse_rfc822_parse_addresses.html","desc":"Parse RFC 822 compliant addresses"}, "mailparse_stream_encode":{"name":"mailparse_stream_encode","type":"","path":"php/mailparse_stream_encode.html","desc":"Streams data from source file pointer, apply encoding and write to destfp"}, "mailparse_uudecode_all":{"name":"mailparse_uudecode_all","type":"","path":"php/mailparse_uudecode_all.html","desc":"Scans the data from fp and extract each embedded uuencoded file"}, "main":{"name":"main","type":"","path":"php/main.html","desc":"虚拟的main"}, "max":{"name":"max","type":"","path":"php/max.html","desc":"找出最大值"}, "maxdb_affected_rows":{"name":"maxdb_affected_rows","type":"","path":"php/maxdb_affected_rows.html","desc":"Gets the number of affected rows in a previous MaxDB operation"}, "maxdb_autocommit":{"name":"maxdb_autocommit","type":"","path":"php/maxdb_autocommit.html","desc":"Turns on or off auto-commiting database modifications"}, "maxdb_bind_param":{"name":"maxdb_bind_param","type":"","path":"php/maxdb_bind_param.html","desc":"别名 maxdb_stmt_bind_param"}, "maxdb_bind_result":{"name":"maxdb_bind_result","type":"","path":"php/maxdb_bind_result.html","desc":"别名 maxdb_stmt_bind_result"}, "maxdb_change_user":{"name":"maxdb_change_user","type":"","path":"php/maxdb_change_user.html","desc":"Changes the user of the specified database connection"}, "maxdb_character_set_name":{"name":"maxdb_character_set_name","type":"","path":"php/maxdb_character_set_name.html","desc":"Returns the default character set for the database connection"}, "maxdb_client_encoding":{"name":"maxdb_client_encoding","type":"","path":"php/maxdb_client_encoding.html","desc":"别名 maxdb_character_set_name"}, "maxdb_close":{"name":"maxdb_close","type":"","path":"php/maxdb_close.html","desc":"Closes a previously opened database connection"}, "maxdb_close_long_data":{"name":"maxdb_close_long_data","type":"","path":"php/maxdb_close_long_data.html","desc":"别名 maxdb_stmt_close_long_data"}, "maxdb_commit":{"name":"maxdb_commit","type":"","path":"php/maxdb_commit.html","desc":"Commits the current transaction"}, "maxdb_connect":{"name":"maxdb_connect","type":"","path":"php/maxdb_connect.html","desc":"Open a new connection to the MaxDB server"}, "maxdb_connect_errno":{"name":"maxdb_connect_errno","type":"","path":"php/maxdb_connect_errno.html","desc":"Returns the error code from last connect call"}, "maxdb_connect_error":{"name":"maxdb_connect_error","type":"","path":"php/maxdb_connect_error.html","desc":"Returns a string description of the last connect error"}, "maxdb_data_seek":{"name":"maxdb_data_seek","type":"","path":"php/maxdb_data_seek.html","desc":"Adjusts the result pointer to an arbitary row in the result"}, "maxdb_debug":{"name":"maxdb_debug","type":"","path":"php/maxdb_debug.html","desc":"Performs debugging operations"}, "maxdb_disable_reads_from_master":{"name":"maxdb_disable_reads_from_master","type":"","path":"php/maxdb_disable_reads_from_master.html","desc":"Disable reads from master"}, "maxdb_disable_rpl_parse":{"name":"maxdb_disable_rpl_parse","type":"","path":"php/maxdb_disable_rpl_parse.html","desc":"Disable RPL parse"}, "maxdb_dump_debug_info":{"name":"maxdb_dump_debug_info","type":"","path":"php/maxdb_dump_debug_info.html","desc":"Dump debugging information into the log"}, "maxdb_embedded_connect":{"name":"maxdb_embedded_connect","type":"","path":"php/maxdb_embedded_connect.html","desc":"Open a connection to an embedded MaxDB server"}, "maxdb_enable_reads_from_master":{"name":"maxdb_enable_reads_from_master","type":"","path":"php/maxdb_enable_reads_from_master.html","desc":"Enable reads from master"}, "maxdb_enable_rpl_parse":{"name":"maxdb_enable_rpl_parse","type":"","path":"php/maxdb_enable_rpl_parse.html","desc":"Enable RPL parse"}, "maxdb_errno":{"name":"maxdb_errno","type":"","path":"php/maxdb_errno.html","desc":"Returns the error code for the most recent function call"}, "maxdb_error":{"name":"maxdb_error","type":"","path":"php/maxdb_error.html","desc":"Returns a string description of the last error"}, "maxdb_escape_string":{"name":"maxdb_escape_string","type":"","path":"php/maxdb_escape_string.html","desc":"别名 maxdb_real_escape_string"}, "maxdb_execute":{"name":"maxdb_execute","type":"","path":"php/maxdb_execute.html","desc":"别名 maxdb_stmt_execute"}, "maxdb_fetch":{"name":"maxdb_fetch","type":"","path":"php/maxdb_fetch.html","desc":"别名 maxdb_stmt_fetch"}, "maxdb_fetch_array":{"name":"maxdb_fetch_array","type":"","path":"php/maxdb_fetch_array.html","desc":"Fetch a result row as an associative, a numeric array, or both"}, "maxdb_fetch_assoc":{"name":"maxdb_fetch_assoc","type":"","path":"php/maxdb_fetch_assoc.html","desc":"Fetch a result row as an associative array"}, "maxdb_fetch_field":{"name":"maxdb_fetch_field","type":"","path":"php/maxdb_fetch_field.html","desc":"Returns the next field in the result set"}, "maxdb_fetch_fields":{"name":"maxdb_fetch_fields","type":"","path":"php/maxdb_fetch_fields.html","desc":"Returns an array of resources representing the fields in a result set"}, "maxdb_fetch_field_direct":{"name":"maxdb_fetch_field_direct","type":"","path":"php/maxdb_fetch_field_direct.html","desc":"Fetch meta-data for a single field"}, "maxdb_fetch_lengths":{"name":"maxdb_fetch_lengths","type":"","path":"php/maxdb_fetch_lengths.html","desc":"Returns the lengths of the columns of the current row in the result set"}, "maxdb_fetch_object":{"name":"maxdb_fetch_object","type":"","path":"php/maxdb_fetch_object.html","desc":"Returns the current row of a result set as an object"}, "maxdb_fetch_row":{"name":"maxdb_fetch_row","type":"","path":"php/maxdb_fetch_row.html","desc":"Get a result row as an enumerated array"}, "maxdb_field_count":{"name":"maxdb_field_count","type":"","path":"php/maxdb_field_count.html","desc":"Returns the number of columns for the most recent query"}, "maxdb_field_seek":{"name":"maxdb_field_seek","type":"","path":"php/maxdb_field_seek.html","desc":"Set result pointer to a specified field offset"}, "maxdb_field_tell":{"name":"maxdb_field_tell","type":"","path":"php/maxdb_field_tell.html","desc":"Get current field offset of a result pointer"}, "maxdb_free_result":{"name":"maxdb_free_result","type":"","path":"php/maxdb_free_result.html","desc":"Frees the memory associated with a result"}, "maxdb_get_client_info":{"name":"maxdb_get_client_info","type":"","path":"php/maxdb_get_client_info.html","desc":"Returns the MaxDB client version as a string"}, "maxdb_get_client_version":{"name":"maxdb_get_client_version","type":"","path":"php/maxdb_get_client_version.html","desc":"Get MaxDB client info"}, "maxdb_get_host_info":{"name":"maxdb_get_host_info","type":"","path":"php/maxdb_get_host_info.html","desc":"Returns a string representing the type of connection used"}, "maxdb_get_metadata":{"name":"maxdb_get_metadata","type":"","path":"php/maxdb_get_metadata.html","desc":"别名 maxdb_stmt_result_metadata"}, "maxdb_get_proto_info":{"name":"maxdb_get_proto_info","type":"","path":"php/maxdb_get_proto_info.html","desc":"Returns the version of the MaxDB protocol used"}, "maxdb_get_server_info":{"name":"maxdb_get_server_info","type":"","path":"php/maxdb_get_server_info.html","desc":"Returns the version of the MaxDB server"}, "maxdb_get_server_version":{"name":"maxdb_get_server_version","type":"","path":"php/maxdb_get_server_version.html","desc":"Returns the version of the MaxDB server as an integer"}, "maxdb_info":{"name":"maxdb_info","type":"","path":"php/maxdb_info.html","desc":"Retrieves information about the most recently executed query"}, "maxdb_init":{"name":"maxdb_init","type":"","path":"php/maxdb_init.html","desc":"Initializes MaxDB and returns an resource for use with maxdb_real_connect"}, "maxdb_insert_id":{"name":"maxdb_insert_id","type":"","path":"php/maxdb_insert_id.html","desc":"Returns the auto generated id used in the last query"}, "maxdb_kill":{"name":"maxdb_kill","type":"","path":"php/maxdb_kill.html","desc":"Disconnects from a MaxDB server"}, "maxdb_master_query":{"name":"maxdb_master_query","type":"","path":"php/maxdb_master_query.html","desc":"Enforce execution of a query on the master in a masterslave setup"}, "maxdb_more_results":{"name":"maxdb_more_results","type":"","path":"php/maxdb_more_results.html","desc":"Check if there any more query results from a multi query"}, "maxdb_multi_query":{"name":"maxdb_multi_query","type":"","path":"php/maxdb_multi_query.html","desc":"Performs a query on the database"}, "maxdb_next_result":{"name":"maxdb_next_result","type":"","path":"php/maxdb_next_result.html","desc":"Prepare next result from multi_query"}, "maxdb_num_fields":{"name":"maxdb_num_fields","type":"","path":"php/maxdb_num_fields.html","desc":"Get the number of fields in a result"}, "maxdb_num_rows":{"name":"maxdb_num_rows","type":"","path":"php/maxdb_num_rows.html","desc":"Gets the number of rows in a result"}, "maxdb_options":{"name":"maxdb_options","type":"","path":"php/maxdb_options.html","desc":"Set options"}, "maxdb_param_count":{"name":"maxdb_param_count","type":"","path":"php/maxdb_param_count.html","desc":"别名 maxdb_stmt_param_count"}, "maxdb_ping":{"name":"maxdb_ping","type":"","path":"php/maxdb_ping.html","desc":"Pings a server connection, or tries to reconnect if the connection has gone down"}, "maxdb_prepare":{"name":"maxdb_prepare","type":"","path":"php/maxdb_prepare.html","desc":"Prepare an SQL statement for execution"}, "maxdb_query":{"name":"maxdb_query","type":"","path":"php/maxdb_query.html","desc":"Performs a query on the database"}, "maxdb_real_connect":{"name":"maxdb_real_connect","type":"","path":"php/maxdb_real_connect.html","desc":"Opens a connection to a MaxDB server"}, "maxdb_real_escape_string":{"name":"maxdb_real_escape_string","type":"","path":"php/maxdb_real_escape_string.html","desc":"Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection"}, "maxdb_real_query":{"name":"maxdb_real_query","type":"","path":"php/maxdb_real_query.html","desc":"Execute an SQL query"}, "maxdb_report":{"name":"maxdb_report","type":"","path":"php/maxdb_report.html","desc":"Enables or disables internal report functions"}, "maxdb_rollback":{"name":"maxdb_rollback","type":"","path":"php/maxdb_rollback.html","desc":"Rolls back current transaction"}, "maxdb_rpl_parse_enabled":{"name":"maxdb_rpl_parse_enabled","type":"","path":"php/maxdb_rpl_parse_enabled.html","desc":"Check if RPL parse is enabled"}, "maxdb_rpl_probe":{"name":"maxdb_rpl_probe","type":"","path":"php/maxdb_rpl_probe.html","desc":"RPL probe"}, "maxdb_rpl_query_type":{"name":"maxdb_rpl_query_type","type":"","path":"php/maxdb_rpl_query_type.html","desc":"Returns RPL query type"}, "maxdb_select_db":{"name":"maxdb_select_db","type":"","path":"php/maxdb_select_db.html","desc":"Selects the default database for database queries"}, "maxdb_send_long_data":{"name":"maxdb_send_long_data","type":"","path":"php/maxdb_send_long_data.html","desc":"别名 maxdb_stmt_send_long_data"}, "maxdb_send_query":{"name":"maxdb_send_query","type":"","path":"php/maxdb_send_query.html","desc":"Send the query and return"}, "maxdb_server_end":{"name":"maxdb_server_end","type":"","path":"php/maxdb_server_end.html","desc":"Shut down the embedded server"}, "maxdb_server_init":{"name":"maxdb_server_init","type":"","path":"php/maxdb_server_init.html","desc":"Initialize embedded server"}, "maxdb_set_opt":{"name":"maxdb_set_opt","type":"","path":"php/maxdb_set_opt.html","desc":"别名 maxdb_options"}, "maxdb_sqlstate":{"name":"maxdb_sqlstate","type":"","path":"php/maxdb_sqlstate.html","desc":"Returns the SQLSTATE error from previous MaxDB operation"}, "maxdb_ssl_set":{"name":"maxdb_ssl_set","type":"","path":"php/maxdb_ssl_set.html","desc":"Used for establishing secure connections using SSL"}, "maxdb_stat":{"name":"maxdb_stat","type":"","path":"php/maxdb_stat.html","desc":"Gets the current system status"}, "maxdb_stmt_affected_rows":{"name":"maxdb_stmt_affected_rows","type":"","path":"php/maxdb_stmt_affected_rows.html","desc":"Returns the total number of rows changed, del"}, "maxdb_stmt_bind_param":{"name":"maxdb_stmt_bind_param","type":"","path":"php/maxdb_stmt_bind_param.html","desc":"Binds variables to a prepared statement as parameters"}, "maxdb_stmt_bind_result":{"name":"maxdb_stmt_bind_result","type":"","path":"php/maxdb_stmt_bind_result.html","desc":"Binds variables to a prepared statement for result storage"}, "maxdb_stmt_close":{"name":"maxdb_stmt_close","type":"","path":"php/maxdb_stmt_close.html","desc":"Closes a prepared statement"}, "maxdb_stmt_close_long_data":{"name":"maxdb_stmt_close_long_data","type":"","path":"php/maxdb_stmt_close_long_data.html","desc":"Ends a sequence of maxdb_stmt_send_long_data"}, "maxdb_stmt_data_seek":{"name":"maxdb_stmt_data_seek","type":"","path":"php/maxdb_stmt_data_seek.html","desc":"Seeks to an arbitray row in statement result set"}, "maxdb_stmt_errno":{"name":"maxdb_stmt_errno","type":"","path":"php/maxdb_stmt_errno.html","desc":"Returns the error code for the most recent statement call"}, "maxdb_stmt_error":{"name":"maxdb_stmt_error","type":"","path":"php/maxdb_stmt_error.html","desc":"Returns a string description for last statement error"}, "maxdb_stmt_execute":{"name":"maxdb_stmt_execute","type":"","path":"php/maxdb_stmt_execute.html","desc":"Executes a prepared Query"}, "maxdb_stmt_fetch":{"name":"maxdb_stmt_fetch","type":"","path":"php/maxdb_stmt_fetch.html","desc":"Fetch results from a prepared statement into the bound variables"}, "maxdb_stmt_free_result":{"name":"maxdb_stmt_free_result","type":"","path":"php/maxdb_stmt_free_result.html","desc":"Frees stored result memory for the given statement handle"}, "maxdb_stmt_init":{"name":"maxdb_stmt_init","type":"","path":"php/maxdb_stmt_init.html","desc":"Initializes a statement and returns an resource for use with maxdb_stmt_prepare"}, "maxdb_stmt_num_rows":{"name":"maxdb_stmt_num_rows","type":"","path":"php/maxdb_stmt_num_rows.html","desc":"Return the number of rows in statements result set"}, "maxdb_stmt_param_count":{"name":"maxdb_stmt_param_count","type":"","path":"php/maxdb_stmt_param_count.html","desc":"Returns the number of parameter for the given statement"}, "maxdb_stmt_prepare":{"name":"maxdb_stmt_prepare","type":"","path":"php/maxdb_stmt_prepare.html","desc":"Prepare an SQL statement for execution"}, "maxdb_stmt_reset":{"name":"maxdb_stmt_reset","type":"","path":"php/maxdb_stmt_reset.html","desc":"Resets a prepared statement"}, "maxdb_stmt_result_metadata":{"name":"maxdb_stmt_result_metadata","type":"","path":"php/maxdb_stmt_result_metadata.html","desc":"Returns result set metadata from a prepared statement"}, "maxdb_stmt_send_long_data":{"name":"maxdb_stmt_send_long_data","type":"","path":"php/maxdb_stmt_send_long_data.html","desc":"Send data in blocks"}, "maxdb_stmt_sqlstate":{"name":"maxdb_stmt_sqlstate","type":"","path":"php/maxdb_stmt_sqlstate.html","desc":"Returns SQLSTATE error from previous statement operation"}, "maxdb_stmt_store_result":{"name":"maxdb_stmt_store_result","type":"","path":"php/maxdb_stmt_store_result.html","desc":"Transfers a result set from a prepared statement"}, "maxdb_store_result":{"name":"maxdb_store_result","type":"","path":"php/maxdb_store_result.html","desc":"Transfers a result set from the last query"}, "maxdb_thread_id":{"name":"maxdb_thread_id","type":"","path":"php/maxdb_thread_id.html","desc":"Returns the thread ID for the current connection"}, "maxdb_thread_safe":{"name":"maxdb_thread_safe","type":"","path":"php/maxdb_thread_safe.html","desc":"Returns whether thread safety is given or not"}, "maxdb_use_result":{"name":"maxdb_use_result","type":"","path":"php/maxdb_use_result.html","desc":"Initiate a result set retrieval"}, "maxdb_warning_count":{"name":"maxdb_warning_count","type":"","path":"php/maxdb_warning_count.html","desc":"Returns the number of warnings from the last query for the given link"}, "mb_check_encoding":{"name":"mb_check_encoding","type":"","path":"php/mb_check_encoding.html","desc":"检查字符串在指定的编码里是否有效"}, "mb_chr":{"name":"mb_chr","type":"","path":"php/mb_chr.html","desc":"Get a specific character"}, "mb_convert_case":{"name":"mb_convert_case","type":"","path":"php/mb_convert_case.html","desc":"对字符串进行大小写转换"}, "mb_convert_encoding":{"name":"mb_convert_encoding","type":"","path":"php/mb_convert_encoding.html","desc":"转换字符的编码"}, "mb_convert_kana":{"name":"mb_convert_kana","type":"","path":"php/mb_convert_kana.html","desc":"Convert "kana" one from another ("zen-kaku", "han-kaku" and more)"}, "mb_convert_variables":{"name":"mb_convert_variables","type":"","path":"php/mb_convert_variables.html","desc":"转换一个或多个变量的字符编码"}, "mb_decode_mimeheader":{"name":"mb_decode_mimeheader","type":"","path":"php/mb_decode_mimeheader.html","desc":"解码 MIME 头字段中的字符串"}, "mb_decode_numericentity":{"name":"mb_decode_numericentity","type":"","path":"php/mb_decode_numericentity.html","desc":"根据 HTML 数字字符串解码成字符"}, "mb_detect_encoding":{"name":"mb_detect_encoding","type":"","path":"php/mb_detect_encoding.html","desc":"检测字符的编码"}, "mb_detect_order":{"name":"mb_detect_order","type":"","path":"php/mb_detect_order.html","desc":"设置获取 字符编码的检测顺序"}, "mb_encode_mimeheader":{"name":"mb_encode_mimeheader","type":"","path":"php/mb_encode_mimeheader.html","desc":"为 MIME 头编码字符串"}, "mb_encode_numericentity":{"name":"mb_encode_numericentity","type":"","path":"php/mb_encode_numericentity.html","desc":"Encode character to HTML numeric string reference"}, "mb_encoding_aliases":{"name":"mb_encoding_aliases","type":"","path":"php/mb_encoding_aliases.html","desc":"Get aliases of a known encoding type"}, "mb_ereg":{"name":"mb_ereg","type":"","path":"php/mb_ereg.html","desc":"Regular expression match with multibyte support"}, "mb_eregi":{"name":"mb_eregi","type":"","path":"php/mb_eregi.html","desc":"Regular expression match ignoring case with multibyte support"}, "mb_eregi_replace":{"name":"mb_eregi_replace","type":"","path":"php/mb_eregi_replace.html","desc":"Replace regular expression with multibyte support ignoring case"}, "mb_ereg_match":{"name":"mb_ereg_match","type":"","path":"php/mb_ereg_match.html","desc":"Regular expression match for multibyte string"}, "mb_ereg_replace":{"name":"mb_ereg_replace","type":"","path":"php/mb_ereg_replace.html","desc":"Replace regular expression with multibyte support"}, "mb_ereg_replace_callback":{"name":"mb_ereg_replace_callback","type":"","path":"php/mb_ereg_replace_callback.html","desc":"Perform a regular expression search and replace with multibyte support using a callback"}, "mb_ereg_search":{"name":"mb_ereg_search","type":"","path":"php/mb_ereg_search.html","desc":"Multibyte regular expression match for predefined multibyte string"}, "mb_ereg_search_getpos":{"name":"mb_ereg_search_getpos","type":"","path":"php/mb_ereg_search_getpos.html","desc":"Returns start point for next regular expression match"}, "mb_ereg_search_getregs":{"name":"mb_ereg_search_getregs","type":"","path":"php/mb_ereg_search_getregs.html","desc":"Retrieve the result from the last multibyte regular expression match"}, "mb_ereg_search_init":{"name":"mb_ereg_search_init","type":"","path":"php/mb_ereg_search_init.html","desc":"Setup string and regular expression for a multibyte regular expression match"}, "mb_ereg_search_pos":{"name":"mb_ereg_search_pos","type":"","path":"php/mb_ereg_search_pos.html","desc":"Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string"}, "mb_ereg_search_regs":{"name":"mb_ereg_search_regs","type":"","path":"php/mb_ereg_search_regs.html","desc":"Returns the matched part of a multibyte regular expression"}, "mb_ereg_search_setpos":{"name":"mb_ereg_search_setpos","type":"","path":"php/mb_ereg_search_setpos.html","desc":"Set start point of next regular expression match"}, "mb_get_info":{"name":"mb_get_info","type":"","path":"php/mb_get_info.html","desc":"获取 mbstring 的内部设置"}, "mb_http_input":{"name":"mb_http_input","type":"","path":"php/mb_http_input.html","desc":"检测 HTTP 输入字符编码"}, "mb_http_output":{"name":"mb_http_output","type":"","path":"php/mb_http_output.html","desc":"设置获取 HTTP 输出字符编码"}, "mb_internal_encoding":{"name":"mb_internal_encoding","type":"","path":"php/mb_internal_encoding.html","desc":"设置获取内部字符编码"}, "mb_language":{"name":"mb_language","type":"","path":"php/mb_language.html","desc":"设置获取当前的语言"}, "mb_list_encodings":{"name":"mb_list_encodings","type":"","path":"php/mb_list_encodings.html","desc":"返回所有支持编码的数组"}, "mb_ord":{"name":"mb_ord","type":"","path":"php/mb_ord.html","desc":"Get code point of character"}, "mb_output_handler":{"name":"mb_output_handler","type":"","path":"php/mb_output_handler.html","desc":"在输出缓冲中转换字符编码的回调函数"}, "mb_parse_str":{"name":"mb_parse_str","type":"","path":"php/mb_parse_str.html","desc":"解析 GETPOSTCOOKIE 数据并设置全局变量"}, "mb_preferred_mime_name":{"name":"mb_preferred_mime_name","type":"","path":"php/mb_preferred_mime_name.html","desc":"获取 MIME 字符串"}, "mb_regex_encoding":{"name":"mb_regex_encoding","type":"","path":"php/mb_regex_encoding.html","desc":"SetGet character encoding for multibyte regex"}, "mb_regex_set_options":{"name":"mb_regex_set_options","type":"","path":"php/mb_regex_set_options.html","desc":"SetGet the default options for mbregex functions"}, "mb_send_mail":{"name":"mb_send_mail","type":"","path":"php/mb_send_mail.html","desc":"发送编码过的邮件"}, "mb_split":{"name":"mb_split","type":"","path":"php/mb_split.html","desc":"使用正则表达式分割多字节字符串"}, "mb_strcut":{"name":"mb_strcut","type":"","path":"php/mb_strcut.html","desc":"获取字符的一部分"}, "mb_strimwidth":{"name":"mb_strimwidth","type":"","path":"php/mb_strimwidth.html","desc":"获取按指定宽度截断的字符串"}, "mb_stripos":{"name":"mb_stripos","type":"","path":"php/mb_stripos.html","desc":"大小写不敏感地查找字符串在另一个字符串中首次出现的位置"}, "mb_stristr":{"name":"mb_stristr","type":"","path":"php/mb_stristr.html","desc":"大小写不敏感地查找字符串在另一个字符串里的首次出现"}, "mb_strlen":{"name":"mb_strlen","type":"","path":"php/mb_strlen.html","desc":"获取字符串的长度"}, "mb_strpos":{"name":"mb_strpos","type":"","path":"php/mb_strpos.html","desc":"查找字符串在另一个字符串中首次出现的位置"}, "mb_strrchr":{"name":"mb_strrchr","type":"","path":"php/mb_strrchr.html","desc":"查找指定字符在另一个字符串中最后一次的出现"}, "mb_strrichr":{"name":"mb_strrichr","type":"","path":"php/mb_strrichr.html","desc":"大小写不敏感地查找指定字符在另一个字符串中最后一次的出现"}, "mb_strripos":{"name":"mb_strripos","type":"","path":"php/mb_strripos.html","desc":"大小写不敏感地在字符串中查找一个字符串最后出现的位置"}, "mb_strrpos":{"name":"mb_strrpos","type":"","path":"php/mb_strrpos.html","desc":"查找字符串在一个字符串中最后出现的位置"}, "mb_strstr":{"name":"mb_strstr","type":"","path":"php/mb_strstr.html","desc":"查找字符串在另一个字符串里的首次出现"}, "mb_strtolower":{"name":"mb_strtolower","type":"","path":"php/mb_strtolower.html","desc":"使字符串小写"}, "mb_strtoupper":{"name":"mb_strtoupper","type":"","path":"php/mb_strtoupper.html","desc":"使字符串大写"}, "mb_strwidth":{"name":"mb_strwidth","type":"","path":"php/mb_strwidth.html","desc":"返回字符串的宽度"}, "mb_substitute_character":{"name":"mb_substitute_character","type":"","path":"php/mb_substitute_character.html","desc":"设置获取替代字符"}, "mb_substr":{"name":"mb_substr","type":"","path":"php/mb_substr.html","desc":"获取部分字符串"}, "mb_substr_count":{"name":"mb_substr_count","type":"","path":"php/mb_substr_count.html","desc":"统计字符串出现的次数"}, "mcrypt_cbc":{"name":"mcrypt_cbc","type":"","path":"php/mcrypt_cbc.html","desc":"以 CBC 模式加解密数据"}, "mcrypt_cfb":{"name":"mcrypt_cfb","type":"","path":"php/mcrypt_cfb.html","desc":"以 CFB 模式加解密数据"}, "mcrypt_create_iv":{"name":"mcrypt_create_iv","type":"","path":"php/mcrypt_create_iv.html","desc":"从随机源创建初始向量"}, "mcrypt_decrypt":{"name":"mcrypt_decrypt","type":"","path":"php/mcrypt_decrypt.html","desc":"使用给定参数解密密文"}, "mcrypt_ecb":{"name":"mcrypt_ecb","type":"","path":"php/mcrypt_ecb.html","desc":"已废弃:使用 ECB 模式加解密数据"}, "mcrypt_encrypt":{"name":"mcrypt_encrypt","type":"","path":"php/mcrypt_encrypt.html","desc":"使用给定参数加密明文"}, "mcrypt_enc_get_algorithms_name":{"name":"mcrypt_enc_get_algorithms_name","type":"","path":"php/mcrypt_enc_get_algorithms_name.html","desc":"返回打开的算法名称"}, "mcrypt_enc_get_block_size":{"name":"mcrypt_enc_get_block_size","type":"","path":"php/mcrypt_enc_get_block_size.html","desc":"返回打开的算法的分组大小"}, "mcrypt_enc_get_iv_size":{"name":"mcrypt_enc_get_iv_size","type":"","path":"php/mcrypt_enc_get_iv_size.html","desc":"返回打开的算法的初始向量大小"}, "mcrypt_enc_get_key_size":{"name":"mcrypt_enc_get_key_size","type":"","path":"php/mcrypt_enc_get_key_size.html","desc":"返回打开的模式所能支持的最长密钥"}, "mcrypt_enc_get_modes_name":{"name":"mcrypt_enc_get_modes_name","type":"","path":"php/mcrypt_enc_get_modes_name.html","desc":"返回打开的模式的名称"}, "mcrypt_enc_get_supported_key_sizes":{"name":"mcrypt_enc_get_supported_key_sizes","type":"","path":"php/mcrypt_enc_get_supported_key_sizes.html","desc":"以数组方式返回打开的算法所支持的密钥长度"}, "mcrypt_enc_is_block_algorithm":{"name":"mcrypt_enc_is_block_algorithm","type":"","path":"php/mcrypt_enc_is_block_algorithm.html","desc":"检测打开模式的算法是否为分组算法"}, "mcrypt_enc_is_block_algorithm_mode":{"name":"mcrypt_enc_is_block_algorithm_mode","type":"","path":"php/mcrypt_enc_is_block_algorithm_mode.html","desc":"检测打开的模式是否支持分组加密"}, "mcrypt_enc_is_block_mode":{"name":"mcrypt_enc_is_block_mode","type":"","path":"php/mcrypt_enc_is_block_mode.html","desc":"检测打开的模式是否以分组方式输出"}, "mcrypt_enc_self_test":{"name":"mcrypt_enc_self_test","type":"","path":"php/mcrypt_enc_self_test.html","desc":"在打开的模块上进行自检"}, "mcrypt_generic":{"name":"mcrypt_generic","type":"","path":"php/mcrypt_generic.html","desc":"加密数据"}, "mcrypt_generic_deinit":{"name":"mcrypt_generic_deinit","type":"","path":"php/mcrypt_generic_deinit.html","desc":"对加密模块进行清理工作"}, "mcrypt_generic_end":{"name":"mcrypt_generic_end","type":"","path":"php/mcrypt_generic_end.html","desc":"终止加密"}, "mcrypt_generic_init":{"name":"mcrypt_generic_init","type":"","path":"php/mcrypt_generic_init.html","desc":"初始化加密所需的缓冲区"}, "mcrypt_get_block_size":{"name":"mcrypt_get_block_size","type":"","path":"php/mcrypt_get_block_size.html","desc":"获得加密算法的分组大小"}, "mcrypt_get_cipher_name":{"name":"mcrypt_get_cipher_name","type":"","path":"php/mcrypt_get_cipher_name.html","desc":"获取加密算法名称"}, "mcrypt_get_iv_size":{"name":"mcrypt_get_iv_size","type":"","path":"php/mcrypt_get_iv_size.html","desc":"返回指定算法模式组合的初始向量大小"}, "mcrypt_get_key_size":{"name":"mcrypt_get_key_size","type":"","path":"php/mcrypt_get_key_size.html","desc":"获取指定加密算法的密钥大小"}, "mcrypt_list_algorithms":{"name":"mcrypt_list_algorithms","type":"","path":"php/mcrypt_list_algorithms.html","desc":"获取支持的加密算法"}, "mcrypt_list_modes":{"name":"mcrypt_list_modes","type":"","path":"php/mcrypt_list_modes.html","desc":"获取所支持的模式"}, "mcrypt_module_close":{"name":"mcrypt_module_close","type":"","path":"php/mcrypt_module_close.html","desc":"关闭加密模块"}, "mcrypt_module_get_algo_block_size":{"name":"mcrypt_module_get_algo_block_size","type":"","path":"php/mcrypt_module_get_algo_block_size.html","desc":"返回指定算法的分组大小"}, "mcrypt_module_get_algo_key_size":{"name":"mcrypt_module_get_algo_key_size","type":"","path":"php/mcrypt_module_get_algo_key_size.html","desc":"获取打开模式所支持的最大密钥大小"}, "mcrypt_module_get_supported_key_sizes":{"name":"mcrypt_module_get_supported_key_sizes","type":"","path":"php/mcrypt_module_get_supported_key_sizes.html","desc":"以数组形式返回打开的算法所支持的密钥大小"}, "mcrypt_module_is_block_algorithm":{"name":"mcrypt_module_is_block_algorithm","type":"","path":"php/mcrypt_module_is_block_algorithm.html","desc":"检测指定算法是否为分组加密算法"}, "mcrypt_module_is_block_algorithm_mode":{"name":"mcrypt_module_is_block_algorithm_mode","type":"","path":"php/mcrypt_module_is_block_algorithm_mode.html","desc":"返回指定模块是否是分组加密模式"}, "mcrypt_module_is_block_mode":{"name":"mcrypt_module_is_block_mode","type":"","path":"php/mcrypt_module_is_block_mode.html","desc":"检测指定模式是否以分组方式输出"}, "mcrypt_module_open":{"name":"mcrypt_module_open","type":"","path":"php/mcrypt_module_open.html","desc":"打开算法和模式对应的模块"}, "mcrypt_module_self_test":{"name":"mcrypt_module_self_test","type":"","path":"php/mcrypt_module_self_test.html","desc":"在指定模块上执行自检"}, "mcrypt_ofb":{"name":"mcrypt_ofb","type":"","path":"php/mcrypt_ofb.html","desc":"使用 OFB 模式加密解密数据"}, "md5":{"name":"md5","type":"","path":"php/md5.html","desc":"计算字符串的 MD5 散列值"}, "md5_file":{"name":"md5_file","type":"","path":"php/md5_file.html","desc":"计算指定文件的 MD5 散列值"}, "mdecrypt_generic":{"name":"mdecrypt_generic","type":"","path":"php/mdecrypt_generic.html","desc":"解密数据"}, "memcache_debug":{"name":"memcache_debug","type":"","path":"php/memcache_debug.html","desc":"转换调试输出的开关"}, "memory_get_peak_usage":{"name":"memory_get_peak_usage","type":"","path":"php/memory_get_peak_usage.html","desc":"返回分配给 PHP 内存的峰值"}, "memory_get_usage":{"name":"memory_get_usage","type":"","path":"php/memory_get_usage.html","desc":"返回分配给 PHP 的内存量"}, "metaphone":{"name":"metaphone","type":"","path":"php/metaphone.html","desc":"Calculate the metaphone key of a string"}, "method_exists":{"name":"method_exists","type":"","path":"php/method_exists.html","desc":"检查类的方法是否存在"}, "mhash":{"name":"mhash","type":"","path":"php/mhash.html","desc":"Computes hash"}, "mhash_count":{"name":"mhash_count","type":"","path":"php/mhash_count.html","desc":"Gets the highest available hash ID"}, "mhash_get_block_size":{"name":"mhash_get_block_size","type":"","path":"php/mhash_get_block_size.html","desc":"Gets the block size of the specified hash"}, "mhash_get_hash_name":{"name":"mhash_get_hash_name","type":"","path":"php/mhash_get_hash_name.html","desc":"Gets the name of the specified hash"}, "mhash_keygen_s2k":{"name":"mhash_keygen_s2k","type":"","path":"php/mhash_keygen_s2k.html","desc":"Generates a key"}, "microtime":{"name":"microtime","type":"","path":"php/microtime.html","desc":"返回当前 Unix 时间戳和微秒数"}, "mime_content_type":{"name":"mime_content_type","type":"","path":"php/mime_content_type.html","desc":"检测文件的 MIME 类型"}, "min":{"name":"min","type":"","path":"php/min.html","desc":"找出最小值"}, "ming_keypress":{"name":"ming_keypress","type":"","path":"php/ming_keypress.html","desc":"Returns the action flag for keyPress(char)"}, "ming_setcubicthreshold":{"name":"ming_setcubicthreshold","type":"","path":"php/ming_setcubicthreshold.html","desc":"Set cubic threshold"}, "ming_setscale":{"name":"ming_setscale","type":"","path":"php/ming_setscale.html","desc":"Set the global scaling factor"}, "ming_setswfcompression":{"name":"ming_setswfcompression","type":"","path":"php/ming_setswfcompression.html","desc":"Sets the SWF output compression"}, "ming_useconstants":{"name":"ming_useconstants","type":"","path":"php/ming_useconstants.html","desc":"Use constant pool"}, "ming_useswfversion":{"name":"ming_useswfversion","type":"","path":"php/ming_useswfversion.html","desc":"Sets the SWF version"}, "mkdir":{"name":"mkdir","type":"","path":"php/mkdir.html","desc":"新建目录"}, "mktime":{"name":"mktime","type":"","path":"php/mktime.html","desc":"取得一个日期的 Unix 时间戳"}, "money_format":{"name":"money_format","type":"","path":"php/money_format.html","desc":"将数字格式化成货币字符串"}, "mongodb.bson_fromjson":{"name":"mongodb.bson_fromjson","type":"","path":"php/mongodb.bson_fromjson.html","desc":"Returns the BSON representation of a JSON value"}, "mongodb.bson_fromphp":{"name":"mongodb.bson_fromphp","type":"","path":"php/mongodb.bson_fromphp.html","desc":"Returns the BSON representation of a PHP value"}, "mongodb.bson_tocanonicalextendedjson":{"name":"mongodb.bson_tocanonicalextendedjson","type":"","path":"php/mongodb.bson_tocanonicalextendedjson.html","desc":"Returns the Canonical Extended JSON representation of a BSON value"}, "mongodb.bson_tojson":{"name":"mongodb.bson_tojson","type":"","path":"php/mongodb.bson_tojson.html","desc":"Returns the Legacy Extended JSON representation of a BSON value"}, "mongodb.bson_tophp":{"name":"mongodb.bson_tophp","type":"","path":"php/mongodb.bson_tophp.html","desc":"Returns the PHP representation of a BSON value"}, "mongodb.bson_torelaxedextendedjson":{"name":"mongodb.bson_torelaxedextendedjson","type":"","path":"php/mongodb.bson_torelaxedextendedjson.html","desc":"Returns the Relaxed Extended JSON representation of a BSON value"}, "mongodb.driver.monitoring.addsubscriber":{"name":"mongodb.driver.monitoring.addsubscriber","type":"","path":"php/mongodb.driver.monitoring.addsubscriber.html","desc":"Registers a new monitoring event subscriber"}, "mongodb.driver.monitoring.removesubscriber":{"name":"mongodb.driver.monitoring.removesubscriber","type":"","path":"php/mongodb.driver.monitoring.removesubscriber.html","desc":"Unregisters an existing monitoring event subscriber"}, "move_uploaded_file":{"name":"move_uploaded_file","type":"","path":"php/move_uploaded_file.html","desc":"将上传的文件移动到新位置"}, "mqseries_back":{"name":"mqseries_back","type":"","path":"php/mqseries_back.html","desc":"MQSeries MQBACK"}, "mqseries_begin":{"name":"mqseries_begin","type":"","path":"php/mqseries_begin.html","desc":"MQseries MQBEGIN"}, "mqseries_close":{"name":"mqseries_close","type":"","path":"php/mqseries_close.html","desc":"MQSeries MQCLOSE"}, "mqseries_cmit":{"name":"mqseries_cmit","type":"","path":"php/mqseries_cmit.html","desc":"MQSeries MQCMIT"}, "mqseries_conn":{"name":"mqseries_conn","type":"","path":"php/mqseries_conn.html","desc":"MQSeries MQCONN"}, "mqseries_connx":{"name":"mqseries_connx","type":"","path":"php/mqseries_connx.html","desc":"MQSeries MQCONNX"}, "mqseries_disc":{"name":"mqseries_disc","type":"","path":"php/mqseries_disc.html","desc":"MQSeries MQDISC"}, "mqseries_get":{"name":"mqseries_get","type":"","path":"php/mqseries_get.html","desc":"MQSeries MQGET"}, "mqseries_inq":{"name":"mqseries_inq","type":"","path":"php/mqseries_inq.html","desc":"MQSeries MQINQ"}, "mqseries_open":{"name":"mqseries_open","type":"","path":"php/mqseries_open.html","desc":"MQSeries MQOPEN"}, "mqseries_put":{"name":"mqseries_put","type":"","path":"php/mqseries_put.html","desc":"MQSeries MQPUT"}, "mqseries_put1":{"name":"mqseries_put1","type":"","path":"php/mqseries_put1.html","desc":"MQSeries MQPUT1"}, "mqseries_set":{"name":"mqseries_set","type":"","path":"php/mqseries_set.html","desc":"MQSeries MQSET"}, "mqseries_strerror":{"name":"mqseries_strerror","type":"","path":"php/mqseries_strerror.html","desc":"Returns the error message corresponding to a result code (MQRC)"}, "msession_connect":{"name":"msession_connect","type":"","path":"php/msession_connect.html","desc":"Connect to msession server"}, "msession_count":{"name":"msession_count","type":"","path":"php/msession_count.html","desc":"Get session count"}, "msession_create":{"name":"msession_create","type":"","path":"php/msession_create.html","desc":"Create a session"}, "msession_destroy":{"name":"msession_destroy","type":"","path":"php/msession_destroy.html","desc":"Destroy a session"}, "msession_disconnect":{"name":"msession_disconnect","type":"","path":"php/msession_disconnect.html","desc":"Close connection to msession server"}, "msession_find":{"name":"msession_find","type":"","path":"php/msession_find.html","desc":"Find all sessions with name and value"}, "msession_get":{"name":"msession_get","type":"","path":"php/msession_get.html","desc":"Get value from session"}, "msession_get_array":{"name":"msession_get_array","type":"","path":"php/msession_get_array.html","desc":"Get array of msession variables"}, "msession_get_data":{"name":"msession_get_data","type":"","path":"php/msession_get_data.html","desc":"Get data session unstructured data"}, "msession_inc":{"name":"msession_inc","type":"","path":"php/msession_inc.html","desc":"Increment value in session"}, "msession_list":{"name":"msession_list","type":"","path":"php/msession_list.html","desc":"List all sessions"}, "msession_listvar":{"name":"msession_listvar","type":"","path":"php/msession_listvar.html","desc":"List sessions with variable"}, "msession_lock":{"name":"msession_lock","type":"","path":"php/msession_lock.html","desc":"Lock a session"}, "msession_plugin":{"name":"msession_plugin","type":"","path":"php/msession_plugin.html","desc":"Call an escape function within the msession personality plugin"}, "msession_randstr":{"name":"msession_randstr","type":"","path":"php/msession_randstr.html","desc":"Get random string"}, "msession_set":{"name":"msession_set","type":"","path":"php/msession_set.html","desc":"Set value in session"}, "msession_set_array":{"name":"msession_set_array","type":"","path":"php/msession_set_array.html","desc":"Set msession variables from an array"}, "msession_set_data":{"name":"msession_set_data","type":"","path":"php/msession_set_data.html","desc":"Set data session unstructured data"}, "msession_timeout":{"name":"msession_timeout","type":"","path":"php/msession_timeout.html","desc":"Setget session timeout"}, "msession_uniq":{"name":"msession_uniq","type":"","path":"php/msession_uniq.html","desc":"Get unique id"}, "msession_unlock":{"name":"msession_unlock","type":"","path":"php/msession_unlock.html","desc":"Unlock a session"}, "msg_get_queue":{"name":"msg_get_queue","type":"","path":"php/msg_get_queue.html","desc":"Create or attach to a message queue"}, "msg_queue_exists":{"name":"msg_queue_exists","type":"","path":"php/msg_queue_exists.html","desc":"Check whether a message queue exists"}, "msg_receive":{"name":"msg_receive","type":"","path":"php/msg_receive.html","desc":"Receive a message from a message queue"}, "msg_remove_queue":{"name":"msg_remove_queue","type":"","path":"php/msg_remove_queue.html","desc":"Destroy a message queue"}, "msg_send":{"name":"msg_send","type":"","path":"php/msg_send.html","desc":"Send a message to a message queue"}, "msg_set_queue":{"name":"msg_set_queue","type":"","path":"php/msg_set_queue.html","desc":"Set information in the message queue data structure"}, "msg_stat_queue":{"name":"msg_stat_queue","type":"","path":"php/msg_stat_queue.html","desc":"Returns information from the message queue data structure"}, "msql":{"name":"msql","type":"","path":"php/msql.html","desc":"Alias of msql_db_query"}, "msql_affected_rows":{"name":"msql_affected_rows","type":"","path":"php/msql_affected_rows.html","desc":"Returns number of affected rows"}, "msql_close":{"name":"msql_close","type":"","path":"php/msql_close.html","desc":"Close mSQL connection"}, "msql_connect":{"name":"msql_connect","type":"","path":"php/msql_connect.html","desc":"Open mSQL connection"}, "msql_createdb":{"name":"msql_createdb","type":"","path":"php/msql_createdb.html","desc":"别名 msql_create_db"}, "msql_create_db":{"name":"msql_create_db","type":"","path":"php/msql_create_db.html","desc":"Create mSQL database"}, "msql_data_seek":{"name":"msql_data_seek","type":"","path":"php/msql_data_seek.html","desc":"Move internal row pointer"}, "msql_dbname":{"name":"msql_dbname","type":"","path":"php/msql_dbname.html","desc":"别名 msql_result"}, "msql_db_query":{"name":"msql_db_query","type":"","path":"php/msql_db_query.html","desc":"Send mSQL query"}, "msql_drop_db":{"name":"msql_drop_db","type":"","path":"php/msql_drop_db.html","desc":"Drop (delete) mSQL database"}, "msql_error":{"name":"msql_error","type":"","path":"php/msql_error.html","desc":"Returns error message of last msql call"}, "msql_fetch_array":{"name":"msql_fetch_array","type":"","path":"php/msql_fetch_array.html","desc":"Fetch row as array"}, "msql_fetch_field":{"name":"msql_fetch_field","type":"","path":"php/msql_fetch_field.html","desc":"Get field information"}, "msql_fetch_object":{"name":"msql_fetch_object","type":"","path":"php/msql_fetch_object.html","desc":"Fetch row as object"}, "msql_fetch_row":{"name":"msql_fetch_row","type":"","path":"php/msql_fetch_row.html","desc":"Get row as enumerated array"}, "msql_fieldflags":{"name":"msql_fieldflags","type":"","path":"php/msql_fieldflags.html","desc":"Alias of msql_field_flags"}, "msql_fieldlen":{"name":"msql_fieldlen","type":"","path":"php/msql_fieldlen.html","desc":"Alias of msql_field_len"}, "msql_fieldname":{"name":"msql_fieldname","type":"","path":"php/msql_fieldname.html","desc":"Alias of msql_field_name"}, "msql_fieldtable":{"name":"msql_fieldtable","type":"","path":"php/msql_fieldtable.html","desc":"Alias of msql_field_table"}, "msql_fieldtype":{"name":"msql_fieldtype","type":"","path":"php/msql_fieldtype.html","desc":"Alias of msql_field_type"}, "msql_field_flags":{"name":"msql_field_flags","type":"","path":"php/msql_field_flags.html","desc":"Get field flags"}, "msql_field_len":{"name":"msql_field_len","type":"","path":"php/msql_field_len.html","desc":"Get field length"}, "msql_field_name":{"name":"msql_field_name","type":"","path":"php/msql_field_name.html","desc":"Get the name of the specified field in a result"}, "msql_field_seek":{"name":"msql_field_seek","type":"","path":"php/msql_field_seek.html","desc":"Set field offset"}, "msql_field_table":{"name":"msql_field_table","type":"","path":"php/msql_field_table.html","desc":"Get table name for field"}, "msql_field_type":{"name":"msql_field_type","type":"","path":"php/msql_field_type.html","desc":"Get field type"}, "msql_free_result":{"name":"msql_free_result","type":"","path":"php/msql_free_result.html","desc":"Free result memory"}, "msql_list_dbs":{"name":"msql_list_dbs","type":"","path":"php/msql_list_dbs.html","desc":"List mSQL databases on server"}, "msql_list_fields":{"name":"msql_list_fields","type":"","path":"php/msql_list_fields.html","desc":"List result fields"}, "msql_list_tables":{"name":"msql_list_tables","type":"","path":"php/msql_list_tables.html","desc":"List tables in an mSQL database"}, "msql_numfields":{"name":"msql_numfields","type":"","path":"php/msql_numfields.html","desc":"Alias of msql_num_fields"}, "msql_numrows":{"name":"msql_numrows","type":"","path":"php/msql_numrows.html","desc":"Alias of msql_num_rows"}, "msql_num_fields":{"name":"msql_num_fields","type":"","path":"php/msql_num_fields.html","desc":"Get number of fields in result"}, "msql_num_rows":{"name":"msql_num_rows","type":"","path":"php/msql_num_rows.html","desc":"Get number of rows in result"}, "msql_pconnect":{"name":"msql_pconnect","type":"","path":"php/msql_pconnect.html","desc":"Open persistent mSQL connection"}, "msql_query":{"name":"msql_query","type":"","path":"php/msql_query.html","desc":"Send mSQL query"}, "msql_regcase":{"name":"msql_regcase","type":"","path":"php/msql_regcase.html","desc":"Alias of sql_regcase"}, "msql_result":{"name":"msql_result","type":"","path":"php/msql_result.html","desc":"Get result data"}, "msql_select_db":{"name":"msql_select_db","type":"","path":"php/msql_select_db.html","desc":"Select mSQL database"}, "msql_tablename":{"name":"msql_tablename","type":"","path":"php/msql_tablename.html","desc":"Alias of msql_result"}, "mssql_bind":{"name":"mssql_bind","type":"","path":"php/mssql_bind.html","desc":"Adds a parameter to a stored procedure or a remote stored procedure"}, "mssql_close":{"name":"mssql_close","type":"","path":"php/mssql_close.html","desc":"关闭MS SQL Server链接"}, "mssql_connect":{"name":"mssql_connect","type":"","path":"php/mssql_connect.html","desc":"打开MS SQL server链接"}, "mssql_data_seek":{"name":"mssql_data_seek","type":"","path":"php/mssql_data_seek.html","desc":"Moves internal row pointer"}, "mssql_execute":{"name":"mssql_execute","type":"","path":"php/mssql_execute.html","desc":"Executes a stored procedure on a MS SQL server database"}, "mssql_fetch_array":{"name":"mssql_fetch_array","type":"","path":"php/mssql_fetch_array.html","desc":"Fetch a result row as an associative array, a numeric array, or both"}, "mssql_fetch_assoc":{"name":"mssql_fetch_assoc","type":"","path":"php/mssql_fetch_assoc.html","desc":"Returns an associative array of the current row in the result"}, "mssql_fetch_batch":{"name":"mssql_fetch_batch","type":"","path":"php/mssql_fetch_batch.html","desc":"Returns the next batch of records"}, "mssql_fetch_field":{"name":"mssql_fetch_field","type":"","path":"php/mssql_fetch_field.html","desc":"Get field information"}, "mssql_fetch_object":{"name":"mssql_fetch_object","type":"","path":"php/mssql_fetch_object.html","desc":"Fetch row as object"}, "mssql_fetch_row":{"name":"mssql_fetch_row","type":"","path":"php/mssql_fetch_row.html","desc":"Get row as enumerated array"}, "mssql_field_length":{"name":"mssql_field_length","type":"","path":"php/mssql_field_length.html","desc":"Get the length of a field"}, "mssql_field_name":{"name":"mssql_field_name","type":"","path":"php/mssql_field_name.html","desc":"Get the name of a field"}, "mssql_field_seek":{"name":"mssql_field_seek","type":"","path":"php/mssql_field_seek.html","desc":"Seeks to the specified field offset"}, "mssql_field_type":{"name":"mssql_field_type","type":"","path":"php/mssql_field_type.html","desc":"Gets the type of a field"}, "mssql_free_result":{"name":"mssql_free_result","type":"","path":"php/mssql_free_result.html","desc":"Free result memory"}, "mssql_free_statement":{"name":"mssql_free_statement","type":"","path":"php/mssql_free_statement.html","desc":"Free statement memory"}, "mssql_get_last_message":{"name":"mssql_get_last_message","type":"","path":"php/mssql_get_last_message.html","desc":"Returns the last message from the server"}, "mssql_guid_string":{"name":"mssql_guid_string","type":"","path":"php/mssql_guid_string.html","desc":"Converts a 16 byte binary GUID to a string"}, "mssql_init":{"name":"mssql_init","type":"","path":"php/mssql_init.html","desc":"Initializes a stored procedure or a remote stored procedure"}, "mssql_min_error_severity":{"name":"mssql_min_error_severity","type":"","path":"php/mssql_min_error_severity.html","desc":"Sets the minimum error severity"}, "mssql_min_message_severity":{"name":"mssql_min_message_severity","type":"","path":"php/mssql_min_message_severity.html","desc":"Sets the minimum message severity"}, "mssql_next_result":{"name":"mssql_next_result","type":"","path":"php/mssql_next_result.html","desc":"Move the internal result pointer to the next result"}, "mssql_num_fields":{"name":"mssql_num_fields","type":"","path":"php/mssql_num_fields.html","desc":"Gets the number of fields in result"}, "mssql_num_rows":{"name":"mssql_num_rows","type":"","path":"php/mssql_num_rows.html","desc":"Gets the number of rows in result"}, "mssql_pconnect":{"name":"mssql_pconnect","type":"","path":"php/mssql_pconnect.html","desc":"Open persistent MS SQL connection"}, "mssql_query":{"name":"mssql_query","type":"","path":"php/mssql_query.html","desc":"Send MS SQL query"}, "mssql_result":{"name":"mssql_result","type":"","path":"php/mssql_result.html","desc":"Get result data"}, "mssql_rows_affected":{"name":"mssql_rows_affected","type":"","path":"php/mssql_rows_affected.html","desc":"Returns the number of records affected by the query"}, "mssql_select_db":{"name":"mssql_select_db","type":"","path":"php/mssql_select_db.html","desc":"Select MS SQL database"}, "mt_getrandmax":{"name":"mt_getrandmax","type":"","path":"php/mt_getrandmax.html","desc":"显示随机数的最大可能值"}, "mt_rand":{"name":"mt_rand","type":"","path":"php/mt_rand.html","desc":"生成更好的随机数"}, "mt_srand":{"name":"mt_srand","type":"","path":"php/mt_srand.html","desc":"播下一个更好的随机数发生器种子"}, "mysqli_bind_param":{"name":"mysqli_bind_param","type":"","path":"php/mysqli_bind_param.html","desc":"mysqli_stmt_bind_param 的别名"}, "mysqli_bind_result":{"name":"mysqli_bind_result","type":"","path":"php/mysqli_bind_result.html","desc":"mysqli_stmt_bind_result 的别名"}, "mysqli_client_encoding":{"name":"mysqli_client_encoding","type":"","path":"php/mysqli_client_encoding.html","desc":"mysqli_character_set_name 的别名"}, "mysqli_connect":{"name":"mysqli_connect","type":"","path":"php/mysqli_connect.html","desc":"别名 mysqli__construct"}, "mysqli_disable_reads_from_master":{"name":"mysqli_disable_reads_from_master","type":"","path":"php/mysqli_disable_reads_from_master.html","desc":"在主从服务器结构中,禁用从主机读取数据"}, "mysqli_disable_rpl_parse":{"name":"mysqli_disable_rpl_parse","type":"","path":"php/mysqli_disable_rpl_parse.html","desc":"禁用RPL解析"}, "mysqli_enable_reads_from_master":{"name":"mysqli_enable_reads_from_master","type":"","path":"php/mysqli_enable_reads_from_master.html","desc":"开启从主机读取"}, "mysqli_enable_rpl_parse":{"name":"mysqli_enable_rpl_parse","type":"","path":"php/mysqli_enable_rpl_parse.html","desc":"开启RPL解析"}, "mysqli_escape_string":{"name":"mysqli_escape_string","type":"","path":"php/mysqli_escape_string.html","desc":"别名 mysqli_real_escape_string"}, "mysqli_execute":{"name":"mysqli_execute","type":"","path":"php/mysqli_execute.html","desc":"mysqli_stmt_execute 的别名"}, "mysqli_fetch":{"name":"mysqli_fetch","type":"","path":"php/mysqli_fetch.html","desc":"mysqli_stmt_fetch 的别名。"}, "mysqli_get_cache_stats":{"name":"mysqli_get_cache_stats","type":"","path":"php/mysqli_get_cache_stats.html","desc":"返回客户端Zval缓存统计信息"}, "mysqli_get_client_stats":{"name":"mysqli_get_client_stats","type":"","path":"php/mysqli_get_client_stats.html","desc":"返回客户端进程统计信息"}, "mysqli_get_links_stats":{"name":"mysqli_get_links_stats","type":"","path":"php/mysqli_get_links_stats.html","desc":"返回打开和缓存的链接相关信息"}, "mysqli_get_metadata":{"name":"mysqli_get_metadata","type":"","path":"php/mysqli_get_metadata.html","desc":"mysqli_stmt_result_metadata 的别名"}, "mysqli_master_query":{"name":"mysqli_master_query","type":"","path":"php/mysqli_master_query.html","desc":"在主从机制中强制在主机中执行一个查询"}, "mysqli_param_count":{"name":"mysqli_param_count","type":"","path":"php/mysqli_param_count.html","desc":"mysqli_stmt_param_count 的别名"}, "mysqli_report":{"name":"mysqli_report","type":"","path":"php/mysqli_report.html","desc":"别名 mysqli_driver->report_mode"}, "mysqli_rpl_parse_enabled":{"name":"mysqli_rpl_parse_enabled","type":"","path":"php/mysqli_rpl_parse_enabled.html","desc":"检查是否开启了 RPL 解析"}, "mysqli_rpl_probe":{"name":"mysqli_rpl_probe","type":"","path":"php/mysqli_rpl_probe.html","desc":"RPL 探测"}, "mysqli_send_long_data":{"name":"mysqli_send_long_data","type":"","path":"php/mysqli_send_long_data.html","desc":"mysqli_stmt_send_long_data 的别名"}, "mysqli_set_opt":{"name":"mysqli_set_opt","type":"","path":"php/mysqli_set_opt.html","desc":"mysqli_options 的别名"}, "mysqli_slave_query":{"name":"mysqli_slave_query","type":"","path":"php/mysqli_slave_query.html","desc":"在主从机制中强制在从机上执行一个查询"}, "mysqlnd_memcache_get_config":{"name":"mysqlnd_memcache_get_config","type":"","path":"php/mysqlnd_memcache_get_config.html","desc":"Returns information about the plugin configuration"}, "mysqlnd_memcache_set":{"name":"mysqlnd_memcache_set","type":"","path":"php/mysqlnd_memcache_set.html","desc":"Associate a MySQL connection with a Memcache connection"}, "mysqlnd_ms_dump_servers":{"name":"mysqlnd_ms_dump_servers","type":"","path":"php/mysqlnd_ms_dump_servers.html","desc":"Returns a list of currently configured servers"}, "mysqlnd_ms_fabric_select_global":{"name":"mysqlnd_ms_fabric_select_global","type":"","path":"php/mysqlnd_ms_fabric_select_global.html","desc":"Switch to global sharding server for a given table"}, "mysqlnd_ms_fabric_select_shard":{"name":"mysqlnd_ms_fabric_select_shard","type":"","path":"php/mysqlnd_ms_fabric_select_shard.html","desc":"Switch to shard"}, "mysqlnd_ms_get_last_gtid":{"name":"mysqlnd_ms_get_last_gtid","type":"","path":"php/mysqlnd_ms_get_last_gtid.html","desc":"返回最后的全局同步 ID (GTID)"}, "mysqlnd_ms_get_last_used_connection":{"name":"mysqlnd_ms_get_last_used_connection","type":"","path":"php/mysqlnd_ms_get_last_used_connection.html","desc":"Returns an array which describes the last used connection"}, "mysqlnd_ms_get_stats":{"name":"mysqlnd_ms_get_stats","type":"","path":"php/mysqlnd_ms_get_stats.html","desc":"Returns query distribution and connection statistics"}, "mysqlnd_ms_match_wild":{"name":"mysqlnd_ms_match_wild","type":"","path":"php/mysqlnd_ms_match_wild.html","desc":"Finds whether a table name matches a wildcard pattern or not"}, "mysqlnd_ms_query_is_select":{"name":"mysqlnd_ms_query_is_select","type":"","path":"php/mysqlnd_ms_query_is_select.html","desc":"查询给定的 SQL 会发送给 master、slave 还是最后使用的 MySQL server 执行。"}, "mysqlnd_ms_set_qos":{"name":"mysqlnd_ms_set_qos","type":"","path":"php/mysqlnd_ms_set_qos.html","desc":"Sets the quality of service needed from the cluster"}, "mysqlnd_ms_set_user_pick_server":{"name":"mysqlnd_ms_set_user_pick_server","type":"","path":"php/mysqlnd_ms_set_user_pick_server.html","desc":"Sets a callback for user-defined readwrite splitting"}, "mysqlnd_ms_xa_begin":{"name":"mysqlnd_ms_xa_begin","type":"","path":"php/mysqlnd_ms_xa_begin.html","desc":"Starts a distributedXA transaction among MySQL servers"}, "mysqlnd_ms_xa_commit":{"name":"mysqlnd_ms_xa_commit","type":"","path":"php/mysqlnd_ms_xa_commit.html","desc":"Commits a distributedXA transaction among MySQL servers"}, "mysqlnd_ms_xa_gc":{"name":"mysqlnd_ms_xa_gc","type":"","path":"php/mysqlnd_ms_xa_gc.html","desc":"Garbage collects unfinished XA transactions after severe errors"}, "mysqlnd_ms_xa_rollback":{"name":"mysqlnd_ms_xa_rollback","type":"","path":"php/mysqlnd_ms_xa_rollback.html","desc":"Rolls back a distributedXA transaction among MySQL servers"}, "mysqlnd_qc_clear_cache":{"name":"mysqlnd_qc_clear_cache","type":"","path":"php/mysqlnd_qc_clear_cache.html","desc":"Flush all cache contents"}, "mysqlnd_qc_get_available_handlers":{"name":"mysqlnd_qc_get_available_handlers","type":"","path":"php/mysqlnd_qc_get_available_handlers.html","desc":"Returns a list of available storage handler"}, "mysqlnd_qc_get_cache_info":{"name":"mysqlnd_qc_get_cache_info","type":"","path":"php/mysqlnd_qc_get_cache_info.html","desc":"Returns information on the current handler, the number of cache entries and cache entries, if available"}, "mysqlnd_qc_get_core_stats":{"name":"mysqlnd_qc_get_core_stats","type":"","path":"php/mysqlnd_qc_get_core_stats.html","desc":"Statistics collected by the core of the query cache"}, "mysqlnd_qc_get_normalized_query_trace_log":{"name":"mysqlnd_qc_get_normalized_query_trace_log","type":"","path":"php/mysqlnd_qc_get_normalized_query_trace_log.html","desc":"Returns a normalized query trace log for each query inspected by the query cache"}, "mysqlnd_qc_get_query_trace_log":{"name":"mysqlnd_qc_get_query_trace_log","type":"","path":"php/mysqlnd_qc_get_query_trace_log.html","desc":"Returns a backtrace for each query inspected by the query cache"}, "mysqlnd_qc_set_cache_condition":{"name":"mysqlnd_qc_set_cache_condition","type":"","path":"php/mysqlnd_qc_set_cache_condition.html","desc":"Set conditions for automatic caching"}, "mysqlnd_qc_set_is_select":{"name":"mysqlnd_qc_set_is_select","type":"","path":"php/mysqlnd_qc_set_is_select.html","desc":"Installs a callback which decides whether a statement is cached"}, "mysqlnd_qc_set_storage_handler":{"name":"mysqlnd_qc_set_storage_handler","type":"","path":"php/mysqlnd_qc_set_storage_handler.html","desc":"Change current storage handler"}, "mysqlnd_qc_set_user_handlers":{"name":"mysqlnd_qc_set_user_handlers","type":"","path":"php/mysqlnd_qc_set_user_handlers.html","desc":"Sets the callback functions for a user-defined procedural storage handler"}, "mysqlnd_uh_convert_to_mysqlnd":{"name":"mysqlnd_uh_convert_to_mysqlnd","type":"","path":"php/mysqlnd_uh_convert_to_mysqlnd.html","desc":"Converts a MySQL connection handle into a mysqlnd connection handle"}, "mysqlnd_uh_set_connection_proxy":{"name":"mysqlnd_uh_set_connection_proxy","type":"","path":"php/mysqlnd_uh_set_connection_proxy.html","desc":"Installs a proxy for mysqlnd connections"}, "mysqlnd_uh_set_statement_proxy":{"name":"mysqlnd_uh_set_statement_proxy","type":"","path":"php/mysqlnd_uh_set_statement_proxy.html","desc":"Installs a proxy for mysqlnd statements"}, "mysql_affected_rows":{"name":"mysql_affected_rows","type":"","path":"php/mysql_affected_rows.html","desc":"取得前一次 MySQL 操作所影响的记录行数"}, "mysql_client_encoding":{"name":"mysql_client_encoding","type":"","path":"php/mysql_client_encoding.html","desc":"返回字符集的名称"}, "mysql_close":{"name":"mysql_close","type":"","path":"php/mysql_close.html","desc":"关闭 MySQL 连接"}, "mysql_connect":{"name":"mysql_connect","type":"","path":"php/mysql_connect.html","desc":"打开一个到 MySQL 服务器的连接"}, "mysql_create_db":{"name":"mysql_create_db","type":"","path":"php/mysql_create_db.html","desc":"新建一个 MySQL 数据库"}, "mysql_data_seek":{"name":"mysql_data_seek","type":"","path":"php/mysql_data_seek.html","desc":"移动内部结果的指针"}, "mysql_db_name":{"name":"mysql_db_name","type":"","path":"php/mysql_db_name.html","desc":"取得结果数据"}, "mysql_db_query":{"name":"mysql_db_query","type":"","path":"php/mysql_db_query.html","desc":"发送一条 MySQL 查询"}, "mysql_drop_db":{"name":"mysql_drop_db","type":"","path":"php/mysql_drop_db.html","desc":"丢弃(删除)一个 MySQL 数据库"}, "mysql_errno":{"name":"mysql_errno","type":"","path":"php/mysql_errno.html","desc":"返回上一个 MySQL 操作中的错误信息的数字编码"}, "mysql_error":{"name":"mysql_error","type":"","path":"php/mysql_error.html","desc":"返回上一个 MySQL 操作产生的文本错误信息"}, "mysql_escape_string":{"name":"mysql_escape_string","type":"","path":"php/mysql_escape_string.html","desc":"转义一个字符串用于 mysql_query"}, "mysql_fetch_array":{"name":"mysql_fetch_array","type":"","path":"php/mysql_fetch_array.html","desc":"从结果集中取得一行作为关联数组,或数字数组,或二者兼有"}, "mysql_fetch_assoc":{"name":"mysql_fetch_assoc","type":"","path":"php/mysql_fetch_assoc.html","desc":"从结果集中取得一行作为关联数组"}, "mysql_fetch_field":{"name":"mysql_fetch_field","type":"","path":"php/mysql_fetch_field.html","desc":"从结果集中取得列信息并作为对象返回"}, "mysql_fetch_lengths":{"name":"mysql_fetch_lengths","type":"","path":"php/mysql_fetch_lengths.html","desc":"取得结果集中每个输出的长度"}, "mysql_fetch_object":{"name":"mysql_fetch_object","type":"","path":"php/mysql_fetch_object.html","desc":"从结果集中取得一行作为对象"}, "mysql_fetch_row":{"name":"mysql_fetch_row","type":"","path":"php/mysql_fetch_row.html","desc":"从结果集中取得一行作为枚举数组"}, "mysql_field_flags":{"name":"mysql_field_flags","type":"","path":"php/mysql_field_flags.html","desc":"从结果中取得和指定字段关联的标志"}, "mysql_field_len":{"name":"mysql_field_len","type":"","path":"php/mysql_field_len.html","desc":"返回指定字段的长度"}, "mysql_field_name":{"name":"mysql_field_name","type":"","path":"php/mysql_field_name.html","desc":"取得结果中指定字段的字段名"}, "mysql_field_seek":{"name":"mysql_field_seek","type":"","path":"php/mysql_field_seek.html","desc":"将结果集中的指针设定为制定的字段偏移量"}, "mysql_field_table":{"name":"mysql_field_table","type":"","path":"php/mysql_field_table.html","desc":"取得指定字段所在的表名"}, "mysql_field_type":{"name":"mysql_field_type","type":"","path":"php/mysql_field_type.html","desc":"取得结果集中指定字段的类型"}, "mysql_free_result":{"name":"mysql_free_result","type":"","path":"php/mysql_free_result.html","desc":"释放结果内存"}, "mysql_get_client_info":{"name":"mysql_get_client_info","type":"","path":"php/mysql_get_client_info.html","desc":"取得 MySQL 客户端信息"}, "mysql_get_host_info":{"name":"mysql_get_host_info","type":"","path":"php/mysql_get_host_info.html","desc":"取得 MySQL 主机信息"}, "mysql_get_proto_info":{"name":"mysql_get_proto_info","type":"","path":"php/mysql_get_proto_info.html","desc":"取得 MySQL 协议信息"}, "mysql_get_server_info":{"name":"mysql_get_server_info","type":"","path":"php/mysql_get_server_info.html","desc":"取得 MySQL 服务器信息"}, "mysql_info":{"name":"mysql_info","type":"","path":"php/mysql_info.html","desc":"取得最近一条查询的信息"}, "mysql_insert_id":{"name":"mysql_insert_id","type":"","path":"php/mysql_insert_id.html","desc":"取得上一步 INSERT 操作产生的 ID"}, "mysql_list_dbs":{"name":"mysql_list_dbs","type":"","path":"php/mysql_list_dbs.html","desc":"列出 MySQL 服务器中所有的数据库"}, "mysql_list_fields":{"name":"mysql_list_fields","type":"","path":"php/mysql_list_fields.html","desc":"列出 MySQL 结果中的字段"}, "mysql_list_processes":{"name":"mysql_list_processes","type":"","path":"php/mysql_list_processes.html","desc":"列出 MySQL 进程"}, "mysql_list_tables":{"name":"mysql_list_tables","type":"","path":"php/mysql_list_tables.html","desc":"列出 MySQL 数据库中的表"}, "mysql_num_fields":{"name":"mysql_num_fields","type":"","path":"php/mysql_num_fields.html","desc":"取得结果集中字段的数目"}, "mysql_num_rows":{"name":"mysql_num_rows","type":"","path":"php/mysql_num_rows.html","desc":"取得结果集中行的数目"}, "mysql_pconnect":{"name":"mysql_pconnect","type":"","path":"php/mysql_pconnect.html","desc":"打开一个到 MySQL 服务器的持久连接"}, "mysql_ping":{"name":"mysql_ping","type":"","path":"php/mysql_ping.html","desc":"Ping 一个服务器连接,如果没有连接则重新连接"}, "mysql_query":{"name":"mysql_query","type":"","path":"php/mysql_query.html","desc":"发送一条 MySQL 查询"}, "mysql_real_escape_string":{"name":"mysql_real_escape_string","type":"","path":"php/mysql_real_escape_string.html","desc":"转义 SQL 语句中使用的字符串中的特殊字符,并考虑到连接的当前字符集"}, "mysql_result":{"name":"mysql_result","type":"","path":"php/mysql_result.html","desc":"取得结果数据"}, "mysql_select_db":{"name":"mysql_select_db","type":"","path":"php/mysql_select_db.html","desc":"选择 MySQL 数据库"}, "mysql_set_charset":{"name":"mysql_set_charset","type":"","path":"php/mysql_set_charset.html","desc":"设置客户端的字符集"}, "mysql_stat":{"name":"mysql_stat","type":"","path":"php/mysql_stat.html","desc":"取得当前系统状态"}, "mysql_tablename":{"name":"mysql_tablename","type":"","path":"php/mysql_tablename.html","desc":"取得表名"}, "mysql_thread_id":{"name":"mysql_thread_id","type":"","path":"php/mysql_thread_id.html","desc":"返回当前线程的 ID"}, "mysql_unbuffered_query":{"name":"mysql_unbuffered_query","type":"","path":"php/mysql_unbuffered_query.html","desc":"向 MySQL 发送一条 SQL 查询,并不获取和缓存结果的行"}, "mysql_xdevapi_expression":{"name":"mysql_xdevapi_expression","type":"","path":"php/mysql_xdevapi_expression.html","desc":"Bind prepared statement variables as parameters"}, "mysql_xdevapi_getsession":{"name":"mysql_xdevapi_getsession","type":"","path":"php/mysql_xdevapi_getsession.html","desc":"Connect to a MySQL server"}, "m_checkstatus":{"name":"m_checkstatus","type":"","path":"php/m_checkstatus.html","desc":"Check to see if a transaction has completed"}, "m_completeauthorizations":{"name":"m_completeauthorizations","type":"","path":"php/m_completeauthorizations.html","desc":"Number of complete authorizations in queue, returning an array of their identifiers"}, "m_connect":{"name":"m_connect","type":"","path":"php/m_connect.html","desc":"Establish the connection to MCVE"}, "m_connectionerror":{"name":"m_connectionerror","type":"","path":"php/m_connectionerror.html","desc":"Get a textual representation of why a connection failed"}, "m_deletetrans":{"name":"m_deletetrans","type":"","path":"php/m_deletetrans.html","desc":"Delete specified transaction from MCVE_CONN structure"}, "m_destroyconn":{"name":"m_destroyconn","type":"","path":"php/m_destroyconn.html","desc":"Destroy the connection and MCVE_CONN structure"}, "m_destroyengine":{"name":"m_destroyengine","type":"","path":"php/m_destroyengine.html","desc":"Free memory associated with IPSSL connectivity"}, "m_getcell":{"name":"m_getcell","type":"","path":"php/m_getcell.html","desc":"Get a specific cell from a comma delimited response by column name"}, "m_getcellbynum":{"name":"m_getcellbynum","type":"","path":"php/m_getcellbynum.html","desc":"Get a specific cell from a comma delimited response by column number"}, "m_getcommadelimited":{"name":"m_getcommadelimited","type":"","path":"php/m_getcommadelimited.html","desc":"Get the RAW comma delimited data returned from MCVE"}, "m_getheader":{"name":"m_getheader","type":"","path":"php/m_getheader.html","desc":"Get the name of the column in a comma-delimited response"}, "m_initconn":{"name":"m_initconn","type":"","path":"php/m_initconn.html","desc":"Create and initialize an MCVE_CONN structure"}, "m_initengine":{"name":"m_initengine","type":"","path":"php/m_initengine.html","desc":"Ready the client for IPSSL Communication"}, "m_iscommadelimited":{"name":"m_iscommadelimited","type":"","path":"php/m_iscommadelimited.html","desc":"Checks to see if response is comma delimited"}, "m_maxconntimeout":{"name":"m_maxconntimeout","type":"","path":"php/m_maxconntimeout.html","desc":"The maximum amount of time the API will attempt a connection to MCVE"}, "m_monitor":{"name":"m_monitor","type":"","path":"php/m_monitor.html","desc":"Perform communication with MCVE (sendreceive data) Non-blocking"}, "m_numcolumns":{"name":"m_numcolumns","type":"","path":"php/m_numcolumns.html","desc":"Number of columns returned in a comma delimited response"}, "m_numrows":{"name":"m_numrows","type":"","path":"php/m_numrows.html","desc":"Number of rows returned in a comma delimited response"}, "m_parsecommadelimited":{"name":"m_parsecommadelimited","type":"","path":"php/m_parsecommadelimited.html","desc":"Parse the comma delimited response so m_getcell, etc will work"}, "m_responsekeys":{"name":"m_responsekeys","type":"","path":"php/m_responsekeys.html","desc":"Returns array of strings which represents the keys that can"}, "m_responseparam":{"name":"m_responseparam","type":"","path":"php/m_responseparam.html","desc":"Get a custom response parameter"}, "m_returnstatus":{"name":"m_returnstatus","type":"","path":"php/m_returnstatus.html","desc":"Check to see if the transaction was successful"}, "m_setblocking":{"name":"m_setblocking","type":"","path":"php/m_setblocking.html","desc":"Set blockingnon-blocking mode for connection"}, "m_setdropfile":{"name":"m_setdropfile","type":"","path":"php/m_setdropfile.html","desc":"Set the connection method to Drop-File"}, "m_setip":{"name":"m_setip","type":"","path":"php/m_setip.html","desc":"Set the connection method to IP"}, "m_setssl":{"name":"m_setssl","type":"","path":"php/m_setssl.html","desc":"Set the connection method to SSL"}, "m_setssl_cafile":{"name":"m_setssl_cafile","type":"","path":"php/m_setssl_cafile.html","desc":"Set SSL CA (Certificate Authority) file for verification o"}, "m_setssl_files":{"name":"m_setssl_files","type":"","path":"php/m_setssl_files.html","desc":"Set certificate key files and certificates if server requires client cer"}, "m_settimeout":{"name":"m_settimeout","type":"","path":"php/m_settimeout.html","desc":"Set maximum transaction time (per trans)"}, "m_sslcert_gen_hash":{"name":"m_sslcert_gen_hash","type":"","path":"php/m_sslcert_gen_hash.html","desc":"Generate hash for SSL client certificate verification"}, "m_transactionssent":{"name":"m_transactionssent","type":"","path":"php/m_transactionssent.html","desc":"Check to see if outgoing buffer is clear"}, "m_transinqueue":{"name":"m_transinqueue","type":"","path":"php/m_transinqueue.html","desc":"Number of transactions in client-queue"}, "m_transkeyval":{"name":"m_transkeyval","type":"","path":"php/m_transkeyval.html","desc":"Add keyvalue pair to a transaction. Replaces deprecated transparam()"}, "m_transnew":{"name":"m_transnew","type":"","path":"php/m_transnew.html","desc":"Start a new transaction"}, "m_transsend":{"name":"m_transsend","type":"","path":"php/m_transsend.html","desc":"Finalize and send the transaction"}, "m_uwait":{"name":"m_uwait","type":"","path":"php/m_uwait.html","desc":"Wait x microsecs"}, "m_validateidentifier":{"name":"m_validateidentifier","type":"","path":"php/m_validateidentifier.html","desc":"Whether or not to validate the passed identifier on any transaction it is passed to"}, "m_verifyconnection":{"name":"m_verifyconnection","type":"","path":"php/m_verifyconnection.html","desc":"Set whether or not to PING upon connect to verify connection"}, "m_verifysslcert":{"name":"m_verifysslcert","type":"","path":"php/m_verifysslcert.html","desc":"Set whether or not to verify the server ssl certificate"}, "natcasesort":{"name":"natcasesort","type":"","path":"php/natcasesort.html","desc":"用“自然排序”算法对数组进行不区分大小写字母的排序"}, "natsort":{"name":"natsort","type":"","path":"php/natsort.html","desc":"用“自然排序”算法对数组排序"}, "ncurses_addch":{"name":"ncurses_addch","type":"","path":"php/ncurses_addch.html","desc":"Add character at current position and advance cursor"}, "ncurses_addchnstr":{"name":"ncurses_addchnstr","type":"","path":"php/ncurses_addchnstr.html","desc":"Add attributed string with specified length at current position"}, "ncurses_addchstr":{"name":"ncurses_addchstr","type":"","path":"php/ncurses_addchstr.html","desc":"Add attributed string at current position"}, "ncurses_addnstr":{"name":"ncurses_addnstr","type":"","path":"php/ncurses_addnstr.html","desc":"Add string with specified length at current position"}, "ncurses_addstr":{"name":"ncurses_addstr","type":"","path":"php/ncurses_addstr.html","desc":"Output text at current position"}, "ncurses_assume_default_colors":{"name":"ncurses_assume_default_colors","type":"","path":"php/ncurses_assume_default_colors.html","desc":"Define default colors for color 0"}, "ncurses_attroff":{"name":"ncurses_attroff","type":"","path":"php/ncurses_attroff.html","desc":"Turn off the given attributes"}, "ncurses_attron":{"name":"ncurses_attron","type":"","path":"php/ncurses_attron.html","desc":"Turn on the given attributes"}, "ncurses_attrset":{"name":"ncurses_attrset","type":"","path":"php/ncurses_attrset.html","desc":"Set given attributes"}, "ncurses_baudrate":{"name":"ncurses_baudrate","type":"","path":"php/ncurses_baudrate.html","desc":"Returns baudrate of terminal"}, "ncurses_beep":{"name":"ncurses_beep","type":"","path":"php/ncurses_beep.html","desc":"Let the terminal beep"}, "ncurses_bkgd":{"name":"ncurses_bkgd","type":"","path":"php/ncurses_bkgd.html","desc":"Set background property for terminal screen"}, "ncurses_bkgdset":{"name":"ncurses_bkgdset","type":"","path":"php/ncurses_bkgdset.html","desc":"Control screen background"}, "ncurses_border":{"name":"ncurses_border","type":"","path":"php/ncurses_border.html","desc":"Draw a border around the screen using attributed characters"}, "ncurses_bottom_panel":{"name":"ncurses_bottom_panel","type":"","path":"php/ncurses_bottom_panel.html","desc":"Moves a visible panel to the bottom of the stack"}, "ncurses_can_change_color":{"name":"ncurses_can_change_color","type":"","path":"php/ncurses_can_change_color.html","desc":"Checks if terminal color definitions can be changed"}, "ncurses_cbreak":{"name":"ncurses_cbreak","type":"","path":"php/ncurses_cbreak.html","desc":"Switch off input buffering"}, "ncurses_clear":{"name":"ncurses_clear","type":"","path":"php/ncurses_clear.html","desc":"Clear screen"}, "ncurses_clrtobot":{"name":"ncurses_clrtobot","type":"","path":"php/ncurses_clrtobot.html","desc":"Clear screen from current position to bottom"}, "ncurses_clrtoeol":{"name":"ncurses_clrtoeol","type":"","path":"php/ncurses_clrtoeol.html","desc":"Clear screen from current position to end of line"}, "ncurses_color_content":{"name":"ncurses_color_content","type":"","path":"php/ncurses_color_content.html","desc":"Retrieves RGB components of a color"}, "ncurses_color_set":{"name":"ncurses_color_set","type":"","path":"php/ncurses_color_set.html","desc":"Set active foreground and background colors"}, "ncurses_curs_set":{"name":"ncurses_curs_set","type":"","path":"php/ncurses_curs_set.html","desc":"Set cursor state"}, "ncurses_define_key":{"name":"ncurses_define_key","type":"","path":"php/ncurses_define_key.html","desc":"Define a keycode"}, "ncurses_def_prog_mode":{"name":"ncurses_def_prog_mode","type":"","path":"php/ncurses_def_prog_mode.html","desc":"Saves terminals (program) mode"}, "ncurses_def_shell_mode":{"name":"ncurses_def_shell_mode","type":"","path":"php/ncurses_def_shell_mode.html","desc":"Saves terminals (shell) mode"}, "ncurses_delay_output":{"name":"ncurses_delay_output","type":"","path":"php/ncurses_delay_output.html","desc":"Delay output on terminal using padding characters"}, "ncurses_delch":{"name":"ncurses_delch","type":"","path":"php/ncurses_delch.html","desc":"Delete character at current position, move rest of line left"}, "ncurses_deleteln":{"name":"ncurses_deleteln","type":"","path":"php/ncurses_deleteln.html","desc":"Delete line at current position, move rest of screen up"}, "ncurses_delwin":{"name":"ncurses_delwin","type":"","path":"php/ncurses_delwin.html","desc":"Delete a ncurses window"}, "ncurses_del_panel":{"name":"ncurses_del_panel","type":"","path":"php/ncurses_del_panel.html","desc":"Remove panel from the stack and delete it (but not the associated window)"}, "ncurses_doupdate":{"name":"ncurses_doupdate","type":"","path":"php/ncurses_doupdate.html","desc":"Write all prepared refreshes to terminal"}, "ncurses_echo":{"name":"ncurses_echo","type":"","path":"php/ncurses_echo.html","desc":"Activate keyboard input echo"}, "ncurses_echochar":{"name":"ncurses_echochar","type":"","path":"php/ncurses_echochar.html","desc":"Single character output including refresh"}, "ncurses_end":{"name":"ncurses_end","type":"","path":"php/ncurses_end.html","desc":"Stop using ncurses, clean up the screen"}, "ncurses_erase":{"name":"ncurses_erase","type":"","path":"php/ncurses_erase.html","desc":"Erase terminal screen"}, "ncurses_erasechar":{"name":"ncurses_erasechar","type":"","path":"php/ncurses_erasechar.html","desc":"Returns current erase character"}, "ncurses_filter":{"name":"ncurses_filter","type":"","path":"php/ncurses_filter.html","desc":"Set LINES for iniscr() and newterm() to 1"}, "ncurses_flash":{"name":"ncurses_flash","type":"","path":"php/ncurses_flash.html","desc":"Flash terminal screen (visual bell)"}, "ncurses_flushinp":{"name":"ncurses_flushinp","type":"","path":"php/ncurses_flushinp.html","desc":"Flush keyboard input buffer"}, "ncurses_getch":{"name":"ncurses_getch","type":"","path":"php/ncurses_getch.html","desc":"Read a character from keyboard"}, "ncurses_getmaxyx":{"name":"ncurses_getmaxyx","type":"","path":"php/ncurses_getmaxyx.html","desc":"Returns the size of a window"}, "ncurses_getmouse":{"name":"ncurses_getmouse","type":"","path":"php/ncurses_getmouse.html","desc":"Reads mouse event"}, "ncurses_getyx":{"name":"ncurses_getyx","type":"","path":"php/ncurses_getyx.html","desc":"Returns the current cursor position for a window"}, "ncurses_halfdelay":{"name":"ncurses_halfdelay","type":"","path":"php/ncurses_halfdelay.html","desc":"Put terminal into halfdelay mode"}, "ncurses_has_colors":{"name":"ncurses_has_colors","type":"","path":"php/ncurses_has_colors.html","desc":"Checks if terminal has color capabilities"}, "ncurses_has_ic":{"name":"ncurses_has_ic","type":"","path":"php/ncurses_has_ic.html","desc":"Check for insert- and delete-capabilities"}, "ncurses_has_il":{"name":"ncurses_has_il","type":"","path":"php/ncurses_has_il.html","desc":"Check for line insert- and delete-capabilities"}, "ncurses_has_key":{"name":"ncurses_has_key","type":"","path":"php/ncurses_has_key.html","desc":"Check for presence of a function key on terminal keyboard"}, "ncurses_hide_panel":{"name":"ncurses_hide_panel","type":"","path":"php/ncurses_hide_panel.html","desc":"Remove panel from the stack, making it invisible"}, "ncurses_hline":{"name":"ncurses_hline","type":"","path":"php/ncurses_hline.html","desc":"Draw a horizontal line at current position using an attributed character and max. n characters long"}, "ncurses_inch":{"name":"ncurses_inch","type":"","path":"php/ncurses_inch.html","desc":"Get character and attribute at current position"}, "ncurses_init":{"name":"ncurses_init","type":"","path":"php/ncurses_init.html","desc":"Initialize ncurses"}, "ncurses_init_color":{"name":"ncurses_init_color","type":"","path":"php/ncurses_init_color.html","desc":"Define a terminal color"}, "ncurses_init_pair":{"name":"ncurses_init_pair","type":"","path":"php/ncurses_init_pair.html","desc":"Define a color pair"}, "ncurses_insch":{"name":"ncurses_insch","type":"","path":"php/ncurses_insch.html","desc":"Insert character moving rest of line including character at current position"}, "ncurses_insdelln":{"name":"ncurses_insdelln","type":"","path":"php/ncurses_insdelln.html","desc":"Insert lines before current line scrolling down (negative numbers delete and scroll up)"}, "ncurses_insertln":{"name":"ncurses_insertln","type":"","path":"php/ncurses_insertln.html","desc":"Insert a line, move rest of screen down"}, "ncurses_insstr":{"name":"ncurses_insstr","type":"","path":"php/ncurses_insstr.html","desc":"Insert string at current position, moving rest of line right"}, "ncurses_instr":{"name":"ncurses_instr","type":"","path":"php/ncurses_instr.html","desc":"Reads string from terminal screen"}, "ncurses_isendwin":{"name":"ncurses_isendwin","type":"","path":"php/ncurses_isendwin.html","desc":"Ncurses is in endwin mode, normal screen output may be performed"}, "ncurses_keyok":{"name":"ncurses_keyok","type":"","path":"php/ncurses_keyok.html","desc":"Enable or disable a keycode"}, "ncurses_keypad":{"name":"ncurses_keypad","type":"","path":"php/ncurses_keypad.html","desc":"Turns keypad on or off"}, "ncurses_killchar":{"name":"ncurses_killchar","type":"","path":"php/ncurses_killchar.html","desc":"Returns current line kill character"}, "ncurses_meta":{"name":"ncurses_meta","type":"","path":"php/ncurses_meta.html","desc":"EnablesDisable 8-bit meta key information"}, "ncurses_mouseinterval":{"name":"ncurses_mouseinterval","type":"","path":"php/ncurses_mouseinterval.html","desc":"Set timeout for mouse button clicks"}, "ncurses_mousemask":{"name":"ncurses_mousemask","type":"","path":"php/ncurses_mousemask.html","desc":"Sets mouse options"}, "ncurses_mouse_trafo":{"name":"ncurses_mouse_trafo","type":"","path":"php/ncurses_mouse_trafo.html","desc":"Transforms coordinates"}, "ncurses_move":{"name":"ncurses_move","type":"","path":"php/ncurses_move.html","desc":"Move output position"}, "ncurses_move_panel":{"name":"ncurses_move_panel","type":"","path":"php/ncurses_move_panel.html","desc":"Moves a panel so that its upper-left corner is at [startx, starty]"}, "ncurses_mvaddch":{"name":"ncurses_mvaddch","type":"","path":"php/ncurses_mvaddch.html","desc":"Move current position and add character"}, "ncurses_mvaddchnstr":{"name":"ncurses_mvaddchnstr","type":"","path":"php/ncurses_mvaddchnstr.html","desc":"Move position and add attributed string with specified length"}, "ncurses_mvaddchstr":{"name":"ncurses_mvaddchstr","type":"","path":"php/ncurses_mvaddchstr.html","desc":"Move position and add attributed string"}, "ncurses_mvaddnstr":{"name":"ncurses_mvaddnstr","type":"","path":"php/ncurses_mvaddnstr.html","desc":"Move position and add string with specified length"}, "ncurses_mvaddstr":{"name":"ncurses_mvaddstr","type":"","path":"php/ncurses_mvaddstr.html","desc":"Move position and add string"}, "ncurses_mvcur":{"name":"ncurses_mvcur","type":"","path":"php/ncurses_mvcur.html","desc":"Move cursor immediately"}, "ncurses_mvdelch":{"name":"ncurses_mvdelch","type":"","path":"php/ncurses_mvdelch.html","desc":"Move position and delete character, shift rest of line left"}, "ncurses_mvgetch":{"name":"ncurses_mvgetch","type":"","path":"php/ncurses_mvgetch.html","desc":"Move position and get character at new position"}, "ncurses_mvhline":{"name":"ncurses_mvhline","type":"","path":"php/ncurses_mvhline.html","desc":"Set new position and draw a horizontal line using an attributed character and max. n characters long"}, "ncurses_mvinch":{"name":"ncurses_mvinch","type":"","path":"php/ncurses_mvinch.html","desc":"Move position and get attributed character at new position"}, "ncurses_mvvline":{"name":"ncurses_mvvline","type":"","path":"php/ncurses_mvvline.html","desc":"Set new position and draw a vertical line using an attributed character and max. n characters long"}, "ncurses_mvwaddstr":{"name":"ncurses_mvwaddstr","type":"","path":"php/ncurses_mvwaddstr.html","desc":"Add string at new position in window"}, "ncurses_napms":{"name":"ncurses_napms","type":"","path":"php/ncurses_napms.html","desc":"Sleep"}, "ncurses_newpad":{"name":"ncurses_newpad","type":"","path":"php/ncurses_newpad.html","desc":"Creates a new pad (window)"}, "ncurses_newwin":{"name":"ncurses_newwin","type":"","path":"php/ncurses_newwin.html","desc":"Create a new window"}, "ncurses_new_panel":{"name":"ncurses_new_panel","type":"","path":"php/ncurses_new_panel.html","desc":"Create a new panel and associate it with window"}, "ncurses_nl":{"name":"ncurses_nl","type":"","path":"php/ncurses_nl.html","desc":"Translate newline and carriage return line feed"}, "ncurses_nocbreak":{"name":"ncurses_nocbreak","type":"","path":"php/ncurses_nocbreak.html","desc":"Switch terminal to cooked mode"}, "ncurses_noecho":{"name":"ncurses_noecho","type":"","path":"php/ncurses_noecho.html","desc":"Switch off keyboard input echo"}, "ncurses_nonl":{"name":"ncurses_nonl","type":"","path":"php/ncurses_nonl.html","desc":"Do not translate newline and carriage return line feed"}, "ncurses_noqiflush":{"name":"ncurses_noqiflush","type":"","path":"php/ncurses_noqiflush.html","desc":"Do not flush on signal characters"}, "ncurses_noraw":{"name":"ncurses_noraw","type":"","path":"php/ncurses_noraw.html","desc":"Switch terminal out of raw mode"}, "ncurses_pair_content":{"name":"ncurses_pair_content","type":"","path":"php/ncurses_pair_content.html","desc":"Retrieves foreground and background colors of a color pair"}, "ncurses_panel_above":{"name":"ncurses_panel_above","type":"","path":"php/ncurses_panel_above.html","desc":"Returns the panel above panel"}, "ncurses_panel_below":{"name":"ncurses_panel_below","type":"","path":"php/ncurses_panel_below.html","desc":"Returns the panel below panel"}, "ncurses_panel_window":{"name":"ncurses_panel_window","type":"","path":"php/ncurses_panel_window.html","desc":"Returns the window associated with panel"}, "ncurses_pnoutrefresh":{"name":"ncurses_pnoutrefresh","type":"","path":"php/ncurses_pnoutrefresh.html","desc":"Copies a region from a pad into the virtual screen"}, "ncurses_prefresh":{"name":"ncurses_prefresh","type":"","path":"php/ncurses_prefresh.html","desc":"Copies a region from a pad into the virtual screen"}, "ncurses_putp":{"name":"ncurses_putp","type":"","path":"php/ncurses_putp.html","desc":"Apply padding information to the string and output it"}, "ncurses_qiflush":{"name":"ncurses_qiflush","type":"","path":"php/ncurses_qiflush.html","desc":"Flush on signal characters"}, "ncurses_raw":{"name":"ncurses_raw","type":"","path":"php/ncurses_raw.html","desc":"Switch terminal into raw mode"}, "ncurses_refresh":{"name":"ncurses_refresh","type":"","path":"php/ncurses_refresh.html","desc":"Refresh screen"}, "ncurses_replace_panel":{"name":"ncurses_replace_panel","type":"","path":"php/ncurses_replace_panel.html","desc":"Replaces the window associated with panel"}, "ncurses_resetty":{"name":"ncurses_resetty","type":"","path":"php/ncurses_resetty.html","desc":"Restores saved terminal state"}, "ncurses_reset_prog_mode":{"name":"ncurses_reset_prog_mode","type":"","path":"php/ncurses_reset_prog_mode.html","desc":"Resets the prog mode saved by def_prog_mode"}, "ncurses_reset_shell_mode":{"name":"ncurses_reset_shell_mode","type":"","path":"php/ncurses_reset_shell_mode.html","desc":"Resets the shell mode saved by def_shell_mode"}, "ncurses_savetty":{"name":"ncurses_savetty","type":"","path":"php/ncurses_savetty.html","desc":"Saves terminal state"}, "ncurses_scrl":{"name":"ncurses_scrl","type":"","path":"php/ncurses_scrl.html","desc":"Scroll window content up or down without changing current position"}, "ncurses_scr_dump":{"name":"ncurses_scr_dump","type":"","path":"php/ncurses_scr_dump.html","desc":"Dump screen content to file"}, "ncurses_scr_init":{"name":"ncurses_scr_init","type":"","path":"php/ncurses_scr_init.html","desc":"Initialize screen from file dump"}, "ncurses_scr_restore":{"name":"ncurses_scr_restore","type":"","path":"php/ncurses_scr_restore.html","desc":"Restore screen from file dump"}, "ncurses_scr_set":{"name":"ncurses_scr_set","type":"","path":"php/ncurses_scr_set.html","desc":"Inherit screen from file dump"}, "ncurses_show_panel":{"name":"ncurses_show_panel","type":"","path":"php/ncurses_show_panel.html","desc":"Places an invisible panel on top of the stack, making it visible"}, "ncurses_slk_attr":{"name":"ncurses_slk_attr","type":"","path":"php/ncurses_slk_attr.html","desc":"Returns current soft label key attribute"}, "ncurses_slk_attroff":{"name":"ncurses_slk_attroff","type":"","path":"php/ncurses_slk_attroff.html","desc":"Turn off the given attributes for soft function-key labels"}, "ncurses_slk_attron":{"name":"ncurses_slk_attron","type":"","path":"php/ncurses_slk_attron.html","desc":"Turn on the given attributes for soft function-key labels"}, "ncurses_slk_attrset":{"name":"ncurses_slk_attrset","type":"","path":"php/ncurses_slk_attrset.html","desc":"Set given attributes for soft function-key labels"}, "ncurses_slk_clear":{"name":"ncurses_slk_clear","type":"","path":"php/ncurses_slk_clear.html","desc":"Clears soft labels from screen"}, "ncurses_slk_color":{"name":"ncurses_slk_color","type":"","path":"php/ncurses_slk_color.html","desc":"Sets color for soft label keys"}, "ncurses_slk_init":{"name":"ncurses_slk_init","type":"","path":"php/ncurses_slk_init.html","desc":"Initializes soft label key functions"}, "ncurses_slk_noutrefresh":{"name":"ncurses_slk_noutrefresh","type":"","path":"php/ncurses_slk_noutrefresh.html","desc":"Copies soft label keys to virtual screen"}, "ncurses_slk_refresh":{"name":"ncurses_slk_refresh","type":"","path":"php/ncurses_slk_refresh.html","desc":"Copies soft label keys to screen"}, "ncurses_slk_restore":{"name":"ncurses_slk_restore","type":"","path":"php/ncurses_slk_restore.html","desc":"Restores soft label keys"}, "ncurses_slk_set":{"name":"ncurses_slk_set","type":"","path":"php/ncurses_slk_set.html","desc":"Sets function key labels"}, "ncurses_slk_touch":{"name":"ncurses_slk_touch","type":"","path":"php/ncurses_slk_touch.html","desc":"Forces output when ncurses_slk_noutrefresh is performed"}, "ncurses_standend":{"name":"ncurses_standend","type":"","path":"php/ncurses_standend.html","desc":"Stop using 'standout' attribute"}, "ncurses_standout":{"name":"ncurses_standout","type":"","path":"php/ncurses_standout.html","desc":"Start using 'standout' attribute"}, "ncurses_start_color":{"name":"ncurses_start_color","type":"","path":"php/ncurses_start_color.html","desc":"Initializes color functionality"}, "ncurses_termattrs":{"name":"ncurses_termattrs","type":"","path":"php/ncurses_termattrs.html","desc":"Returns a logical OR of all attribute flags supported by terminal"}, "ncurses_termname":{"name":"ncurses_termname","type":"","path":"php/ncurses_termname.html","desc":"Returns terminals (short)-name"}, "ncurses_timeout":{"name":"ncurses_timeout","type":"","path":"php/ncurses_timeout.html","desc":"Set timeout for special key sequences"}, "ncurses_top_panel":{"name":"ncurses_top_panel","type":"","path":"php/ncurses_top_panel.html","desc":"Moves a visible panel to the top of the stack"}, "ncurses_typeahead":{"name":"ncurses_typeahead","type":"","path":"php/ncurses_typeahead.html","desc":"Specify different filedescriptor for typeahead checking"}, "ncurses_ungetch":{"name":"ncurses_ungetch","type":"","path":"php/ncurses_ungetch.html","desc":"Put a character back into the input stream"}, "ncurses_ungetmouse":{"name":"ncurses_ungetmouse","type":"","path":"php/ncurses_ungetmouse.html","desc":"Pushes mouse event to queue"}, "ncurses_update_panels":{"name":"ncurses_update_panels","type":"","path":"php/ncurses_update_panels.html","desc":"Refreshes the virtual screen to reflect the relations between panels in the stack"}, "ncurses_use_default_colors":{"name":"ncurses_use_default_colors","type":"","path":"php/ncurses_use_default_colors.html","desc":"Assign terminal default colors to color id -1"}, "ncurses_use_env":{"name":"ncurses_use_env","type":"","path":"php/ncurses_use_env.html","desc":"Control use of environment information about terminal size"}, "ncurses_use_extended_names":{"name":"ncurses_use_extended_names","type":"","path":"php/ncurses_use_extended_names.html","desc":"Control use of extended names in terminfo descriptions"}, "ncurses_vidattr":{"name":"ncurses_vidattr","type":"","path":"php/ncurses_vidattr.html","desc":"Display the string on the terminal in the video attribute mode"}, "ncurses_vline":{"name":"ncurses_vline","type":"","path":"php/ncurses_vline.html","desc":"Draw a vertical line at current position using an attributed character and max. n characters long"}, "ncurses_waddch":{"name":"ncurses_waddch","type":"","path":"php/ncurses_waddch.html","desc":"Adds character at current position in a window and advance cursor"}, "ncurses_waddstr":{"name":"ncurses_waddstr","type":"","path":"php/ncurses_waddstr.html","desc":"Outputs text at current postion in window"}, "ncurses_wattroff":{"name":"ncurses_wattroff","type":"","path":"php/ncurses_wattroff.html","desc":"Turns off attributes for a window"}, "ncurses_wattron":{"name":"ncurses_wattron","type":"","path":"php/ncurses_wattron.html","desc":"Turns on attributes for a window"}, "ncurses_wattrset":{"name":"ncurses_wattrset","type":"","path":"php/ncurses_wattrset.html","desc":"Set the attributes for a window"}, "ncurses_wborder":{"name":"ncurses_wborder","type":"","path":"php/ncurses_wborder.html","desc":"Draws a border around the window using attributed characters"}, "ncurses_wclear":{"name":"ncurses_wclear","type":"","path":"php/ncurses_wclear.html","desc":"Clears window"}, "ncurses_wcolor_set":{"name":"ncurses_wcolor_set","type":"","path":"php/ncurses_wcolor_set.html","desc":"Sets windows color pairings"}, "ncurses_werase":{"name":"ncurses_werase","type":"","path":"php/ncurses_werase.html","desc":"Erase window contents"}, "ncurses_wgetch":{"name":"ncurses_wgetch","type":"","path":"php/ncurses_wgetch.html","desc":"Reads a character from keyboard (window)"}, "ncurses_whline":{"name":"ncurses_whline","type":"","path":"php/ncurses_whline.html","desc":"Draws a horizontal line in a window at current position using an attributed character and max. n characters long"}, "ncurses_wmouse_trafo":{"name":"ncurses_wmouse_trafo","type":"","path":"php/ncurses_wmouse_trafo.html","desc":"Transforms windowstdscr coordinates"}, "ncurses_wmove":{"name":"ncurses_wmove","type":"","path":"php/ncurses_wmove.html","desc":"Moves windows output position"}, "ncurses_wnoutrefresh":{"name":"ncurses_wnoutrefresh","type":"","path":"php/ncurses_wnoutrefresh.html","desc":"Copies window to virtual screen"}, "ncurses_wrefresh":{"name":"ncurses_wrefresh","type":"","path":"php/ncurses_wrefresh.html","desc":"Refresh window on terminal screen"}, "ncurses_wstandend":{"name":"ncurses_wstandend","type":"","path":"php/ncurses_wstandend.html","desc":"End standout mode for a window"}, "ncurses_wstandout":{"name":"ncurses_wstandout","type":"","path":"php/ncurses_wstandout.html","desc":"Enter standout mode for a window"}, "ncurses_wvline":{"name":"ncurses_wvline","type":"","path":"php/ncurses_wvline.html","desc":"Draws a vertical line in a window at current position using an attributed character and max. n characters long"}, "newt_bell":{"name":"newt_bell","type":"","path":"php/newt_bell.html","desc":"Send a beep to the terminal"}, "newt_button":{"name":"newt_button","type":"","path":"php/newt_button.html","desc":"Create a new button"}, "newt_button_bar":{"name":"newt_button_bar","type":"","path":"php/newt_button_bar.html","desc":"This function returns a grid containing the buttons created"}, "newt_centered_window":{"name":"newt_centered_window","type":"","path":"php/newt_centered_window.html","desc":"Open a centered window of the specified size"}, "newt_checkbox":{"name":"newt_checkbox","type":"","path":"php/newt_checkbox.html","desc":"说明"}, "newt_checkbox_get_value":{"name":"newt_checkbox_get_value","type":"","path":"php/newt_checkbox_get_value.html","desc":"Retreives value of checkox resource"}, "newt_checkbox_set_flags":{"name":"newt_checkbox_set_flags","type":"","path":"php/newt_checkbox_set_flags.html","desc":"Configures checkbox resource"}, "newt_checkbox_set_value":{"name":"newt_checkbox_set_value","type":"","path":"php/newt_checkbox_set_value.html","desc":"Sets the value of the checkbox"}, "newt_checkbox_tree":{"name":"newt_checkbox_tree","type":"","path":"php/newt_checkbox_tree.html","desc":"说明"}, "newt_checkbox_tree_add_item":{"name":"newt_checkbox_tree_add_item","type":"","path":"php/newt_checkbox_tree_add_item.html","desc":"Adds new item to the checkbox tree"}, "newt_checkbox_tree_find_item":{"name":"newt_checkbox_tree_find_item","type":"","path":"php/newt_checkbox_tree_find_item.html","desc":"Finds an item in the checkbox tree"}, "newt_checkbox_tree_get_current":{"name":"newt_checkbox_tree_get_current","type":"","path":"php/newt_checkbox_tree_get_current.html","desc":"Returns checkbox tree selected item"}, "newt_checkbox_tree_get_entry_value":{"name":"newt_checkbox_tree_get_entry_value","type":"","path":"php/newt_checkbox_tree_get_entry_value.html","desc":"说明"}, "newt_checkbox_tree_get_multi_selection":{"name":"newt_checkbox_tree_get_multi_selection","type":"","path":"php/newt_checkbox_tree_get_multi_selection.html","desc":"说明"}, "newt_checkbox_tree_get_selection":{"name":"newt_checkbox_tree_get_selection","type":"","path":"php/newt_checkbox_tree_get_selection.html","desc":"说明"}, "newt_checkbox_tree_multi":{"name":"newt_checkbox_tree_multi","type":"","path":"php/newt_checkbox_tree_multi.html","desc":"说明"}, "newt_checkbox_tree_set_current":{"name":"newt_checkbox_tree_set_current","type":"","path":"php/newt_checkbox_tree_set_current.html","desc":"说明"}, "newt_checkbox_tree_set_entry":{"name":"newt_checkbox_tree_set_entry","type":"","path":"php/newt_checkbox_tree_set_entry.html","desc":"说明"}, "newt_checkbox_tree_set_entry_value":{"name":"newt_checkbox_tree_set_entry_value","type":"","path":"php/newt_checkbox_tree_set_entry_value.html","desc":"说明"}, "newt_checkbox_tree_set_width":{"name":"newt_checkbox_tree_set_width","type":"","path":"php/newt_checkbox_tree_set_width.html","desc":"说明"}, "newt_clear_key_buffer":{"name":"newt_clear_key_buffer","type":"","path":"php/newt_clear_key_buffer.html","desc":"Discards the contents of the terminal's input buffer"}, "newt_cls":{"name":"newt_cls","type":"","path":"php/newt_cls.html","desc":"说明"}, "newt_compact_button":{"name":"newt_compact_button","type":"","path":"php/newt_compact_button.html","desc":"说明"}, "newt_component_add_callback":{"name":"newt_component_add_callback","type":"","path":"php/newt_component_add_callback.html","desc":"说明"}, "newt_component_takes_focus":{"name":"newt_component_takes_focus","type":"","path":"php/newt_component_takes_focus.html","desc":"说明"}, "newt_create_grid":{"name":"newt_create_grid","type":"","path":"php/newt_create_grid.html","desc":"说明"}, "newt_cursor_off":{"name":"newt_cursor_off","type":"","path":"php/newt_cursor_off.html","desc":"说明"}, "newt_cursor_on":{"name":"newt_cursor_on","type":"","path":"php/newt_cursor_on.html","desc":"说明"}, "newt_delay":{"name":"newt_delay","type":"","path":"php/newt_delay.html","desc":"说明"}, "newt_draw_form":{"name":"newt_draw_form","type":"","path":"php/newt_draw_form.html","desc":"说明"}, "newt_draw_root_text":{"name":"newt_draw_root_text","type":"","path":"php/newt_draw_root_text.html","desc":"Displays the string text at the position indicated"}, "newt_entry":{"name":"newt_entry","type":"","path":"php/newt_entry.html","desc":"说明"}, "newt_entry_get_value":{"name":"newt_entry_get_value","type":"","path":"php/newt_entry_get_value.html","desc":"说明"}, "newt_entry_set":{"name":"newt_entry_set","type":"","path":"php/newt_entry_set.html","desc":"说明"}, "newt_entry_set_filter":{"name":"newt_entry_set_filter","type":"","path":"php/newt_entry_set_filter.html","desc":"说明"}, "newt_entry_set_flags":{"name":"newt_entry_set_flags","type":"","path":"php/newt_entry_set_flags.html","desc":"说明"}, "newt_finished":{"name":"newt_finished","type":"","path":"php/newt_finished.html","desc":"Uninitializes newt interface"}, "newt_form":{"name":"newt_form","type":"","path":"php/newt_form.html","desc":"Create a form"}, "newt_form_add_component":{"name":"newt_form_add_component","type":"","path":"php/newt_form_add_component.html","desc":"Adds a single component to the form"}, "newt_form_add_components":{"name":"newt_form_add_components","type":"","path":"php/newt_form_add_components.html","desc":"Add several components to the form"}, "newt_form_add_hot_key":{"name":"newt_form_add_hot_key","type":"","path":"php/newt_form_add_hot_key.html","desc":"说明"}, "newt_form_destroy":{"name":"newt_form_destroy","type":"","path":"php/newt_form_destroy.html","desc":"Destroys a form"}, "newt_form_get_current":{"name":"newt_form_get_current","type":"","path":"php/newt_form_get_current.html","desc":"说明"}, "newt_form_run":{"name":"newt_form_run","type":"","path":"php/newt_form_run.html","desc":"Runs a form"}, "newt_form_set_background":{"name":"newt_form_set_background","type":"","path":"php/newt_form_set_background.html","desc":"说明"}, "newt_form_set_height":{"name":"newt_form_set_height","type":"","path":"php/newt_form_set_height.html","desc":"说明"}, "newt_form_set_size":{"name":"newt_form_set_size","type":"","path":"php/newt_form_set_size.html","desc":"说明"}, "newt_form_set_timer":{"name":"newt_form_set_timer","type":"","path":"php/newt_form_set_timer.html","desc":"说明"}, "newt_form_set_width":{"name":"newt_form_set_width","type":"","path":"php/newt_form_set_width.html","desc":"说明"}, "newt_form_watch_fd":{"name":"newt_form_watch_fd","type":"","path":"php/newt_form_watch_fd.html","desc":"说明"}, "newt_get_screen_size":{"name":"newt_get_screen_size","type":"","path":"php/newt_get_screen_size.html","desc":"Fills in the passed references with the current siz"}, "newt_grid_add_components_to_form":{"name":"newt_grid_add_components_to_form","type":"","path":"php/newt_grid_add_components_to_form.html","desc":"说明"}, "newt_grid_basic_window":{"name":"newt_grid_basic_window","type":"","path":"php/newt_grid_basic_window.html","desc":"说明"}, "newt_grid_free":{"name":"newt_grid_free","type":"","path":"php/newt_grid_free.html","desc":"说明"}, "newt_grid_get_size":{"name":"newt_grid_get_size","type":"","path":"php/newt_grid_get_size.html","desc":"说明"}, "newt_grid_h_close_stacked":{"name":"newt_grid_h_close_stacked","type":"","path":"php/newt_grid_h_close_stacked.html","desc":"说明"}, "newt_grid_h_stacked":{"name":"newt_grid_h_stacked","type":"","path":"php/newt_grid_h_stacked.html","desc":"说明"}, "newt_grid_place":{"name":"newt_grid_place","type":"","path":"php/newt_grid_place.html","desc":"说明"}, "newt_grid_set_field":{"name":"newt_grid_set_field","type":"","path":"php/newt_grid_set_field.html","desc":"说明"}, "newt_grid_simple_window":{"name":"newt_grid_simple_window","type":"","path":"php/newt_grid_simple_window.html","desc":"说明"}, "newt_grid_v_close_stacked":{"name":"newt_grid_v_close_stacked","type":"","path":"php/newt_grid_v_close_stacked.html","desc":"说明"}, "newt_grid_v_stacked":{"name":"newt_grid_v_stacked","type":"","path":"php/newt_grid_v_stacked.html","desc":"说明"}, "newt_grid_wrapped_window":{"name":"newt_grid_wrapped_window","type":"","path":"php/newt_grid_wrapped_window.html","desc":"说明"}, "newt_grid_wrapped_window_at":{"name":"newt_grid_wrapped_window_at","type":"","path":"php/newt_grid_wrapped_window_at.html","desc":"说明"}, "newt_init":{"name":"newt_init","type":"","path":"php/newt_init.html","desc":"Initialize newt"}, "newt_label":{"name":"newt_label","type":"","path":"php/newt_label.html","desc":"说明"}, "newt_label_set_text":{"name":"newt_label_set_text","type":"","path":"php/newt_label_set_text.html","desc":"说明"}, "newt_listbox":{"name":"newt_listbox","type":"","path":"php/newt_listbox.html","desc":"说明"}, "newt_listbox_append_entry":{"name":"newt_listbox_append_entry","type":"","path":"php/newt_listbox_append_entry.html","desc":"说明"}, "newt_listbox_clear":{"name":"newt_listbox_clear","type":"","path":"php/newt_listbox_clear.html","desc":"说明"}, "newt_listbox_clear_selection":{"name":"newt_listbox_clear_selection","type":"","path":"php/newt_listbox_clear_selection.html","desc":"说明"}, "newt_listbox_delete_entry":{"name":"newt_listbox_delete_entry","type":"","path":"php/newt_listbox_delete_entry.html","desc":"说明"}, "newt_listbox_get_current":{"name":"newt_listbox_get_current","type":"","path":"php/newt_listbox_get_current.html","desc":"说明"}, "newt_listbox_get_selection":{"name":"newt_listbox_get_selection","type":"","path":"php/newt_listbox_get_selection.html","desc":"说明"}, "newt_listbox_insert_entry":{"name":"newt_listbox_insert_entry","type":"","path":"php/newt_listbox_insert_entry.html","desc":"说明"}, "newt_listbox_item_count":{"name":"newt_listbox_item_count","type":"","path":"php/newt_listbox_item_count.html","desc":"说明"}, "newt_listbox_select_item":{"name":"newt_listbox_select_item","type":"","path":"php/newt_listbox_select_item.html","desc":"说明"}, "newt_listbox_set_current":{"name":"newt_listbox_set_current","type":"","path":"php/newt_listbox_set_current.html","desc":"说明"}, "newt_listbox_set_current_by_key":{"name":"newt_listbox_set_current_by_key","type":"","path":"php/newt_listbox_set_current_by_key.html","desc":"说明"}, "newt_listbox_set_data":{"name":"newt_listbox_set_data","type":"","path":"php/newt_listbox_set_data.html","desc":"说明"}, "newt_listbox_set_entry":{"name":"newt_listbox_set_entry","type":"","path":"php/newt_listbox_set_entry.html","desc":"说明"}, "newt_listbox_set_width":{"name":"newt_listbox_set_width","type":"","path":"php/newt_listbox_set_width.html","desc":"说明"}, "newt_listitem":{"name":"newt_listitem","type":"","path":"php/newt_listitem.html","desc":"说明"}, "newt_listitem_get_data":{"name":"newt_listitem_get_data","type":"","path":"php/newt_listitem_get_data.html","desc":"说明"}, "newt_listitem_set":{"name":"newt_listitem_set","type":"","path":"php/newt_listitem_set.html","desc":"说明"}, "newt_open_window":{"name":"newt_open_window","type":"","path":"php/newt_open_window.html","desc":"Open a window of the specified size and position"}, "newt_pop_help_line":{"name":"newt_pop_help_line","type":"","path":"php/newt_pop_help_line.html","desc":"Replaces the current help line with the one from the stack"}, "newt_pop_window":{"name":"newt_pop_window","type":"","path":"php/newt_pop_window.html","desc":"Removes the top window from the display"}, "newt_push_help_line":{"name":"newt_push_help_line","type":"","path":"php/newt_push_help_line.html","desc":"Saves the current help line on a stack, and displays the new line"}, "newt_radiobutton":{"name":"newt_radiobutton","type":"","path":"php/newt_radiobutton.html","desc":"说明"}, "newt_radio_get_current":{"name":"newt_radio_get_current","type":"","path":"php/newt_radio_get_current.html","desc":"说明"}, "newt_redraw_help_line":{"name":"newt_redraw_help_line","type":"","path":"php/newt_redraw_help_line.html","desc":"说明"}, "newt_reflow_text":{"name":"newt_reflow_text","type":"","path":"php/newt_reflow_text.html","desc":"说明"}, "newt_refresh":{"name":"newt_refresh","type":"","path":"php/newt_refresh.html","desc":"Updates modified portions of the screen"}, "newt_resize_screen":{"name":"newt_resize_screen","type":"","path":"php/newt_resize_screen.html","desc":"说明"}, "newt_resume":{"name":"newt_resume","type":"","path":"php/newt_resume.html","desc":"Resume using the newt interface after"}, "newt_run_form":{"name":"newt_run_form","type":"","path":"php/newt_run_form.html","desc":"Runs a form"}, "newt_scale":{"name":"newt_scale","type":"","path":"php/newt_scale.html","desc":"说明"}, "newt_scale_set":{"name":"newt_scale_set","type":"","path":"php/newt_scale_set.html","desc":"说明"}, "newt_scrollbar_set":{"name":"newt_scrollbar_set","type":"","path":"php/newt_scrollbar_set.html","desc":"说明"}, "newt_set_help_callback":{"name":"newt_set_help_callback","type":"","path":"php/newt_set_help_callback.html","desc":"说明"}, "newt_set_suspend_callback":{"name":"newt_set_suspend_callback","type":"","path":"php/newt_set_suspend_callback.html","desc":"Set a callback function which gets invoked w"}, "newt_suspend":{"name":"newt_suspend","type":"","path":"php/newt_suspend.html","desc":"Tells newt to return the terminal to its initial state"}, "newt_textbox":{"name":"newt_textbox","type":"","path":"php/newt_textbox.html","desc":"说明"}, "newt_textbox_get_num_lines":{"name":"newt_textbox_get_num_lines","type":"","path":"php/newt_textbox_get_num_lines.html","desc":"说明"}, "newt_textbox_reflowed":{"name":"newt_textbox_reflowed","type":"","path":"php/newt_textbox_reflowed.html","desc":"说明"}, "newt_textbox_set_height":{"name":"newt_textbox_set_height","type":"","path":"php/newt_textbox_set_height.html","desc":"说明"}, "newt_textbox_set_text":{"name":"newt_textbox_set_text","type":"","path":"php/newt_textbox_set_text.html","desc":"说明"}, "newt_vertical_scrollbar":{"name":"newt_vertical_scrollbar","type":"","path":"php/newt_vertical_scrollbar.html","desc":"说明"}, "newt_wait_for_key":{"name":"newt_wait_for_key","type":"","path":"php/newt_wait_for_key.html","desc":"Doesn't return until a key has been pressed"}, "newt_win_choice":{"name":"newt_win_choice","type":"","path":"php/newt_win_choice.html","desc":"说明"}, "newt_win_entries":{"name":"newt_win_entries","type":"","path":"php/newt_win_entries.html","desc":"说明"}, "newt_win_menu":{"name":"newt_win_menu","type":"","path":"php/newt_win_menu.html","desc":"说明"}, "newt_win_message":{"name":"newt_win_message","type":"","path":"php/newt_win_message.html","desc":"说明"}, "newt_win_messagev":{"name":"newt_win_messagev","type":"","path":"php/newt_win_messagev.html","desc":"说明"}, "newt_win_ternary":{"name":"newt_win_ternary","type":"","path":"php/newt_win_ternary.html","desc":"说明"}, "next":{"name":"next","type":"","path":"php/next.html","desc":"将数组中的内部指针向前移动一位"}, "ngettext":{"name":"ngettext","type":"","path":"php/ngettext.html","desc":"Plural version of gettext"}, "nl2br":{"name":"nl2br","type":"","path":"php/nl2br.html","desc":"在字符串所有新行之前插入 HTML 换行标记"}, "nl_langinfo":{"name":"nl_langinfo","type":"","path":"php/nl_langinfo.html","desc":"Query language and locale information"}, "nsapi_request_headers":{"name":"nsapi_request_headers","type":"","path":"php/nsapi_request_headers.html","desc":"Fetch all HTTP request headers"}, "nsapi_response_headers":{"name":"nsapi_response_headers","type":"","path":"php/nsapi_response_headers.html","desc":"Fetch all HTTP response headers"}, "nsapi_virtual":{"name":"nsapi_virtual","type":"","path":"php/nsapi_virtual.html","desc":"Perform an NSAPI sub-request"}, "number_format":{"name":"number_format","type":"","path":"php/number_format.html","desc":"以千位分隔符方式格式化一个数字"}, "oauth_get_sbs":{"name":"oauth_get_sbs","type":"","path":"php/oauth_get_sbs.html","desc":"生成一个签名字符基串"}, "oauth_urlencode":{"name":"oauth_urlencode","type":"","path":"php/oauth_urlencode.html","desc":"将 URI 编码为 RFC 3986 规范"}, "ob_clean":{"name":"ob_clean","type":"","path":"php/ob_clean.html","desc":"清空(擦掉)输出缓冲区"}, "ob_end_clean":{"name":"ob_end_clean","type":"","path":"php/ob_end_clean.html","desc":"清空(擦除)缓冲区并关闭输出缓冲"}, "ob_end_flush":{"name":"ob_end_flush","type":"","path":"php/ob_end_flush.html","desc":"冲刷出(送出)输出缓冲区内容并关闭缓冲"}, "ob_flush":{"name":"ob_flush","type":"","path":"php/ob_flush.html","desc":"冲刷出(送出)输出缓冲区中的内容"}, "ob_get_clean":{"name":"ob_get_clean","type":"","path":"php/ob_get_clean.html","desc":"得到当前缓冲区的内容并删除当前输出缓。"}, "ob_get_contents":{"name":"ob_get_contents","type":"","path":"php/ob_get_contents.html","desc":"返回输出缓冲区的内容"}, "ob_get_flush":{"name":"ob_get_flush","type":"","path":"php/ob_get_flush.html","desc":"刷出(送出)缓冲区内容,以字符串形式返回内容,并关闭输出缓冲区。"}, "ob_get_length":{"name":"ob_get_length","type":"","path":"php/ob_get_length.html","desc":"返回输出缓冲区内容的长度"}, "ob_get_level":{"name":"ob_get_level","type":"","path":"php/ob_get_level.html","desc":"返回输出缓冲机制的嵌套级别"}, "ob_get_status":{"name":"ob_get_status","type":"","path":"php/ob_get_status.html","desc":"得到所有输出缓冲区的状态"}, "ob_gzhandler":{"name":"ob_gzhandler","type":"","path":"php/ob_gzhandler.html","desc":"在ob_start中使用的用来压缩输出缓冲区中内容的回调函数。ob_start callback function to gzip output buffer"}, "ob_iconv_handler":{"name":"ob_iconv_handler","type":"","path":"php/ob_iconv_handler.html","desc":"以输出缓冲处理程序转换字符编码"}, "ob_implicit_flush":{"name":"ob_implicit_flush","type":"","path":"php/ob_implicit_flush.html","desc":"打开关闭绝对刷送"}, "ob_list_handlers":{"name":"ob_list_handlers","type":"","path":"php/ob_list_handlers.html","desc":"列出所有使用中的输出处理程序。"}, "ob_start":{"name":"ob_start","type":"","path":"php/ob_start.html","desc":"打开输出控制缓冲"}, "ob_tidyhandler":{"name":"ob_tidyhandler","type":"","path":"php/ob_tidyhandler.html","desc":"ob_start callback function to repair the buffer"}, "ocibindbyname":{"name":"ocibindbyname","type":"","path":"php/ocibindbyname.html","desc":"别名 oci_bind_by_name"}, "ocicancel":{"name":"ocicancel","type":"","path":"php/ocicancel.html","desc":"别名 oci_cancel"}, "ocicloselob":{"name":"ocicloselob","type":"","path":"php/ocicloselob.html","desc":"别名 OCI-Lobclose"}, "ocicollappend":{"name":"ocicollappend","type":"","path":"php/ocicollappend.html","desc":"别名 OCI-Collectionappend"}, "ocicollassign":{"name":"ocicollassign","type":"","path":"php/ocicollassign.html","desc":"别名 OCI-Collectionassign"}, "ocicollassignelem":{"name":"ocicollassignelem","type":"","path":"php/ocicollassignelem.html","desc":"别名 OCI-CollectionassignElem"}, "ocicollgetelem":{"name":"ocicollgetelem","type":"","path":"php/ocicollgetelem.html","desc":"别名 OCI-CollectiongetElem"}, "ocicollmax":{"name":"ocicollmax","type":"","path":"php/ocicollmax.html","desc":"别名 OCI-Collectionmax"}, "ocicollsize":{"name":"ocicollsize","type":"","path":"php/ocicollsize.html","desc":"别名 OCI-Collectionsize"}, "ocicolltrim":{"name":"ocicolltrim","type":"","path":"php/ocicolltrim.html","desc":"别名 OCI-Collectiontrim"}, "ocicolumnisnull":{"name":"ocicolumnisnull","type":"","path":"php/ocicolumnisnull.html","desc":"别名 oci_field_is_null"}, "ocicolumnname":{"name":"ocicolumnname","type":"","path":"php/ocicolumnname.html","desc":"别名 oci_field_name"}, "ocicolumnprecision":{"name":"ocicolumnprecision","type":"","path":"php/ocicolumnprecision.html","desc":"别名 oci_field_precision"}, "ocicolumnscale":{"name":"ocicolumnscale","type":"","path":"php/ocicolumnscale.html","desc":"别名 oci_field_scale"}, "ocicolumnsize":{"name":"ocicolumnsize","type":"","path":"php/ocicolumnsize.html","desc":"别名 oci_field_size"}, "ocicolumntype":{"name":"ocicolumntype","type":"","path":"php/ocicolumntype.html","desc":"别名 oci_field_type"}, "ocicolumntyperaw":{"name":"ocicolumntyperaw","type":"","path":"php/ocicolumntyperaw.html","desc":"别名 oci_field_type_raw"}, "ocicommit":{"name":"ocicommit","type":"","path":"php/ocicommit.html","desc":"别名 oci_commit"}, "ocidefinebyname":{"name":"ocidefinebyname","type":"","path":"php/ocidefinebyname.html","desc":"别名 oci_define_by_name"}, "ocierror":{"name":"ocierror","type":"","path":"php/ocierror.html","desc":"别名 oci_error"}, "ociexecute":{"name":"ociexecute","type":"","path":"php/ociexecute.html","desc":"别名 oci_execute"}, "ocifetch":{"name":"ocifetch","type":"","path":"php/ocifetch.html","desc":"别名 oci_fetch"}, "ocifetchinto":{"name":"ocifetchinto","type":"","path":"php/ocifetchinto.html","desc":"Obsolete variant of oci_fetch_array, oci_fetch"}, "ocifetchstatement":{"name":"ocifetchstatement","type":"","path":"php/ocifetchstatement.html","desc":"别名 oci_fetch_all"}, "ocifreecollection":{"name":"ocifreecollection","type":"","path":"php/ocifreecollection.html","desc":"别名 OCI-Collectionfree"}, "ocifreecursor":{"name":"ocifreecursor","type":"","path":"php/ocifreecursor.html","desc":"别名 oci_free_statement"}, "ocifreedesc":{"name":"ocifreedesc","type":"","path":"php/ocifreedesc.html","desc":"别名 OCI-Lobfree"}, "ocifreestatement":{"name":"ocifreestatement","type":"","path":"php/ocifreestatement.html","desc":"别名 oci_free_statement"}, "ociinternaldebug":{"name":"ociinternaldebug","type":"","path":"php/ociinternaldebug.html","desc":"别名 oci_internal_debug"}, "ociloadlob":{"name":"ociloadlob","type":"","path":"php/ociloadlob.html","desc":"别名 OCI-Lobload"}, "ocilogoff":{"name":"ocilogoff","type":"","path":"php/ocilogoff.html","desc":"别名 oci_close"}, "ocilogon":{"name":"ocilogon","type":"","path":"php/ocilogon.html","desc":"别名 oci_connect"}, "ocinewcollection":{"name":"ocinewcollection","type":"","path":"php/ocinewcollection.html","desc":"别名 oci_new_collection"}, "ocinewcursor":{"name":"ocinewcursor","type":"","path":"php/ocinewcursor.html","desc":"别名 oci_new_cursor"}, "ocinewdescriptor":{"name":"ocinewdescriptor","type":"","path":"php/ocinewdescriptor.html","desc":"别名 oci_new_descriptor"}, "ocinlogon":{"name":"ocinlogon","type":"","path":"php/ocinlogon.html","desc":"别名 oci_new_connect"}, "ocinumcols":{"name":"ocinumcols","type":"","path":"php/ocinumcols.html","desc":"别名 oci_num_fields"}, "ociparse":{"name":"ociparse","type":"","path":"php/ociparse.html","desc":"别名 oci_parse"}, "ociplogon":{"name":"ociplogon","type":"","path":"php/ociplogon.html","desc":"别名 oci_pconnect"}, "ociresult":{"name":"ociresult","type":"","path":"php/ociresult.html","desc":"别名 oci_result"}, "ocirollback":{"name":"ocirollback","type":"","path":"php/ocirollback.html","desc":"别名 oci_rollback"}, "ocirowcount":{"name":"ocirowcount","type":"","path":"php/ocirowcount.html","desc":"别名 oci_num_rows"}, "ocisavelob":{"name":"ocisavelob","type":"","path":"php/ocisavelob.html","desc":"别名 OCI-Lobsave"}, "ocisavelobfile":{"name":"ocisavelobfile","type":"","path":"php/ocisavelobfile.html","desc":"别名 OCI-Lobimport"}, "ociserverversion":{"name":"ociserverversion","type":"","path":"php/ociserverversion.html","desc":"别名 oci_server_version"}, "ocisetprefetch":{"name":"ocisetprefetch","type":"","path":"php/ocisetprefetch.html","desc":"别名 oci_set_prefetch"}, "ocistatementtype":{"name":"ocistatementtype","type":"","path":"php/ocistatementtype.html","desc":"别名 oci_statement_type"}, "ociwritelobtofile":{"name":"ociwritelobtofile","type":"","path":"php/ociwritelobtofile.html","desc":"别名 OCI-Lobexport"}, "ociwritetemporarylob":{"name":"ociwritetemporarylob","type":"","path":"php/ociwritetemporarylob.html","desc":"别名 OCI-LobwriteTemporary"}, "oci_bind_array_by_name":{"name":"oci_bind_array_by_name","type":"","path":"php/oci_bind_array_by_name.html","desc":"Binds a PHP array to an Oracle PLSQL array parameter"}, "oci_bind_by_name":{"name":"oci_bind_by_name","type":"","path":"php/oci_bind_by_name.html","desc":"绑定一个 PHP 变量到一个 Oracle 位置标志符"}, "oci_cancel":{"name":"oci_cancel","type":"","path":"php/oci_cancel.html","desc":"中断游标读取数据"}, "oci_client_version":{"name":"oci_client_version","type":"","path":"php/oci_client_version.html","desc":"Returns the Oracle client library version"}, "oci_close":{"name":"oci_close","type":"","path":"php/oci_close.html","desc":"关闭 Oracle 连接"}, "oci_commit":{"name":"oci_commit","type":"","path":"php/oci_commit.html","desc":"提交未执行的事务处理"}, "oci_connect":{"name":"oci_connect","type":"","path":"php/oci_connect.html","desc":"建立一个到 Oracle 服务器的连接"}, "oci_define_by_name":{"name":"oci_define_by_name","type":"","path":"php/oci_define_by_name.html","desc":"在 SELECT 中使用 PHP 变量作为定义的步骤"}, "oci_error":{"name":"oci_error","type":"","path":"php/oci_error.html","desc":"返回上一个错误"}, "oci_execute":{"name":"oci_execute","type":"","path":"php/oci_execute.html","desc":"执行一条语句"}, "oci_fetch":{"name":"oci_fetch","type":"","path":"php/oci_fetch.html","desc":"Fetches the next row into result-buffer"}, "oci_fetch_all":{"name":"oci_fetch_all","type":"","path":"php/oci_fetch_all.html","desc":"获取结果数据的所有行到一个数组"}, "oci_fetch_array":{"name":"oci_fetch_array","type":"","path":"php/oci_fetch_array.html","desc":"Returns the next row from a query as an associative or numeric array"}, "oci_fetch_assoc":{"name":"oci_fetch_assoc","type":"","path":"php/oci_fetch_assoc.html","desc":"Returns the next row from a query as an associative array"}, "oci_fetch_object":{"name":"oci_fetch_object","type":"","path":"php/oci_fetch_object.html","desc":"Returns the next row from a query as an object"}, "oci_fetch_row":{"name":"oci_fetch_row","type":"","path":"php/oci_fetch_row.html","desc":"Returns the next row from a query as a numeric array"}, "oci_field_is_null":{"name":"oci_field_is_null","type":"","path":"php/oci_field_is_null.html","desc":"检查字段是否为 NULL"}, "oci_field_name":{"name":"oci_field_name","type":"","path":"php/oci_field_name.html","desc":"返回字段名"}, "oci_field_precision":{"name":"oci_field_precision","type":"","path":"php/oci_field_precision.html","desc":"返回字段精度"}, "oci_field_scale":{"name":"oci_field_scale","type":"","path":"php/oci_field_scale.html","desc":"返回字段范围"}, "oci_field_size":{"name":"oci_field_size","type":"","path":"php/oci_field_size.html","desc":"返回字段大小"}, "oci_field_type":{"name":"oci_field_type","type":"","path":"php/oci_field_type.html","desc":"返回字段的数据类型"}, "oci_field_type_raw":{"name":"oci_field_type_raw","type":"","path":"php/oci_field_type_raw.html","desc":"返回字段的原始 Oracle 数据类型"}, "oci_free_descriptor":{"name":"oci_free_descriptor","type":"","path":"php/oci_free_descriptor.html","desc":"Frees a descriptor"}, "oci_free_statement":{"name":"oci_free_statement","type":"","path":"php/oci_free_statement.html","desc":"释放关联于语句或游标的所有资源"}, "oci_get_implicit_resultset":{"name":"oci_get_implicit_resultset","type":"","path":"php/oci_get_implicit_resultset.html","desc":"Returns the next child statement resource from a parent statement resource that has Oracle Database 12c Implicit Result Sets"}, "oci_internal_debug":{"name":"oci_internal_debug","type":"","path":"php/oci_internal_debug.html","desc":"打开或关闭内部调试输出"}, "oci_lob_copy":{"name":"oci_lob_copy","type":"","path":"php/oci_lob_copy.html","desc":"Copies large object"}, "oci_lob_is_equal":{"name":"oci_lob_is_equal","type":"","path":"php/oci_lob_is_equal.html","desc":"Compares two LOBFILE locators for equality"}, "oci_new_collection":{"name":"oci_new_collection","type":"","path":"php/oci_new_collection.html","desc":"分配新的 collection 对象"}, "oci_new_connect":{"name":"oci_new_connect","type":"","path":"php/oci_new_connect.html","desc":"建定一个到 Oracle 服务器的新连接"}, "oci_new_cursor":{"name":"oci_new_cursor","type":"","path":"php/oci_new_cursor.html","desc":"分配并返回一个新的游标(语句句柄)"}, "oci_new_descriptor":{"name":"oci_new_descriptor","type":"","path":"php/oci_new_descriptor.html","desc":"初始化一个新的空 LOB 或 FILE 描述符"}, "oci_num_fields":{"name":"oci_num_fields","type":"","path":"php/oci_num_fields.html","desc":"返回结果列的数目"}, "oci_num_rows":{"name":"oci_num_rows","type":"","path":"php/oci_num_rows.html","desc":"返回语句执行后受影响的行数"}, "oci_parse":{"name":"oci_parse","type":"","path":"php/oci_parse.html","desc":"配置 Oracle 语句预备执行"}, "oci_password_change":{"name":"oci_password_change","type":"","path":"php/oci_password_change.html","desc":"修改 Oracle 用户的密码"}, "oci_pconnect":{"name":"oci_pconnect","type":"","path":"php/oci_pconnect.html","desc":"使用一个持久连接连到 Oracle 数据库"}, "oci_register_taf_callback":{"name":"oci_register_taf_callback","type":"","path":"php/oci_register_taf_callback.html","desc":"Register a user-defined callback function for Oracle Database TAF"}, "oci_result":{"name":"oci_result","type":"","path":"php/oci_result.html","desc":"返回所取得行中字段的值"}, "oci_rollback":{"name":"oci_rollback","type":"","path":"php/oci_rollback.html","desc":"回滚未提交的事务"}, "oci_server_version":{"name":"oci_server_version","type":"","path":"php/oci_server_version.html","desc":"返回服务器版本信息"}, "oci_set_action":{"name":"oci_set_action","type":"","path":"php/oci_set_action.html","desc":"Sets the action name"}, "oci_set_call_timout":{"name":"oci_set_call_timout","type":"","path":"php/oci_set_call_timout.html","desc":"Sets a millisecond timeout for database calls"}, "oci_set_client_identifier":{"name":"oci_set_client_identifier","type":"","path":"php/oci_set_client_identifier.html","desc":"Sets the client identifier"}, "oci_set_client_info":{"name":"oci_set_client_info","type":"","path":"php/oci_set_client_info.html","desc":"Sets the client information"}, "oci_set_db_operation":{"name":"oci_set_db_operation","type":"","path":"php/oci_set_db_operation.html","desc":"Sets the database operation"}, "oci_set_edition":{"name":"oci_set_edition","type":"","path":"php/oci_set_edition.html","desc":"Sets the database edition"}, "oci_set_module_name":{"name":"oci_set_module_name","type":"","path":"php/oci_set_module_name.html","desc":"Sets the module name"}, "oci_set_prefetch":{"name":"oci_set_prefetch","type":"","path":"php/oci_set_prefetch.html","desc":"设置预提取行数"}, "oci_statement_type":{"name":"oci_statement_type","type":"","path":"php/oci_statement_type.html","desc":"返回 OCI 语句的类型"}, "oci_unregister_taf_callback":{"name":"oci_unregister_taf_callback","type":"","path":"php/oci_unregister_taf_callback.html","desc":"Unregister a user-defined callback function for Oracle Database TAF"}, "octdec":{"name":"octdec","type":"","path":"php/octdec.html","desc":"八进制转换为十进制"}, "odbc_autocommit":{"name":"odbc_autocommit","type":"","path":"php/odbc_autocommit.html","desc":"Toggle autocommit behaviour"}, "odbc_binmode":{"name":"odbc_binmode","type":"","path":"php/odbc_binmode.html","desc":"Handling of binary column data"}, "odbc_close":{"name":"odbc_close","type":"","path":"php/odbc_close.html","desc":"Close an ODBC connection"}, "odbc_close_all":{"name":"odbc_close_all","type":"","path":"php/odbc_close_all.html","desc":"Close all ODBC connections"}, "odbc_columnprivileges":{"name":"odbc_columnprivileges","type":"","path":"php/odbc_columnprivileges.html","desc":"Lists columns and associated privileges for the given table"}, "odbc_columns":{"name":"odbc_columns","type":"","path":"php/odbc_columns.html","desc":"Lists the column names in specified tables"}, "odbc_commit":{"name":"odbc_commit","type":"","path":"php/odbc_commit.html","desc":"Commit an ODBC transaction"}, "odbc_connect":{"name":"odbc_connect","type":"","path":"php/odbc_connect.html","desc":"Connect to a datasource"}, "odbc_cursor":{"name":"odbc_cursor","type":"","path":"php/odbc_cursor.html","desc":"Get cursorname"}, "odbc_data_source":{"name":"odbc_data_source","type":"","path":"php/odbc_data_source.html","desc":"Returns information about a current connection"}, "odbc_do":{"name":"odbc_do","type":"","path":"php/odbc_do.html","desc":"别名 odbc_exec"}, "odbc_error":{"name":"odbc_error","type":"","path":"php/odbc_error.html","desc":"Get the last error code"}, "odbc_errormsg":{"name":"odbc_errormsg","type":"","path":"php/odbc_errormsg.html","desc":"Get the last error message"}, "odbc_exec":{"name":"odbc_exec","type":"","path":"php/odbc_exec.html","desc":"Prepare and execute an SQL statement"}, "odbc_execute":{"name":"odbc_execute","type":"","path":"php/odbc_execute.html","desc":"Execute a prepared statement"}, "odbc_fetch_array":{"name":"odbc_fetch_array","type":"","path":"php/odbc_fetch_array.html","desc":"Fetch a result row as an associative array"}, "odbc_fetch_into":{"name":"odbc_fetch_into","type":"","path":"php/odbc_fetch_into.html","desc":"Fetch one result row into array"}, "odbc_fetch_object":{"name":"odbc_fetch_object","type":"","path":"php/odbc_fetch_object.html","desc":"Fetch a result row as an object"}, "odbc_fetch_row":{"name":"odbc_fetch_row","type":"","path":"php/odbc_fetch_row.html","desc":"Fetch a row"}, "odbc_field_len":{"name":"odbc_field_len","type":"","path":"php/odbc_field_len.html","desc":"Get the length (precision) of a field"}, "odbc_field_name":{"name":"odbc_field_name","type":"","path":"php/odbc_field_name.html","desc":"Get the columnname"}, "odbc_field_num":{"name":"odbc_field_num","type":"","path":"php/odbc_field_num.html","desc":"Return column number"}, "odbc_field_precision":{"name":"odbc_field_precision","type":"","path":"php/odbc_field_precision.html","desc":"别名 odbc_field_len"}, "odbc_field_scale":{"name":"odbc_field_scale","type":"","path":"php/odbc_field_scale.html","desc":"Get the scale of a field"}, "odbc_field_type":{"name":"odbc_field_type","type":"","path":"php/odbc_field_type.html","desc":"Datatype of a field"}, "odbc_foreignkeys":{"name":"odbc_foreignkeys","type":"","path":"php/odbc_foreignkeys.html","desc":"Retrieves a list of foreign keys"}, "odbc_free_result":{"name":"odbc_free_result","type":"","path":"php/odbc_free_result.html","desc":"Free resources associated with a result"}, "odbc_gettypeinfo":{"name":"odbc_gettypeinfo","type":"","path":"php/odbc_gettypeinfo.html","desc":"Retrieves information about data types supported by the data source"}, "odbc_longreadlen":{"name":"odbc_longreadlen","type":"","path":"php/odbc_longreadlen.html","desc":"Handling of LONG columns"}, "odbc_next_result":{"name":"odbc_next_result","type":"","path":"php/odbc_next_result.html","desc":"Checks if multiple results are available"}, "odbc_num_fields":{"name":"odbc_num_fields","type":"","path":"php/odbc_num_fields.html","desc":"Number of columns in a result"}, "odbc_num_rows":{"name":"odbc_num_rows","type":"","path":"php/odbc_num_rows.html","desc":"Number of rows in a result"}, "odbc_pconnect":{"name":"odbc_pconnect","type":"","path":"php/odbc_pconnect.html","desc":"Open a persistent database connection"}, "odbc_prepare":{"name":"odbc_prepare","type":"","path":"php/odbc_prepare.html","desc":"Prepares a statement for execution"}, "odbc_primarykeys":{"name":"odbc_primarykeys","type":"","path":"php/odbc_primarykeys.html","desc":"Gets the primary keys for a table"}, "odbc_procedurecolumns":{"name":"odbc_procedurecolumns","type":"","path":"php/odbc_procedurecolumns.html","desc":"Retrieve information about parameters to procedures"}, "odbc_procedures":{"name":"odbc_procedures","type":"","path":"php/odbc_procedures.html","desc":"Get the list of procedures stored in a specific data source"}, "odbc_result":{"name":"odbc_result","type":"","path":"php/odbc_result.html","desc":"Get result data"}, "odbc_result_all":{"name":"odbc_result_all","type":"","path":"php/odbc_result_all.html","desc":"Print result as HTML table"}, "odbc_rollback":{"name":"odbc_rollback","type":"","path":"php/odbc_rollback.html","desc":"Rollback a transaction"}, "odbc_setoption":{"name":"odbc_setoption","type":"","path":"php/odbc_setoption.html","desc":"Adjust ODBC settings"}, "odbc_specialcolumns":{"name":"odbc_specialcolumns","type":"","path":"php/odbc_specialcolumns.html","desc":"Retrieves special columns"}, "odbc_statistics":{"name":"odbc_statistics","type":"","path":"php/odbc_statistics.html","desc":"Retrieve statistics about a table"}, "odbc_tableprivileges":{"name":"odbc_tableprivileges","type":"","path":"php/odbc_tableprivileges.html","desc":"Lists tables and the privileges associated with each table"}, "odbc_tables":{"name":"odbc_tables","type":"","path":"php/odbc_tables.html","desc":"Get the list of table names stored in a specific data source"}, "opcache_compile_file":{"name":"opcache_compile_file","type":"","path":"php/opcache_compile_file.html","desc":"无需运行,即可编译并缓存 PHP 脚本"}, "opcache_get_configuration":{"name":"opcache_get_configuration","type":"","path":"php/opcache_get_configuration.html","desc":"获取缓存的配置信息"}, "opcache_get_status":{"name":"opcache_get_status","type":"","path":"php/opcache_get_status.html","desc":"获取缓存的状态信息"}, "opcache_invalidate":{"name":"opcache_invalidate","type":"","path":"php/opcache_invalidate.html","desc":"废除脚本缓存"}, "opcache_is_script_cached":{"name":"opcache_is_script_cached","type":"","path":"php/opcache_is_script_cached.html","desc":"Tells whether a script is cached in OPCache"}, "opcache_reset":{"name":"opcache_reset","type":"","path":"php/opcache_reset.html","desc":"重置字节码缓存的内容"}, "openal_buffer_create":{"name":"openal_buffer_create","type":"","path":"php/openal_buffer_create.html","desc":"Generate OpenAL buffer"}, "openal_buffer_data":{"name":"openal_buffer_data","type":"","path":"php/openal_buffer_data.html","desc":"Load a buffer with data"}, "openal_buffer_destroy":{"name":"openal_buffer_destroy","type":"","path":"php/openal_buffer_destroy.html","desc":"Destroys an OpenAL buffer"}, "openal_buffer_get":{"name":"openal_buffer_get","type":"","path":"php/openal_buffer_get.html","desc":"Retrieve an OpenAL buffer property"}, "openal_buffer_loadwav":{"name":"openal_buffer_loadwav","type":"","path":"php/openal_buffer_loadwav.html","desc":"Load a .wav file into a buffer"}, "openal_context_create":{"name":"openal_context_create","type":"","path":"php/openal_context_create.html","desc":"Create an audio processing context"}, "openal_context_current":{"name":"openal_context_current","type":"","path":"php/openal_context_current.html","desc":"Make the specified context current"}, "openal_context_destroy":{"name":"openal_context_destroy","type":"","path":"php/openal_context_destroy.html","desc":"Destroys a context"}, "openal_context_process":{"name":"openal_context_process","type":"","path":"php/openal_context_process.html","desc":"Process the specified context"}, "openal_context_suspend":{"name":"openal_context_suspend","type":"","path":"php/openal_context_suspend.html","desc":"Suspend the specified context"}, "openal_device_close":{"name":"openal_device_close","type":"","path":"php/openal_device_close.html","desc":"Close an OpenAL device"}, "openal_device_open":{"name":"openal_device_open","type":"","path":"php/openal_device_open.html","desc":"Initialize the OpenAL audio layer"}, "openal_listener_get":{"name":"openal_listener_get","type":"","path":"php/openal_listener_get.html","desc":"Retrieve a listener property"}, "openal_listener_set":{"name":"openal_listener_set","type":"","path":"php/openal_listener_set.html","desc":"Set a listener property"}, "openal_source_create":{"name":"openal_source_create","type":"","path":"php/openal_source_create.html","desc":"Generate a source resource"}, "openal_source_destroy":{"name":"openal_source_destroy","type":"","path":"php/openal_source_destroy.html","desc":"Destroy a source resource"}, "openal_source_get":{"name":"openal_source_get","type":"","path":"php/openal_source_get.html","desc":"Retrieve an OpenAL source property"}, "openal_source_pause":{"name":"openal_source_pause","type":"","path":"php/openal_source_pause.html","desc":"Pause the source"}, "openal_source_play":{"name":"openal_source_play","type":"","path":"php/openal_source_play.html","desc":"Start playing the source"}, "openal_source_rewind":{"name":"openal_source_rewind","type":"","path":"php/openal_source_rewind.html","desc":"Rewind the source"}, "openal_source_set":{"name":"openal_source_set","type":"","path":"php/openal_source_set.html","desc":"Set source property"}, "openal_source_stop":{"name":"openal_source_stop","type":"","path":"php/openal_source_stop.html","desc":"Stop playing the source"}, "openal_stream":{"name":"openal_stream","type":"","path":"php/openal_stream.html","desc":"Begin streaming on a source"}, "opendir":{"name":"opendir","type":"","path":"php/opendir.html","desc":"打开目录句柄"}, "openlog":{"name":"openlog","type":"","path":"php/openlog.html","desc":"Open connection to system logger"}, "openssl_cipher_iv_length":{"name":"openssl_cipher_iv_length","type":"","path":"php/openssl_cipher_iv_length.html","desc":"获取密码iv长度"}, "openssl_csr_export":{"name":"openssl_csr_export","type":"","path":"php/openssl_csr_export.html","desc":"将CSR作为字符串导出"}, "openssl_csr_export_to_file":{"name":"openssl_csr_export_to_file","type":"","path":"php/openssl_csr_export_to_file.html","desc":"将CSR导出到文件"}, "openssl_csr_get_public_key":{"name":"openssl_csr_get_public_key","type":"","path":"php/openssl_csr_get_public_key.html","desc":"返回CSR的公钥"}, "openssl_csr_get_subject":{"name":"openssl_csr_get_subject","type":"","path":"php/openssl_csr_get_subject.html","desc":"返回CSR的主题"}, "openssl_csr_new":{"name":"openssl_csr_new","type":"","path":"php/openssl_csr_new.html","desc":"生成一个 CSR"}, "openssl_csr_sign":{"name":"openssl_csr_sign","type":"","path":"php/openssl_csr_sign.html","desc":"用另一个证书签署 CSR (或者本身) 并且生成一个证书"}, "openssl_decrypt":{"name":"openssl_decrypt","type":"","path":"php/openssl_decrypt.html","desc":"解密数据"}, "openssl_dh_compute_key":{"name":"openssl_dh_compute_key","type":"","path":"php/openssl_dh_compute_key.html","desc":"计算远程DH密钥(公钥)和本地DH密钥的共享密钥"}, "openssl_digest":{"name":"openssl_digest","type":"","path":"php/openssl_digest.html","desc":"计算摘要"}, "openssl_encrypt":{"name":"openssl_encrypt","type":"","path":"php/openssl_encrypt.html","desc":"加密数据"}, "openssl_error_string":{"name":"openssl_error_string","type":"","path":"php/openssl_error_string.html","desc":"返回 openSSL 错误消息"}, "openssl_free_key":{"name":"openssl_free_key","type":"","path":"php/openssl_free_key.html","desc":"释放密钥资源"}, "openssl_get_cert_locations":{"name":"openssl_get_cert_locations","type":"","path":"php/openssl_get_cert_locations.html","desc":"检索可用的证书位置"}, "openssl_get_cipher_methods":{"name":"openssl_get_cipher_methods","type":"","path":"php/openssl_get_cipher_methods.html","desc":"获取可用的加密算法"}, "openssl_get_curve_names":{"name":"openssl_get_curve_names","type":"","path":"php/openssl_get_curve_names.html","desc":"获得ECC的可用曲线名称列表"}, "openssl_get_md_methods":{"name":"openssl_get_md_methods","type":"","path":"php/openssl_get_md_methods.html","desc":"获取可用的摘要算法"}, "openssl_get_privatekey":{"name":"openssl_get_privatekey","type":"","path":"php/openssl_get_privatekey.html","desc":"别名 openssl_pkey_get_private"}, "openssl_get_publickey":{"name":"openssl_get_publickey","type":"","path":"php/openssl_get_publickey.html","desc":"别名 openssl_pkey_get_public"}, "openssl_open":{"name":"openssl_open","type":"","path":"php/openssl_open.html","desc":"打开密封的数据"}, "openssl_pbkdf2":{"name":"openssl_pbkdf2","type":"","path":"php/openssl_pbkdf2.html","desc":"生成一个 PKCS5 v2 PBKDF2 字符串"}, "openssl_pkcs12_export":{"name":"openssl_pkcs12_export","type":"","path":"php/openssl_pkcs12_export.html","desc":"将 PKCS#12 兼容证书存储文件导出到变量"}, "openssl_pkcs12_export_to_file":{"name":"openssl_pkcs12_export_to_file","type":"","path":"php/openssl_pkcs12_export_to_file.html","desc":"输出一个 PKCS#12 兼容的证书存储文件"}, "openssl_pkcs12_read":{"name":"openssl_pkcs12_read","type":"","path":"php/openssl_pkcs12_read.html","desc":"将 PKCS#12 证书存储区解析到数组中"}, "openssl_pkcs7_decrypt":{"name":"openssl_pkcs7_decrypt","type":"","path":"php/openssl_pkcs7_decrypt.html","desc":"解密一个 SMIME 加密的消息"}, "openssl_pkcs7_encrypt":{"name":"openssl_pkcs7_encrypt","type":"","path":"php/openssl_pkcs7_encrypt.html","desc":"加密一个 SMIME 消息"}, "openssl_pkcs7_read":{"name":"openssl_pkcs7_read","type":"","path":"php/openssl_pkcs7_read.html","desc":"将PKCS7文件导出为PEM格式证书的数组"}, "openssl_pkcs7_sign":{"name":"openssl_pkcs7_sign","type":"","path":"php/openssl_pkcs7_sign.html","desc":"对一个 SMIME 消息进行签名"}, "openssl_pkcs7_verify":{"name":"openssl_pkcs7_verify","type":"","path":"php/openssl_pkcs7_verify.html","desc":"校验一个已签名的 SMIME 消息的签名"}, "openssl_pkey_export":{"name":"openssl_pkey_export","type":"","path":"php/openssl_pkey_export.html","desc":"将一个密钥的可输出表示转换为字符串"}, "openssl_pkey_export_to_file":{"name":"openssl_pkey_export_to_file","type":"","path":"php/openssl_pkey_export_to_file.html","desc":"将密钥导出到文件中"}, "openssl_pkey_free":{"name":"openssl_pkey_free","type":"","path":"php/openssl_pkey_free.html","desc":"释放一个私钥"}, "openssl_pkey_get_details":{"name":"openssl_pkey_get_details","type":"","path":"php/openssl_pkey_get_details.html","desc":"返回包含密钥详情的数组"}, "openssl_pkey_get_private":{"name":"openssl_pkey_get_private","type":"","path":"php/openssl_pkey_get_private.html","desc":"获取私钥"}, "openssl_pkey_get_public":{"name":"openssl_pkey_get_public","type":"","path":"php/openssl_pkey_get_public.html","desc":"从证书中解析公钥,以供使用。"}, "openssl_pkey_new":{"name":"openssl_pkey_new","type":"","path":"php/openssl_pkey_new.html","desc":"生成一个新的私钥"}, "openssl_private_decrypt":{"name":"openssl_private_decrypt","type":"","path":"php/openssl_private_decrypt.html","desc":"使用私钥解密数据"}, "openssl_private_encrypt":{"name":"openssl_private_encrypt","type":"","path":"php/openssl_private_encrypt.html","desc":"使用私钥加密数据"}, "openssl_public_decrypt":{"name":"openssl_public_decrypt","type":"","path":"php/openssl_public_decrypt.html","desc":"使用公钥解密数据"}, "openssl_public_encrypt":{"name":"openssl_public_encrypt","type":"","path":"php/openssl_public_encrypt.html","desc":"使用公钥加密数据"}, "openssl_random_pseudo_bytes":{"name":"openssl_random_pseudo_bytes","type":"","path":"php/openssl_random_pseudo_bytes.html","desc":"生成一个伪随机字节串"}, "openssl_seal":{"name":"openssl_seal","type":"","path":"php/openssl_seal.html","desc":"密封 (加密) 数据"}, "openssl_sign":{"name":"openssl_sign","type":"","path":"php/openssl_sign.html","desc":"Generate signature"}, "openssl_spki_export":{"name":"openssl_spki_export","type":"","path":"php/openssl_spki_export.html","desc":"通过签名公钥和挑战导出一个可用的PEM格式的公钥"}, "openssl_spki_export_challenge":{"name":"openssl_spki_export_challenge","type":"","path":"php/openssl_spki_export_challenge.html","desc":"导出与签名公钥和挑战相关的挑战字符串"}, "openssl_spki_new":{"name":"openssl_spki_new","type":"","path":"php/openssl_spki_new.html","desc":"生成一个新的签名公钥和挑战"}, "openssl_spki_verify":{"name":"openssl_spki_verify","type":"","path":"php/openssl_spki_verify.html","desc":"验证签名公钥和挑战。"}, "openssl_verify":{"name":"openssl_verify","type":"","path":"php/openssl_verify.html","desc":"验证签名"}, "openssl_x509_checkpurpose":{"name":"openssl_x509_checkpurpose","type":"","path":"php/openssl_x509_checkpurpose.html","desc":"验证是否可以为特定目的使用证书"}, "openssl_x509_check_private_key":{"name":"openssl_x509_check_private_key","type":"","path":"php/openssl_x509_check_private_key.html","desc":"检查私钥是否对应于证书"}, "openssl_x509_export":{"name":"openssl_x509_export","type":"","path":"php/openssl_x509_export.html","desc":"以字符串格式导出证书"}, "openssl_x509_export_to_file":{"name":"openssl_x509_export_to_file","type":"","path":"php/openssl_x509_export_to_file.html","desc":"导出证书至文件"}, "openssl_x509_fingerprint":{"name":"openssl_x509_fingerprint","type":"","path":"php/openssl_x509_fingerprint.html","desc":"计算一个给定的x.509证书的指纹或摘要"}, "openssl_x509_free":{"name":"openssl_x509_free","type":"","path":"php/openssl_x509_free.html","desc":"释放证书资源"}, "openssl_x509_parse":{"name":"openssl_x509_parse","type":"","path":"php/openssl_x509_parse.html","desc":"解析一个X509证书并作为一个数组返回信息"}, "openssl_x509_read":{"name":"openssl_x509_read","type":"","path":"php/openssl_x509_read.html","desc":"解析一个x.509证书并返回一个资源标识符"}, "ord":{"name":"ord","type":"","path":"php/ord.html","desc":"转换字符串第一个字节为 0-255 之间的值"}, "output_add_rewrite_var":{"name":"output_add_rewrite_var","type":"","path":"php/output_add_rewrite_var.html","desc":"添加URL重写器的值(Add URL rewriter values)"}, "output_reset_rewrite_vars":{"name":"output_reset_rewrite_vars","type":"","path":"php/output_reset_rewrite_vars.html","desc":"重设URL重写器的值(Reset URL rewriter values)"}, "override_function":{"name":"override_function","type":"","path":"php/override_function.html","desc":"Overrides built-in functions"}, "pack":{"name":"pack","type":"","path":"php/pack.html","desc":"将数据打包成二进制字符串"}, "parsekit_compile_file":{"name":"parsekit_compile_file","type":"","path":"php/parsekit_compile_file.html","desc":"Compile a PHP file and return the resulting op array"}, "parsekit_compile_string":{"name":"parsekit_compile_string","type":"","path":"php/parsekit_compile_string.html","desc":"Compile a string of PHP code and return the resulting op array"}, "parsekit_func_arginfo":{"name":"parsekit_func_arginfo","type":"","path":"php/parsekit_func_arginfo.html","desc":"Return information regarding function argument(s)"}, "parse_ini_file":{"name":"parse_ini_file","type":"","path":"php/parse_ini_file.html","desc":"解析一个配置文件"}, "parse_ini_string":{"name":"parse_ini_string","type":"","path":"php/parse_ini_string.html","desc":"解析配置字符串"}, "parse_str":{"name":"parse_str","type":"","path":"php/parse_str.html","desc":"将字符串解析成多个变量"}, "parse_url":{"name":"parse_url","type":"","path":"php/parse_url.html","desc":"解析 URL,返回其组成部分"}, "passthru":{"name":"passthru","type":"","path":"php/passthru.html","desc":"执行外部程序并且显示原始输出"}, "password_get_info":{"name":"password_get_info","type":"","path":"php/password_get_info.html","desc":"返回指定散列(hash)的相关信息"}, "password_hash":{"name":"password_hash","type":"","path":"php/password_hash.html","desc":"创建密码的散列(hash)"}, "password_needs_rehash":{"name":"password_needs_rehash","type":"","path":"php/password_needs_rehash.html","desc":"检测散列值是否匹配指定的选项"}, "password_verify":{"name":"password_verify","type":"","path":"php/password_verify.html","desc":"验证密码是否和散列值匹配"}, "pathinfo":{"name":"pathinfo","type":"","path":"php/pathinfo.html","desc":"返回文件路径的信息"}, "pclose":{"name":"pclose","type":"","path":"php/pclose.html","desc":"关闭进程文件指针"}, "pcntl_alarm":{"name":"pcntl_alarm","type":"","path":"php/pcntl_alarm.html","desc":"为进程设置一个alarm闹钟信号"}, "pcntl_async_signals":{"name":"pcntl_async_signals","type":"","path":"php/pcntl_async_signals.html","desc":"Enabledisable asynchronous signal handling or return the old setting"}, "pcntl_errno":{"name":"pcntl_errno","type":"","path":"php/pcntl_errno.html","desc":"别名 pcntl_get_last_error"}, "pcntl_exec":{"name":"pcntl_exec","type":"","path":"php/pcntl_exec.html","desc":"在当前进程空间执行指定程序"}, "pcntl_fork":{"name":"pcntl_fork","type":"","path":"php/pcntl_fork.html","desc":"在当前进程当前位置产生分支(子进程)。译注:fork是创建了一个子进程,父进程和"}, "pcntl_getpriority":{"name":"pcntl_getpriority","type":"","path":"php/pcntl_getpriority.html","desc":"获取任意进程的优先级"}, "pcntl_get_last_error":{"name":"pcntl_get_last_error","type":"","path":"php/pcntl_get_last_error.html","desc":"Retrieve the error number set by the last pcntl function which failed"}, "pcntl_setpriority":{"name":"pcntl_setpriority","type":"","path":"php/pcntl_setpriority.html","desc":"修改任意进程的优先级"}, "pcntl_signal":{"name":"pcntl_signal","type":"","path":"php/pcntl_signal.html","desc":"安装一个信号处理器"}, "pcntl_signal_dispatch":{"name":"pcntl_signal_dispatch","type":"","path":"php/pcntl_signal_dispatch.html","desc":"调用等待信号的处理器"}, "pcntl_signal_get_handler":{"name":"pcntl_signal_get_handler","type":"","path":"php/pcntl_signal_get_handler.html","desc":"Get the current handler for specified signal"}, "pcntl_sigprocmask":{"name":"pcntl_sigprocmask","type":"","path":"php/pcntl_sigprocmask.html","desc":"设置或检索阻塞信号"}, "pcntl_sigtimedwait":{"name":"pcntl_sigtimedwait","type":"","path":"php/pcntl_sigtimedwait.html","desc":"带超时机制的信号等待"}, "pcntl_sigwaitinfo":{"name":"pcntl_sigwaitinfo","type":"","path":"php/pcntl_sigwaitinfo.html","desc":"等待信号"}, "pcntl_strerror":{"name":"pcntl_strerror","type":"","path":"php/pcntl_strerror.html","desc":"Retrieve the system error message associated with the given errno"}, "pcntl_wait":{"name":"pcntl_wait","type":"","path":"php/pcntl_wait.html","desc":"等待或返回fork的子进程状态"}, "pcntl_waitpid":{"name":"pcntl_waitpid","type":"","path":"php/pcntl_waitpid.html","desc":"等待或返回fork的子进程状态"}, "pcntl_wexitstatus":{"name":"pcntl_wexitstatus","type":"","path":"php/pcntl_wexitstatus.html","desc":"返回一个中断的子进程的返回代码"}, "pcntl_wifexited":{"name":"pcntl_wifexited","type":"","path":"php/pcntl_wifexited.html","desc":"检查状态代码是否代表一个正常的退出。"}, "pcntl_wifsignaled":{"name":"pcntl_wifsignaled","type":"","path":"php/pcntl_wifsignaled.html","desc":"检查子进程状态码是否代表由于某个信号而中断"}, "pcntl_wifstopped":{"name":"pcntl_wifstopped","type":"","path":"php/pcntl_wifstopped.html","desc":"检查子进程当前是否已经停止"}, "pcntl_wstopsig":{"name":"pcntl_wstopsig","type":"","path":"php/pcntl_wstopsig.html","desc":"返回导致子进程停止的信号"}, "pcntl_wtermsig":{"name":"pcntl_wtermsig","type":"","path":"php/pcntl_wtermsig.html","desc":"返回导致子进程中断的信号"}, "pdf_activate_item":{"name":"pdf_activate_item","type":"","path":"php/pdf_activate_item.html","desc":"Activate structure element or other content item"}, "pdf_add_annotation":{"name":"pdf_add_annotation","type":"","path":"php/pdf_add_annotation.html","desc":"Add annotation [deprecated]"}, "pdf_add_bookmark":{"name":"pdf_add_bookmark","type":"","path":"php/pdf_add_bookmark.html","desc":"Add bookmark for current page [deprecated]"}, "pdf_add_launchlink":{"name":"pdf_add_launchlink","type":"","path":"php/pdf_add_launchlink.html","desc":"Add launch annotation for current page [deprecated]"}, "pdf_add_locallink":{"name":"pdf_add_locallink","type":"","path":"php/pdf_add_locallink.html","desc":"Add link annotation for current page [deprecated]"}, "pdf_add_nameddest":{"name":"pdf_add_nameddest","type":"","path":"php/pdf_add_nameddest.html","desc":"Create named destination"}, "pdf_add_note":{"name":"pdf_add_note","type":"","path":"php/pdf_add_note.html","desc":"Set annotation for current page [deprecated]"}, "pdf_add_outline":{"name":"pdf_add_outline","type":"","path":"php/pdf_add_outline.html","desc":"Add bookmark for current page [deprecated]"}, "pdf_add_pdflink":{"name":"pdf_add_pdflink","type":"","path":"php/pdf_add_pdflink.html","desc":"Add file link annotation for current page [deprecated]"}, "pdf_add_table_cell":{"name":"pdf_add_table_cell","type":"","path":"php/pdf_add_table_cell.html","desc":"Add a cell to a new or existing table"}, "pdf_add_textflow":{"name":"pdf_add_textflow","type":"","path":"php/pdf_add_textflow.html","desc":"Create Textflow or add text to existing Textflow"}, "pdf_add_thumbnail":{"name":"pdf_add_thumbnail","type":"","path":"php/pdf_add_thumbnail.html","desc":"Add thumbnail for current page"}, "pdf_add_weblink":{"name":"pdf_add_weblink","type":"","path":"php/pdf_add_weblink.html","desc":"Add weblink for current page [deprecated]"}, "pdf_arc":{"name":"pdf_arc","type":"","path":"php/pdf_arc.html","desc":"Draw a counterclockwise circular arc segment"}, "pdf_arcn":{"name":"pdf_arcn","type":"","path":"php/pdf_arcn.html","desc":"Draw a clockwise circular arc segment"}, "pdf_attach_file":{"name":"pdf_attach_file","type":"","path":"php/pdf_attach_file.html","desc":"Add file attachment for current page [deprecated]"}, "pdf_begin_document":{"name":"pdf_begin_document","type":"","path":"php/pdf_begin_document.html","desc":"Create new PDF file"}, "pdf_begin_font":{"name":"pdf_begin_font","type":"","path":"php/pdf_begin_font.html","desc":"Start a Type 3 font definition"}, "pdf_begin_glyph":{"name":"pdf_begin_glyph","type":"","path":"php/pdf_begin_glyph.html","desc":"Start glyph definition for Type 3 font"}, "pdf_begin_item":{"name":"pdf_begin_item","type":"","path":"php/pdf_begin_item.html","desc":"Open structure element or other content item"}, "pdf_begin_layer":{"name":"pdf_begin_layer","type":"","path":"php/pdf_begin_layer.html","desc":"Start layer"}, "pdf_begin_page":{"name":"pdf_begin_page","type":"","path":"php/pdf_begin_page.html","desc":"Start new page [deprecated]"}, "pdf_begin_page_ext":{"name":"pdf_begin_page_ext","type":"","path":"php/pdf_begin_page_ext.html","desc":"Start new page"}, "pdf_begin_pattern":{"name":"pdf_begin_pattern","type":"","path":"php/pdf_begin_pattern.html","desc":"Start pattern definition"}, "pdf_begin_template":{"name":"pdf_begin_template","type":"","path":"php/pdf_begin_template.html","desc":"Start template definition [deprecated]"}, "pdf_begin_template_ext":{"name":"pdf_begin_template_ext","type":"","path":"php/pdf_begin_template_ext.html","desc":"Start template definition"}, "pdf_circle":{"name":"pdf_circle","type":"","path":"php/pdf_circle.html","desc":"Draw a circle"}, "pdf_clip":{"name":"pdf_clip","type":"","path":"php/pdf_clip.html","desc":"Clip to current path"}, "pdf_close":{"name":"pdf_close","type":"","path":"php/pdf_close.html","desc":"Close pdf resource [deprecated]"}, "pdf_closepath":{"name":"pdf_closepath","type":"","path":"php/pdf_closepath.html","desc":"Close current path"}, "pdf_closepath_fill_stroke":{"name":"pdf_closepath_fill_stroke","type":"","path":"php/pdf_closepath_fill_stroke.html","desc":"Close, fill and stroke current path"}, "pdf_closepath_stroke":{"name":"pdf_closepath_stroke","type":"","path":"php/pdf_closepath_stroke.html","desc":"Close and stroke path"}, "pdf_close_image":{"name":"pdf_close_image","type":"","path":"php/pdf_close_image.html","desc":"Close image"}, "pdf_close_pdi":{"name":"pdf_close_pdi","type":"","path":"php/pdf_close_pdi.html","desc":"Close the input PDF document [deprecated]"}, "pdf_close_pdi_page":{"name":"pdf_close_pdi_page","type":"","path":"php/pdf_close_pdi_page.html","desc":"Close the page handle"}, "pdf_concat":{"name":"pdf_concat","type":"","path":"php/pdf_concat.html","desc":"Concatenate a matrix to the CTM"}, "pdf_continue_text":{"name":"pdf_continue_text","type":"","path":"php/pdf_continue_text.html","desc":"Output text in next line"}, "pdf_create_3dview":{"name":"pdf_create_3dview","type":"","path":"php/pdf_create_3dview.html","desc":"Create 3D view"}, "pdf_create_action":{"name":"pdf_create_action","type":"","path":"php/pdf_create_action.html","desc":"Create action for objects or events"}, "pdf_create_annotation":{"name":"pdf_create_annotation","type":"","path":"php/pdf_create_annotation.html","desc":"Create rectangular annotation"}, "pdf_create_bookmark":{"name":"pdf_create_bookmark","type":"","path":"php/pdf_create_bookmark.html","desc":"Create bookmark"}, "pdf_create_field":{"name":"pdf_create_field","type":"","path":"php/pdf_create_field.html","desc":"Create form field"}, "pdf_create_fieldgroup":{"name":"pdf_create_fieldgroup","type":"","path":"php/pdf_create_fieldgroup.html","desc":"Create form field group"}, "pdf_create_gstate":{"name":"pdf_create_gstate","type":"","path":"php/pdf_create_gstate.html","desc":"Create graphics state object"}, "pdf_create_pvf":{"name":"pdf_create_pvf","type":"","path":"php/pdf_create_pvf.html","desc":"Create PDFlib virtual file"}, "pdf_create_textflow":{"name":"pdf_create_textflow","type":"","path":"php/pdf_create_textflow.html","desc":"Create textflow object"}, "pdf_curveto":{"name":"pdf_curveto","type":"","path":"php/pdf_curveto.html","desc":"Draw Bezier curve"}, "pdf_define_layer":{"name":"pdf_define_layer","type":"","path":"php/pdf_define_layer.html","desc":"Create layer definition"}, "pdf_delete":{"name":"pdf_delete","type":"","path":"php/pdf_delete.html","desc":"Delete PDFlib object"}, "pdf_delete_pvf":{"name":"pdf_delete_pvf","type":"","path":"php/pdf_delete_pvf.html","desc":"Delete PDFlib virtual file"}, "pdf_delete_table":{"name":"pdf_delete_table","type":"","path":"php/pdf_delete_table.html","desc":"Delete table object"}, "pdf_delete_textflow":{"name":"pdf_delete_textflow","type":"","path":"php/pdf_delete_textflow.html","desc":"Delete textflow object"}, "pdf_encoding_set_char":{"name":"pdf_encoding_set_char","type":"","path":"php/pdf_encoding_set_char.html","desc":"Add glyph name andor Unicode value"}, "pdf_endpath":{"name":"pdf_endpath","type":"","path":"php/pdf_endpath.html","desc":"End current path"}, "pdf_end_document":{"name":"pdf_end_document","type":"","path":"php/pdf_end_document.html","desc":"关闭 PDF 文件"}, "pdf_end_font":{"name":"pdf_end_font","type":"","path":"php/pdf_end_font.html","desc":"Terminate Type 3 font definition"}, "pdf_end_glyph":{"name":"pdf_end_glyph","type":"","path":"php/pdf_end_glyph.html","desc":"Terminate glyph definition for Type 3 font"}, "pdf_end_item":{"name":"pdf_end_item","type":"","path":"php/pdf_end_item.html","desc":"Close structure element or other content item"}, "pdf_end_layer":{"name":"pdf_end_layer","type":"","path":"php/pdf_end_layer.html","desc":"Deactivate all active layers"}, "pdf_end_page":{"name":"pdf_end_page","type":"","path":"php/pdf_end_page.html","desc":"Finish page"}, "pdf_end_page_ext":{"name":"pdf_end_page_ext","type":"","path":"php/pdf_end_page_ext.html","desc":"Finish page"}, "pdf_end_pattern":{"name":"pdf_end_pattern","type":"","path":"php/pdf_end_pattern.html","desc":"Finish pattern"}, "pdf_end_template":{"name":"pdf_end_template","type":"","path":"php/pdf_end_template.html","desc":"Finish template"}, "pdf_fill":{"name":"pdf_fill","type":"","path":"php/pdf_fill.html","desc":"Fill current path"}, "pdf_fill_imageblock":{"name":"pdf_fill_imageblock","type":"","path":"php/pdf_fill_imageblock.html","desc":"Fill image block with variable data"}, "pdf_fill_pdfblock":{"name":"pdf_fill_pdfblock","type":"","path":"php/pdf_fill_pdfblock.html","desc":"Fill PDF block with variable data"}, "pdf_fill_stroke":{"name":"pdf_fill_stroke","type":"","path":"php/pdf_fill_stroke.html","desc":"Fill and stroke path"}, "pdf_fill_textblock":{"name":"pdf_fill_textblock","type":"","path":"php/pdf_fill_textblock.html","desc":"Fill text block with variable data"}, "pdf_findfont":{"name":"pdf_findfont","type":"","path":"php/pdf_findfont.html","desc":"Prepare font for later use [deprecated]"}, "pdf_fit_image":{"name":"pdf_fit_image","type":"","path":"php/pdf_fit_image.html","desc":"Place image or template"}, "pdf_fit_pdi_page":{"name":"pdf_fit_pdi_page","type":"","path":"php/pdf_fit_pdi_page.html","desc":"Place imported PDF page"}, "pdf_fit_table":{"name":"pdf_fit_table","type":"","path":"php/pdf_fit_table.html","desc":"Place table on page"}, "pdf_fit_textflow":{"name":"pdf_fit_textflow","type":"","path":"php/pdf_fit_textflow.html","desc":"Format textflow in rectangular area"}, "pdf_fit_textline":{"name":"pdf_fit_textline","type":"","path":"php/pdf_fit_textline.html","desc":"Place single line of text"}, "pdf_get_apiname":{"name":"pdf_get_apiname","type":"","path":"php/pdf_get_apiname.html","desc":"Get name of unsuccessfull API function"}, "pdf_get_buffer":{"name":"pdf_get_buffer","type":"","path":"php/pdf_get_buffer.html","desc":"Get PDF output buffer"}, "pdf_get_errmsg":{"name":"pdf_get_errmsg","type":"","path":"php/pdf_get_errmsg.html","desc":"Get error text"}, "pdf_get_errnum":{"name":"pdf_get_errnum","type":"","path":"php/pdf_get_errnum.html","desc":"Get error number"}, "pdf_get_font":{"name":"pdf_get_font","type":"","path":"php/pdf_get_font.html","desc":"Get font [deprecated]"}, "pdf_get_fontname":{"name":"pdf_get_fontname","type":"","path":"php/pdf_get_fontname.html","desc":"Get font name [deprecated]"}, "pdf_get_fontsize":{"name":"pdf_get_fontsize","type":"","path":"php/pdf_get_fontsize.html","desc":"Font handling [deprecated]"}, "pdf_get_image_height":{"name":"pdf_get_image_height","type":"","path":"php/pdf_get_image_height.html","desc":"Get image height [deprecated]"}, "pdf_get_image_width":{"name":"pdf_get_image_width","type":"","path":"php/pdf_get_image_width.html","desc":"Get image width [deprecated]"}, "pdf_get_majorversion":{"name":"pdf_get_majorversion","type":"","path":"php/pdf_get_majorversion.html","desc":"Get major version number [deprecated]"}, "pdf_get_minorversion":{"name":"pdf_get_minorversion","type":"","path":"php/pdf_get_minorversion.html","desc":"Get minor version number [deprecated]"}, "pdf_get_parameter":{"name":"pdf_get_parameter","type":"","path":"php/pdf_get_parameter.html","desc":"Get string parameter"}, "pdf_get_pdi_parameter":{"name":"pdf_get_pdi_parameter","type":"","path":"php/pdf_get_pdi_parameter.html","desc":"Get PDI string parameter [deprecated]"}, "pdf_get_pdi_value":{"name":"pdf_get_pdi_value","type":"","path":"php/pdf_get_pdi_value.html","desc":"Get PDI numerical parameter [deprecated]"}, "pdf_get_value":{"name":"pdf_get_value","type":"","path":"php/pdf_get_value.html","desc":"Get numerical parameter"}, "pdf_info_font":{"name":"pdf_info_font","type":"","path":"php/pdf_info_font.html","desc":"Query detailed information about a loaded font"}, "pdf_info_matchbox":{"name":"pdf_info_matchbox","type":"","path":"php/pdf_info_matchbox.html","desc":"Query matchbox information"}, "pdf_info_table":{"name":"pdf_info_table","type":"","path":"php/pdf_info_table.html","desc":"Retrieve table information"}, "pdf_info_textflow":{"name":"pdf_info_textflow","type":"","path":"php/pdf_info_textflow.html","desc":"Query textflow state"}, "pdf_info_textline":{"name":"pdf_info_textline","type":"","path":"php/pdf_info_textline.html","desc":"Perform textline formatting and query metrics"}, "pdf_initgraphics":{"name":"pdf_initgraphics","type":"","path":"php/pdf_initgraphics.html","desc":"Reset graphic state"}, "pdf_lineto":{"name":"pdf_lineto","type":"","path":"php/pdf_lineto.html","desc":"Draw a line"}, "pdf_load_3ddata":{"name":"pdf_load_3ddata","type":"","path":"php/pdf_load_3ddata.html","desc":"Load 3D model"}, "pdf_load_font":{"name":"pdf_load_font","type":"","path":"php/pdf_load_font.html","desc":"Search and prepare font"}, "pdf_load_iccprofile":{"name":"pdf_load_iccprofile","type":"","path":"php/pdf_load_iccprofile.html","desc":"Search and prepare ICC profile"}, "pdf_load_image":{"name":"pdf_load_image","type":"","path":"php/pdf_load_image.html","desc":"打开一个图像文件"}, "pdf_makespotcolor":{"name":"pdf_makespotcolor","type":"","path":"php/pdf_makespotcolor.html","desc":"Make spot color"}, "pdf_moveto":{"name":"pdf_moveto","type":"","path":"php/pdf_moveto.html","desc":"Set current point"}, "pdf_new":{"name":"pdf_new","type":"","path":"php/pdf_new.html","desc":"Create PDFlib object"}, "pdf_open_ccitt":{"name":"pdf_open_ccitt","type":"","path":"php/pdf_open_ccitt.html","desc":"Open raw CCITT image [deprecated]"}, "pdf_open_file":{"name":"pdf_open_file","type":"","path":"php/pdf_open_file.html","desc":"Create PDF file [deprecated]"}, "pdf_open_gif":{"name":"pdf_open_gif","type":"","path":"php/pdf_open_gif.html","desc":"Open GIF image [deprecated]"}, "pdf_open_image":{"name":"pdf_open_image","type":"","path":"php/pdf_open_image.html","desc":"Use image data [deprecated]"}, "pdf_open_image_file":{"name":"pdf_open_image_file","type":"","path":"php/pdf_open_image_file.html","desc":"Read image from file [deprecated]"}, "pdf_open_jpeg":{"name":"pdf_open_jpeg","type":"","path":"php/pdf_open_jpeg.html","desc":"Open JPEG image [deprecated]"}, "pdf_open_memory_image":{"name":"pdf_open_memory_image","type":"","path":"php/pdf_open_memory_image.html","desc":"Open image created with PHP's image functions [not supported]"}, "pdf_open_pdi":{"name":"pdf_open_pdi","type":"","path":"php/pdf_open_pdi.html","desc":"Open PDF file [deprecated]"}, "pdf_open_pdi_document":{"name":"pdf_open_pdi_document","type":"","path":"php/pdf_open_pdi_document.html","desc":"Prepare a pdi document"}, "pdf_open_pdi_page":{"name":"pdf_open_pdi_page","type":"","path":"php/pdf_open_pdi_page.html","desc":"Prepare a page"}, "pdf_open_tiff":{"name":"pdf_open_tiff","type":"","path":"php/pdf_open_tiff.html","desc":"Open TIFF image [deprecated]"}, "pdf_pcos_get_number":{"name":"pdf_pcos_get_number","type":"","path":"php/pdf_pcos_get_number.html","desc":"Get value of pCOS path with type number or boolean"}, "pdf_pcos_get_stream":{"name":"pdf_pcos_get_stream","type":"","path":"php/pdf_pcos_get_stream.html","desc":"Get contents of pCOS path with type stream, fstream, or string"}, "pdf_pcos_get_string":{"name":"pdf_pcos_get_string","type":"","path":"php/pdf_pcos_get_string.html","desc":"Get value of pCOS path with type name, string, or boolean"}, "pdf_place_image":{"name":"pdf_place_image","type":"","path":"php/pdf_place_image.html","desc":"Place image on the page [deprecated]"}, "pdf_place_pdi_page":{"name":"pdf_place_pdi_page","type":"","path":"php/pdf_place_pdi_page.html","desc":"Place PDF page [deprecated]"}, "pdf_process_pdi":{"name":"pdf_process_pdi","type":"","path":"php/pdf_process_pdi.html","desc":"Process imported PDF document"}, "pdf_rect":{"name":"pdf_rect","type":"","path":"php/pdf_rect.html","desc":"Draw rectangle"}, "pdf_restore":{"name":"pdf_restore","type":"","path":"php/pdf_restore.html","desc":"Restore graphics state"}, "pdf_resume_page":{"name":"pdf_resume_page","type":"","path":"php/pdf_resume_page.html","desc":"Resume page"}, "pdf_rotate":{"name":"pdf_rotate","type":"","path":"php/pdf_rotate.html","desc":"Rotate coordinate system"}, "pdf_save":{"name":"pdf_save","type":"","path":"php/pdf_save.html","desc":"Save graphics state"}, "pdf_scale":{"name":"pdf_scale","type":"","path":"php/pdf_scale.html","desc":"Scale coordinate system"}, "pdf_setcolor":{"name":"pdf_setcolor","type":"","path":"php/pdf_setcolor.html","desc":"Set fill and stroke color"}, "pdf_setdash":{"name":"pdf_setdash","type":"","path":"php/pdf_setdash.html","desc":"Set simple dash pattern"}, "pdf_setdashpattern":{"name":"pdf_setdashpattern","type":"","path":"php/pdf_setdashpattern.html","desc":"Set dash pattern"}, "pdf_setflat":{"name":"pdf_setflat","type":"","path":"php/pdf_setflat.html","desc":"Set flatness"}, "pdf_setfont":{"name":"pdf_setfont","type":"","path":"php/pdf_setfont.html","desc":"Set font"}, "pdf_setgray":{"name":"pdf_setgray","type":"","path":"php/pdf_setgray.html","desc":"Set color to gray [deprecated]"}, "pdf_setgray_fill":{"name":"pdf_setgray_fill","type":"","path":"php/pdf_setgray_fill.html","desc":"Set fill color to gray [deprecated]"}, "pdf_setgray_stroke":{"name":"pdf_setgray_stroke","type":"","path":"php/pdf_setgray_stroke.html","desc":"Set stroke color to gray [deprecated]"}, "pdf_setlinecap":{"name":"pdf_setlinecap","type":"","path":"php/pdf_setlinecap.html","desc":"Set linecap parameter"}, "pdf_setlinejoin":{"name":"pdf_setlinejoin","type":"","path":"php/pdf_setlinejoin.html","desc":"Set linejoin parameter"}, "pdf_setlinewidth":{"name":"pdf_setlinewidth","type":"","path":"php/pdf_setlinewidth.html","desc":"Set line width"}, "pdf_setmatrix":{"name":"pdf_setmatrix","type":"","path":"php/pdf_setmatrix.html","desc":"Set current transformation matrix"}, "pdf_setmiterlimit":{"name":"pdf_setmiterlimit","type":"","path":"php/pdf_setmiterlimit.html","desc":"Set miter limit"}, "pdf_setpolydash":{"name":"pdf_setpolydash","type":"","path":"php/pdf_setpolydash.html","desc":"Set complicated dash pattern [deprecated]"}, "pdf_setrgbcolor":{"name":"pdf_setrgbcolor","type":"","path":"php/pdf_setrgbcolor.html","desc":"Set fill and stroke rgb color values [deprecated]"}, "pdf_setrgbcolor_fill":{"name":"pdf_setrgbcolor_fill","type":"","path":"php/pdf_setrgbcolor_fill.html","desc":"Set fill rgb color values [deprecated]"}, "pdf_setrgbcolor_stroke":{"name":"pdf_setrgbcolor_stroke","type":"","path":"php/pdf_setrgbcolor_stroke.html","desc":"Set stroke rgb color values [deprecated]"}, "pdf_set_border_color":{"name":"pdf_set_border_color","type":"","path":"php/pdf_set_border_color.html","desc":"Set border color of annotations [deprecated]"}, "pdf_set_border_dash":{"name":"pdf_set_border_dash","type":"","path":"php/pdf_set_border_dash.html","desc":"Set border dash style of annotations [deprecated]"}, "pdf_set_border_style":{"name":"pdf_set_border_style","type":"","path":"php/pdf_set_border_style.html","desc":"Set border style of annotations [deprecated]"}, "pdf_set_char_spacing":{"name":"pdf_set_char_spacing","type":"","path":"php/pdf_set_char_spacing.html","desc":"Set character spacing [deprecated]"}, "pdf_set_duration":{"name":"pdf_set_duration","type":"","path":"php/pdf_set_duration.html","desc":"Set duration between pages [deprecated]"}, "pdf_set_gstate":{"name":"pdf_set_gstate","type":"","path":"php/pdf_set_gstate.html","desc":"Activate graphics state object"}, "pdf_set_horiz_scaling":{"name":"pdf_set_horiz_scaling","type":"","path":"php/pdf_set_horiz_scaling.html","desc":"Set horizontal text scaling [deprecated]"}, "pdf_set_info":{"name":"pdf_set_info","type":"","path":"php/pdf_set_info.html","desc":"Fill document info field"}, "pdf_set_info_author":{"name":"pdf_set_info_author","type":"","path":"php/pdf_set_info_author.html","desc":"Fill the author document info field [deprecated]"}, "pdf_set_info_creator":{"name":"pdf_set_info_creator","type":"","path":"php/pdf_set_info_creator.html","desc":"Fill the creator document info field [deprecated]"}, "pdf_set_info_keywords":{"name":"pdf_set_info_keywords","type":"","path":"php/pdf_set_info_keywords.html","desc":"Fill the keywords document info field [deprecated]"}, "pdf_set_info_subject":{"name":"pdf_set_info_subject","type":"","path":"php/pdf_set_info_subject.html","desc":"Fill the subject document info field [deprecated]"}, "pdf_set_info_title":{"name":"pdf_set_info_title","type":"","path":"php/pdf_set_info_title.html","desc":"Fill the title document info field [deprecated]"}, "pdf_set_layer_dependency":{"name":"pdf_set_layer_dependency","type":"","path":"php/pdf_set_layer_dependency.html","desc":"Define relationships among layers"}, "pdf_set_leading":{"name":"pdf_set_leading","type":"","path":"php/pdf_set_leading.html","desc":"Set distance between text lines [deprecated]"}, "pdf_set_parameter":{"name":"pdf_set_parameter","type":"","path":"php/pdf_set_parameter.html","desc":"Set string parameter"}, "pdf_set_text_matrix":{"name":"pdf_set_text_matrix","type":"","path":"php/pdf_set_text_matrix.html","desc":"Set text matrix [deprecated]"}, "pdf_set_text_pos":{"name":"pdf_set_text_pos","type":"","path":"php/pdf_set_text_pos.html","desc":"Set text position"}, "pdf_set_text_rendering":{"name":"pdf_set_text_rendering","type":"","path":"php/pdf_set_text_rendering.html","desc":"Determine text rendering [deprecated]"}, "pdf_set_text_rise":{"name":"pdf_set_text_rise","type":"","path":"php/pdf_set_text_rise.html","desc":"Set text rise [deprecated]"}, "pdf_set_value":{"name":"pdf_set_value","type":"","path":"php/pdf_set_value.html","desc":"Set numerical parameter"}, "pdf_set_word_spacing":{"name":"pdf_set_word_spacing","type":"","path":"php/pdf_set_word_spacing.html","desc":"Set spacing between words [deprecated]"}, "pdf_shading":{"name":"pdf_shading","type":"","path":"php/pdf_shading.html","desc":"Define blend"}, "pdf_shading_pattern":{"name":"pdf_shading_pattern","type":"","path":"php/pdf_shading_pattern.html","desc":"Define shading pattern"}, "pdf_shfill":{"name":"pdf_shfill","type":"","path":"php/pdf_shfill.html","desc":"Fill area with shading"}, "pdf_show":{"name":"pdf_show","type":"","path":"php/pdf_show.html","desc":"Output text at current position"}, "pdf_show_boxed":{"name":"pdf_show_boxed","type":"","path":"php/pdf_show_boxed.html","desc":"Output text in a box [deprecated]"}, "pdf_show_xy":{"name":"pdf_show_xy","type":"","path":"php/pdf_show_xy.html","desc":"Output text at given position"}, "pdf_skew":{"name":"pdf_skew","type":"","path":"php/pdf_skew.html","desc":"Skew the coordinate system"}, "pdf_stringwidth":{"name":"pdf_stringwidth","type":"","path":"php/pdf_stringwidth.html","desc":"Return width of text"}, "pdf_stroke":{"name":"pdf_stroke","type":"","path":"php/pdf_stroke.html","desc":"Stroke path"}, "pdf_suspend_page":{"name":"pdf_suspend_page","type":"","path":"php/pdf_suspend_page.html","desc":"Suspend page"}, "pdf_translate":{"name":"pdf_translate","type":"","path":"php/pdf_translate.html","desc":"Set origin of coordinate system"}, "pdf_utf16_to_utf8":{"name":"pdf_utf16_to_utf8","type":"","path":"php/pdf_utf16_to_utf8.html","desc":"Convert string from UTF-16 to UTF-8"}, "pdf_utf32_to_utf16":{"name":"pdf_utf32_to_utf16","type":"","path":"php/pdf_utf32_to_utf16.html","desc":"Convert string from UTF-32 to UTF-16"}, "pdf_utf8_to_utf16":{"name":"pdf_utf8_to_utf16","type":"","path":"php/pdf_utf8_to_utf16.html","desc":"Convert string from UTF-8 to UTF-16"}, "pfsockopen":{"name":"pfsockopen","type":"","path":"php/pfsockopen.html","desc":"打开一个持久的网络连接或者Unix套接字连接。"}, "pg_affected_rows":{"name":"pg_affected_rows","type":"","path":"php/pg_affected_rows.html","desc":"返回受影响的记录数目"}, "pg_cancel_query":{"name":"pg_cancel_query","type":"","path":"php/pg_cancel_query.html","desc":"取消异步查询"}, "pg_client_encoding":{"name":"pg_client_encoding","type":"","path":"php/pg_client_encoding.html","desc":"取得客户端编码方式"}, "pg_close":{"name":"pg_close","type":"","path":"php/pg_close.html","desc":"关闭一个 PostgreSQL 连接"}, "pg_connect":{"name":"pg_connect","type":"","path":"php/pg_connect.html","desc":"打开一个 PostgreSQL 连接"}, "pg_connection_busy":{"name":"pg_connection_busy","type":"","path":"php/pg_connection_busy.html","desc":"获知连接是否为忙"}, "pg_connection_reset":{"name":"pg_connection_reset","type":"","path":"php/pg_connection_reset.html","desc":"重置连接(再次连接)"}, "pg_connection_status":{"name":"pg_connection_status","type":"","path":"php/pg_connection_status.html","desc":"获得连接状态"}, "pg_connect_poll":{"name":"pg_connect_poll","type":"","path":"php/pg_connect_poll.html","desc":"正在进行尝试轮询 PostgreSQL 链接状态。"}, "pg_consume_input":{"name":"pg_consume_input","type":"","path":"php/pg_consume_input.html","desc":"Reads input on the connection"}, "pg_convert":{"name":"pg_convert","type":"","path":"php/pg_convert.html","desc":"将关联的数组值转换为适合 SQL 语句的格式。"}, "pg_copy_from":{"name":"pg_copy_from","type":"","path":"php/pg_copy_from.html","desc":"根据数组将记录插入表中"}, "pg_copy_to":{"name":"pg_copy_to","type":"","path":"php/pg_copy_to.html","desc":"将一个表拷贝到数组中"}, "pg_dbname":{"name":"pg_dbname","type":"","path":"php/pg_dbname.html","desc":"获得数据库名"}, "pg_delete":{"name":"pg_delete","type":"","path":"php/pg_delete.html","desc":"删除记录"}, "pg_end_copy":{"name":"pg_end_copy","type":"","path":"php/pg_end_copy.html","desc":"与 PostgreSQL 后端同步"}, "pg_escape_bytea":{"name":"pg_escape_bytea","type":"","path":"php/pg_escape_bytea.html","desc":"转义 bytea 类型的二进制数据"}, "pg_escape_identifier":{"name":"pg_escape_identifier","type":"","path":"php/pg_escape_identifier.html","desc":"Escape a identifier for insertion into a text field"}, "pg_escape_literal":{"name":"pg_escape_literal","type":"","path":"php/pg_escape_literal.html","desc":"Escape a literal for insertion into a text field"}, "pg_escape_string":{"name":"pg_escape_string","type":"","path":"php/pg_escape_string.html","desc":"转义 textchar 类型的字符串"}, "pg_execute":{"name":"pg_execute","type":"","path":"php/pg_execute.html","desc":"Sends a request to execute a prepared statement with given parameters, and waits for the result"}, "pg_fetch_all":{"name":"pg_fetch_all","type":"","path":"php/pg_fetch_all.html","desc":"从结果中提取所有行作为一个数组"}, "pg_fetch_all_columns":{"name":"pg_fetch_all_columns","type":"","path":"php/pg_fetch_all_columns.html","desc":"Fetches all rows in a particular result column as an array"}, "pg_fetch_array":{"name":"pg_fetch_array","type":"","path":"php/pg_fetch_array.html","desc":"提取一行作为数组"}, "pg_fetch_assoc":{"name":"pg_fetch_assoc","type":"","path":"php/pg_fetch_assoc.html","desc":"提取一行作为关联数组"}, "pg_fetch_object":{"name":"pg_fetch_object","type":"","path":"php/pg_fetch_object.html","desc":"提取一行作为对象"}, "pg_fetch_result":{"name":"pg_fetch_result","type":"","path":"php/pg_fetch_result.html","desc":"从结果资源中返回值"}, "pg_fetch_row":{"name":"pg_fetch_row","type":"","path":"php/pg_fetch_row.html","desc":"提取一行作为枚举数组"}, "pg_field_is_null":{"name":"pg_field_is_null","type":"","path":"php/pg_field_is_null.html","desc":"测试字段是否为 NULL"}, "pg_field_name":{"name":"pg_field_name","type":"","path":"php/pg_field_name.html","desc":"返回字段的名字"}, "pg_field_num":{"name":"pg_field_num","type":"","path":"php/pg_field_num.html","desc":"返回字段的编号"}, "pg_field_prtlen":{"name":"pg_field_prtlen","type":"","path":"php/pg_field_prtlen.html","desc":"返回打印出来的长度"}, "pg_field_size":{"name":"pg_field_size","type":"","path":"php/pg_field_size.html","desc":"返回指定字段占用内部存储空间的大小"}, "pg_field_table":{"name":"pg_field_table","type":"","path":"php/pg_field_table.html","desc":"Returns the name or oid of the tables field"}, "pg_field_type":{"name":"pg_field_type","type":"","path":"php/pg_field_type.html","desc":"返回相应字段的类型名称"}, "pg_field_type_oid":{"name":"pg_field_type_oid","type":"","path":"php/pg_field_type_oid.html","desc":"Returns the type ID (OID) for the corresponding field number"}, "pg_flush":{"name":"pg_flush","type":"","path":"php/pg_flush.html","desc":"刷新链接中已处理的数据查询"}, "pg_free_result":{"name":"pg_free_result","type":"","path":"php/pg_free_result.html","desc":"释放查询结果占用的内存"}, "pg_get_notify":{"name":"pg_get_notify","type":"","path":"php/pg_get_notify.html","desc":"Ping 数据库连接"}, "pg_get_pid":{"name":"pg_get_pid","type":"","path":"php/pg_get_pid.html","desc":"Ping 数据库连接"}, "pg_get_result":{"name":"pg_get_result","type":"","path":"php/pg_get_result.html","desc":"取得异步查询结果"}, "pg_host":{"name":"pg_host","type":"","path":"php/pg_host.html","desc":"返回和某连接关联的主机名"}, "pg_insert":{"name":"pg_insert","type":"","path":"php/pg_insert.html","desc":"将数组插入到表中"}, "pg_last_error":{"name":"pg_last_error","type":"","path":"php/pg_last_error.html","desc":"得到某连接的最后一条错误信息"}, "pg_last_notice":{"name":"pg_last_notice","type":"","path":"php/pg_last_notice.html","desc":"返回 PostgreSQL 服务器最新一条公告信息"}, "pg_last_oid":{"name":"pg_last_oid","type":"","path":"php/pg_last_oid.html","desc":"返回上一个对象的 oid"}, "pg_lo_close":{"name":"pg_lo_close","type":"","path":"php/pg_lo_close.html","desc":"关闭一个大型对象"}, "pg_lo_create":{"name":"pg_lo_create","type":"","path":"php/pg_lo_create.html","desc":"新建一个大型对象"}, "pg_lo_export":{"name":"pg_lo_export","type":"","path":"php/pg_lo_export.html","desc":"将大型对象导出到文件"}, "pg_lo_import":{"name":"pg_lo_import","type":"","path":"php/pg_lo_import.html","desc":"将文件导入为大型对象"}, "pg_lo_open":{"name":"pg_lo_open","type":"","path":"php/pg_lo_open.html","desc":"打开一个大型对象"}, "pg_lo_read":{"name":"pg_lo_read","type":"","path":"php/pg_lo_read.html","desc":"从大型对象中读入数据"}, "pg_lo_read_all":{"name":"pg_lo_read_all","type":"","path":"php/pg_lo_read_all.html","desc":"读入整个大型对象并直接发送给浏览器"}, "pg_lo_seek":{"name":"pg_lo_seek","type":"","path":"php/pg_lo_seek.html","desc":"移动大型对象中的指针"}, "pg_lo_tell":{"name":"pg_lo_tell","type":"","path":"php/pg_lo_tell.html","desc":"返回大型对象的当前指针位置"}, "pg_lo_truncate":{"name":"pg_lo_truncate","type":"","path":"php/pg_lo_truncate.html","desc":"Truncates a large object"}, "pg_lo_unlink":{"name":"pg_lo_unlink","type":"","path":"php/pg_lo_unlink.html","desc":"删除一个大型对象"}, "pg_lo_write":{"name":"pg_lo_write","type":"","path":"php/pg_lo_write.html","desc":"向大型对象写入数据"}, "pg_meta_data":{"name":"pg_meta_data","type":"","path":"php/pg_meta_data.html","desc":"获得表的元数据"}, "pg_num_fields":{"name":"pg_num_fields","type":"","path":"php/pg_num_fields.html","desc":"返回字段的数目"}, "pg_num_rows":{"name":"pg_num_rows","type":"","path":"php/pg_num_rows.html","desc":"返回行的数目"}, "pg_options":{"name":"pg_options","type":"","path":"php/pg_options.html","desc":"获得和连接有关的选项"}, "pg_parameter_status":{"name":"pg_parameter_status","type":"","path":"php/pg_parameter_status.html","desc":"Looks up a current parameter setting of the server"}, "pg_pconnect":{"name":"pg_pconnect","type":"","path":"php/pg_pconnect.html","desc":"打开一个持久的 PostgreSQL 连接"}, "pg_ping":{"name":"pg_ping","type":"","path":"php/pg_ping.html","desc":"Ping 数据库连接"}, "pg_port":{"name":"pg_port","type":"","path":"php/pg_port.html","desc":"返回该连接的端口号"}, "pg_prepare":{"name":"pg_prepare","type":"","path":"php/pg_prepare.html","desc":"Submits a request to create a prepared statement "}, "pg_put_line":{"name":"pg_put_line","type":"","path":"php/pg_put_line.html","desc":"向 PostgreSQL 后端发送以 NULL 结尾的字符串"}, "pg_query":{"name":"pg_query","type":"","path":"php/pg_query.html","desc":"执行查询"}, "pg_query_params":{"name":"pg_query_params","type":"","path":"php/pg_query_params.html","desc":"Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text"}, "pg_result_error":{"name":"pg_result_error","type":"","path":"php/pg_result_error.html","desc":"获得查询结果的错误信息"}, "pg_result_error_field":{"name":"pg_result_error_field","type":"","path":"php/pg_result_error_field.html","desc":"Returns an individual field of an error report"}, "pg_result_seek":{"name":"pg_result_seek","type":"","path":"php/pg_result_seek.html","desc":"在结果资源中设定内部行偏移量"}, "pg_result_status":{"name":"pg_result_status","type":"","path":"php/pg_result_status.html","desc":"获得查询结果的状态"}, "pg_select":{"name":"pg_select","type":"","path":"php/pg_select.html","desc":"选择记录"}, "pg_send_execute":{"name":"pg_send_execute","type":"","path":"php/pg_send_execute.html","desc":"Sends a request to execute a prepared statement with given parameters, without waiting for the result(s)"}, "pg_send_prepare":{"name":"pg_send_prepare","type":"","path":"php/pg_send_prepare.html","desc":"Sends a request to create a prepared statement with the given parameters, without waiting for completion"}, "pg_send_query":{"name":"pg_send_query","type":"","path":"php/pg_send_query.html","desc":"发送异步查询"}, "pg_send_query_params":{"name":"pg_send_query_params","type":"","path":"php/pg_send_query_params.html","desc":"Submits a command and separate parameters to the server without waiting for the result(s)"}, "pg_set_client_encoding":{"name":"pg_set_client_encoding","type":"","path":"php/pg_set_client_encoding.html","desc":"设定客户端编码"}, "pg_set_error_verbosity":{"name":"pg_set_error_verbosity","type":"","path":"php/pg_set_error_verbosity.html","desc":"Determines the verbosity of messages returned by pg_la"}, "pg_socket":{"name":"pg_socket","type":"","path":"php/pg_socket.html","desc":"Get a read only handle to the socket underlying a PostgreSQL connection"}, "pg_trace":{"name":"pg_trace","type":"","path":"php/pg_trace.html","desc":"启动一个 PostgreSQL 连接的追踪功能"}, "pg_transaction_status":{"name":"pg_transaction_status","type":"","path":"php/pg_transaction_status.html","desc":"Returns the current in-transaction status of the server"}, "pg_tty":{"name":"pg_tty","type":"","path":"php/pg_tty.html","desc":"返回该连接的 tty 号"}, "pg_unescape_bytea":{"name":"pg_unescape_bytea","type":"","path":"php/pg_unescape_bytea.html","desc":"取消 bytea 类型中的字符串转义"}, "pg_untrace":{"name":"pg_untrace","type":"","path":"php/pg_untrace.html","desc":"关闭 PostgreSQL 连接的追踪功能"}, "pg_update":{"name":"pg_update","type":"","path":"php/pg_update.html","desc":"更新表"}, "pg_version":{"name":"pg_version","type":"","path":"php/pg_version.html","desc":"Returns an array with client, protocol and server version (when available)"}, "phpcredits":{"name":"phpcredits","type":"","path":"php/phpcredits.html","desc":"打印 PHP 贡献者名单"}, "phpdbg_break_file":{"name":"phpdbg_break_file","type":"","path":"php/phpdbg_break_file.html","desc":"Inserts a breakpoint at a line in a file"}, "phpdbg_break_function":{"name":"phpdbg_break_function","type":"","path":"php/phpdbg_break_function.html","desc":"Inserts a breakpoint at entry to a function"}, "phpdbg_break_method":{"name":"phpdbg_break_method","type":"","path":"php/phpdbg_break_method.html","desc":"Inserts a breakpoint at entry to a method"}, "phpdbg_break_next":{"name":"phpdbg_break_next","type":"","path":"php/phpdbg_break_next.html","desc":"Inserts a breakpoint at the next opcode"}, "phpdbg_clear":{"name":"phpdbg_clear","type":"","path":"php/phpdbg_clear.html","desc":"Clears all breakpoints"}, "phpdbg_color":{"name":"phpdbg_color","type":"","path":"php/phpdbg_color.html","desc":"Sets the color of certain elements"}, "phpdbg_end_oplog":{"name":"phpdbg_end_oplog","type":"","path":"php/phpdbg_end_oplog.html","desc":"说明"}, "phpdbg_exec":{"name":"phpdbg_exec","type":"","path":"php/phpdbg_exec.html","desc":"Attempts to set the execution context"}, "phpdbg_get_executable":{"name":"phpdbg_get_executable","type":"","path":"php/phpdbg_get_executable.html","desc":"说明"}, "phpdbg_prompt":{"name":"phpdbg_prompt","type":"","path":"php/phpdbg_prompt.html","desc":"Sets the command prompt"}, "phpdbg_start_oplog":{"name":"phpdbg_start_oplog","type":"","path":"php/phpdbg_start_oplog.html","desc":"说明"}, "phpinfo":{"name":"phpinfo","type":"","path":"php/phpinfo.html","desc":"输出关于 PHP 配置的信息"}, "phpversion":{"name":"phpversion","type":"","path":"php/phpversion.html","desc":"获取当前的PHP版本"}, "php_check_syntax":{"name":"php_check_syntax","type":"","path":"php/php_check_syntax.html","desc":"检查PHP的语法(并执行)指定的文件"}, "php_ini_loaded_file":{"name":"php_ini_loaded_file","type":"","path":"php/php_ini_loaded_file.html","desc":"取得已加载的 php.ini 文件的路径"}, "php_ini_scanned_files":{"name":"php_ini_scanned_files","type":"","path":"php/php_ini_scanned_files.html","desc":"返回从额外 ini 目录里解析的 .ini 文件列表"}, "php_logo_guid":{"name":"php_logo_guid","type":"","path":"php/php_logo_guid.html","desc":"获取 logo 的 guid"}, "php_sapi_name":{"name":"php_sapi_name","type":"","path":"php/php_sapi_name.html","desc":"返回 web 服务器和 PHP 之间的接口类型"}, "php_strip_whitespace":{"name":"php_strip_whitespace","type":"","path":"php/php_strip_whitespace.html","desc":"返回删除注释和空格后的PHP源码"}, "php_uname":{"name":"php_uname","type":"","path":"php/php_uname.html","desc":"返回运行 PHP 的系统的有关信息"}, "pi":{"name":"pi","type":"","path":"php/pi.html","desc":"得到圆周率值"}, "png2wbmp":{"name":"png2wbmp","type":"","path":"php/png2wbmp.html","desc":"将 PNG 图像文件转换为 WBMP 图像文件"}, "popen":{"name":"popen","type":"","path":"php/popen.html","desc":"打开进程文件指针"}, "pos":{"name":"pos","type":"","path":"php/pos.html","desc":"current 的别名"}, "posix_access":{"name":"posix_access","type":"","path":"php/posix_access.html","desc":"Determine accessibility of a file"}, "posix_ctermid":{"name":"posix_ctermid","type":"","path":"php/posix_ctermid.html","desc":"Get path name of controlling terminal"}, "posix_errno":{"name":"posix_errno","type":"","path":"php/posix_errno.html","desc":"别名 posix_get_last_error"}, "posix_getcwd":{"name":"posix_getcwd","type":"","path":"php/posix_getcwd.html","desc":"Pathname of current directory"}, "posix_getegid":{"name":"posix_getegid","type":"","path":"php/posix_getegid.html","desc":"Return the effective group ID of the current process"}, "posix_geteuid":{"name":"posix_geteuid","type":"","path":"php/posix_geteuid.html","desc":"Return the effective user ID of the current process"}, "posix_getgid":{"name":"posix_getgid","type":"","path":"php/posix_getgid.html","desc":"Return the real group ID of the current process"}, "posix_getgrgid":{"name":"posix_getgrgid","type":"","path":"php/posix_getgrgid.html","desc":"Return info about a group by group id"}, "posix_getgrnam":{"name":"posix_getgrnam","type":"","path":"php/posix_getgrnam.html","desc":"Return info about a group by name"}, "posix_getgroups":{"name":"posix_getgroups","type":"","path":"php/posix_getgroups.html","desc":"Return the group set of the current process"}, "posix_getlogin":{"name":"posix_getlogin","type":"","path":"php/posix_getlogin.html","desc":"Return login name"}, "posix_getpgid":{"name":"posix_getpgid","type":"","path":"php/posix_getpgid.html","desc":"Get process group id for job control"}, "posix_getpgrp":{"name":"posix_getpgrp","type":"","path":"php/posix_getpgrp.html","desc":"Return the current process group identifier"}, "posix_getpid":{"name":"posix_getpid","type":"","path":"php/posix_getpid.html","desc":"返回当前进程 id"}, "posix_getppid":{"name":"posix_getppid","type":"","path":"php/posix_getppid.html","desc":"Return the parent process identifier"}, "posix_getpwnam":{"name":"posix_getpwnam","type":"","path":"php/posix_getpwnam.html","desc":"Return info about a user by username"}, "posix_getpwuid":{"name":"posix_getpwuid","type":"","path":"php/posix_getpwuid.html","desc":"Return info about a user by user id"}, "posix_getrlimit":{"name":"posix_getrlimit","type":"","path":"php/posix_getrlimit.html","desc":"Return info about system resource limits"}, "posix_getsid":{"name":"posix_getsid","type":"","path":"php/posix_getsid.html","desc":"Get the current sid of the process"}, "posix_getuid":{"name":"posix_getuid","type":"","path":"php/posix_getuid.html","desc":"Return the real user ID of the current process"}, "posix_get_last_error":{"name":"posix_get_last_error","type":"","path":"php/posix_get_last_error.html","desc":"Retrieve the error number set by the last posix function that failed"}, "posix_initgroups":{"name":"posix_initgroups","type":"","path":"php/posix_initgroups.html","desc":"Calculate the group access list"}, "posix_isatty":{"name":"posix_isatty","type":"","path":"php/posix_isatty.html","desc":"Determine if a file descriptor is an interactive terminal"}, "posix_kill":{"name":"posix_kill","type":"","path":"php/posix_kill.html","desc":"Send a signal to a process"}, "posix_mkfifo":{"name":"posix_mkfifo","type":"","path":"php/posix_mkfifo.html","desc":"Create a fifo special file (a named pipe)"}, "posix_mknod":{"name":"posix_mknod","type":"","path":"php/posix_mknod.html","desc":"Create a special or ordinary file (POSIX.1)"}, "posix_setegid":{"name":"posix_setegid","type":"","path":"php/posix_setegid.html","desc":"Set the effective GID of the current process"}, "posix_seteuid":{"name":"posix_seteuid","type":"","path":"php/posix_seteuid.html","desc":"Set the effective UID of the current process"}, "posix_setgid":{"name":"posix_setgid","type":"","path":"php/posix_setgid.html","desc":"Set the GID of the current process"}, "posix_setpgid":{"name":"posix_setpgid","type":"","path":"php/posix_setpgid.html","desc":"Set process group id for job control"}, "posix_setrlimit":{"name":"posix_setrlimit","type":"","path":"php/posix_setrlimit.html","desc":"Set system resource limits"}, "posix_setsid":{"name":"posix_setsid","type":"","path":"php/posix_setsid.html","desc":"Make the current process a session leader"}, "posix_setuid":{"name":"posix_setuid","type":"","path":"php/posix_setuid.html","desc":"Set the UID of the current process"}, "posix_strerror":{"name":"posix_strerror","type":"","path":"php/posix_strerror.html","desc":"Retrieve the system error message associated with the given errno"}, "posix_times":{"name":"posix_times","type":"","path":"php/posix_times.html","desc":"Get process times"}, "posix_ttyname":{"name":"posix_ttyname","type":"","path":"php/posix_ttyname.html","desc":"Determine terminal device name"}, "posix_uname":{"name":"posix_uname","type":"","path":"php/posix_uname.html","desc":"Get system name"}, "pow":{"name":"pow","type":"","path":"php/pow.html","desc":"指数表达式"}, "preg_filter":{"name":"preg_filter","type":"","path":"php/preg_filter.html","desc":"执行一个正则表达式搜索和替换"}, "preg_grep":{"name":"preg_grep","type":"","path":"php/preg_grep.html","desc":"返回匹配模式的数组条目"}, "preg_last_error":{"name":"preg_last_error","type":"","path":"php/preg_last_error.html","desc":"返回最后一个PCRE正则执行产生的错误代码"}, "preg_match":{"name":"preg_match","type":"","path":"php/preg_match.html","desc":"执行匹配正则表达式"}, "preg_match_all":{"name":"preg_match_all","type":"","path":"php/preg_match_all.html","desc":"执行一个全局正则表达式匹配"}, "preg_quote":{"name":"preg_quote","type":"","path":"php/preg_quote.html","desc":"转义正则表达式字符"}, "preg_replace":{"name":"preg_replace","type":"","path":"php/preg_replace.html","desc":"执行一个正则表达式的搜索和替换"}, "preg_replace_callback":{"name":"preg_replace_callback","type":"","path":"php/preg_replace_callback.html","desc":"执行一个正则表达式搜索并且使用一个回调进行替换"}, "preg_replace_callback_array":{"name":"preg_replace_callback_array","type":"","path":"php/preg_replace_callback_array.html","desc":"Perform a regular expression search and replace using callbacks"}, "preg_split":{"name":"preg_split","type":"","path":"php/preg_split.html","desc":"通过一个正则表达式分隔字符串"}, "prev":{"name":"prev","type":"","path":"php/prev.html","desc":"将数组的内部指针倒回一位"}, "print":{"name":"print","type":"","path":"php/print.html","desc":"输出字符串"}, "printf":{"name":"printf","type":"","path":"php/printf.html","desc":"输出格式化字符串"}, "print_r":{"name":"print_r","type":"","path":"php/print_r.html","desc":"以易于理解的格式打印变量。"}, "proc_close":{"name":"proc_close","type":"","path":"php/proc_close.html","desc":"关闭由 proc_open 打开的进程并且返回进程退出码"}, "proc_get_status":{"name":"proc_get_status","type":"","path":"php/proc_get_status.html","desc":"获取由 proc_open 函数打开的进程的信息"}, "proc_nice":{"name":"proc_nice","type":"","path":"php/proc_nice.html","desc":"修改当前进程的优先级"}, "proc_open":{"name":"proc_open","type":"","path":"php/proc_open.html","desc":"执行一个命令,并且打开用来输入输出的文件指针。"}, "proc_terminate":{"name":"proc_terminate","type":"","path":"php/proc_terminate.html","desc":"杀除由 proc_open 打开的进程"}, "property_exists":{"name":"property_exists","type":"","path":"php/property_exists.html","desc":"检查对象或类是否具有该属性"}, "pspell_add_to_personal":{"name":"pspell_add_to_personal","type":"","path":"php/pspell_add_to_personal.html","desc":"Add the word to a personal wordlist"}, "pspell_add_to_session":{"name":"pspell_add_to_session","type":"","path":"php/pspell_add_to_session.html","desc":"Add the word to the wordlist in the current session"}, "pspell_check":{"name":"pspell_check","type":"","path":"php/pspell_check.html","desc":"Check a word"}, "pspell_clear_session":{"name":"pspell_clear_session","type":"","path":"php/pspell_clear_session.html","desc":"Clear the current session"}, "pspell_config_create":{"name":"pspell_config_create","type":"","path":"php/pspell_config_create.html","desc":"Create a config used to open a dictionary"}, "pspell_config_data_dir":{"name":"pspell_config_data_dir","type":"","path":"php/pspell_config_data_dir.html","desc":"Location of language data files"}, "pspell_config_dict_dir":{"name":"pspell_config_dict_dir","type":"","path":"php/pspell_config_dict_dir.html","desc":"Location of the main word list"}, "pspell_config_ignore":{"name":"pspell_config_ignore","type":"","path":"php/pspell_config_ignore.html","desc":"Ignore words less than N characters long"}, "pspell_config_mode":{"name":"pspell_config_mode","type":"","path":"php/pspell_config_mode.html","desc":"Change the mode number of suggestions returned"}, "pspell_config_personal":{"name":"pspell_config_personal","type":"","path":"php/pspell_config_personal.html","desc":"Set a file that contains personal wordlist"}, "pspell_config_repl":{"name":"pspell_config_repl","type":"","path":"php/pspell_config_repl.html","desc":"Set a file that contains replacement pairs"}, "pspell_config_runtogether":{"name":"pspell_config_runtogether","type":"","path":"php/pspell_config_runtogether.html","desc":"Consider run-together words as valid compounds"}, "pspell_config_save_repl":{"name":"pspell_config_save_repl","type":"","path":"php/pspell_config_save_repl.html","desc":"Determine whether to save a replacement pa"}, "pspell_new":{"name":"pspell_new","type":"","path":"php/pspell_new.html","desc":"Load a new dictionary"}, "pspell_new_config":{"name":"pspell_new_config","type":"","path":"php/pspell_new_config.html","desc":"Load a new dictionary with settings based on a given config"}, "pspell_new_personal":{"name":"pspell_new_personal","type":"","path":"php/pspell_new_personal.html","desc":"Load a new dictionary with personal wordlist"}, "pspell_save_wordlist":{"name":"pspell_save_wordlist","type":"","path":"php/pspell_save_wordlist.html","desc":"Save the personal wordlist to a file"}, "pspell_store_replacement":{"name":"pspell_store_replacement","type":"","path":"php/pspell_store_replacement.html","desc":"Store a replacement pair for a word"}, "pspell_suggest":{"name":"pspell_suggest","type":"","path":"php/pspell_suggest.html","desc":"Suggest spellings of a word"}, "ps_add_bookmark":{"name":"ps_add_bookmark","type":"","path":"php/ps_add_bookmark.html","desc":"Add bookmark to current page"}, "ps_add_launchlink":{"name":"ps_add_launchlink","type":"","path":"php/ps_add_launchlink.html","desc":"Adds link which launches file"}, "ps_add_locallink":{"name":"ps_add_locallink","type":"","path":"php/ps_add_locallink.html","desc":"Adds link to a page in the same document"}, "ps_add_note":{"name":"ps_add_note","type":"","path":"php/ps_add_note.html","desc":"Adds note to current page"}, "ps_add_pdflink":{"name":"ps_add_pdflink","type":"","path":"php/ps_add_pdflink.html","desc":"Adds link to a page in a second pdf document"}, "ps_add_weblink":{"name":"ps_add_weblink","type":"","path":"php/ps_add_weblink.html","desc":"Adds link to a web location"}, "ps_arc":{"name":"ps_arc","type":"","path":"php/ps_arc.html","desc":"Draws an arc counterclockwise"}, "ps_arcn":{"name":"ps_arcn","type":"","path":"php/ps_arcn.html","desc":"Draws an arc clockwise"}, "ps_begin_page":{"name":"ps_begin_page","type":"","path":"php/ps_begin_page.html","desc":"Start a new page"}, "ps_begin_pattern":{"name":"ps_begin_pattern","type":"","path":"php/ps_begin_pattern.html","desc":"Start a new pattern"}, "ps_begin_template":{"name":"ps_begin_template","type":"","path":"php/ps_begin_template.html","desc":"Start a new template"}, "ps_circle":{"name":"ps_circle","type":"","path":"php/ps_circle.html","desc":"Draws a circle"}, "ps_clip":{"name":"ps_clip","type":"","path":"php/ps_clip.html","desc":"Clips drawing to current path"}, "ps_close":{"name":"ps_close","type":"","path":"php/ps_close.html","desc":"Closes a PostScript document"}, "ps_closepath":{"name":"ps_closepath","type":"","path":"php/ps_closepath.html","desc":"Closes path"}, "ps_closepath_stroke":{"name":"ps_closepath_stroke","type":"","path":"php/ps_closepath_stroke.html","desc":"Closes and strokes path"}, "ps_close_image":{"name":"ps_close_image","type":"","path":"php/ps_close_image.html","desc":"Closes image and frees memory"}, "ps_continue_text":{"name":"ps_continue_text","type":"","path":"php/ps_continue_text.html","desc":"Continue text in next line"}, "ps_curveto":{"name":"ps_curveto","type":"","path":"php/ps_curveto.html","desc":"Draws a curve"}, "ps_delete":{"name":"ps_delete","type":"","path":"php/ps_delete.html","desc":"Deletes all resources of a PostScript document"}, "ps_end_page":{"name":"ps_end_page","type":"","path":"php/ps_end_page.html","desc":"End a page"}, "ps_end_pattern":{"name":"ps_end_pattern","type":"","path":"php/ps_end_pattern.html","desc":"End a pattern"}, "ps_end_template":{"name":"ps_end_template","type":"","path":"php/ps_end_template.html","desc":"End a template"}, "ps_fill":{"name":"ps_fill","type":"","path":"php/ps_fill.html","desc":"Fills the current path"}, "ps_fill_stroke":{"name":"ps_fill_stroke","type":"","path":"php/ps_fill_stroke.html","desc":"Fills and strokes the current path"}, "ps_findfont":{"name":"ps_findfont","type":"","path":"php/ps_findfont.html","desc":"Loads a font"}, "ps_get_buffer":{"name":"ps_get_buffer","type":"","path":"php/ps_get_buffer.html","desc":"Fetches the full buffer containig the generated PS data"}, "ps_get_parameter":{"name":"ps_get_parameter","type":"","path":"php/ps_get_parameter.html","desc":"Gets certain parameters"}, "ps_get_value":{"name":"ps_get_value","type":"","path":"php/ps_get_value.html","desc":"Gets certain values"}, "ps_hyphenate":{"name":"ps_hyphenate","type":"","path":"php/ps_hyphenate.html","desc":"Hyphenates a word"}, "ps_include_file":{"name":"ps_include_file","type":"","path":"php/ps_include_file.html","desc":"Reads an external file with raw PostScript code"}, "ps_lineto":{"name":"ps_lineto","type":"","path":"php/ps_lineto.html","desc":"Draws a line"}, "ps_makespotcolor":{"name":"ps_makespotcolor","type":"","path":"php/ps_makespotcolor.html","desc":"Create spot color"}, "ps_moveto":{"name":"ps_moveto","type":"","path":"php/ps_moveto.html","desc":"Sets current point"}, "ps_new":{"name":"ps_new","type":"","path":"php/ps_new.html","desc":"Creates a new PostScript document object"}, "ps_open_file":{"name":"ps_open_file","type":"","path":"php/ps_open_file.html","desc":"Opens a file for output"}, "ps_open_image":{"name":"ps_open_image","type":"","path":"php/ps_open_image.html","desc":"Reads an image for later placement"}, "ps_open_image_file":{"name":"ps_open_image_file","type":"","path":"php/ps_open_image_file.html","desc":"Opens image from file"}, "ps_open_memory_image":{"name":"ps_open_memory_image","type":"","path":"php/ps_open_memory_image.html","desc":"Takes an GD image and returns an image for placement in a PS document"}, "ps_place_image":{"name":"ps_place_image","type":"","path":"php/ps_place_image.html","desc":"Places image on the page"}, "ps_rect":{"name":"ps_rect","type":"","path":"php/ps_rect.html","desc":"Draws a rectangle"}, "ps_restore":{"name":"ps_restore","type":"","path":"php/ps_restore.html","desc":"Restore previously save context"}, "ps_rotate":{"name":"ps_rotate","type":"","path":"php/ps_rotate.html","desc":"Sets rotation factor"}, "ps_save":{"name":"ps_save","type":"","path":"php/ps_save.html","desc":"Save current context"}, "ps_scale":{"name":"ps_scale","type":"","path":"php/ps_scale.html","desc":"Sets scaling factor"}, "ps_setcolor":{"name":"ps_setcolor","type":"","path":"php/ps_setcolor.html","desc":"Sets current color"}, "ps_setdash":{"name":"ps_setdash","type":"","path":"php/ps_setdash.html","desc":"Sets appearance of a dashed line"}, "ps_setflat":{"name":"ps_setflat","type":"","path":"php/ps_setflat.html","desc":"Sets flatness"}, "ps_setfont":{"name":"ps_setfont","type":"","path":"php/ps_setfont.html","desc":"Sets font to use for following output"}, "ps_setgray":{"name":"ps_setgray","type":"","path":"php/ps_setgray.html","desc":"Sets gray value"}, "ps_setlinecap":{"name":"ps_setlinecap","type":"","path":"php/ps_setlinecap.html","desc":"Sets appearance of line ends"}, "ps_setlinejoin":{"name":"ps_setlinejoin","type":"","path":"php/ps_setlinejoin.html","desc":"Sets how contected lines are joined"}, "ps_setlinewidth":{"name":"ps_setlinewidth","type":"","path":"php/ps_setlinewidth.html","desc":"Sets width of a line"}, "ps_setmiterlimit":{"name":"ps_setmiterlimit","type":"","path":"php/ps_setmiterlimit.html","desc":"Sets the miter limit"}, "ps_setoverprintmode":{"name":"ps_setoverprintmode","type":"","path":"php/ps_setoverprintmode.html","desc":"Sets overprint mode"}, "ps_setpolydash":{"name":"ps_setpolydash","type":"","path":"php/ps_setpolydash.html","desc":"Sets appearance of a dashed line"}, "ps_set_border_color":{"name":"ps_set_border_color","type":"","path":"php/ps_set_border_color.html","desc":"Sets color of border for annotations"}, "ps_set_border_dash":{"name":"ps_set_border_dash","type":"","path":"php/ps_set_border_dash.html","desc":"Sets length of dashes for border of annotations"}, "ps_set_border_style":{"name":"ps_set_border_style","type":"","path":"php/ps_set_border_style.html","desc":"Sets border style of annotations"}, "ps_set_info":{"name":"ps_set_info","type":"","path":"php/ps_set_info.html","desc":"Sets information fields of document"}, "ps_set_parameter":{"name":"ps_set_parameter","type":"","path":"php/ps_set_parameter.html","desc":"Sets certain parameters"}, "ps_set_text_pos":{"name":"ps_set_text_pos","type":"","path":"php/ps_set_text_pos.html","desc":"Sets position for text output"}, "ps_set_value":{"name":"ps_set_value","type":"","path":"php/ps_set_value.html","desc":"Sets certain values"}, "ps_shading":{"name":"ps_shading","type":"","path":"php/ps_shading.html","desc":"Creates a shading for later use"}, "ps_shading_pattern":{"name":"ps_shading_pattern","type":"","path":"php/ps_shading_pattern.html","desc":"Creates a pattern based on a shading"}, "ps_shfill":{"name":"ps_shfill","type":"","path":"php/ps_shfill.html","desc":"Fills an area with a shading"}, "ps_show":{"name":"ps_show","type":"","path":"php/ps_show.html","desc":"Output text"}, "ps_show2":{"name":"ps_show2","type":"","path":"php/ps_show2.html","desc":"Output a text at current position"}, "ps_show_boxed":{"name":"ps_show_boxed","type":"","path":"php/ps_show_boxed.html","desc":"Output text in a box"}, "ps_show_xy":{"name":"ps_show_xy","type":"","path":"php/ps_show_xy.html","desc":"Output text at given position"}, "ps_show_xy2":{"name":"ps_show_xy2","type":"","path":"php/ps_show_xy2.html","desc":"Output text at position"}, "ps_stringwidth":{"name":"ps_stringwidth","type":"","path":"php/ps_stringwidth.html","desc":"Gets width of a string"}, "ps_string_geometry":{"name":"ps_string_geometry","type":"","path":"php/ps_string_geometry.html","desc":"Gets geometry of a string"}, "ps_stroke":{"name":"ps_stroke","type":"","path":"php/ps_stroke.html","desc":"Draws the current path"}, "ps_symbol":{"name":"ps_symbol","type":"","path":"php/ps_symbol.html","desc":"Output a glyph"}, "ps_symbol_name":{"name":"ps_symbol_name","type":"","path":"php/ps_symbol_name.html","desc":"Gets name of a glyph"}, "ps_symbol_width":{"name":"ps_symbol_width","type":"","path":"php/ps_symbol_width.html","desc":"Gets width of a glyph"}, "ps_translate":{"name":"ps_translate","type":"","path":"php/ps_translate.html","desc":"Sets translation"}, "putenv":{"name":"putenv","type":"","path":"php/putenv.html","desc":"设置环境变量的值"}, "px_close":{"name":"px_close","type":"","path":"php/px_close.html","desc":"Closes a paradox database"}, "px_create_fp":{"name":"px_create_fp","type":"","path":"php/px_create_fp.html","desc":"Create a new paradox database"}, "px_date2string":{"name":"px_date2string","type":"","path":"php/px_date2string.html","desc":"Converts a date into a string"}, "px_delete":{"name":"px_delete","type":"","path":"php/px_delete.html","desc":"Deletes resource of paradox database"}, "px_delete_record":{"name":"px_delete_record","type":"","path":"php/px_delete_record.html","desc":"Deletes record from paradox database"}, "px_get_field":{"name":"px_get_field","type":"","path":"php/px_get_field.html","desc":"Returns the specification of a single field"}, "px_get_info":{"name":"px_get_info","type":"","path":"php/px_get_info.html","desc":"Return lots of information about a paradox file"}, "px_get_parameter":{"name":"px_get_parameter","type":"","path":"php/px_get_parameter.html","desc":"Gets a parameter"}, "px_get_record":{"name":"px_get_record","type":"","path":"php/px_get_record.html","desc":"Returns record of paradox database"}, "px_get_schema":{"name":"px_get_schema","type":"","path":"php/px_get_schema.html","desc":"Returns the database schema"}, "px_get_value":{"name":"px_get_value","type":"","path":"php/px_get_value.html","desc":"Gets a value"}, "px_insert_record":{"name":"px_insert_record","type":"","path":"php/px_insert_record.html","desc":"Inserts record into paradox database"}, "px_new":{"name":"px_new","type":"","path":"php/px_new.html","desc":"Create a new paradox object"}, "px_numfields":{"name":"px_numfields","type":"","path":"php/px_numfields.html","desc":"Returns number of fields in a database"}, "px_numrecords":{"name":"px_numrecords","type":"","path":"php/px_numrecords.html","desc":"Returns number of records in a database"}, "px_open_fp":{"name":"px_open_fp","type":"","path":"php/px_open_fp.html","desc":"Open paradox database"}, "px_put_record":{"name":"px_put_record","type":"","path":"php/px_put_record.html","desc":"Stores record into paradox database"}, "px_retrieve_record":{"name":"px_retrieve_record","type":"","path":"php/px_retrieve_record.html","desc":"Returns record of paradox database"}, "px_set_blob_file":{"name":"px_set_blob_file","type":"","path":"php/px_set_blob_file.html","desc":"Sets the file where blobs are read from"}, "px_set_parameter":{"name":"px_set_parameter","type":"","path":"php/px_set_parameter.html","desc":"Sets a parameter"}, "px_set_tablename":{"name":"px_set_tablename","type":"","path":"php/px_set_tablename.html","desc":"Sets the name of a table (deprecated)"}, "px_set_targetencoding":{"name":"px_set_targetencoding","type":"","path":"php/px_set_targetencoding.html","desc":"Sets the encoding for character fields (deprecated)"}, "px_set_value":{"name":"px_set_value","type":"","path":"php/px_set_value.html","desc":"Sets a value"}, "px_timestamp2string":{"name":"px_timestamp2string","type":"","path":"php/px_timestamp2string.html","desc":"Converts the timestamp into a string"}, "px_update_record":{"name":"px_update_record","type":"","path":"php/px_update_record.html","desc":"Updates record in paradox database"}, "quoted_printable_decode":{"name":"quoted_printable_decode","type":"","path":"php/quoted_printable_decode.html","desc":"将 quoted-printable 字符串转换为 8-bit 字符串"}, "quoted_printable_encode":{"name":"quoted_printable_encode","type":"","path":"php/quoted_printable_encode.html","desc":"将 8-bit 字符串转换成 quoted-printable 字符串"}, "quotemeta":{"name":"quotemeta","type":"","path":"php/quotemeta.html","desc":"转义元字符集"}, "rad2deg":{"name":"rad2deg","type":"","path":"php/rad2deg.html","desc":"将弧度数转换为相应的角度数"}, "radius_acct_open":{"name":"radius_acct_open","type":"","path":"php/radius_acct_open.html","desc":"Creates a Radius handle for accounting"}, "radius_add_server":{"name":"radius_add_server","type":"","path":"php/radius_add_server.html","desc":"Adds a server"}, "radius_auth_open":{"name":"radius_auth_open","type":"","path":"php/radius_auth_open.html","desc":"Creates a Radius handle for authentication"}, "radius_close":{"name":"radius_close","type":"","path":"php/radius_close.html","desc":"Frees all ressources"}, "radius_config":{"name":"radius_config","type":"","path":"php/radius_config.html","desc":"Causes the library to read the given configuration file"}, "radius_create_request":{"name":"radius_create_request","type":"","path":"php/radius_create_request.html","desc":"Create accounting or authentication request"}, "radius_cvt_addr":{"name":"radius_cvt_addr","type":"","path":"php/radius_cvt_addr.html","desc":"Converts raw data to IP-Address"}, "radius_cvt_int":{"name":"radius_cvt_int","type":"","path":"php/radius_cvt_int.html","desc":"Converts raw data to integer"}, "radius_cvt_string":{"name":"radius_cvt_string","type":"","path":"php/radius_cvt_string.html","desc":"Converts raw data to string"}, "radius_demangle":{"name":"radius_demangle","type":"","path":"php/radius_demangle.html","desc":"Demangles data"}, "radius_demangle_mppe_key":{"name":"radius_demangle_mppe_key","type":"","path":"php/radius_demangle_mppe_key.html","desc":"Derives mppe-keys from mangled data"}, "radius_get_attr":{"name":"radius_get_attr","type":"","path":"php/radius_get_attr.html","desc":"Extracts an attribute"}, "radius_get_tagged_attr_data":{"name":"radius_get_tagged_attr_data","type":"","path":"php/radius_get_tagged_attr_data.html","desc":"Extracts the data from a tagged attribute"}, "radius_get_tagged_attr_tag":{"name":"radius_get_tagged_attr_tag","type":"","path":"php/radius_get_tagged_attr_tag.html","desc":"Extracts the tag from a tagged attribute"}, "radius_get_vendor_attr":{"name":"radius_get_vendor_attr","type":"","path":"php/radius_get_vendor_attr.html","desc":"Extracts a vendor specific attribute"}, "radius_put_addr":{"name":"radius_put_addr","type":"","path":"php/radius_put_addr.html","desc":"Attaches an IP address attribute"}, "radius_put_attr":{"name":"radius_put_attr","type":"","path":"php/radius_put_attr.html","desc":"Attaches a binary attribute"}, "radius_put_int":{"name":"radius_put_int","type":"","path":"php/radius_put_int.html","desc":"Attaches an integer attribute"}, "radius_put_string":{"name":"radius_put_string","type":"","path":"php/radius_put_string.html","desc":"Attaches a string attribute"}, "radius_put_vendor_addr":{"name":"radius_put_vendor_addr","type":"","path":"php/radius_put_vendor_addr.html","desc":"Attaches a vendor specific IP address attribute"}, "radius_put_vendor_attr":{"name":"radius_put_vendor_attr","type":"","path":"php/radius_put_vendor_attr.html","desc":"Attaches a vendor specific binary attribute"}, "radius_put_vendor_int":{"name":"radius_put_vendor_int","type":"","path":"php/radius_put_vendor_int.html","desc":"Attaches a vendor specific integer attribute"}, "radius_put_vendor_string":{"name":"radius_put_vendor_string","type":"","path":"php/radius_put_vendor_string.html","desc":"Attaches a vendor specific string attribute"}, "radius_request_authenticator":{"name":"radius_request_authenticator","type":"","path":"php/radius_request_authenticator.html","desc":"Returns the request authenticator"}, "radius_salt_encrypt_attr":{"name":"radius_salt_encrypt_attr","type":"","path":"php/radius_salt_encrypt_attr.html","desc":"Salt-encrypts a value"}, "radius_send_request":{"name":"radius_send_request","type":"","path":"php/radius_send_request.html","desc":"Sends the request and waits for a reply"}, "radius_server_secret":{"name":"radius_server_secret","type":"","path":"php/radius_server_secret.html","desc":"Returns the shared secret"}, "radius_strerror":{"name":"radius_strerror","type":"","path":"php/radius_strerror.html","desc":"Returns an error message"}, "rand":{"name":"rand","type":"","path":"php/rand.html","desc":"产生一个随机整数"}, "random_bytes":{"name":"random_bytes","type":"","path":"php/random_bytes.html","desc":"Generates cryptographically secure pseudo-random bytes"}, "random_int":{"name":"random_int","type":"","path":"php/random_int.html","desc":"Generates cryptographically secure pseudo-random integers"}, "range":{"name":"range","type":"","path":"php/range.html","desc":"根据范围创建数组,包含指定的元素"}, "rar_wrapper_cache_stats":{"name":"rar_wrapper_cache_stats","type":"","path":"php/rar_wrapper_cache_stats.html","desc":"Cache hits and misses for the URL wrapper"}, "rawurldecode":{"name":"rawurldecode","type":"","path":"php/rawurldecode.html","desc":"对已编码的 URL 字符串进行解码"}, "rawurlencode":{"name":"rawurlencode","type":"","path":"php/rawurlencode.html","desc":"按照 RFC 3986 对 URL 进行编码"}, "readdir":{"name":"readdir","type":"","path":"php/readdir.html","desc":"从目录句柄中读取条目"}, "readfile":{"name":"readfile","type":"","path":"php/readfile.html","desc":"输出文件"}, "readgzfile":{"name":"readgzfile","type":"","path":"php/readgzfile.html","desc":"Output a gz-file"}, "readline":{"name":"readline","type":"","path":"php/readline.html","desc":"读取一行"}, "readline_add_history":{"name":"readline_add_history","type":"","path":"php/readline_add_history.html","desc":"添加一行命令行历史记录"}, "readline_callback_handler_install":{"name":"readline_callback_handler_install","type":"","path":"php/readline_callback_handler_install.html","desc":"初始化一个 readline 回调接口,然后终端输出提示信息并立即返回"}, "readline_callback_handler_remove":{"name":"readline_callback_handler_remove","type":"","path":"php/readline_callback_handler_remove.html","desc":"移除上一个安装的回调函数句柄并且恢复终端设置"}, "readline_callback_read_char":{"name":"readline_callback_read_char","type":"","path":"php/readline_callback_read_char.html","desc":"当一个行被接收时读取一个字符并且通知 readline 调用回调函数"}, "readline_clear_history":{"name":"readline_clear_history","type":"","path":"php/readline_clear_history.html","desc":"清除历史"}, "readline_completion_function":{"name":"readline_completion_function","type":"","path":"php/readline_completion_function.html","desc":"注册一个完成函数"}, "readline_info":{"name":"readline_info","type":"","path":"php/readline_info.html","desc":"获取设置readline内部的各个变量"}, "readline_list_history":{"name":"readline_list_history","type":"","path":"php/readline_list_history.html","desc":"获取命令历史列表"}, "readline_on_new_line":{"name":"readline_on_new_line","type":"","path":"php/readline_on_new_line.html","desc":"通知readline将光标移动到新行"}, "readline_read_history":{"name":"readline_read_history","type":"","path":"php/readline_read_history.html","desc":"读取命令历史"}, "readline_redisplay":{"name":"readline_redisplay","type":"","path":"php/readline_redisplay.html","desc":"重绘显示区"}, "readline_write_history":{"name":"readline_write_history","type":"","path":"php/readline_write_history.html","desc":"写入历史记录"}, "readlink":{"name":"readlink","type":"","path":"php/readlink.html","desc":"返回符号连接指向的目标"}, "read_exif_data":{"name":"read_exif_data","type":"","path":"php/read_exif_data.html","desc":"别名 exif_read_data"}, "realpath":{"name":"realpath","type":"","path":"php/realpath.html","desc":"返回规范化的绝对路径名"}, "realpath_cache_get":{"name":"realpath_cache_get","type":"","path":"php/realpath_cache_get.html","desc":"获取真实目录缓存的详情"}, "realpath_cache_size":{"name":"realpath_cache_size","type":"","path":"php/realpath_cache_size.html","desc":"获取真实路径缓冲区的大小"}, "recode":{"name":"recode","type":"","path":"php/recode.html","desc":"别名 recode_string"}, "recode_file":{"name":"recode_file","type":"","path":"php/recode_file.html","desc":"Recode from file to file according to recode request"}, "recode_string":{"name":"recode_string","type":"","path":"php/recode_string.html","desc":"Recode a string according to a recode request"}, "register_shutdown_function":{"name":"register_shutdown_function","type":"","path":"php/register_shutdown_function.html","desc":"注册一个会在php中止时执行的函数"}, "register_tick_function":{"name":"register_tick_function","type":"","path":"php/register_tick_function.html","desc":"Register a function for execution on each tick"}, "rename":{"name":"rename","type":"","path":"php/rename.html","desc":"重命名一个文件或目录"}, "rename_function":{"name":"rename_function","type":"","path":"php/rename_function.html","desc":"Renames orig_name to new_name in the global function table"}, "require":{"name":"require","type":"","path":"php/require.html","desc":"require"}, "require_once":{"name":"require_once","type":"","path":"php/require_once.html","desc":"require_once"}, "reset":{"name":"reset","type":"","path":"php/reset.html","desc":"将数组的内部指针指向第一个单元"}, "restore_error_handler":{"name":"restore_error_handler","type":"","path":"php/restore_error_handler.html","desc":"还原之前的错误处理函数"}, "restore_exception_handler":{"name":"restore_exception_handler","type":"","path":"php/restore_exception_handler.html","desc":"恢复之前定义过的异常处理函数。"}, "restore_include_path":{"name":"restore_include_path","type":"","path":"php/restore_include_path.html","desc":"还原 include_path 配置选项的值"}, "return":{"name":"return","type":"","path":"php/return.html","desc":"return"}, "rewind":{"name":"rewind","type":"","path":"php/rewind.html","desc":"倒回文件指针的位置"}, "rewinddir":{"name":"rewinddir","type":"","path":"php/rewinddir.html","desc":"倒回目录句柄"}, "rmdir":{"name":"rmdir","type":"","path":"php/rmdir.html","desc":"删除目录"}, "round":{"name":"round","type":"","path":"php/round.html","desc":"对浮点数进行四舍五入"}, "rpm_close":{"name":"rpm_close","type":"","path":"php/rpm_close.html","desc":"Closes an RPM file"}, "rpm_get_tag":{"name":"rpm_get_tag","type":"","path":"php/rpm_get_tag.html","desc":"Retrieves a header tag from an RPM file"}, "rpm_is_valid":{"name":"rpm_is_valid","type":"","path":"php/rpm_is_valid.html","desc":"Tests a filename for validity as an RPM file"}, "rpm_open":{"name":"rpm_open","type":"","path":"php/rpm_open.html","desc":"Opens an RPM file"}, "rpm_version":{"name":"rpm_version","type":"","path":"php/rpm_version.html","desc":"Returns a string representing the current versio"}, "rrdc_disconnect":{"name":"rrdc_disconnect","type":"","path":"php/rrdc_disconnect.html","desc":"Close any outstanding connection to rrd caching daemon"}, "rrd_create":{"name":"rrd_create","type":"","path":"php/rrd_create.html","desc":"Creates rrd database file"}, "rrd_error":{"name":"rrd_error","type":"","path":"php/rrd_error.html","desc":"Gets latest error message"}, "rrd_fetch":{"name":"rrd_fetch","type":"","path":"php/rrd_fetch.html","desc":"Fetch the data for graph as array"}, "rrd_first":{"name":"rrd_first","type":"","path":"php/rrd_first.html","desc":"Gets the timestamp of the first sample from rrd file"}, "rrd_graph":{"name":"rrd_graph","type":"","path":"php/rrd_graph.html","desc":"Creates image from a data"}, "rrd_info":{"name":"rrd_info","type":"","path":"php/rrd_info.html","desc":"Gets information about rrd file"}, "rrd_last":{"name":"rrd_last","type":"","path":"php/rrd_last.html","desc":"Gets unix timestamp of the last sample"}, "rrd_lastupdate":{"name":"rrd_lastupdate","type":"","path":"php/rrd_lastupdate.html","desc":"Gets information about last updated data"}, "rrd_restore":{"name":"rrd_restore","type":"","path":"php/rrd_restore.html","desc":"Restores the RRD file from XML dump"}, "rrd_tune":{"name":"rrd_tune","type":"","path":"php/rrd_tune.html","desc":"Tunes some RRD database file header options"}, "rrd_update":{"name":"rrd_update","type":"","path":"php/rrd_update.html","desc":"Updates the RRD database"}, "rrd_version":{"name":"rrd_version","type":"","path":"php/rrd_version.html","desc":"Gets information about underlying rrdtool library"}, "rrd_xport":{"name":"rrd_xport","type":"","path":"php/rrd_xport.html","desc":"Exports the information about RRD database"}, "rsort":{"name":"rsort","type":"","path":"php/rsort.html","desc":"对数组逆向排序"}, "rtrim":{"name":"rtrim","type":"","path":"php/rtrim.html","desc":"删除字符串末端的空白字符(或者其他字符)"}, "runkit_class_adopt":{"name":"runkit_class_adopt","type":"","path":"php/runkit_class_adopt.html","desc":"Convert a base class to an inherited class, add ancestral methods when appropriate"}, "runkit_class_emancipate":{"name":"runkit_class_emancipate","type":"","path":"php/runkit_class_emancipate.html","desc":"Convert an inherited class to a base class, removes any method whose scope is ancestral"}, "runkit_constant_add":{"name":"runkit_constant_add","type":"","path":"php/runkit_constant_add.html","desc":"Similar to define(), but allows defining in class definitions as well"}, "runkit_constant_redefine":{"name":"runkit_constant_redefine","type":"","path":"php/runkit_constant_redefine.html","desc":"Redefine an already defined constant"}, "runkit_constant_remove":{"name":"runkit_constant_remove","type":"","path":"php/runkit_constant_remove.html","desc":"RemoveDelete an already defined constant"}, "runkit_function_add":{"name":"runkit_function_add","type":"","path":"php/runkit_function_add.html","desc":"Add a new function, similar to create_function"}, "runkit_function_copy":{"name":"runkit_function_copy","type":"","path":"php/runkit_function_copy.html","desc":"Copy a function to a new function name"}, "runkit_function_redefine":{"name":"runkit_function_redefine","type":"","path":"php/runkit_function_redefine.html","desc":"Replace a function definition with a new implementation"}, "runkit_function_remove":{"name":"runkit_function_remove","type":"","path":"php/runkit_function_remove.html","desc":"Remove a function definition"}, "runkit_function_rename":{"name":"runkit_function_rename","type":"","path":"php/runkit_function_rename.html","desc":"Change a function's name"}, "runkit_import":{"name":"runkit_import","type":"","path":"php/runkit_import.html","desc":"Process a PHP file importing function and class definitions, overwriting where appropriate"}, "runkit_lint":{"name":"runkit_lint","type":"","path":"php/runkit_lint.html","desc":"Check the PHP syntax of the specified php code"}, "runkit_lint_file":{"name":"runkit_lint_file","type":"","path":"php/runkit_lint_file.html","desc":"Check the PHP syntax of the specified file"}, "runkit_method_add":{"name":"runkit_method_add","type":"","path":"php/runkit_method_add.html","desc":"Dynamically adds a new method to a given class"}, "runkit_method_copy":{"name":"runkit_method_copy","type":"","path":"php/runkit_method_copy.html","desc":"Copies a method from class to another"}, "runkit_method_redefine":{"name":"runkit_method_redefine","type":"","path":"php/runkit_method_redefine.html","desc":"Dynamically changes the code of the given method"}, "runkit_method_remove":{"name":"runkit_method_remove","type":"","path":"php/runkit_method_remove.html","desc":"Dynamically removes the given method"}, "runkit_method_rename":{"name":"runkit_method_rename","type":"","path":"php/runkit_method_rename.html","desc":"Dynamically changes the name of the given method"}, "runkit_return_value_used":{"name":"runkit_return_value_used","type":"","path":"php/runkit_return_value_used.html","desc":"Determines if the current functions return value will be used"}, "runkit_sandbox_output_handler":{"name":"runkit_sandbox_output_handler","type":"","path":"php/runkit_sandbox_output_handler.html","desc":"Specify a function to capture andor process output from a runkit sandbox"}, "runkit_superglobals":{"name":"runkit_superglobals","type":"","path":"php/runkit_superglobals.html","desc":"Return numerically indexed array of registered superglobals"}, "sapi_windows_cp_conv":{"name":"sapi_windows_cp_conv","type":"","path":"php/sapi_windows_cp_conv.html","desc":"Convert string from one codepage to another"}, "sapi_windows_cp_get":{"name":"sapi_windows_cp_get","type":"","path":"php/sapi_windows_cp_get.html","desc":"Get process codepage"}, "sapi_windows_cp_is_utf8":{"name":"sapi_windows_cp_is_utf8","type":"","path":"php/sapi_windows_cp_is_utf8.html","desc":"Indicates whether the codepage is UTF-8 compatible"}, "sapi_windows_cp_set":{"name":"sapi_windows_cp_set","type":"","path":"php/sapi_windows_cp_set.html","desc":"Set process codepage"}, "sapi_windows_vt100_support":{"name":"sapi_windows_vt100_support","type":"","path":"php/sapi_windows_vt100_support.html","desc":"Get or set VT100 support for the specified stream associated to an output buffer of a Windows console."}, "scandir":{"name":"scandir","type":"","path":"php/scandir.html","desc":"列出指定路径中的文件和目录"}, "seaslog_get_author":{"name":"seaslog_get_author","type":"","path":"php/seaslog_get_author.html","desc":"获取 SeasLog 作者"}, "seaslog_get_version":{"name":"seaslog_get_version","type":"","path":"php/seaslog_get_version.html","desc":"获取 SeasLog 的版本"}, "sem_acquire":{"name":"sem_acquire","type":"","path":"php/sem_acquire.html","desc":"Acquire a semaphore"}, "sem_get":{"name":"sem_get","type":"","path":"php/sem_get.html","desc":"Get a semaphore id"}, "sem_release":{"name":"sem_release","type":"","path":"php/sem_release.html","desc":"Release a semaphore"}, "sem_remove":{"name":"sem_remove","type":"","path":"php/sem_remove.html","desc":"Remove a semaphore"}, "serialize":{"name":"serialize","type":"","path":"php/serialize.html","desc":"产生一个可存储的值的表示"}, "session_abort":{"name":"session_abort","type":"","path":"php/session_abort.html","desc":"Discard session array changes and finish session"}, "session_cache_expire":{"name":"session_cache_expire","type":"","path":"php/session_cache_expire.html","desc":"返回当前缓存的到期时间"}, "session_cache_limiter":{"name":"session_cache_limiter","type":"","path":"php/session_cache_limiter.html","desc":"读取设置缓存限制器"}, "session_commit":{"name":"session_commit","type":"","path":"php/session_commit.html","desc":"session_write_close 的别名"}, "session_create_id":{"name":"session_create_id","type":"","path":"php/session_create_id.html","desc":"Create new session id"}, "session_decode":{"name":"session_decode","type":"","path":"php/session_decode.html","desc":"解码会话数据"}, "session_destroy":{"name":"session_destroy","type":"","path":"php/session_destroy.html","desc":"销毁一个会话中的全部数据"}, "session_encode":{"name":"session_encode","type":"","path":"php/session_encode.html","desc":"将当前会话数据编码为一个字符串"}, "session_gc":{"name":"session_gc","type":"","path":"php/session_gc.html","desc":"Perform session data garbage collection"}, "session_get_cookie_params":{"name":"session_get_cookie_params","type":"","path":"php/session_get_cookie_params.html","desc":"获取会话 cookie 参数"}, "session_id":{"name":"session_id","type":"","path":"php/session_id.html","desc":"获取设置当前会话 ID"}, "session_is_registered":{"name":"session_is_registered","type":"","path":"php/session_is_registered.html","desc":"检查变量是否在会话中已经注册"}, "session_module_name":{"name":"session_module_name","type":"","path":"php/session_module_name.html","desc":"获取设置会话模块名称"}, "session_name":{"name":"session_name","type":"","path":"php/session_name.html","desc":"读取设置会话名称"}, "session_pgsql_add_error":{"name":"session_pgsql_add_error","type":"","path":"php/session_pgsql_add_error.html","desc":"Increments error counts and sets last error message"}, "session_pgsql_get_error":{"name":"session_pgsql_get_error","type":"","path":"php/session_pgsql_get_error.html","desc":"Returns number of errors and last error message"}, "session_pgsql_get_field":{"name":"session_pgsql_get_field","type":"","path":"php/session_pgsql_get_field.html","desc":"Get custom field value"}, "session_pgsql_reset":{"name":"session_pgsql_reset","type":"","path":"php/session_pgsql_reset.html","desc":"Reset connection to session database servers"}, "session_pgsql_set_field":{"name":"session_pgsql_set_field","type":"","path":"php/session_pgsql_set_field.html","desc":"Set custom field value"}, "session_pgsql_status":{"name":"session_pgsql_status","type":"","path":"php/session_pgsql_status.html","desc":"Get current save handler status"}, "session_regenerate_id":{"name":"session_regenerate_id","type":"","path":"php/session_regenerate_id.html","desc":"使用新生成的会话 ID 更新现有会话 ID"}, "session_register":{"name":"session_register","type":"","path":"php/session_register.html","desc":"Register one or more global variables with the current session"}, "session_register_shutdown":{"name":"session_register_shutdown","type":"","path":"php/session_register_shutdown.html","desc":"关闭会话"}, "session_reset":{"name":"session_reset","type":"","path":"php/session_reset.html","desc":"Re-initialize session array with original values"}, "session_save_path":{"name":"session_save_path","type":"","path":"php/session_save_path.html","desc":"读取设置当前会话的保存路径"}, "session_set_cookie_params":{"name":"session_set_cookie_params","type":"","path":"php/session_set_cookie_params.html","desc":"设置会话 cookie 参数"}, "session_set_save_handler":{"name":"session_set_save_handler","type":"","path":"php/session_set_save_handler.html","desc":"设置用户自定义会话存储函数"}, "session_start":{"name":"session_start","type":"","path":"php/session_start.html","desc":"启动新会话或者重用现有会话"}, "session_status":{"name":"session_status","type":"","path":"php/session_status.html","desc":"返回当前会话状态"}, "session_unregister":{"name":"session_unregister","type":"","path":"php/session_unregister.html","desc":"Unregister a global variable from the current session"}, "session_unset":{"name":"session_unset","type":"","path":"php/session_unset.html","desc":"释放所有的会话变量"}, "session_write_close":{"name":"session_write_close","type":"","path":"php/session_write_close.html","desc":"Write session data and end session"}, "setcookie":{"name":"setcookie","type":"","path":"php/setcookie.html","desc":"发送 Cookie"}, "setlocale":{"name":"setlocale","type":"","path":"php/setlocale.html","desc":"设置地区信息"}, "setproctitle":{"name":"setproctitle","type":"","path":"php/setproctitle.html","desc":"Set the process title"}, "setrawcookie":{"name":"setrawcookie","type":"","path":"php/setrawcookie.html","desc":"发送未经 URL 编码的 cookie"}, "setthreadtitle":{"name":"setthreadtitle","type":"","path":"php/setthreadtitle.html","desc":"Set the thread title"}, "settype":{"name":"settype","type":"","path":"php/settype.html","desc":"设置变量的类型"}, "set_error_handler":{"name":"set_error_handler","type":"","path":"php/set_error_handler.html","desc":"设置用户自定义的错误处理函数"}, "set_exception_handler":{"name":"set_exception_handler","type":"","path":"php/set_exception_handler.html","desc":"设置用户自定义的异常处理函数"}, "set_file_buffer":{"name":"set_file_buffer","type":"","path":"php/set_file_buffer.html","desc":"stream_set_write_buffer 的别名"}, "set_include_path":{"name":"set_include_path","type":"","path":"php/set_include_path.html","desc":"设置 include_path 配置选项"}, "set_magic_quotes_runtime":{"name":"set_magic_quotes_runtime","type":"","path":"php/set_magic_quotes_runtime.html","desc":"设置当前 magic_quotes_runtime 配置选项的激活状态"}, "set_socket_blocking":{"name":"set_socket_blocking","type":"","path":"php/set_socket_blocking.html","desc":"别名 stream_set_blocking"}, "set_time_limit":{"name":"set_time_limit","type":"","path":"php/set_time_limit.html","desc":"设置脚本最大执行时间"}, "sha1":{"name":"sha1","type":"","path":"php/sha1.html","desc":"计算字符串的 sha1 散列值"}, "sha1_file":{"name":"sha1_file","type":"","path":"php/sha1_file.html","desc":"计算文件的 sha1 散列值"}, "shell_exec":{"name":"shell_exec","type":"","path":"php/shell_exec.html","desc":"通过 shell 环境执行命令,并且将完整的输出以字符串的方式返回。"}, "shmop_close":{"name":"shmop_close","type":"","path":"php/shmop_close.html","desc":"Close shared memory block"}, "shmop_delete":{"name":"shmop_delete","type":"","path":"php/shmop_delete.html","desc":"Delete shared memory block"}, "shmop_open":{"name":"shmop_open","type":"","path":"php/shmop_open.html","desc":"Create or open shared memory block"}, "shmop_read":{"name":"shmop_read","type":"","path":"php/shmop_read.html","desc":"Read data from shared memory block"}, "shmop_size":{"name":"shmop_size","type":"","path":"php/shmop_size.html","desc":"Get size of shared memory block"}, "shmop_write":{"name":"shmop_write","type":"","path":"php/shmop_write.html","desc":"Write data into shared memory block"}, "shm_attach":{"name":"shm_attach","type":"","path":"php/shm_attach.html","desc":"Creates or open a shared memory segment"}, "shm_detach":{"name":"shm_detach","type":"","path":"php/shm_detach.html","desc":"Disconnects from shared memory segment"}, "shm_get_var":{"name":"shm_get_var","type":"","path":"php/shm_get_var.html","desc":"Returns a variable from shared memory"}, "shm_has_var":{"name":"shm_has_var","type":"","path":"php/shm_has_var.html","desc":"Check whether a specific entry exists"}, "shm_put_var":{"name":"shm_put_var","type":"","path":"php/shm_put_var.html","desc":"Inserts or updates a variable in shared memory"}, "shm_remove":{"name":"shm_remove","type":"","path":"php/shm_remove.html","desc":"Removes shared memory from Unix systems"}, "shm_remove_var":{"name":"shm_remove_var","type":"","path":"php/shm_remove_var.html","desc":"Removes a variable from shared memory"}, "show_source":{"name":"show_source","type":"","path":"php/show_source.html","desc":"别名 highlight_file"}, "shuffle":{"name":"shuffle","type":"","path":"php/shuffle.html","desc":"打乱数组"}, "similar_text":{"name":"similar_text","type":"","path":"php/similar_text.html","desc":"计算两个字符串的相似度"}, "simplexml_import_dom":{"name":"simplexml_import_dom","type":"","path":"php/simplexml_import_dom.html","desc":"Get a SimpleXMLElement object from a DOM node"}, "simplexml_load_file":{"name":"simplexml_load_file","type":"","path":"php/simplexml_load_file.html","desc":"Interprets an XML file into an object"}, "simplexml_load_string":{"name":"simplexml_load_string","type":"","path":"php/simplexml_load_string.html","desc":"Interprets a string of XML into an object"}, "sin":{"name":"sin","type":"","path":"php/sin.html","desc":"正弦"}, "sinh":{"name":"sinh","type":"","path":"php/sinh.html","desc":"双曲正弦"}, "sizeof":{"name":"sizeof","type":"","path":"php/sizeof.html","desc":"count 的别名"}, "sleep":{"name":"sleep","type":"","path":"php/sleep.html","desc":"延缓执行"}, "snmp2_get":{"name":"snmp2_get","type":"","path":"php/snmp2_get.html","desc":"Fetch an SNMP object"}, "snmp2_getnext":{"name":"snmp2_getnext","type":"","path":"php/snmp2_getnext.html","desc":"Fetch the SNMP object which follows the given object id"}, "snmp2_real_walk":{"name":"snmp2_real_walk","type":"","path":"php/snmp2_real_walk.html","desc":"Return all objects including their respective object ID within the specified one"}, "snmp2_set":{"name":"snmp2_set","type":"","path":"php/snmp2_set.html","desc":"Set the value of an SNMP object"}, "snmp2_walk":{"name":"snmp2_walk","type":"","path":"php/snmp2_walk.html","desc":"Fetch all the SNMP objects from an agent"}, "snmp3_get":{"name":"snmp3_get","type":"","path":"php/snmp3_get.html","desc":"Fetch an SNMP object"}, "snmp3_getnext":{"name":"snmp3_getnext","type":"","path":"php/snmp3_getnext.html","desc":"Fetch the SNMP object which follows the given object id"}, "snmp3_real_walk":{"name":"snmp3_real_walk","type":"","path":"php/snmp3_real_walk.html","desc":"Return all objects including their respective object ID within the specified one"}, "snmp3_set":{"name":"snmp3_set","type":"","path":"php/snmp3_set.html","desc":"Set the value of an SNMP object"}, "snmp3_walk":{"name":"snmp3_walk","type":"","path":"php/snmp3_walk.html","desc":"Fetch all the SNMP objects from an agent"}, "snmpget":{"name":"snmpget","type":"","path":"php/snmpget.html","desc":"获取一个 SNMP 对象"}, "snmpgetnext":{"name":"snmpgetnext","type":"","path":"php/snmpgetnext.html","desc":"Fetch the SNMP object which follows the given object id"}, "snmprealwalk":{"name":"snmprealwalk","type":"","path":"php/snmprealwalk.html","desc":"返回指定的所有对象,包括它们各自的对象 ID"}, "snmpset":{"name":"snmpset","type":"","path":"php/snmpset.html","desc":"设置一个 SNMP 对象"}, "snmpwalk":{"name":"snmpwalk","type":"","path":"php/snmpwalk.html","desc":"从代理返回所有的 SNMP 对象"}, "snmpwalkoid":{"name":"snmpwalkoid","type":"","path":"php/snmpwalkoid.html","desc":"查询关于网络实体的信息树"}, "snmp_get_quick_print":{"name":"snmp_get_quick_print","type":"","path":"php/snmp_get_quick_print.html","desc":"返回 UCD 库中 quick_print 设置的当前值"}, "snmp_get_valueretrieval":{"name":"snmp_get_valueretrieval","type":"","path":"php/snmp_get_valueretrieval.html","desc":"Return the method how the SNMP values will be returned"}, "snmp_read_mib":{"name":"snmp_read_mib","type":"","path":"php/snmp_read_mib.html","desc":"Reads and parses a MIB file into the active MIB tree"}, "snmp_set_enum_print":{"name":"snmp_set_enum_print","type":"","path":"php/snmp_set_enum_print.html","desc":"Return all values that are enums with their enum value instead of the raw integer"}, "snmp_set_oid_numeric_print":{"name":"snmp_set_oid_numeric_print","type":"","path":"php/snmp_set_oid_numeric_print.html","desc":"Set the OID output format"}, "snmp_set_oid_output_format":{"name":"snmp_set_oid_output_format","type":"","path":"php/snmp_set_oid_output_format.html","desc":"Set the OID output format"}, "snmp_set_quick_print":{"name":"snmp_set_quick_print","type":"","path":"php/snmp_set_quick_print.html","desc":"设置 UCD SNMP 库中 quick_print 的值"}, "snmp_set_valueretrieval":{"name":"snmp_set_valueretrieval","type":"","path":"php/snmp_set_valueretrieval.html","desc":"Specify the method how the SNMP values will be returned"}, "socket_accept":{"name":"socket_accept","type":"","path":"php/socket_accept.html","desc":"Accepts a connection on a socket"}, "socket_addrinfo_bind":{"name":"socket_addrinfo_bind","type":"","path":"php/socket_addrinfo_bind.html","desc":"Create and bind to a socket from a given addrinfo"}, "socket_addrinfo_connect":{"name":"socket_addrinfo_connect","type":"","path":"php/socket_addrinfo_connect.html","desc":"Create and connect to a socket from a given addrinfo"}, "socket_addrinfo_explain":{"name":"socket_addrinfo_explain","type":"","path":"php/socket_addrinfo_explain.html","desc":"Get information about addrinfo"}, "socket_addrinfo_lookup":{"name":"socket_addrinfo_lookup","type":"","path":"php/socket_addrinfo_lookup.html","desc":"Get array with contents of getaddrinfo about the given hostname"}, "socket_bind":{"name":"socket_bind","type":"","path":"php/socket_bind.html","desc":"给套接字绑定名字"}, "socket_clear_error":{"name":"socket_clear_error","type":"","path":"php/socket_clear_error.html","desc":"清除套接字或者最后的错误代码上的错误"}, "socket_close":{"name":"socket_close","type":"","path":"php/socket_close.html","desc":"关闭套接字资源"}, "socket_cmsg_space":{"name":"socket_cmsg_space","type":"","path":"php/socket_cmsg_space.html","desc":"Calculate message buffer size"}, "socket_connect":{"name":"socket_connect","type":"","path":"php/socket_connect.html","desc":"开启一个套接字连接"}, "socket_create":{"name":"socket_create","type":"","path":"php/socket_create.html","desc":"创建一个套接字(通讯节点)"}, "socket_create_listen":{"name":"socket_create_listen","type":"","path":"php/socket_create_listen.html","desc":"Opens a socket on port to accept connections"}, "socket_create_pair":{"name":"socket_create_pair","type":"","path":"php/socket_create_pair.html","desc":"Creates a pair of indistinguishable sockets and stores them in an array"}, "socket_export_stream":{"name":"socket_export_stream","type":"","path":"php/socket_export_stream.html","desc":"Export a socket extension resource into a stream that encapsulates a socket"}, "socket_getopt":{"name":"socket_getopt","type":"","path":"php/socket_getopt.html","desc":"别名 socket_get_option"}, "socket_getpeername":{"name":"socket_getpeername","type":"","path":"php/socket_getpeername.html","desc":"Queries the remote side of the given socket which may either result in hostport or in a Unix filesystem path, dependent on its type"}, "socket_getsockname":{"name":"socket_getsockname","type":"","path":"php/socket_getsockname.html","desc":"Queries the local side of the given socket which may either result in hostport or in a Unix filesystem path, dependent on its type"}, "socket_get_option":{"name":"socket_get_option","type":"","path":"php/socket_get_option.html","desc":"Gets socket options for the socket"}, "socket_get_status":{"name":"socket_get_status","type":"","path":"php/socket_get_status.html","desc":"别名 stream_get_meta_data"}, "socket_import_stream":{"name":"socket_import_stream","type":"","path":"php/socket_import_stream.html","desc":"Import a stream"}, "socket_last_error":{"name":"socket_last_error","type":"","path":"php/socket_last_error.html","desc":"Returns the last error on the socket"}, "socket_listen":{"name":"socket_listen","type":"","path":"php/socket_listen.html","desc":"Listens for a connection on a socket"}, "socket_read":{"name":"socket_read","type":"","path":"php/socket_read.html","desc":"Reads a maximum of length bytes from a socket"}, "socket_recv":{"name":"socket_recv","type":"","path":"php/socket_recv.html","desc":"从已连接的socket接收数据"}, "socket_recvfrom":{"name":"socket_recvfrom","type":"","path":"php/socket_recvfrom.html","desc":"Receives data from a socket whether or not it is connection-oriented"}, "socket_recvmsg":{"name":"socket_recvmsg","type":"","path":"php/socket_recvmsg.html","desc":"Read a message"}, "socket_select":{"name":"socket_select","type":"","path":"php/socket_select.html","desc":"Runs the select() system call on the given arrays of sockets with a specified timeout"}, "socket_send":{"name":"socket_send","type":"","path":"php/socket_send.html","desc":"Sends data to a connected socket"}, "socket_sendmsg":{"name":"socket_sendmsg","type":"","path":"php/socket_sendmsg.html","desc":"Send a message"}, "socket_sendto":{"name":"socket_sendto","type":"","path":"php/socket_sendto.html","desc":"Sends a message to a socket, whether it is connected or not"}, "socket_setopt":{"name":"socket_setopt","type":"","path":"php/socket_setopt.html","desc":"别名 socket_set_option"}, "socket_set_block":{"name":"socket_set_block","type":"","path":"php/socket_set_block.html","desc":"Sets blocking mode on a socket resource"}, "socket_set_blocking":{"name":"socket_set_blocking","type":"","path":"php/socket_set_blocking.html","desc":"别名 stream_set_blocking"}, "socket_set_nonblock":{"name":"socket_set_nonblock","type":"","path":"php/socket_set_nonblock.html","desc":"Sets nonblocking mode for file descriptor fd"}, "socket_set_option":{"name":"socket_set_option","type":"","path":"php/socket_set_option.html","desc":"Sets socket options for the socket"}, "socket_set_timeout":{"name":"socket_set_timeout","type":"","path":"php/socket_set_timeout.html","desc":"别名 stream_set_timeout"}, "socket_shutdown":{"name":"socket_shutdown","type":"","path":"php/socket_shutdown.html","desc":"Shuts down a socket for receiving, sending, or both"}, "socket_strerror":{"name":"socket_strerror","type":"","path":"php/socket_strerror.html","desc":"Return a string describing a socket error"}, "socket_write":{"name":"socket_write","type":"","path":"php/socket_write.html","desc":"Write to a socket"}, "sodium_add":{"name":"sodium_add","type":"","path":"php/sodium_add.html","desc":"Add large numbers"}, "sodium_bin2hex":{"name":"sodium_bin2hex","type":"","path":"php/sodium_bin2hex.html","desc":"Encode to hexadecimal"}, "sodium_compare":{"name":"sodium_compare","type":"","path":"php/sodium_compare.html","desc":"Compare large numbers"}, "sodium_crypto_aead_aes256gcm_decrypt":{"name":"sodium_crypto_aead_aes256gcm_decrypt","type":"","path":"php/sodium_crypto_aead_aes256gcm_decrypt.html","desc":"Decrypt in combined mode with precalculation"}, "sodium_crypto_aead_aes256gcm_encrypt":{"name":"sodium_crypto_aead_aes256gcm_encrypt","type":"","path":"php/sodium_crypto_aead_aes256gcm_encrypt.html","desc":"Encrypt in combined mode with precalculation"}, "sodium_crypto_aead_aes256gcm_is_available":{"name":"sodium_crypto_aead_aes256gcm_is_available","type":"","path":"php/sodium_crypto_aead_aes256gcm_is_available.html","desc":"Check if hardware supports AES256-GCM"}, "sodium_crypto_aead_aes256gcm_keygen":{"name":"sodium_crypto_aead_aes256gcm_keygen","type":"","path":"php/sodium_crypto_aead_aes256gcm_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_aead_chacha20poly1305_decrypt":{"name":"sodium_crypto_aead_chacha20poly1305_decrypt","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_decrypt.html","desc":"Verify that the ciphertext includes a valid tag"}, "sodium_crypto_aead_chacha20poly1305_encrypt":{"name":"sodium_crypto_aead_chacha20poly1305_encrypt","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_encrypt.html","desc":"Encrypt a message"}, "sodium_crypto_aead_chacha20poly1305_ietf_decrypt":{"name":"sodium_crypto_aead_chacha20poly1305_ietf_decrypt","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_ietf_decrypt.html","desc":"Verify that the ciphertext includes a valid tag"}, "sodium_crypto_aead_chacha20poly1305_ietf_encrypt":{"name":"sodium_crypto_aead_chacha20poly1305_ietf_encrypt","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_ietf_encrypt.html","desc":"Encrypt a message"}, "sodium_crypto_aead_chacha20poly1305_ietf_keygen":{"name":"sodium_crypto_aead_chacha20poly1305_ietf_keygen","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_ietf_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_aead_chacha20poly1305_keygen":{"name":"sodium_crypto_aead_chacha20poly1305_keygen","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_auth":{"name":"sodium_crypto_auth","type":"","path":"php/sodium_crypto_auth.html","desc":"Compute a tag for the message"}, "sodium_crypto_auth_keygen":{"name":"sodium_crypto_auth_keygen","type":"","path":"php/sodium_crypto_auth_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_auth_verify":{"name":"sodium_crypto_auth_verify","type":"","path":"php/sodium_crypto_auth_verify.html","desc":"Verifies that the tag is valid for the message"}, "sodium_crypto_box":{"name":"sodium_crypto_box","type":"","path":"php/sodium_crypto_box.html","desc":"Encrypt a message"}, "sodium_crypto_box_keypair":{"name":"sodium_crypto_box_keypair","type":"","path":"php/sodium_crypto_box_keypair.html","desc":"Randomly generate a secret key and a corresponding public key"}, "sodium_crypto_box_open":{"name":"sodium_crypto_box_open","type":"","path":"php/sodium_crypto_box_open.html","desc":"Verify and decrypt a ciphertext"}, "sodium_crypto_box_seal":{"name":"sodium_crypto_box_seal","type":"","path":"php/sodium_crypto_box_seal.html","desc":"Encrypt a message"}, "sodium_crypto_box_seal_open":{"name":"sodium_crypto_box_seal_open","type":"","path":"php/sodium_crypto_box_seal_open.html","desc":"Decrypt the ciphertext"}, "sodium_crypto_box_seed_keypair":{"name":"sodium_crypto_box_seed_keypair","type":"","path":"php/sodium_crypto_box_seed_keypair.html","desc":"Deterministically derive the key pair from a single key"}, "sodium_crypto_generichash":{"name":"sodium_crypto_generichash","type":"","path":"php/sodium_crypto_generichash.html","desc":"Get a hash of the message"}, "sodium_crypto_generichash_final":{"name":"sodium_crypto_generichash_final","type":"","path":"php/sodium_crypto_generichash_final.html","desc":"Complete the hash"}, "sodium_crypto_generichash_init":{"name":"sodium_crypto_generichash_init","type":"","path":"php/sodium_crypto_generichash_init.html","desc":"Initialize a hash"}, "sodium_crypto_generichash_keygen":{"name":"sodium_crypto_generichash_keygen","type":"","path":"php/sodium_crypto_generichash_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_generichash_update":{"name":"sodium_crypto_generichash_update","type":"","path":"php/sodium_crypto_generichash_update.html","desc":"Add message to a hash"}, "sodium_crypto_kdf_derive_from_key":{"name":"sodium_crypto_kdf_derive_from_key","type":"","path":"php/sodium_crypto_kdf_derive_from_key.html","desc":"Derive a subkey"}, "sodium_crypto_kdf_keygen":{"name":"sodium_crypto_kdf_keygen","type":"","path":"php/sodium_crypto_kdf_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_kx_keypair":{"name":"sodium_crypto_kx_keypair","type":"","path":"php/sodium_crypto_kx_keypair.html","desc":"Creates a new sodium keypair"}, "sodium_crypto_pwhash":{"name":"sodium_crypto_pwhash","type":"","path":"php/sodium_crypto_pwhash.html","desc":"Derive a key from a password"}, "sodium_crypto_pwhash_scryptsalsa208sha256":{"name":"sodium_crypto_pwhash_scryptsalsa208sha256","type":"","path":"php/sodium_crypto_pwhash_scryptsalsa208sha256.html","desc":"Derives a key from a password"}, "sodium_crypto_pwhash_scryptsalsa208sha256_str":{"name":"sodium_crypto_pwhash_scryptsalsa208sha256_str","type":"","path":"php/sodium_crypto_pwhash_scryptsalsa208sha256_str.html","desc":"Get an ASCII encoded hash"}, "sodium_crypto_pwhash_scryptsalsa208sha256_str_verify":{"name":"sodium_crypto_pwhash_scryptsalsa208sha256_str_verify","type":"","path":"php/sodium_crypto_pwhash_scryptsalsa208sha256_str_verify.html","desc":"Verify that the password is a valid password verification string"}, "sodium_crypto_pwhash_str":{"name":"sodium_crypto_pwhash_str","type":"","path":"php/sodium_crypto_pwhash_str.html","desc":"Get an ASCII-encoded hash"}, "sodium_crypto_pwhash_str_verify":{"name":"sodium_crypto_pwhash_str_verify","type":"","path":"php/sodium_crypto_pwhash_str_verify.html","desc":"Verifies that a password matches a hash"}, "sodium_crypto_scalarmult":{"name":"sodium_crypto_scalarmult","type":"","path":"php/sodium_crypto_scalarmult.html","desc":"Compute a shared secret given a user's secret key and another user's public key"}, "sodium_crypto_scalarmult_base":{"name":"sodium_crypto_scalarmult_base","type":"","path":"php/sodium_crypto_scalarmult_base.html","desc":"别名 sodium_crypto_box_publickey_from_secretkey"}, "sodium_crypto_secretbox":{"name":"sodium_crypto_secretbox","type":"","path":"php/sodium_crypto_secretbox.html","desc":"Encrypt a message"}, "sodium_crypto_secretbox_keygen":{"name":"sodium_crypto_secretbox_keygen","type":"","path":"php/sodium_crypto_secretbox_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_secretbox_open":{"name":"sodium_crypto_secretbox_open","type":"","path":"php/sodium_crypto_secretbox_open.html","desc":"Verify and decrypt a ciphertext"}, "sodium_crypto_shorthash":{"name":"sodium_crypto_shorthash","type":"","path":"php/sodium_crypto_shorthash.html","desc":"Compute a fixed-size fingerprint for the message"}, "sodium_crypto_shorthash_keygen":{"name":"sodium_crypto_shorthash_keygen","type":"","path":"php/sodium_crypto_shorthash_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_sign":{"name":"sodium_crypto_sign","type":"","path":"php/sodium_crypto_sign.html","desc":"Sign a message"}, "sodium_crypto_sign_detached":{"name":"sodium_crypto_sign_detached","type":"","path":"php/sodium_crypto_sign_detached.html","desc":"Sign the message"}, "sodium_crypto_sign_ed25519_pk_to_curve25519":{"name":"sodium_crypto_sign_ed25519_pk_to_curve25519","type":"","path":"php/sodium_crypto_sign_ed25519_pk_to_curve25519.html","desc":"Convert an Ed25519 public key to a Curve25519 public key"}, "sodium_crypto_sign_ed25519_sk_to_curve25519":{"name":"sodium_crypto_sign_ed25519_sk_to_curve25519","type":"","path":"php/sodium_crypto_sign_ed25519_sk_to_curve25519.html","desc":"Convert an Ed25519 secret key to a Curve25519 secret key"}, "sodium_crypto_sign_keypair":{"name":"sodium_crypto_sign_keypair","type":"","path":"php/sodium_crypto_sign_keypair.html","desc":"Randomly generate a secret key and a corresponding public key"}, "sodium_crypto_sign_open":{"name":"sodium_crypto_sign_open","type":"","path":"php/sodium_crypto_sign_open.html","desc":"Check that the signed message has a valid signature"}, "sodium_crypto_sign_publickey_from_secretkey":{"name":"sodium_crypto_sign_publickey_from_secretkey","type":"","path":"php/sodium_crypto_sign_publickey_from_secretkey.html","desc":"Extract the public key from the secret key"}, "sodium_crypto_sign_seed_keypair":{"name":"sodium_crypto_sign_seed_keypair","type":"","path":"php/sodium_crypto_sign_seed_keypair.html","desc":"Deterministically derive the key pair from a single key"}, "sodium_crypto_sign_verify_detached":{"name":"sodium_crypto_sign_verify_detached","type":"","path":"php/sodium_crypto_sign_verify_detached.html","desc":"Verify signature for the message"}, "sodium_crypto_stream":{"name":"sodium_crypto_stream","type":"","path":"php/sodium_crypto_stream.html","desc":"Generate a deterministic sequence of bytes from a seed"}, "sodium_crypto_stream_keygen":{"name":"sodium_crypto_stream_keygen","type":"","path":"php/sodium_crypto_stream_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_stream_xor":{"name":"sodium_crypto_stream_xor","type":"","path":"php/sodium_crypto_stream_xor.html","desc":"Encrypt a message"}, "sodium_hex2bin":{"name":"sodium_hex2bin","type":"","path":"php/sodium_hex2bin.html","desc":"Decodes a hexadecimally encoded binary string"}, "sodium_increment":{"name":"sodium_increment","type":"","path":"php/sodium_increment.html","desc":"Increment large number"}, "sodium_memcmp":{"name":"sodium_memcmp","type":"","path":"php/sodium_memcmp.html","desc":"Test for equality in constant-time"}, "sodium_memzero":{"name":"sodium_memzero","type":"","path":"php/sodium_memzero.html","desc":"Overwrite buf with zeros"}, "sodium_pad":{"name":"sodium_pad","type":"","path":"php/sodium_pad.html","desc":"Add padding data"}, "sodium_unpad":{"name":"sodium_unpad","type":"","path":"php/sodium_unpad.html","desc":"Remove padding data"}, "solr_get_version":{"name":"solr_get_version","type":"","path":"php/solr_get_version.html","desc":"返回当前Solr扩展的版本"}, "sort":{"name":"sort","type":"","path":"php/sort.html","desc":"对数组排序"}, "soundex":{"name":"soundex","type":"","path":"php/soundex.html","desc":"Calculate the soundex key of a string"}, "split":{"name":"split","type":"","path":"php/split.html","desc":"用正则表达式将字符串分割到数组中"}, "spliti":{"name":"spliti","type":"","path":"php/spliti.html","desc":"用正则表达式不区分大小写将字符串分割到数组中"}, "spl_autoload":{"name":"spl_autoload","type":"","path":"php/spl_autoload.html","desc":"__autoload()函数的默认实现"}, "spl_autoload_call":{"name":"spl_autoload_call","type":"","path":"php/spl_autoload_call.html","desc":"尝试调用所有已注册的__autoload()函数来装载请求类"}, "spl_autoload_extensions":{"name":"spl_autoload_extensions","type":"","path":"php/spl_autoload_extensions.html","desc":"注册并返回spl_autoload函数使用的默认文件扩展名。"}, "spl_autoload_functions":{"name":"spl_autoload_functions","type":"","path":"php/spl_autoload_functions.html","desc":"返回所有已注册的__autoload()函数。"}, "spl_autoload_register":{"name":"spl_autoload_register","type":"","path":"php/spl_autoload_register.html","desc":"注册给定的函数作为 __autoload 的实现"}, "spl_autoload_unregister":{"name":"spl_autoload_unregister","type":"","path":"php/spl_autoload_unregister.html","desc":"注销已注册的__autoload()函数"}, "spl_classes":{"name":"spl_classes","type":"","path":"php/spl_classes.html","desc":"返回所有可用的SPL类"}, "spl_object_hash":{"name":"spl_object_hash","type":"","path":"php/spl_object_hash.html","desc":"返回指定对象的hash id"}, "spl_object_id":{"name":"spl_object_id","type":"","path":"php/spl_object_id.html","desc":"Return the integer object handle for given object"}, "sprintf":{"name":"sprintf","type":"","path":"php/sprintf.html","desc":"Return a formatted string"}, "sqlite_array_query":{"name":"sqlite_array_query","type":"","path":"php/sqlite_array_query.html","desc":"Execute a query against a given database and returns an array"}, "sqlite_busy_timeout":{"name":"sqlite_busy_timeout","type":"","path":"php/sqlite_busy_timeout.html","desc":"Set busy timeout duration, or disable busy handlers"}, "sqlite_changes":{"name":"sqlite_changes","type":"","path":"php/sqlite_changes.html","desc":"Returns the number of rows that were changed by "}, "sqlite_close":{"name":"sqlite_close","type":"","path":"php/sqlite_close.html","desc":"Closes an open SQLite database"}, "sqlite_column":{"name":"sqlite_column","type":"","path":"php/sqlite_column.html","desc":"Fetches a column from the current row of a result set"}, "sqlite_create_aggregate":{"name":"sqlite_create_aggregate","type":"","path":"php/sqlite_create_aggregate.html","desc":"Register an aggregating UDF for use in SQL statements"}, "sqlite_create_function":{"name":"sqlite_create_function","type":"","path":"php/sqlite_create_function.html","desc":"Registers a "regular" User Defined Function for use in SQL statements"}, "sqlite_current":{"name":"sqlite_current","type":"","path":"php/sqlite_current.html","desc":"Fetches the current row from a result set as an array"}, "sqlite_error_string":{"name":"sqlite_error_string","type":"","path":"php/sqlite_error_string.html","desc":"Returns the textual description of an error code"}, "sqlite_escape_string":{"name":"sqlite_escape_string","type":"","path":"php/sqlite_escape_string.html","desc":"Escapes a string for use as a query parameter"}, "sqlite_exec":{"name":"sqlite_exec","type":"","path":"php/sqlite_exec.html","desc":"Executes a result-less query against a given database"}, "sqlite_factory":{"name":"sqlite_factory","type":"","path":"php/sqlite_factory.html","desc":"Opens an SQLite database and returns an SQLiteDatabase object"}, "sqlite_fetch_all":{"name":"sqlite_fetch_all","type":"","path":"php/sqlite_fetch_all.html","desc":"Fetches all rows from a result set as an array of arrays"}, "sqlite_fetch_array":{"name":"sqlite_fetch_array","type":"","path":"php/sqlite_fetch_array.html","desc":"Fetches the next row from a result set as an array"}, "sqlite_fetch_column_types":{"name":"sqlite_fetch_column_types","type":"","path":"php/sqlite_fetch_column_types.html","desc":"Return an array of column types from a particular table"}, "sqlite_fetch_object":{"name":"sqlite_fetch_object","type":"","path":"php/sqlite_fetch_object.html","desc":"Fetches the next row from a result set as an object"}, "sqlite_fetch_single":{"name":"sqlite_fetch_single","type":"","path":"php/sqlite_fetch_single.html","desc":"Fetches the first column of a result set as a string"}, "sqlite_fetch_string":{"name":"sqlite_fetch_string","type":"","path":"php/sqlite_fetch_string.html","desc":"别名 sqlite_fetch_single"}, "sqlite_field_name":{"name":"sqlite_field_name","type":"","path":"php/sqlite_field_name.html","desc":"Returns the name of a particular field"}, "sqlite_has_more":{"name":"sqlite_has_more","type":"","path":"php/sqlite_has_more.html","desc":"Finds whether or not more rows are available"}, "sqlite_has_prev":{"name":"sqlite_has_prev","type":"","path":"php/sqlite_has_prev.html","desc":"Returns whether or not a previous row is available"}, "sqlite_key":{"name":"sqlite_key","type":"","path":"php/sqlite_key.html","desc":"Returns the current row index"}, "sqlite_last_error":{"name":"sqlite_last_error","type":"","path":"php/sqlite_last_error.html","desc":"Returns the error code of the last error for a database"}, "sqlite_last_insert_rowid":{"name":"sqlite_last_insert_rowid","type":"","path":"php/sqlite_last_insert_rowid.html","desc":"Returns the rowid of the most recently inserted row"}, "sqlite_libencoding":{"name":"sqlite_libencoding","type":"","path":"php/sqlite_libencoding.html","desc":"Returns the encoding of the linked SQLite library"}, "sqlite_libversion":{"name":"sqlite_libversion","type":"","path":"php/sqlite_libversion.html","desc":"Returns the version of the linked SQLite library"}, "sqlite_next":{"name":"sqlite_next","type":"","path":"php/sqlite_next.html","desc":"Seek to the next row number"}, "sqlite_num_fields":{"name":"sqlite_num_fields","type":"","path":"php/sqlite_num_fields.html","desc":"Returns the number of fields in a result set"}, "sqlite_num_rows":{"name":"sqlite_num_rows","type":"","path":"php/sqlite_num_rows.html","desc":"Returns the number of rows in a buffered result set"}, "sqlite_open":{"name":"sqlite_open","type":"","path":"php/sqlite_open.html","desc":"Opens an SQLite database and create the database if it does not exist"}, "sqlite_popen":{"name":"sqlite_popen","type":"","path":"php/sqlite_popen.html","desc":"Opens a persistent handle to an SQLite database and create the database if it does not exist"}, "sqlite_prev":{"name":"sqlite_prev","type":"","path":"php/sqlite_prev.html","desc":"Seek to the previous row number of a result set"}, "sqlite_query":{"name":"sqlite_query","type":"","path":"php/sqlite_query.html","desc":"Executes a query against a given database and returns a result handle"}, "sqlite_rewind":{"name":"sqlite_rewind","type":"","path":"php/sqlite_rewind.html","desc":"Seek to the first row number"}, "sqlite_seek":{"name":"sqlite_seek","type":"","path":"php/sqlite_seek.html","desc":"Seek to a particular row number of a buffered result set"}, "sqlite_single_query":{"name":"sqlite_single_query","type":"","path":"php/sqlite_single_query.html","desc":"Executes a query and returns either an array for one single column or the value of the first row"}, "sqlite_udf_decode_binary":{"name":"sqlite_udf_decode_binary","type":"","path":"php/sqlite_udf_decode_binary.html","desc":"Decode binary data passed as parameters to an UDF"}, "sqlite_udf_encode_binary":{"name":"sqlite_udf_encode_binary","type":"","path":"php/sqlite_udf_encode_binary.html","desc":"Encode binary data before returning it from an UDF"}, "sqlite_unbuffered_query":{"name":"sqlite_unbuffered_query","type":"","path":"php/sqlite_unbuffered_query.html","desc":"Execute a query that does not prefetch and buffer all data"}, "sqlite_valid":{"name":"sqlite_valid","type":"","path":"php/sqlite_valid.html","desc":"Returns whether more rows are available"}, "sqlsrv_begin_transaction":{"name":"sqlsrv_begin_transaction","type":"","path":"php/sqlsrv_begin_transaction.html","desc":"Begins a database transaction"}, "sqlsrv_cancel":{"name":"sqlsrv_cancel","type":"","path":"php/sqlsrv_cancel.html","desc":"Cancels a statement"}, "sqlsrv_client_info":{"name":"sqlsrv_client_info","type":"","path":"php/sqlsrv_client_info.html","desc":"Returns information about the client and specified connection"}, "sqlsrv_close":{"name":"sqlsrv_close","type":"","path":"php/sqlsrv_close.html","desc":"Closes an open connection and releases resourses associated with the connection"}, "sqlsrv_commit":{"name":"sqlsrv_commit","type":"","path":"php/sqlsrv_commit.html","desc":"Commits a transaction that was begun with sqlsrv_begin_transaction"}, "sqlsrv_configure":{"name":"sqlsrv_configure","type":"","path":"php/sqlsrv_configure.html","desc":"Changes the driver error handling and logging configurations"}, "sqlsrv_connect":{"name":"sqlsrv_connect","type":"","path":"php/sqlsrv_connect.html","desc":"Opens a connection to a Microsoft SQL Server database"}, "sqlsrv_errors":{"name":"sqlsrv_errors","type":"","path":"php/sqlsrv_errors.html","desc":"Returns error and warning information about the last SQLSRV operation performed"}, "sqlsrv_execute":{"name":"sqlsrv_execute","type":"","path":"php/sqlsrv_execute.html","desc":"Executes a statement prepared with sqlsrv_prepare"}, "sqlsrv_fetch":{"name":"sqlsrv_fetch","type":"","path":"php/sqlsrv_fetch.html","desc":"Makes the next row in a result set available for reading"}, "sqlsrv_fetch_array":{"name":"sqlsrv_fetch_array","type":"","path":"php/sqlsrv_fetch_array.html","desc":"Returns a row as an array"}, "sqlsrv_fetch_object":{"name":"sqlsrv_fetch_object","type":"","path":"php/sqlsrv_fetch_object.html","desc":"Retrieves the next row of data in a result set as an object"}, "sqlsrv_field_metadata":{"name":"sqlsrv_field_metadata","type":"","path":"php/sqlsrv_field_metadata.html","desc":"Retrieves metadata for the fields of a statement pre"}, "sqlsrv_free_stmt":{"name":"sqlsrv_free_stmt","type":"","path":"php/sqlsrv_free_stmt.html","desc":"Frees all resources for the specified statement"}, "sqlsrv_get_config":{"name":"sqlsrv_get_config","type":"","path":"php/sqlsrv_get_config.html","desc":"Returns the value of the specified configuration setting"}, "sqlsrv_get_field":{"name":"sqlsrv_get_field","type":"","path":"php/sqlsrv_get_field.html","desc":"Gets field data from the currently selected row"}, "sqlsrv_has_rows":{"name":"sqlsrv_has_rows","type":"","path":"php/sqlsrv_has_rows.html","desc":"Indicates whether the specified statement has rows"}, "sqlsrv_next_result":{"name":"sqlsrv_next_result","type":"","path":"php/sqlsrv_next_result.html","desc":"Makes the next result of the specified statement active"}, "sqlsrv_num_fields":{"name":"sqlsrv_num_fields","type":"","path":"php/sqlsrv_num_fields.html","desc":"Retrieves the number of fields (columns) on a statement"}, "sqlsrv_num_rows":{"name":"sqlsrv_num_rows","type":"","path":"php/sqlsrv_num_rows.html","desc":"Retrieves the number of rows in a result set"}, "sqlsrv_prepare":{"name":"sqlsrv_prepare","type":"","path":"php/sqlsrv_prepare.html","desc":"Prepares a query for execution"}, "sqlsrv_query":{"name":"sqlsrv_query","type":"","path":"php/sqlsrv_query.html","desc":"Prepares and executes a query"}, "sqlsrv_rollback":{"name":"sqlsrv_rollback","type":"","path":"php/sqlsrv_rollback.html","desc":"Rolls back a transaction that was be"}, "sqlsrv_rows_affected":{"name":"sqlsrv_rows_affected","type":"","path":"php/sqlsrv_rows_affected.html","desc":"Returns the number of rows modified by the last INSERT, UP"}, "sqlsrv_send_stream_data":{"name":"sqlsrv_send_stream_data","type":"","path":"php/sqlsrv_send_stream_data.html","desc":"Sends data from parameter streams to the server"}, "sqlsrv_server_info":{"name":"sqlsrv_server_info","type":"","path":"php/sqlsrv_server_info.html","desc":"Returns information about the server"}, "sql_regcase":{"name":"sql_regcase","type":"","path":"php/sql_regcase.html","desc":"产生用于不区分大小的匹配的正则表达式"}, "sqrt":{"name":"sqrt","type":"","path":"php/sqrt.html","desc":"平方根"}, "srand":{"name":"srand","type":"","path":"php/srand.html","desc":"播下随机数发生器种子"}, "sscanf":{"name":"sscanf","type":"","path":"php/sscanf.html","desc":"根据指定格式解析输入的字符"}, "ssdeep_fuzzy_compare":{"name":"ssdeep_fuzzy_compare","type":"","path":"php/ssdeep_fuzzy_compare.html","desc":"Calculates the match score between two fuzzy hash signatures"}, "ssdeep_fuzzy_hash":{"name":"ssdeep_fuzzy_hash","type":"","path":"php/ssdeep_fuzzy_hash.html","desc":"Create a fuzzy hash from a string"}, "ssdeep_fuzzy_hash_filename":{"name":"ssdeep_fuzzy_hash_filename","type":"","path":"php/ssdeep_fuzzy_hash_filename.html","desc":"Create a fuzzy hash from a file"}, "ssh2_auth_agent":{"name":"ssh2_auth_agent","type":"","path":"php/ssh2_auth_agent.html","desc":"Authenticate over SSH using the ssh agent"}, "ssh2_auth_hostbased_file":{"name":"ssh2_auth_hostbased_file","type":"","path":"php/ssh2_auth_hostbased_file.html","desc":"Authenticate using a public hostkey"}, "ssh2_auth_none":{"name":"ssh2_auth_none","type":"","path":"php/ssh2_auth_none.html","desc":"Authenticate as "none""}, "ssh2_auth_password":{"name":"ssh2_auth_password","type":"","path":"php/ssh2_auth_password.html","desc":"Authenticate over SSH using a plain password"}, "ssh2_auth_pubkey_file":{"name":"ssh2_auth_pubkey_file","type":"","path":"php/ssh2_auth_pubkey_file.html","desc":"Authenticate using a public key"}, "ssh2_connect":{"name":"ssh2_connect","type":"","path":"php/ssh2_connect.html","desc":"Connect to an SSH server"}, "ssh2_disconnect":{"name":"ssh2_disconnect","type":"","path":"php/ssh2_disconnect.html","desc":"Close a connection to a remote SSH server"}, "ssh2_exec":{"name":"ssh2_exec","type":"","path":"php/ssh2_exec.html","desc":"Execute a command on a remote server"}, "ssh2_fetch_stream":{"name":"ssh2_fetch_stream","type":"","path":"php/ssh2_fetch_stream.html","desc":"Fetch an extended data stream"}, "ssh2_fingerprint":{"name":"ssh2_fingerprint","type":"","path":"php/ssh2_fingerprint.html","desc":"Retrieve fingerprint of remote server"}, "ssh2_methods_negotiated":{"name":"ssh2_methods_negotiated","type":"","path":"php/ssh2_methods_negotiated.html","desc":"Return list of negotiated methods"}, "ssh2_publickey_add":{"name":"ssh2_publickey_add","type":"","path":"php/ssh2_publickey_add.html","desc":"Add an authorized publickey"}, "ssh2_publickey_init":{"name":"ssh2_publickey_init","type":"","path":"php/ssh2_publickey_init.html","desc":"Initialize Publickey subsystem"}, "ssh2_publickey_list":{"name":"ssh2_publickey_list","type":"","path":"php/ssh2_publickey_list.html","desc":"List currently authorized publickeys"}, "ssh2_publickey_remove":{"name":"ssh2_publickey_remove","type":"","path":"php/ssh2_publickey_remove.html","desc":"Remove an authorized publickey"}, "ssh2_scp_recv":{"name":"ssh2_scp_recv","type":"","path":"php/ssh2_scp_recv.html","desc":"Request a file via SCP"}, "ssh2_scp_send":{"name":"ssh2_scp_send","type":"","path":"php/ssh2_scp_send.html","desc":"Send a file via SCP"}, "ssh2_sftp":{"name":"ssh2_sftp","type":"","path":"php/ssh2_sftp.html","desc":"Initialize SFTP subsystem"}, "ssh2_sftp_chmod":{"name":"ssh2_sftp_chmod","type":"","path":"php/ssh2_sftp_chmod.html","desc":"Changes file mode"}, "ssh2_sftp_lstat":{"name":"ssh2_sftp_lstat","type":"","path":"php/ssh2_sftp_lstat.html","desc":"Stat a symbolic link"}, "ssh2_sftp_mkdir":{"name":"ssh2_sftp_mkdir","type":"","path":"php/ssh2_sftp_mkdir.html","desc":"Create a directory"}, "ssh2_sftp_readlink":{"name":"ssh2_sftp_readlink","type":"","path":"php/ssh2_sftp_readlink.html","desc":"Return the target of a symbolic link"}, "ssh2_sftp_realpath":{"name":"ssh2_sftp_realpath","type":"","path":"php/ssh2_sftp_realpath.html","desc":"Resolve the realpath of a provided path string"}, "ssh2_sftp_rename":{"name":"ssh2_sftp_rename","type":"","path":"php/ssh2_sftp_rename.html","desc":"Rename a remote file"}, "ssh2_sftp_rmdir":{"name":"ssh2_sftp_rmdir","type":"","path":"php/ssh2_sftp_rmdir.html","desc":"Remove a directory"}, "ssh2_sftp_stat":{"name":"ssh2_sftp_stat","type":"","path":"php/ssh2_sftp_stat.html","desc":"Stat a file on a remote filesystem"}, "ssh2_sftp_symlink":{"name":"ssh2_sftp_symlink","type":"","path":"php/ssh2_sftp_symlink.html","desc":"Create a symlink"}, "ssh2_sftp_unlink":{"name":"ssh2_sftp_unlink","type":"","path":"php/ssh2_sftp_unlink.html","desc":"Delete a file"}, "ssh2_shell":{"name":"ssh2_shell","type":"","path":"php/ssh2_shell.html","desc":"Request an interactive shell"}, "ssh2_tunnel":{"name":"ssh2_tunnel","type":"","path":"php/ssh2_tunnel.html","desc":"Open a tunnel through a remote server"}, "stat":{"name":"stat","type":"","path":"php/stat.html","desc":"给出文件的信息"}, "stats_absolute_deviation":{"name":"stats_absolute_deviation","type":"","path":"php/stats_absolute_deviation.html","desc":"Returns the absolute deviation of an array of values"}, "stats_cdf_beta":{"name":"stats_cdf_beta","type":"","path":"php/stats_cdf_beta.html","desc":"Calculates any one parameter of the beta distribution given values for the others"}, "stats_cdf_binomial":{"name":"stats_cdf_binomial","type":"","path":"php/stats_cdf_binomial.html","desc":"Calculates any one parameter of the binomial distribution given values for the others"}, "stats_cdf_cauchy":{"name":"stats_cdf_cauchy","type":"","path":"php/stats_cdf_cauchy.html","desc":"Calculates any one parameter of the Cauchy distribution given values for the others"}, "stats_cdf_chisquare":{"name":"stats_cdf_chisquare","type":"","path":"php/stats_cdf_chisquare.html","desc":"Calculates any one parameter of the chi-square distribution given values for the others"}, "stats_cdf_exponential":{"name":"stats_cdf_exponential","type":"","path":"php/stats_cdf_exponential.html","desc":"Calculates any one parameter of the exponential distribution given values for the others"}, "stats_cdf_f":{"name":"stats_cdf_f","type":"","path":"php/stats_cdf_f.html","desc":"Calculates any one parameter of the F distribution given values for the others"}, "stats_cdf_gamma":{"name":"stats_cdf_gamma","type":"","path":"php/stats_cdf_gamma.html","desc":"Calculates any one parameter of the gamma distribution given values for the others"}, "stats_cdf_laplace":{"name":"stats_cdf_laplace","type":"","path":"php/stats_cdf_laplace.html","desc":"Calculates any one parameter of the Laplace distribution given values for the others"}, "stats_cdf_logistic":{"name":"stats_cdf_logistic","type":"","path":"php/stats_cdf_logistic.html","desc":"Calculates any one parameter of the logistic distribution given values for the others"}, "stats_cdf_negative_binomial":{"name":"stats_cdf_negative_binomial","type":"","path":"php/stats_cdf_negative_binomial.html","desc":"Calculates any one parameter of the negative binomial distribution given values for the others"}, "stats_cdf_noncentral_chisquare":{"name":"stats_cdf_noncentral_chisquare","type":"","path":"php/stats_cdf_noncentral_chisquare.html","desc":"Calculates any one parameter of the non-central chi-square distribution given values for the others"}, "stats_cdf_noncentral_f":{"name":"stats_cdf_noncentral_f","type":"","path":"php/stats_cdf_noncentral_f.html","desc":"Calculates any one parameter of the non-central F distribution given values for the others"}, "stats_cdf_noncentral_t":{"name":"stats_cdf_noncentral_t","type":"","path":"php/stats_cdf_noncentral_t.html","desc":"Calculates any one parameter of the non-central t-distribution give values for the others"}, "stats_cdf_normal":{"name":"stats_cdf_normal","type":"","path":"php/stats_cdf_normal.html","desc":"Calculates any one parameter of the normal distribution given values for the others"}, "stats_cdf_poisson":{"name":"stats_cdf_poisson","type":"","path":"php/stats_cdf_poisson.html","desc":"Calculates any one parameter of the Poisson distribution given values for the others"}, "stats_cdf_t":{"name":"stats_cdf_t","type":"","path":"php/stats_cdf_t.html","desc":"Calculates any one parameter of the t-distribution given values for the others"}, "stats_cdf_uniform":{"name":"stats_cdf_uniform","type":"","path":"php/stats_cdf_uniform.html","desc":"Calculates any one parameter of the uniform distribution given values for the others"}, "stats_cdf_weibull":{"name":"stats_cdf_weibull","type":"","path":"php/stats_cdf_weibull.html","desc":"Calculates any one parameter of the Weibull distribution given values for the others"}, "stats_covariance":{"name":"stats_covariance","type":"","path":"php/stats_covariance.html","desc":"Computes the covariance of two data sets"}, "stats_dens_beta":{"name":"stats_dens_beta","type":"","path":"php/stats_dens_beta.html","desc":"Probability density function of the beta distribution"}, "stats_dens_cauchy":{"name":"stats_dens_cauchy","type":"","path":"php/stats_dens_cauchy.html","desc":"Probability density function of the Cauchy distribution"}, "stats_dens_chisquare":{"name":"stats_dens_chisquare","type":"","path":"php/stats_dens_chisquare.html","desc":"Probability density function of the chi-square distribution"}, "stats_dens_exponential":{"name":"stats_dens_exponential","type":"","path":"php/stats_dens_exponential.html","desc":"Probability density function of the exponential distribution"}, "stats_dens_f":{"name":"stats_dens_f","type":"","path":"php/stats_dens_f.html","desc":"Probability density function of the F distribution"}, "stats_dens_gamma":{"name":"stats_dens_gamma","type":"","path":"php/stats_dens_gamma.html","desc":"Probability density function of the gamma distribution"}, "stats_dens_laplace":{"name":"stats_dens_laplace","type":"","path":"php/stats_dens_laplace.html","desc":"Probability density function of the Laplace distribution"}, "stats_dens_logistic":{"name":"stats_dens_logistic","type":"","path":"php/stats_dens_logistic.html","desc":"Probability density function of the logistic distribution"}, "stats_dens_normal":{"name":"stats_dens_normal","type":"","path":"php/stats_dens_normal.html","desc":"Probability density function of the normal distribution"}, "stats_dens_pmf_binomial":{"name":"stats_dens_pmf_binomial","type":"","path":"php/stats_dens_pmf_binomial.html","desc":"Probability mass function of the binomial distribution"}, "stats_dens_pmf_hypergeometric":{"name":"stats_dens_pmf_hypergeometric","type":"","path":"php/stats_dens_pmf_hypergeometric.html","desc":"Probability mass function of the hypergeometric distribution"}, "stats_dens_pmf_negative_binomial":{"name":"stats_dens_pmf_negative_binomial","type":"","path":"php/stats_dens_pmf_negative_binomial.html","desc":"Probability density function of the negative binomial distribution"}, "stats_dens_pmf_poisson":{"name":"stats_dens_pmf_poisson","type":"","path":"php/stats_dens_pmf_poisson.html","desc":"Probability mass function of the Poisson distribution"}, "stats_dens_t":{"name":"stats_dens_t","type":"","path":"php/stats_dens_t.html","desc":"Probability density function of the t-distribution"}, "stats_dens_uniform":{"name":"stats_dens_uniform","type":"","path":"php/stats_dens_uniform.html","desc":"Probability density function of the uniform distribution"}, "stats_dens_weibull":{"name":"stats_dens_weibull","type":"","path":"php/stats_dens_weibull.html","desc":"Probability density function of the Weibull distribution"}, "stats_harmonic_mean":{"name":"stats_harmonic_mean","type":"","path":"php/stats_harmonic_mean.html","desc":"Returns the harmonic mean of an array of values"}, "stats_kurtosis":{"name":"stats_kurtosis","type":"","path":"php/stats_kurtosis.html","desc":"Computes the kurtosis of the data in the array"}, "stats_rand_gen_beta":{"name":"stats_rand_gen_beta","type":"","path":"php/stats_rand_gen_beta.html","desc":"Generates a random deviate from the beta distribution"}, "stats_rand_gen_chisquare":{"name":"stats_rand_gen_chisquare","type":"","path":"php/stats_rand_gen_chisquare.html","desc":"Generates a random deviate from the chi-square distribution"}, "stats_rand_gen_exponential":{"name":"stats_rand_gen_exponential","type":"","path":"php/stats_rand_gen_exponential.html","desc":"Generates a random deviate from the exponential distribution"}, "stats_rand_gen_f":{"name":"stats_rand_gen_f","type":"","path":"php/stats_rand_gen_f.html","desc":"Generates a random deviate from the F distribution"}, "stats_rand_gen_funiform":{"name":"stats_rand_gen_funiform","type":"","path":"php/stats_rand_gen_funiform.html","desc":"Generates uniform float between low (exclusive) and high (exclusive)"}, "stats_rand_gen_gamma":{"name":"stats_rand_gen_gamma","type":"","path":"php/stats_rand_gen_gamma.html","desc":"Generates a random deviate from the gamma distribution"}, "stats_rand_gen_ibinomial":{"name":"stats_rand_gen_ibinomial","type":"","path":"php/stats_rand_gen_ibinomial.html","desc":"Generates a random deviate from the binomial distribution"}, "stats_rand_gen_ibinomial_negative":{"name":"stats_rand_gen_ibinomial_negative","type":"","path":"php/stats_rand_gen_ibinomial_negative.html","desc":"Generates a random deviate from the negative binomial distribution"}, "stats_rand_gen_int":{"name":"stats_rand_gen_int","type":"","path":"php/stats_rand_gen_int.html","desc":"Generates random integer between 1 and 2147483562"}, "stats_rand_gen_ipoisson":{"name":"stats_rand_gen_ipoisson","type":"","path":"php/stats_rand_gen_ipoisson.html","desc":"Generates a single random deviate from a Poisson distribution"}, "stats_rand_gen_iuniform":{"name":"stats_rand_gen_iuniform","type":"","path":"php/stats_rand_gen_iuniform.html","desc":"Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)"}, "stats_rand_gen_noncenral_chisquare":{"name":"stats_rand_gen_noncenral_chisquare","type":"","path":"php/stats_rand_gen_noncenral_chisquare.html","desc":"Generates a random deviate from the non-central chi-square distribution"}, "stats_rand_gen_noncentral_chisquare":{"name":"stats_rand_gen_noncentral_chisquare","type":"","path":"php/stats_rand_gen_noncentral_chisquare.html","desc":"Generates a random deviate from the non-central chi-square distribution"}, "stats_rand_gen_noncentral_f":{"name":"stats_rand_gen_noncentral_f","type":"","path":"php/stats_rand_gen_noncentral_f.html","desc":"Generates a random deviate from the noncentral F distribution"}, "stats_rand_gen_noncentral_t":{"name":"stats_rand_gen_noncentral_t","type":"","path":"php/stats_rand_gen_noncentral_t.html","desc":"Generates a single random deviate from a non-central t-distribution"}, "stats_rand_gen_normal":{"name":"stats_rand_gen_normal","type":"","path":"php/stats_rand_gen_normal.html","desc":"Generates a single random deviate from a normal distribution"}, "stats_rand_gen_t":{"name":"stats_rand_gen_t","type":"","path":"php/stats_rand_gen_t.html","desc":"Generates a single random deviate from a t-distribution"}, "stats_rand_get_seeds":{"name":"stats_rand_get_seeds","type":"","path":"php/stats_rand_get_seeds.html","desc":"Get the seed values of the random number generator"}, "stats_rand_phrase_to_seeds":{"name":"stats_rand_phrase_to_seeds","type":"","path":"php/stats_rand_phrase_to_seeds.html","desc":"Generate two seeds for the RGN random number generator"}, "stats_rand_ranf":{"name":"stats_rand_ranf","type":"","path":"php/stats_rand_ranf.html","desc":"Generates a random floating point number between 0 and 1"}, "stats_rand_setall":{"name":"stats_rand_setall","type":"","path":"php/stats_rand_setall.html","desc":"Set seed values to the random generator"}, "stats_skew":{"name":"stats_skew","type":"","path":"php/stats_skew.html","desc":"Computes the skewness of the data in the array"}, "stats_standard_deviation":{"name":"stats_standard_deviation","type":"","path":"php/stats_standard_deviation.html","desc":"Returns the standard deviation"}, "stats_stat_binomial_coef":{"name":"stats_stat_binomial_coef","type":"","path":"php/stats_stat_binomial_coef.html","desc":"Returns a binomial coefficient"}, "stats_stat_correlation":{"name":"stats_stat_correlation","type":"","path":"php/stats_stat_correlation.html","desc":"Returns the Pearson correlation coefficient of two data sets"}, "stats_stat_factorial":{"name":"stats_stat_factorial","type":"","path":"php/stats_stat_factorial.html","desc":"Returns the factorial of an integer"}, "stats_stat_independent_t":{"name":"stats_stat_independent_t","type":"","path":"php/stats_stat_independent_t.html","desc":"Returns the t-value from the independent two-sample t-test"}, "stats_stat_innerproduct":{"name":"stats_stat_innerproduct","type":"","path":"php/stats_stat_innerproduct.html","desc":"Returns the inner product of two vectors"}, "stats_stat_paired_t":{"name":"stats_stat_paired_t","type":"","path":"php/stats_stat_paired_t.html","desc":"Returns the t-value of the dependent t-test for paired samples"}, "stats_stat_percentile":{"name":"stats_stat_percentile","type":"","path":"php/stats_stat_percentile.html","desc":"Returns the percentile value"}, "stats_stat_powersum":{"name":"stats_stat_powersum","type":"","path":"php/stats_stat_powersum.html","desc":"Returns the power sum of a vector"}, "stats_variance":{"name":"stats_variance","type":"","path":"php/stats_variance.html","desc":"Returns the variance"}, "stomp_connect_error":{"name":"stomp_connect_error","type":"","path":"php/stomp_connect_error.html","desc":"Returns a string description of the last connect error"}, "stomp_version":{"name":"stomp_version","type":"","path":"php/stomp_version.html","desc":"Gets the current stomp extension version"}, "strcasecmp":{"name":"strcasecmp","type":"","path":"php/strcasecmp.html","desc":"二进制安全比较字符串(不区分大小写)"}, "strchr":{"name":"strchr","type":"","path":"php/strchr.html","desc":"别名 strstr"}, "strcmp":{"name":"strcmp","type":"","path":"php/strcmp.html","desc":"二进制安全字符串比较"}, "strcoll":{"name":"strcoll","type":"","path":"php/strcoll.html","desc":"基于区域设置的字符串比较"}, "strcspn":{"name":"strcspn","type":"","path":"php/strcspn.html","desc":"获取不匹配遮罩的起始子字符串的长度"}, "stream_bucket_append":{"name":"stream_bucket_append","type":"","path":"php/stream_bucket_append.html","desc":"Append bucket to brigade"}, "stream_bucket_make_writeable":{"name":"stream_bucket_make_writeable","type":"","path":"php/stream_bucket_make_writeable.html","desc":"Return a bucket object from the brigade for operating on"}, "stream_bucket_new":{"name":"stream_bucket_new","type":"","path":"php/stream_bucket_new.html","desc":"Create a new bucket for use on the current stream"}, "stream_bucket_prepend":{"name":"stream_bucket_prepend","type":"","path":"php/stream_bucket_prepend.html","desc":"Prepend bucket to brigade"}, "stream_context_create":{"name":"stream_context_create","type":"","path":"php/stream_context_create.html","desc":"创建资源流上下文"}, "stream_context_get_default":{"name":"stream_context_get_default","type":"","path":"php/stream_context_get_default.html","desc":"Retrieve the default stream context"}, "stream_context_get_options":{"name":"stream_context_get_options","type":"","path":"php/stream_context_get_options.html","desc":"获取资源流数据包上下文的参数"}, "stream_context_get_params":{"name":"stream_context_get_params","type":"","path":"php/stream_context_get_params.html","desc":"Retrieves parameters from a context"}, "stream_context_set_default":{"name":"stream_context_set_default","type":"","path":"php/stream_context_set_default.html","desc":"Set the default stream context"}, "stream_context_set_option":{"name":"stream_context_set_option","type":"","path":"php/stream_context_set_option.html","desc":"对资源流、数据包或者上下文设置参数"}, "stream_context_set_params":{"name":"stream_context_set_params","type":"","path":"php/stream_context_set_params.html","desc":"Set parameters for a streamwrappercontext"}, "stream_copy_to_stream":{"name":"stream_copy_to_stream","type":"","path":"php/stream_copy_to_stream.html","desc":"Copies data from one stream to another"}, "stream_filter_append":{"name":"stream_filter_append","type":"","path":"php/stream_filter_append.html","desc":"Attach a filter to a stream"}, "stream_filter_prepend":{"name":"stream_filter_prepend","type":"","path":"php/stream_filter_prepend.html","desc":"Attach a filter to a stream"}, "stream_filter_register":{"name":"stream_filter_register","type":"","path":"php/stream_filter_register.html","desc":"Register a user defined stream filter"}, "stream_filter_remove":{"name":"stream_filter_remove","type":"","path":"php/stream_filter_remove.html","desc":"从资源流里移除某个过滤器"}, "stream_get_contents":{"name":"stream_get_contents","type":"","path":"php/stream_get_contents.html","desc":"读取资源流到一个字符串"}, "stream_get_filters":{"name":"stream_get_filters","type":"","path":"php/stream_get_filters.html","desc":"获取已注册的数据流过滤器列表"}, "stream_get_line":{"name":"stream_get_line","type":"","path":"php/stream_get_line.html","desc":"从资源流里读取一行直到给定的定界符"}, "stream_get_meta_data":{"name":"stream_get_meta_data","type":"","path":"php/stream_get_meta_data.html","desc":"从封装协议文件指针中取得报头/元数据"}, "stream_get_transports":{"name":"stream_get_transports","type":"","path":"php/stream_get_transports.html","desc":"获取已注册的套接字传输协议列表"}, "stream_get_wrappers":{"name":"stream_get_wrappers","type":"","path":"php/stream_get_wrappers.html","desc":"获取已注册的流类型"}, "stream_isatty":{"name":"stream_isatty","type":"","path":"php/stream_isatty.html","desc":"Check if a stream is a TTY"}, "stream_is_local":{"name":"stream_is_local","type":"","path":"php/stream_is_local.html","desc":"Checks if a stream is a local stream"}, "stream_notification_callback":{"name":"stream_notification_callback","type":"","path":"php/stream_notification_callback.html","desc":"A callback function for the notification context parameter"}, "stream_register_wrapper":{"name":"stream_register_wrapper","type":"","path":"php/stream_register_wrapper.html","desc":"别名 stream_wrapper_register"}, "stream_resolve_include_path":{"name":"stream_resolve_include_path","type":"","path":"php/stream_resolve_include_path.html","desc":"Resolve filename against the include path"}, "stream_select":{"name":"stream_select","type":"","path":"php/stream_select.html","desc":"Runs the equivalent of the select() system call on t"}, "stream_set_blocking":{"name":"stream_set_blocking","type":"","path":"php/stream_set_blocking.html","desc":"为资源流设置阻塞或者阻塞模式"}, "stream_set_chunk_size":{"name":"stream_set_chunk_size","type":"","path":"php/stream_set_chunk_size.html","desc":"设置资源流区块大小"}, "stream_set_read_buffer":{"name":"stream_set_read_buffer","type":"","path":"php/stream_set_read_buffer.html","desc":"Set read file buffering on the given stream"}, "stream_set_timeout":{"name":"stream_set_timeout","type":"","path":"php/stream_set_timeout.html","desc":"Set timeout period on a stream"}, "stream_set_write_buffer":{"name":"stream_set_write_buffer","type":"","path":"php/stream_set_write_buffer.html","desc":"Sets write file buffering on the given stream"}, "stream_socket_accept":{"name":"stream_socket_accept","type":"","path":"php/stream_socket_accept.html","desc":"接受由 stream_socket_server 创建的套接字连接"}, "stream_socket_client":{"name":"stream_socket_client","type":"","path":"php/stream_socket_client.html","desc":"Open Internet or Unix domain socket connection"}, "stream_socket_enable_crypto":{"name":"stream_socket_enable_crypto","type":"","path":"php/stream_socket_enable_crypto.html","desc":"Turns encryption onoff on an already connected socket"}, "stream_socket_get_name":{"name":"stream_socket_get_name","type":"","path":"php/stream_socket_get_name.html","desc":"获取本地或者远程的套接字名称"}, "stream_socket_pair":{"name":"stream_socket_pair","type":"","path":"php/stream_socket_pair.html","desc":"创建一对完全一样的网络套接字连接流"}, "stream_socket_recvfrom":{"name":"stream_socket_recvfrom","type":"","path":"php/stream_socket_recvfrom.html","desc":"Receives data from a socket, connected or not"}, "stream_socket_sendto":{"name":"stream_socket_sendto","type":"","path":"php/stream_socket_sendto.html","desc":"Sends a message to a socket, whether it is connected or not"}, "stream_socket_server":{"name":"stream_socket_server","type":"","path":"php/stream_socket_server.html","desc":"Create an Internet or Unix domain server socket"}, "stream_socket_shutdown":{"name":"stream_socket_shutdown","type":"","path":"php/stream_socket_shutdown.html","desc":"Shutdown a full-duplex connection"}, "stream_supports_lock":{"name":"stream_supports_lock","type":"","path":"php/stream_supports_lock.html","desc":"Tells whether the stream supports locking"}, "stream_wrapper_register":{"name":"stream_wrapper_register","type":"","path":"php/stream_wrapper_register.html","desc":"注册一个用 PHP 类实现的 URL 封装协议"}, "stream_wrapper_restore":{"name":"stream_wrapper_restore","type":"","path":"php/stream_wrapper_restore.html","desc":"Restores a previously unregistered built-in wrapper"}, "stream_wrapper_unregister":{"name":"stream_wrapper_unregister","type":"","path":"php/stream_wrapper_unregister.html","desc":"Unregister a URL wrapper"}, "strftime":{"name":"strftime","type":"","path":"php/strftime.html","desc":"根据区域设置格式化本地时间/日期"}, "stripcslashes":{"name":"stripcslashes","type":"","path":"php/stripcslashes.html","desc":"反引用一个使用 addcslashes 转义的字符串"}, "stripos":{"name":"stripos","type":"","path":"php/stripos.html","desc":"查找字符串首次出现的位置(不区分大小写)"}, "stripslashes":{"name":"stripslashes","type":"","path":"php/stripslashes.html","desc":"反引用一个引用字符串"}, "strip_tags":{"name":"strip_tags","type":"","path":"php/strip_tags.html","desc":"从字符串中去除 HTML 和 PHP 标记"}, "stristr":{"name":"stristr","type":"","path":"php/stristr.html","desc":"strstr 函数的忽略大小写版本"}, "strlen":{"name":"strlen","type":"","path":"php/strlen.html","desc":"获取字符串长度"}, "strnatcasecmp":{"name":"strnatcasecmp","type":"","path":"php/strnatcasecmp.html","desc":"使用“自然顺序”算法比较字符串(不区分大小写)"}, "strnatcmp":{"name":"strnatcmp","type":"","path":"php/strnatcmp.html","desc":"使用自然排序算法比较字符串"}, "strncasecmp":{"name":"strncasecmp","type":"","path":"php/strncasecmp.html","desc":"二进制安全比较字符串开头的若干个字符(不区分大小写)"}, "strncmp":{"name":"strncmp","type":"","path":"php/strncmp.html","desc":"二进制安全比较字符串开头的若干个字符"}, "strpbrk":{"name":"strpbrk","type":"","path":"php/strpbrk.html","desc":"在字符串中查找一组字符的任何一个字符"}, "strpos":{"name":"strpos","type":"","path":"php/strpos.html","desc":"查找字符串首次出现的位置"}, "strptime":{"name":"strptime","type":"","path":"php/strptime.html","desc":"解析由 strftime 生成的日期/时间"}, "strrchr":{"name":"strrchr","type":"","path":"php/strrchr.html","desc":"查找指定字符在字符串中的最后一次出现"}, "strrev":{"name":"strrev","type":"","path":"php/strrev.html","desc":"反转字符串"}, "strripos":{"name":"strripos","type":"","path":"php/strripos.html","desc":"计算指定字符串在目标字符串中最后一次出现的位置(不区分大小写)"}, "strrpos":{"name":"strrpos","type":"","path":"php/strrpos.html","desc":"计算指定字符串在目标字符串中最后一次出现的位置"}, "strspn":{"name":"strspn","type":"","path":"php/strspn.html","desc":"计算字符串中全部字符都存在于指定字符集合中的第一段子串的长度。"}, "strstr":{"name":"strstr","type":"","path":"php/strstr.html","desc":"查找字符串的首次出现"}, "strtok":{"name":"strtok","type":"","path":"php/strtok.html","desc":"标记分割字符串"}, "strtolower":{"name":"strtolower","type":"","path":"php/strtolower.html","desc":"将字符串转化为小写"}, "strtotime":{"name":"strtotime","type":"","path":"php/strtotime.html","desc":"将任何字符串的日期时间描述解析为 Unix 时间戳"}, "strtoupper":{"name":"strtoupper","type":"","path":"php/strtoupper.html","desc":"将字符串转化为大写"}, "strtr":{"name":"strtr","type":"","path":"php/strtr.html","desc":"转换指定字符"}, "strval":{"name":"strval","type":"","path":"php/strval.html","desc":"获取变量的字符串值"}, "str_getcsv":{"name":"str_getcsv","type":"","path":"php/str_getcsv.html","desc":"解析 CSV 字符串为一个数组"}, "str_ireplace":{"name":"str_ireplace","type":"","path":"php/str_ireplace.html","desc":"str_replace 的忽略大小写版本"}, "str_pad":{"name":"str_pad","type":"","path":"php/str_pad.html","desc":"使用另一个字符串填充字符串为指定长度"}, "str_repeat":{"name":"str_repeat","type":"","path":"php/str_repeat.html","desc":"重复一个字符串"}, "str_replace":{"name":"str_replace","type":"","path":"php/str_replace.html","desc":"子字符串替换"}, "str_rot13":{"name":"str_rot13","type":"","path":"php/str_rot13.html","desc":"对字符串执行 ROT13 转换"}, "str_shuffle":{"name":"str_shuffle","type":"","path":"php/str_shuffle.html","desc":"随机打乱一个字符串"}, "str_split":{"name":"str_split","type":"","path":"php/str_split.html","desc":"将字符串转换为数组"}, "str_word_count":{"name":"str_word_count","type":"","path":"php/str_word_count.html","desc":"返回字符串中单词的使用情况"}, "substr":{"name":"substr","type":"","path":"php/substr.html","desc":"返回字符串的子串"}, "substr_compare":{"name":"substr_compare","type":"","path":"php/substr_compare.html","desc":"二进制安全比较字符串(从偏移位置比较指定长度)"}, "substr_count":{"name":"substr_count","type":"","path":"php/substr_count.html","desc":"计算字串出现的次数"}, "substr_replace":{"name":"substr_replace","type":"","path":"php/substr_replace.html","desc":"替换字符串的子串"}, "svn_add":{"name":"svn_add","type":"","path":"php/svn_add.html","desc":"计划在工作目录添加项"}, "svn_auth_get_parameter":{"name":"svn_auth_get_parameter","type":"","path":"php/svn_auth_get_parameter.html","desc":"Retrieves authentication parameter"}, "svn_auth_set_parameter":{"name":"svn_auth_set_parameter","type":"","path":"php/svn_auth_set_parameter.html","desc":"Sets an authentication parameter"}, "svn_blame":{"name":"svn_blame","type":"","path":"php/svn_blame.html","desc":"Get the SVN blame for a file"}, "svn_cat":{"name":"svn_cat","type":"","path":"php/svn_cat.html","desc":"Returns the contents of a file in a repository"}, "svn_checkout":{"name":"svn_checkout","type":"","path":"php/svn_checkout.html","desc":"Checks out a working copy from the repository"}, "svn_cleanup":{"name":"svn_cleanup","type":"","path":"php/svn_cleanup.html","desc":"Recursively cleanup a working copy directory, finishing incomplete operations and removing locks"}, "svn_client_version":{"name":"svn_client_version","type":"","path":"php/svn_client_version.html","desc":"Returns the version of the SVN client libraries"}, "svn_commit":{"name":"svn_commit","type":"","path":"php/svn_commit.html","desc":"将修改的本地文件副本发送至版本库"}, "svn_delete":{"name":"svn_delete","type":"","path":"php/svn_delete.html","desc":"Delete items from a working copy or repository"}, "svn_diff":{"name":"svn_diff","type":"","path":"php/svn_diff.html","desc":"Recursively diffs two paths"}, "svn_export":{"name":"svn_export","type":"","path":"php/svn_export.html","desc":"Export the contents of a SVN directory"}, "svn_fs_abort_txn":{"name":"svn_fs_abort_txn","type":"","path":"php/svn_fs_abort_txn.html","desc":"Abort a transaction, returns true if everything is okay, false otherwise"}, "svn_fs_apply_text":{"name":"svn_fs_apply_text","type":"","path":"php/svn_fs_apply_text.html","desc":"Creates and returns a stream that will be used to replace"}, "svn_fs_begin_txn2":{"name":"svn_fs_begin_txn2","type":"","path":"php/svn_fs_begin_txn2.html","desc":"Create a new transaction"}, "svn_fs_change_node_prop":{"name":"svn_fs_change_node_prop","type":"","path":"php/svn_fs_change_node_prop.html","desc":"Return true if everything is ok, false otherwise"}, "svn_fs_check_path":{"name":"svn_fs_check_path","type":"","path":"php/svn_fs_check_path.html","desc":"Determines what kind of item lives at path in a given repository fsroot"}, "svn_fs_contents_changed":{"name":"svn_fs_contents_changed","type":"","path":"php/svn_fs_contents_changed.html","desc":"Return true if content is different, false otherwise"}, "svn_fs_copy":{"name":"svn_fs_copy","type":"","path":"php/svn_fs_copy.html","desc":"Copies a file or a directory, returns true if all is ok, false otherwise"}, "svn_fs_delete":{"name":"svn_fs_delete","type":"","path":"php/svn_fs_delete.html","desc":"Deletes a file or a directory, return true if all is ok, false otherwise"}, "svn_fs_dir_entries":{"name":"svn_fs_dir_entries","type":"","path":"php/svn_fs_dir_entries.html","desc":"Enumerates the directory entries under path; returns a hash of dir names to file type"}, "svn_fs_file_contents":{"name":"svn_fs_file_contents","type":"","path":"php/svn_fs_file_contents.html","desc":"Returns a stream to access the contents of a file from a given version of the fs"}, "svn_fs_file_length":{"name":"svn_fs_file_length","type":"","path":"php/svn_fs_file_length.html","desc":"Returns the length of a file from a given version of the fs"}, "svn_fs_is_dir":{"name":"svn_fs_is_dir","type":"","path":"php/svn_fs_is_dir.html","desc":"Return true if the path points to a directory, false otherwise"}, "svn_fs_is_file":{"name":"svn_fs_is_file","type":"","path":"php/svn_fs_is_file.html","desc":"Return true if the path points to a file, false otherwise"}, "svn_fs_make_dir":{"name":"svn_fs_make_dir","type":"","path":"php/svn_fs_make_dir.html","desc":"Creates a new empty directory, returns true if all is ok, false otherwise"}, "svn_fs_make_file":{"name":"svn_fs_make_file","type":"","path":"php/svn_fs_make_file.html","desc":"Creates a new empty file, returns true if all is ok, false otherwise"}, "svn_fs_node_created_rev":{"name":"svn_fs_node_created_rev","type":"","path":"php/svn_fs_node_created_rev.html","desc":"Returns the revision in which path under fsroot was created"}, "svn_fs_node_prop":{"name":"svn_fs_node_prop","type":"","path":"php/svn_fs_node_prop.html","desc":"Returns the value of a property for a node"}, "svn_fs_props_changed":{"name":"svn_fs_props_changed","type":"","path":"php/svn_fs_props_changed.html","desc":"Return true if props are different, false otherwise"}, "svn_fs_revision_prop":{"name":"svn_fs_revision_prop","type":"","path":"php/svn_fs_revision_prop.html","desc":"Fetches the value of a named property"}, "svn_fs_revision_root":{"name":"svn_fs_revision_root","type":"","path":"php/svn_fs_revision_root.html","desc":"Get a handle on a specific version of the repository root"}, "svn_fs_txn_root":{"name":"svn_fs_txn_root","type":"","path":"php/svn_fs_txn_root.html","desc":"Creates and returns a transaction root"}, "svn_fs_youngest_rev":{"name":"svn_fs_youngest_rev","type":"","path":"php/svn_fs_youngest_rev.html","desc":"Returns the number of the youngest revision in the filesystem"}, "svn_import":{"name":"svn_import","type":"","path":"php/svn_import.html","desc":"Imports an unversioned path into a repository"}, "svn_log":{"name":"svn_log","type":"","path":"php/svn_log.html","desc":"Returns the commit log messages of a repository URL"}, "svn_ls":{"name":"svn_ls","type":"","path":"php/svn_ls.html","desc":"Returns list of directory contents in repository URL, optionally at revision number"}, "svn_mkdir":{"name":"svn_mkdir","type":"","path":"php/svn_mkdir.html","desc":"Creates a directory in a working copy or repository"}, "svn_repos_create":{"name":"svn_repos_create","type":"","path":"php/svn_repos_create.html","desc":"Create a new subversion repository at path"}, "svn_repos_fs":{"name":"svn_repos_fs","type":"","path":"php/svn_repos_fs.html","desc":"Gets a handle on the filesystem for a repository"}, "svn_repos_fs_begin_txn_for_commit":{"name":"svn_repos_fs_begin_txn_for_commit","type":"","path":"php/svn_repos_fs_begin_txn_for_commit.html","desc":"Create a new transaction"}, "svn_repos_fs_commit_txn":{"name":"svn_repos_fs_commit_txn","type":"","path":"php/svn_repos_fs_commit_txn.html","desc":"Commits a transaction and returns the new revision"}, "svn_repos_hotcopy":{"name":"svn_repos_hotcopy","type":"","path":"php/svn_repos_hotcopy.html","desc":"Make a hot-copy of the repos at repospath; copy it to destpath"}, "svn_repos_open":{"name":"svn_repos_open","type":"","path":"php/svn_repos_open.html","desc":"Open a shared lock on a repository"}, "svn_repos_recover":{"name":"svn_repos_recover","type":"","path":"php/svn_repos_recover.html","desc":"Run recovery procedures on the repository located at path"}, "svn_revert":{"name":"svn_revert","type":"","path":"php/svn_revert.html","desc":"Revert changes to the working copy"}, "svn_status":{"name":"svn_status","type":"","path":"php/svn_status.html","desc":"Returns the status of working copy files and directories"}, "svn_update":{"name":"svn_update","type":"","path":"php/svn_update.html","desc":"Update working copy"}, "swoole_async_dns_lookup":{"name":"swoole_async_dns_lookup","type":"","path":"php/swoole_async_dns_lookup.html","desc":"Async and non-blocking hostname to IP lookup"}, "swoole_async_read":{"name":"swoole_async_read","type":"","path":"php/swoole_async_read.html","desc":"Read file stream asynchronously"}, "swoole_async_readfile":{"name":"swoole_async_readfile","type":"","path":"php/swoole_async_readfile.html","desc":"Read a file asynchronously"}, "swoole_async_set":{"name":"swoole_async_set","type":"","path":"php/swoole_async_set.html","desc":"Update the async IO options"}, "swoole_async_write":{"name":"swoole_async_write","type":"","path":"php/swoole_async_write.html","desc":"Write data to a file stream asynchronously"}, "swoole_async_writefile":{"name":"swoole_async_writefile","type":"","path":"php/swoole_async_writefile.html","desc":"Write data to a file asynchronously"}, "swoole_client_select":{"name":"swoole_client_select","type":"","path":"php/swoole_client_select.html","desc":"Get the file description which are ready to readwrite or error"}, "swoole_cpu_num":{"name":"swoole_cpu_num","type":"","path":"php/swoole_cpu_num.html","desc":"Get the number of CPU"}, "swoole_errno":{"name":"swoole_errno","type":"","path":"php/swoole_errno.html","desc":"Get the error code of the latest system call"}, "swoole_event_add":{"name":"swoole_event_add","type":"","path":"php/swoole_event_add.html","desc":"Add new callback functions of a socket into the EventLoop"}, "swoole_event_defer":{"name":"swoole_event_defer","type":"","path":"php/swoole_event_defer.html","desc":"Add callback function to the next event loop"}, "swoole_event_del":{"name":"swoole_event_del","type":"","path":"php/swoole_event_del.html","desc":"Remove all event callback functions of a socket"}, "swoole_event_exit":{"name":"swoole_event_exit","type":"","path":"php/swoole_event_exit.html","desc":"Exit the eventloop, only available at the client side"}, "swoole_event_set":{"name":"swoole_event_set","type":"","path":"php/swoole_event_set.html","desc":"Update the event callback functions of a socket"}, "swoole_event_wait":{"name":"swoole_event_wait","type":"","path":"php/swoole_event_wait.html","desc":"Start the event loop"}, "swoole_event_write":{"name":"swoole_event_write","type":"","path":"php/swoole_event_write.html","desc":"Write data to a socket"}, "swoole_get_local_ip":{"name":"swoole_get_local_ip","type":"","path":"php/swoole_get_local_ip.html","desc":"Get the IPv4 IP addresses of each NIC on the machine"}, "swoole_last_error":{"name":"swoole_last_error","type":"","path":"php/swoole_last_error.html","desc":"Get the lastest error message"}, "swoole_load_module":{"name":"swoole_load_module","type":"","path":"php/swoole_load_module.html","desc":"Load a swoole extension"}, "swoole_select":{"name":"swoole_select","type":"","path":"php/swoole_select.html","desc":"Select the file descriptions which are ready to readwrite or error in the eventloop"}, "swoole_set_process_name":{"name":"swoole_set_process_name","type":"","path":"php/swoole_set_process_name.html","desc":"Set the process name"}, "swoole_strerror":{"name":"swoole_strerror","type":"","path":"php/swoole_strerror.html","desc":"Convert the Errno into error messages"}, "swoole_timer_after":{"name":"swoole_timer_after","type":"","path":"php/swoole_timer_after.html","desc":"Trigger a one time callback function in the future"}, "swoole_timer_exists":{"name":"swoole_timer_exists","type":"","path":"php/swoole_timer_exists.html","desc":"Check if a timer callback function is existed"}, "swoole_timer_tick":{"name":"swoole_timer_tick","type":"","path":"php/swoole_timer_tick.html","desc":"Trigger a timer tick callback function by time interval"}, "swoole_version":{"name":"swoole_version","type":"","path":"php/swoole_version.html","desc":"Get the version of Swoole"}, "sybase_affected_rows":{"name":"sybase_affected_rows","type":"","path":"php/sybase_affected_rows.html","desc":"Gets number of affected rows in last query"}, "sybase_close":{"name":"sybase_close","type":"","path":"php/sybase_close.html","desc":"Closes a Sybase connection"}, "sybase_connect":{"name":"sybase_connect","type":"","path":"php/sybase_connect.html","desc":"Opens a Sybase server connection"}, "sybase_data_seek":{"name":"sybase_data_seek","type":"","path":"php/sybase_data_seek.html","desc":"Moves internal row pointer"}, "sybase_deadlock_retry_count":{"name":"sybase_deadlock_retry_count","type":"","path":"php/sybase_deadlock_retry_count.html","desc":"Sets the deadlock retry count"}, "sybase_fetch_array":{"name":"sybase_fetch_array","type":"","path":"php/sybase_fetch_array.html","desc":"Fetch row as array"}, "sybase_fetch_assoc":{"name":"sybase_fetch_assoc","type":"","path":"php/sybase_fetch_assoc.html","desc":"Fetch a result row as an associative array"}, "sybase_fetch_field":{"name":"sybase_fetch_field","type":"","path":"php/sybase_fetch_field.html","desc":"Get field information from a result"}, "sybase_fetch_object":{"name":"sybase_fetch_object","type":"","path":"php/sybase_fetch_object.html","desc":"Fetch a row as an object"}, "sybase_fetch_row":{"name":"sybase_fetch_row","type":"","path":"php/sybase_fetch_row.html","desc":"Get a result row as an enumerated array"}, "sybase_field_seek":{"name":"sybase_field_seek","type":"","path":"php/sybase_field_seek.html","desc":"Sets field offset"}, "sybase_free_result":{"name":"sybase_free_result","type":"","path":"php/sybase_free_result.html","desc":"Frees result memory"}, "sybase_get_last_message":{"name":"sybase_get_last_message","type":"","path":"php/sybase_get_last_message.html","desc":"Returns the last message from the server"}, "sybase_min_client_severity":{"name":"sybase_min_client_severity","type":"","path":"php/sybase_min_client_severity.html","desc":"Sets minimum client severity"}, "sybase_min_error_severity":{"name":"sybase_min_error_severity","type":"","path":"php/sybase_min_error_severity.html","desc":"Sets minimum error severity"}, "sybase_min_message_severity":{"name":"sybase_min_message_severity","type":"","path":"php/sybase_min_message_severity.html","desc":"Sets minimum message severity"}, "sybase_min_server_severity":{"name":"sybase_min_server_severity","type":"","path":"php/sybase_min_server_severity.html","desc":"Sets minimum server severity"}, "sybase_num_fields":{"name":"sybase_num_fields","type":"","path":"php/sybase_num_fields.html","desc":"Gets the number of fields in a result set"}, "sybase_num_rows":{"name":"sybase_num_rows","type":"","path":"php/sybase_num_rows.html","desc":"Get number of rows in a result set"}, "sybase_pconnect":{"name":"sybase_pconnect","type":"","path":"php/sybase_pconnect.html","desc":"Open persistent Sybase connection"}, "sybase_query":{"name":"sybase_query","type":"","path":"php/sybase_query.html","desc":"Sends a Sybase query"}, "sybase_result":{"name":"sybase_result","type":"","path":"php/sybase_result.html","desc":"Get result data"}, "sybase_select_db":{"name":"sybase_select_db","type":"","path":"php/sybase_select_db.html","desc":"Selects a Sybase database"}, "sybase_set_message_handler":{"name":"sybase_set_message_handler","type":"","path":"php/sybase_set_message_handler.html","desc":"Sets the handler called when a server message is raised"}, "sybase_unbuffered_query":{"name":"sybase_unbuffered_query","type":"","path":"php/sybase_unbuffered_query.html","desc":"Send a Sybase query and do not block"}, "symlink":{"name":"symlink","type":"","path":"php/symlink.html","desc":"建立符号连接"}, "syslog":{"name":"syslog","type":"","path":"php/syslog.html","desc":"Generate a system log message"}, "system":{"name":"system","type":"","path":"php/system.html","desc":"执行外部程序,并且显示输出"}, "sys_getloadavg":{"name":"sys_getloadavg","type":"","path":"php/sys_getloadavg.html","desc":"获取系统的负载(load average)"}, "sys_get_temp_dir":{"name":"sys_get_temp_dir","type":"","path":"php/sys_get_temp_dir.html","desc":"返回用于临时文件的目录"}, "taint":{"name":"taint","type":"","path":"php/taint.html","desc":"Taint a string"}, "tan":{"name":"tan","type":"","path":"php/tan.html","desc":"正切"}, "tanh":{"name":"tanh","type":"","path":"php/tanh.html","desc":"双曲正切"}, "tcpwrap_check":{"name":"tcpwrap_check","type":"","path":"php/tcpwrap_check.html","desc":"Performs a tcpwrap check"}, "tempnam":{"name":"tempnam","type":"","path":"php/tempnam.html","desc":"建立一个具有唯一文件名的文件"}, "textdomain":{"name":"textdomain","type":"","path":"php/textdomain.html","desc":"Sets the default domain"}, "tidy_access_count":{"name":"tidy_access_count","type":"","path":"php/tidy_access_count.html","desc":"Returns the Number of Tidy accessibility warnings encountered for specified document"}, "tidy_config_count":{"name":"tidy_config_count","type":"","path":"php/tidy_config_count.html","desc":"Returns the Number of Tidy configuration errors encountered for specified document"}, "tidy_error_count":{"name":"tidy_error_count","type":"","path":"php/tidy_error_count.html","desc":"Returns the Number of Tidy errors encountered for specified document"}, "tidy_get_output":{"name":"tidy_get_output","type":"","path":"php/tidy_get_output.html","desc":"Return a string representing the parsed tidy markup"}, "tidy_warning_count":{"name":"tidy_warning_count","type":"","path":"php/tidy_warning_count.html","desc":"Returns the Number of Tidy warnings encountered for specified document"}, "time":{"name":"time","type":"","path":"php/time.html","desc":"返回当前的 Unix 时间戳"}, "timezone_abbreviations_list":{"name":"timezone_abbreviations_list","type":"","path":"php/timezone_abbreviations_list.html","desc":"别名 DateTimeZonelistAbbreviations"}, "timezone_identifiers_list":{"name":"timezone_identifiers_list","type":"","path":"php/timezone_identifiers_list.html","desc":"别名 DateTimeZonelistIdentifiers"}, "timezone_location_get":{"name":"timezone_location_get","type":"","path":"php/timezone_location_get.html","desc":"别名 DateTimeZonegetLocation"}, "timezone_name_from_abbr":{"name":"timezone_name_from_abbr","type":"","path":"php/timezone_name_from_abbr.html","desc":"Returns the timezone name from abbreviation"}, "timezone_name_get":{"name":"timezone_name_get","type":"","path":"php/timezone_name_get.html","desc":"别名 DateTimeZonegetName"}, "timezone_offset_get":{"name":"timezone_offset_get","type":"","path":"php/timezone_offset_get.html","desc":"别名 DateTimeZonegetOffset"}, "timezone_open":{"name":"timezone_open","type":"","path":"php/timezone_open.html","desc":"别名 DateTimeZone__construct"}, "timezone_transitions_get":{"name":"timezone_transitions_get","type":"","path":"php/timezone_transitions_get.html","desc":"别名 DateTimeZonegetTransitions"}, "timezone_version_get":{"name":"timezone_version_get","type":"","path":"php/timezone_version_get.html","desc":"Gets the version of the timezonedb"}, "time_nanosleep":{"name":"time_nanosleep","type":"","path":"php/time_nanosleep.html","desc":"延缓执行若干秒和纳秒"}, "time_sleep_until":{"name":"time_sleep_until","type":"","path":"php/time_sleep_until.html","desc":"使脚本睡眠到指定的时间为止。"}, "tmpfile":{"name":"tmpfile","type":"","path":"php/tmpfile.html","desc":"建立一个临时文件"}, "token_get_all":{"name":"token_get_all","type":"","path":"php/token_get_all.html","desc":"将提供的源码按 PHP 标记进行分割"}, "token_name":{"name":"token_name","type":"","path":"php/token_name.html","desc":"获取提供的 PHP 解析器代号的符号名称"}, "touch":{"name":"touch","type":"","path":"php/touch.html","desc":"设定文件的访问和修改时间"}, "trader_acos":{"name":"trader_acos","type":"","path":"php/trader_acos.html","desc":"Vector Trigonometric ACos"}, "trader_ad":{"name":"trader_ad","type":"","path":"php/trader_ad.html","desc":"Chaikin AD Line"}, "trader_add":{"name":"trader_add","type":"","path":"php/trader_add.html","desc":"Vector Arithmetic Add"}, "trader_adosc":{"name":"trader_adosc","type":"","path":"php/trader_adosc.html","desc":"Chaikin AD Oscillator"}, "trader_adx":{"name":"trader_adx","type":"","path":"php/trader_adx.html","desc":"Average Directional Movement Index"}, "trader_adxr":{"name":"trader_adxr","type":"","path":"php/trader_adxr.html","desc":"Average Directional Movement Index Rating"}, "trader_apo":{"name":"trader_apo","type":"","path":"php/trader_apo.html","desc":"Absolute Price Oscillator"}, "trader_aroon":{"name":"trader_aroon","type":"","path":"php/trader_aroon.html","desc":"Aroon"}, "trader_aroonosc":{"name":"trader_aroonosc","type":"","path":"php/trader_aroonosc.html","desc":"Aroon Oscillator"}, "trader_asin":{"name":"trader_asin","type":"","path":"php/trader_asin.html","desc":"Vector Trigonometric ASin"}, "trader_atan":{"name":"trader_atan","type":"","path":"php/trader_atan.html","desc":"Vector Trigonometric ATan"}, "trader_atr":{"name":"trader_atr","type":"","path":"php/trader_atr.html","desc":"Average True Range"}, "trader_avgprice":{"name":"trader_avgprice","type":"","path":"php/trader_avgprice.html","desc":"Average Price"}, "trader_bbands":{"name":"trader_bbands","type":"","path":"php/trader_bbands.html","desc":"Bollinger Bands"}, "trader_beta":{"name":"trader_beta","type":"","path":"php/trader_beta.html","desc":"Beta"}, "trader_bop":{"name":"trader_bop","type":"","path":"php/trader_bop.html","desc":"Balance Of Power"}, "trader_cci":{"name":"trader_cci","type":"","path":"php/trader_cci.html","desc":"Commodity Channel Index"}, "trader_cdl2crows":{"name":"trader_cdl2crows","type":"","path":"php/trader_cdl2crows.html","desc":"Two Crows"}, "trader_cdl3blackcrows":{"name":"trader_cdl3blackcrows","type":"","path":"php/trader_cdl3blackcrows.html","desc":"Three Black Crows"}, "trader_cdl3inside":{"name":"trader_cdl3inside","type":"","path":"php/trader_cdl3inside.html","desc":"Three Inside UpDown"}, "trader_cdl3linestrike":{"name":"trader_cdl3linestrike","type":"","path":"php/trader_cdl3linestrike.html","desc":"Three-Line Strike"}, "trader_cdl3outside":{"name":"trader_cdl3outside","type":"","path":"php/trader_cdl3outside.html","desc":"Three Outside UpDown"}, "trader_cdl3starsinsouth":{"name":"trader_cdl3starsinsouth","type":"","path":"php/trader_cdl3starsinsouth.html","desc":"Three Stars In The South"}, "trader_cdl3whitesoldiers":{"name":"trader_cdl3whitesoldiers","type":"","path":"php/trader_cdl3whitesoldiers.html","desc":"Three Advancing White Soldiers"}, "trader_cdlabandonedbaby":{"name":"trader_cdlabandonedbaby","type":"","path":"php/trader_cdlabandonedbaby.html","desc":"Abandoned Baby"}, "trader_cdladvanceblock":{"name":"trader_cdladvanceblock","type":"","path":"php/trader_cdladvanceblock.html","desc":"Advance Block"}, "trader_cdlbelthold":{"name":"trader_cdlbelthold","type":"","path":"php/trader_cdlbelthold.html","desc":"Belt-hold"}, "trader_cdlbreakaway":{"name":"trader_cdlbreakaway","type":"","path":"php/trader_cdlbreakaway.html","desc":"Breakaway"}, "trader_cdlclosingmarubozu":{"name":"trader_cdlclosingmarubozu","type":"","path":"php/trader_cdlclosingmarubozu.html","desc":"Closing Marubozu"}, "trader_cdlconcealbabyswall":{"name":"trader_cdlconcealbabyswall","type":"","path":"php/trader_cdlconcealbabyswall.html","desc":"Concealing Baby Swallow"}, "trader_cdlcounterattack":{"name":"trader_cdlcounterattack","type":"","path":"php/trader_cdlcounterattack.html","desc":"Counterattack"}, "trader_cdldarkcloudcover":{"name":"trader_cdldarkcloudcover","type":"","path":"php/trader_cdldarkcloudcover.html","desc":"Dark Cloud Cover"}, "trader_cdldoji":{"name":"trader_cdldoji","type":"","path":"php/trader_cdldoji.html","desc":"Doji"}, "trader_cdldojistar":{"name":"trader_cdldojistar","type":"","path":"php/trader_cdldojistar.html","desc":"Doji Star"}, "trader_cdldragonflydoji":{"name":"trader_cdldragonflydoji","type":"","path":"php/trader_cdldragonflydoji.html","desc":"Dragonfly Doji"}, "trader_cdlengulfing":{"name":"trader_cdlengulfing","type":"","path":"php/trader_cdlengulfing.html","desc":"Engulfing Pattern"}, "trader_cdleveningdojistar":{"name":"trader_cdleveningdojistar","type":"","path":"php/trader_cdleveningdojistar.html","desc":"Evening Doji Star"}, "trader_cdleveningstar":{"name":"trader_cdleveningstar","type":"","path":"php/trader_cdleveningstar.html","desc":"Evening Star"}, "trader_cdlgapsidesidewhite":{"name":"trader_cdlgapsidesidewhite","type":"","path":"php/trader_cdlgapsidesidewhite.html","desc":"UpDown-gap side-by-side white lines"}, "trader_cdlgravestonedoji":{"name":"trader_cdlgravestonedoji","type":"","path":"php/trader_cdlgravestonedoji.html","desc":"Gravestone Doji"}, "trader_cdlhammer":{"name":"trader_cdlhammer","type":"","path":"php/trader_cdlhammer.html","desc":"Hammer"}, "trader_cdlhangingman":{"name":"trader_cdlhangingman","type":"","path":"php/trader_cdlhangingman.html","desc":"Hanging Man"}, "trader_cdlharami":{"name":"trader_cdlharami","type":"","path":"php/trader_cdlharami.html","desc":"Harami Pattern"}, "trader_cdlharamicross":{"name":"trader_cdlharamicross","type":"","path":"php/trader_cdlharamicross.html","desc":"Harami Cross Pattern"}, "trader_cdlhighwave":{"name":"trader_cdlhighwave","type":"","path":"php/trader_cdlhighwave.html","desc":"High-Wave Candle"}, "trader_cdlhikkake":{"name":"trader_cdlhikkake","type":"","path":"php/trader_cdlhikkake.html","desc":"Hikkake Pattern"}, "trader_cdlhikkakemod":{"name":"trader_cdlhikkakemod","type":"","path":"php/trader_cdlhikkakemod.html","desc":"Modified Hikkake Pattern"}, "trader_cdlhomingpigeon":{"name":"trader_cdlhomingpigeon","type":"","path":"php/trader_cdlhomingpigeon.html","desc":"Homing Pigeon"}, "trader_cdlidentical3crows":{"name":"trader_cdlidentical3crows","type":"","path":"php/trader_cdlidentical3crows.html","desc":"Identical Three Crows"}, "trader_cdlinneck":{"name":"trader_cdlinneck","type":"","path":"php/trader_cdlinneck.html","desc":"In-Neck Pattern"}, "trader_cdlinvertedhammer":{"name":"trader_cdlinvertedhammer","type":"","path":"php/trader_cdlinvertedhammer.html","desc":"Inverted Hammer"}, "trader_cdlkicking":{"name":"trader_cdlkicking","type":"","path":"php/trader_cdlkicking.html","desc":"Kicking"}, "trader_cdlkickingbylength":{"name":"trader_cdlkickingbylength","type":"","path":"php/trader_cdlkickingbylength.html","desc":"Kicking - bullbear determined by the longer marubozu"}, "trader_cdlladderbottom":{"name":"trader_cdlladderbottom","type":"","path":"php/trader_cdlladderbottom.html","desc":"Ladder Bottom"}, "trader_cdllongleggeddoji":{"name":"trader_cdllongleggeddoji","type":"","path":"php/trader_cdllongleggeddoji.html","desc":"Long Legged Doji"}, "trader_cdllongline":{"name":"trader_cdllongline","type":"","path":"php/trader_cdllongline.html","desc":"Long Line Candle"}, "trader_cdlmarubozu":{"name":"trader_cdlmarubozu","type":"","path":"php/trader_cdlmarubozu.html","desc":"Marubozu"}, "trader_cdlmatchinglow":{"name":"trader_cdlmatchinglow","type":"","path":"php/trader_cdlmatchinglow.html","desc":"Matching Low"}, "trader_cdlmathold":{"name":"trader_cdlmathold","type":"","path":"php/trader_cdlmathold.html","desc":"Mat Hold"}, "trader_cdlmorningdojistar":{"name":"trader_cdlmorningdojistar","type":"","path":"php/trader_cdlmorningdojistar.html","desc":"Morning Doji Star"}, "trader_cdlmorningstar":{"name":"trader_cdlmorningstar","type":"","path":"php/trader_cdlmorningstar.html","desc":"Morning Star"}, "trader_cdlonneck":{"name":"trader_cdlonneck","type":"","path":"php/trader_cdlonneck.html","desc":"On-Neck Pattern"}, "trader_cdlpiercing":{"name":"trader_cdlpiercing","type":"","path":"php/trader_cdlpiercing.html","desc":"Piercing Pattern"}, "trader_cdlrickshawman":{"name":"trader_cdlrickshawman","type":"","path":"php/trader_cdlrickshawman.html","desc":"Rickshaw Man"}, "trader_cdlrisefall3methods":{"name":"trader_cdlrisefall3methods","type":"","path":"php/trader_cdlrisefall3methods.html","desc":"RisingFalling Three Methods"}, "trader_cdlseparatinglines":{"name":"trader_cdlseparatinglines","type":"","path":"php/trader_cdlseparatinglines.html","desc":"Separating Lines"}, "trader_cdlshootingstar":{"name":"trader_cdlshootingstar","type":"","path":"php/trader_cdlshootingstar.html","desc":"Shooting Star"}, "trader_cdlshortline":{"name":"trader_cdlshortline","type":"","path":"php/trader_cdlshortline.html","desc":"Short Line Candle"}, "trader_cdlspinningtop":{"name":"trader_cdlspinningtop","type":"","path":"php/trader_cdlspinningtop.html","desc":"Spinning Top"}, "trader_cdlstalledpattern":{"name":"trader_cdlstalledpattern","type":"","path":"php/trader_cdlstalledpattern.html","desc":"Stalled Pattern"}, "trader_cdlsticksandwich":{"name":"trader_cdlsticksandwich","type":"","path":"php/trader_cdlsticksandwich.html","desc":"Stick Sandwich"}, "trader_cdltakuri":{"name":"trader_cdltakuri","type":"","path":"php/trader_cdltakuri.html","desc":"Takuri (Dragonfly Doji with very long lower shadow)"}, "trader_cdltasukigap":{"name":"trader_cdltasukigap","type":"","path":"php/trader_cdltasukigap.html","desc":"Tasuki Gap"}, "trader_cdlthrusting":{"name":"trader_cdlthrusting","type":"","path":"php/trader_cdlthrusting.html","desc":"Thrusting Pattern"}, "trader_cdltristar":{"name":"trader_cdltristar","type":"","path":"php/trader_cdltristar.html","desc":"Tristar Pattern"}, "trader_cdlunique3river":{"name":"trader_cdlunique3river","type":"","path":"php/trader_cdlunique3river.html","desc":"Unique 3 River"}, "trader_cdlupsidegap2crows":{"name":"trader_cdlupsidegap2crows","type":"","path":"php/trader_cdlupsidegap2crows.html","desc":"Upside Gap Two Crows"}, "trader_cdlxsidegap3methods":{"name":"trader_cdlxsidegap3methods","type":"","path":"php/trader_cdlxsidegap3methods.html","desc":"UpsideDownside Gap Three Methods"}, "trader_ceil":{"name":"trader_ceil","type":"","path":"php/trader_ceil.html","desc":"Vector Ceil"}, "trader_cmo":{"name":"trader_cmo","type":"","path":"php/trader_cmo.html","desc":"Chande Momentum Oscillator"}, "trader_correl":{"name":"trader_correl","type":"","path":"php/trader_correl.html","desc":"Pearson's Correlation Coefficient (r)"}, "trader_cos":{"name":"trader_cos","type":"","path":"php/trader_cos.html","desc":"Vector Trigonometric Cos"}, "trader_cosh":{"name":"trader_cosh","type":"","path":"php/trader_cosh.html","desc":"Vector Trigonometric Cosh"}, "trader_dema":{"name":"trader_dema","type":"","path":"php/trader_dema.html","desc":"Double Exponential Moving Average"}, "trader_div":{"name":"trader_div","type":"","path":"php/trader_div.html","desc":"Vector Arithmetic Div"}, "trader_dx":{"name":"trader_dx","type":"","path":"php/trader_dx.html","desc":"Directional Movement Index"}, "trader_ema":{"name":"trader_ema","type":"","path":"php/trader_ema.html","desc":"Exponential Moving Average"}, "trader_errno":{"name":"trader_errno","type":"","path":"php/trader_errno.html","desc":"Get error code"}, "trader_exp":{"name":"trader_exp","type":"","path":"php/trader_exp.html","desc":"Vector Arithmetic Exp"}, "trader_floor":{"name":"trader_floor","type":"","path":"php/trader_floor.html","desc":"Vector Floor"}, "trader_get_compat":{"name":"trader_get_compat","type":"","path":"php/trader_get_compat.html","desc":"Get compatibility mode"}, "trader_get_unstable_period":{"name":"trader_get_unstable_period","type":"","path":"php/trader_get_unstable_period.html","desc":"Get unstable period"}, "trader_ht_dcperiod":{"name":"trader_ht_dcperiod","type":"","path":"php/trader_ht_dcperiod.html","desc":"Hilbert Transform - Dominant Cycle Period"}, "trader_ht_dcphase":{"name":"trader_ht_dcphase","type":"","path":"php/trader_ht_dcphase.html","desc":"Hilbert Transform - Dominant Cycle Phase"}, "trader_ht_phasor":{"name":"trader_ht_phasor","type":"","path":"php/trader_ht_phasor.html","desc":"Hilbert Transform - Phasor Components"}, "trader_ht_sine":{"name":"trader_ht_sine","type":"","path":"php/trader_ht_sine.html","desc":"Hilbert Transform - SineWave"}, "trader_ht_trendline":{"name":"trader_ht_trendline","type":"","path":"php/trader_ht_trendline.html","desc":"Hilbert Transform - Instantaneous Trendline"}, "trader_ht_trendmode":{"name":"trader_ht_trendmode","type":"","path":"php/trader_ht_trendmode.html","desc":"Hilbert Transform - Trend vs Cycle Mode"}, "trader_kama":{"name":"trader_kama","type":"","path":"php/trader_kama.html","desc":"Kaufman Adaptive Moving Average"}, "trader_linearreg":{"name":"trader_linearreg","type":"","path":"php/trader_linearreg.html","desc":"Linear Regression"}, "trader_linearreg_angle":{"name":"trader_linearreg_angle","type":"","path":"php/trader_linearreg_angle.html","desc":"Linear Regression Angle"}, "trader_linearreg_intercept":{"name":"trader_linearreg_intercept","type":"","path":"php/trader_linearreg_intercept.html","desc":"Linear Regression Intercept"}, "trader_linearreg_slope":{"name":"trader_linearreg_slope","type":"","path":"php/trader_linearreg_slope.html","desc":"Linear Regression Slope"}, "trader_ln":{"name":"trader_ln","type":"","path":"php/trader_ln.html","desc":"Vector Log Natural"}, "trader_log10":{"name":"trader_log10","type":"","path":"php/trader_log10.html","desc":"Vector Log10"}, "trader_ma":{"name":"trader_ma","type":"","path":"php/trader_ma.html","desc":"Moving average"}, "trader_macd":{"name":"trader_macd","type":"","path":"php/trader_macd.html","desc":"Moving Average ConvergenceDivergence"}, "trader_macdext":{"name":"trader_macdext","type":"","path":"php/trader_macdext.html","desc":"MACD with controllable MA type"}, "trader_macdfix":{"name":"trader_macdfix","type":"","path":"php/trader_macdfix.html","desc":"Moving Average ConvergenceDivergence Fix 1226"}, "trader_mama":{"name":"trader_mama","type":"","path":"php/trader_mama.html","desc":"MESA Adaptive Moving Average"}, "trader_mavp":{"name":"trader_mavp","type":"","path":"php/trader_mavp.html","desc":"Moving average with variable period"}, "trader_max":{"name":"trader_max","type":"","path":"php/trader_max.html","desc":"Highest value over a specified period"}, "trader_maxindex":{"name":"trader_maxindex","type":"","path":"php/trader_maxindex.html","desc":"Index of highest value over a specified period"}, "trader_medprice":{"name":"trader_medprice","type":"","path":"php/trader_medprice.html","desc":"Median Price"}, "trader_mfi":{"name":"trader_mfi","type":"","path":"php/trader_mfi.html","desc":"Money Flow Index"}, "trader_midpoint":{"name":"trader_midpoint","type":"","path":"php/trader_midpoint.html","desc":"MidPoint over period"}, "trader_midprice":{"name":"trader_midprice","type":"","path":"php/trader_midprice.html","desc":"Midpoint Price over period"}, "trader_min":{"name":"trader_min","type":"","path":"php/trader_min.html","desc":"Lowest value over a specified period"}, "trader_minindex":{"name":"trader_minindex","type":"","path":"php/trader_minindex.html","desc":"Index of lowest value over a specified period"}, "trader_minmax":{"name":"trader_minmax","type":"","path":"php/trader_minmax.html","desc":"Lowest and highest values over a specified period"}, "trader_minmaxindex":{"name":"trader_minmaxindex","type":"","path":"php/trader_minmaxindex.html","desc":"Indexes of lowest and highest values over a specified period"}, "trader_minus_di":{"name":"trader_minus_di","type":"","path":"php/trader_minus_di.html","desc":"Minus Directional Indicator"}, "trader_minus_dm":{"name":"trader_minus_dm","type":"","path":"php/trader_minus_dm.html","desc":"Minus Directional Movement"}, "trader_mom":{"name":"trader_mom","type":"","path":"php/trader_mom.html","desc":"Momentum"}, "trader_mult":{"name":"trader_mult","type":"","path":"php/trader_mult.html","desc":"Vector Arithmetic Mult"}, "trader_natr":{"name":"trader_natr","type":"","path":"php/trader_natr.html","desc":"Normalized Average True Range"}, "trader_obv":{"name":"trader_obv","type":"","path":"php/trader_obv.html","desc":"On Balance Volume"}, "trader_plus_di":{"name":"trader_plus_di","type":"","path":"php/trader_plus_di.html","desc":"Plus Directional Indicator"}, "trader_plus_dm":{"name":"trader_plus_dm","type":"","path":"php/trader_plus_dm.html","desc":"Plus Directional Movement"}, "trader_ppo":{"name":"trader_ppo","type":"","path":"php/trader_ppo.html","desc":"Percentage Price Oscillator"}, "trader_roc":{"name":"trader_roc","type":"","path":"php/trader_roc.html","desc":"Rate of change ((priceprevPrice)-1)100"}, "trader_rocp":{"name":"trader_rocp","type":"","path":"php/trader_rocp.html","desc":"Rate of change Percentage (price-prevPrice)prevPrice"}, "trader_rocr":{"name":"trader_rocr","type":"","path":"php/trader_rocr.html","desc":"Rate of change ratio (priceprevPrice)"}, "trader_rocr100":{"name":"trader_rocr100","type":"","path":"php/trader_rocr100.html","desc":"Rate of change ratio 100 scale (priceprevPrice)100"}, "trader_rsi":{"name":"trader_rsi","type":"","path":"php/trader_rsi.html","desc":"Relative Strength Index"}, "trader_sar":{"name":"trader_sar","type":"","path":"php/trader_sar.html","desc":"Parabolic SAR"}, "trader_sarext":{"name":"trader_sarext","type":"","path":"php/trader_sarext.html","desc":"Parabolic SAR - Extended"}, "trader_set_compat":{"name":"trader_set_compat","type":"","path":"php/trader_set_compat.html","desc":"Set compatibility mode"}, "trader_set_unstable_period":{"name":"trader_set_unstable_period","type":"","path":"php/trader_set_unstable_period.html","desc":"Set unstable period"}, "trader_sin":{"name":"trader_sin","type":"","path":"php/trader_sin.html","desc":"Vector Trigonometric Sin"}, "trader_sinh":{"name":"trader_sinh","type":"","path":"php/trader_sinh.html","desc":"Vector Trigonometric Sinh"}, "trader_sma":{"name":"trader_sma","type":"","path":"php/trader_sma.html","desc":"Simple Moving Average"}, "trader_sqrt":{"name":"trader_sqrt","type":"","path":"php/trader_sqrt.html","desc":"Vector Square Root"}, "trader_stddev":{"name":"trader_stddev","type":"","path":"php/trader_stddev.html","desc":"Standard Deviation"}, "trader_stoch":{"name":"trader_stoch","type":"","path":"php/trader_stoch.html","desc":"Stochastic"}, "trader_stochf":{"name":"trader_stochf","type":"","path":"php/trader_stochf.html","desc":"Stochastic Fast"}, "trader_stochrsi":{"name":"trader_stochrsi","type":"","path":"php/trader_stochrsi.html","desc":"Stochastic Relative Strength Index"}, "trader_sub":{"name":"trader_sub","type":"","path":"php/trader_sub.html","desc":"Vector Arithmetic Subtraction"}, "trader_sum":{"name":"trader_sum","type":"","path":"php/trader_sum.html","desc":"Summation"}, "trader_t3":{"name":"trader_t3","type":"","path":"php/trader_t3.html","desc":"Triple Exponential Moving Average (T3)"}, "trader_tan":{"name":"trader_tan","type":"","path":"php/trader_tan.html","desc":"Vector Trigonometric Tan"}, "trader_tanh":{"name":"trader_tanh","type":"","path":"php/trader_tanh.html","desc":"Vector Trigonometric Tanh"}, "trader_tema":{"name":"trader_tema","type":"","path":"php/trader_tema.html","desc":"Triple Exponential Moving Average"}, "trader_trange":{"name":"trader_trange","type":"","path":"php/trader_trange.html","desc":"True Range"}, "trader_trima":{"name":"trader_trima","type":"","path":"php/trader_trima.html","desc":"Triangular Moving Average"}, "trader_trix":{"name":"trader_trix","type":"","path":"php/trader_trix.html","desc":"1-day Rate-Of-Change (ROC) of a Triple Smooth EMA"}, "trader_tsf":{"name":"trader_tsf","type":"","path":"php/trader_tsf.html","desc":"Time Series Forecast"}, "trader_typprice":{"name":"trader_typprice","type":"","path":"php/trader_typprice.html","desc":"Typical Price"}, "trader_ultosc":{"name":"trader_ultosc","type":"","path":"php/trader_ultosc.html","desc":"Ultimate Oscillator"}, "trader_var":{"name":"trader_var","type":"","path":"php/trader_var.html","desc":"Variance"}, "trader_wclprice":{"name":"trader_wclprice","type":"","path":"php/trader_wclprice.html","desc":"Weighted Close Price"}, "trader_willr":{"name":"trader_willr","type":"","path":"php/trader_willr.html","desc":"Williams' %R"}, "trader_wma":{"name":"trader_wma","type":"","path":"php/trader_wma.html","desc":"Weighted Moving Average"}, "trait_exists":{"name":"trait_exists","type":"","path":"php/trait_exists.html","desc":"检查指定的 trait 是否存在"}, "trigger_error":{"name":"trigger_error","type":"","path":"php/trigger_error.html","desc":"产生一个用户级别的 errorwarningnotice 信息"}, "trim":{"name":"trim","type":"","path":"php/trim.html","desc":"去除字符串首尾处的空白字符(或者其他字符)"}, "uasort":{"name":"uasort","type":"","path":"php/uasort.html","desc":"使用用户自定义的比较函数对数组中的值进行排序并保持索引关联"}, "ucfirst":{"name":"ucfirst","type":"","path":"php/ucfirst.html","desc":"将字符串的首字母转换为大写"}, "ucwords":{"name":"ucwords","type":"","path":"php/ucwords.html","desc":"将字符串中每个单词的首字母转换为大写"}, "udm_add_search_limit":{"name":"udm_add_search_limit","type":"","path":"php/udm_add_search_limit.html","desc":"Add various search limits"}, "udm_alloc_agent":{"name":"udm_alloc_agent","type":"","path":"php/udm_alloc_agent.html","desc":"Allocate mnoGoSearch session"}, "udm_alloc_agent_array":{"name":"udm_alloc_agent_array","type":"","path":"php/udm_alloc_agent_array.html","desc":"Allocate mnoGoSearch session"}, "udm_api_version":{"name":"udm_api_version","type":"","path":"php/udm_api_version.html","desc":"Get mnoGoSearch API version"}, "udm_cat_list":{"name":"udm_cat_list","type":"","path":"php/udm_cat_list.html","desc":"Get all the categories on the same level with the current one"}, "udm_cat_path":{"name":"udm_cat_path","type":"","path":"php/udm_cat_path.html","desc":"Get the path to the current category"}, "udm_check_charset":{"name":"udm_check_charset","type":"","path":"php/udm_check_charset.html","desc":"Check if the given charset is known to mnogosearch"}, "udm_clear_search_limits":{"name":"udm_clear_search_limits","type":"","path":"php/udm_clear_search_limits.html","desc":"Clear all mnoGoSearch search restrictions"}, "udm_crc32":{"name":"udm_crc32","type":"","path":"php/udm_crc32.html","desc":"Return CRC32 checksum of given string"}, "udm_errno":{"name":"udm_errno","type":"","path":"php/udm_errno.html","desc":"Get mnoGoSearch error number"}, "udm_error":{"name":"udm_error","type":"","path":"php/udm_error.html","desc":"Get mnoGoSearch error message"}, "udm_find":{"name":"udm_find","type":"","path":"php/udm_find.html","desc":"Perform search"}, "udm_free_agent":{"name":"udm_free_agent","type":"","path":"php/udm_free_agent.html","desc":"Free mnoGoSearch session"}, "udm_free_ispell_data":{"name":"udm_free_ispell_data","type":"","path":"php/udm_free_ispell_data.html","desc":"Free memory allocated for ispell data"}, "udm_free_res":{"name":"udm_free_res","type":"","path":"php/udm_free_res.html","desc":"Free mnoGoSearch result"}, "udm_get_doc_count":{"name":"udm_get_doc_count","type":"","path":"php/udm_get_doc_count.html","desc":"Get total number of documents in database"}, "udm_get_res_field":{"name":"udm_get_res_field","type":"","path":"php/udm_get_res_field.html","desc":"Fetch a result field"}, "udm_get_res_param":{"name":"udm_get_res_param","type":"","path":"php/udm_get_res_param.html","desc":"Get mnoGoSearch result parameters"}, "udm_hash32":{"name":"udm_hash32","type":"","path":"php/udm_hash32.html","desc":"Return Hash32 checksum of given string"}, "udm_load_ispell_data":{"name":"udm_load_ispell_data","type":"","path":"php/udm_load_ispell_data.html","desc":"Load ispell data"}, "udm_set_agent_param":{"name":"udm_set_agent_param","type":"","path":"php/udm_set_agent_param.html","desc":"Set mnoGoSearch agent session parameters"}, "ui_draw_text_font_fontfamilies":{"name":"ui_draw_text_font_fontfamilies","type":"","path":"php/ui_draw_text_font_fontfamilies.html","desc":"Retrieve Font Families"}, "ui_quit":{"name":"ui_quit","type":"","path":"php/ui_quit.html","desc":"Quit UI Loop"}, "ui_run":{"name":"ui_run","type":"","path":"php/ui_run.html","desc":"Enter UI Loop"}, "uksort":{"name":"uksort","type":"","path":"php/uksort.html","desc":"使用用户自定义的比较函数对数组中的键名进行排序"}, "umask":{"name":"umask","type":"","path":"php/umask.html","desc":"改变当前的 umask"}, "uniqid":{"name":"uniqid","type":"","path":"php/uniqid.html","desc":"生成一个唯一ID"}, "unixtojd":{"name":"unixtojd","type":"","path":"php/unixtojd.html","desc":"转变Unix时间戳为Julian Day计数"}, "unlink":{"name":"unlink","type":"","path":"php/unlink.html","desc":"删除文件"}, "unpack":{"name":"unpack","type":"","path":"php/unpack.html","desc":"Unpack data from binary string"}, "unregister_tick_function":{"name":"unregister_tick_function","type":"","path":"php/unregister_tick_function.html","desc":"De-register a function for execution on each tick"}, "unserialize":{"name":"unserialize","type":"","path":"php/unserialize.html","desc":"从已存储的表示中创建 PHP 的值"}, "unset":{"name":"unset","type":"","path":"php/unset.html","desc":"释放给定的变量"}, "untaint":{"name":"untaint","type":"","path":"php/untaint.html","desc":"Untaint strings"}, "uopz_add_function":{"name":"uopz_add_function","type":"","path":"php/uopz_add_function.html","desc":"Adds non-existent function or method"}, "uopz_allow_exit":{"name":"uopz_allow_exit","type":"","path":"php/uopz_allow_exit.html","desc":"Allows control over disabled exit opcode"}, "uopz_backup":{"name":"uopz_backup","type":"","path":"php/uopz_backup.html","desc":"Backup a function"}, "uopz_compose":{"name":"uopz_compose","type":"","path":"php/uopz_compose.html","desc":"Compose a class"}, "uopz_copy":{"name":"uopz_copy","type":"","path":"php/uopz_copy.html","desc":"Copy a function"}, "uopz_delete":{"name":"uopz_delete","type":"","path":"php/uopz_delete.html","desc":"Delete a function"}, "uopz_del_function":{"name":"uopz_del_function","type":"","path":"php/uopz_del_function.html","desc":"Deletes previously added function or method"}, "uopz_extend":{"name":"uopz_extend","type":"","path":"php/uopz_extend.html","desc":"Extend a class at runtime"}, "uopz_flags":{"name":"uopz_flags","type":"","path":"php/uopz_flags.html","desc":"Get or set flags on function or class"}, "uopz_function":{"name":"uopz_function","type":"","path":"php/uopz_function.html","desc":"Creates a function at runtime"}, "uopz_get_exit_status":{"name":"uopz_get_exit_status","type":"","path":"php/uopz_get_exit_status.html","desc":"Retrieve the last set exit status"}, "uopz_get_hook":{"name":"uopz_get_hook","type":"","path":"php/uopz_get_hook.html","desc":"Gets previously set hook on function or method"}, "uopz_get_mock":{"name":"uopz_get_mock","type":"","path":"php/uopz_get_mock.html","desc":"Get the current mock for a class"}, "uopz_get_property":{"name":"uopz_get_property","type":"","path":"php/uopz_get_property.html","desc":"Gets value of class or instance property"}, "uopz_get_return":{"name":"uopz_get_return","type":"","path":"php/uopz_get_return.html","desc":"Gets a previous set return value for a function"}, "uopz_get_static":{"name":"uopz_get_static","type":"","path":"php/uopz_get_static.html","desc":"Gets the static variables from function or method scope"}, "uopz_implement":{"name":"uopz_implement","type":"","path":"php/uopz_implement.html","desc":"Implements an interface at runtime"}, "uopz_overload":{"name":"uopz_overload","type":"","path":"php/uopz_overload.html","desc":"Overload a VM opcode"}, "uopz_redefine":{"name":"uopz_redefine","type":"","path":"php/uopz_redefine.html","desc":"Redefine a constant"}, "uopz_rename":{"name":"uopz_rename","type":"","path":"php/uopz_rename.html","desc":"Rename a function at runtime"}, "uopz_restore":{"name":"uopz_restore","type":"","path":"php/uopz_restore.html","desc":"Restore a previously backed up function"}, "uopz_set_hook":{"name":"uopz_set_hook","type":"","path":"php/uopz_set_hook.html","desc":"Sets hook to execute when entering a function or method"}, "uopz_set_mock":{"name":"uopz_set_mock","type":"","path":"php/uopz_set_mock.html","desc":"Use mock instead of class for new objects"}, "uopz_set_property":{"name":"uopz_set_property","type":"","path":"php/uopz_set_property.html","desc":"Sets value of existing class or instance property"}, "uopz_set_return":{"name":"uopz_set_return","type":"","path":"php/uopz_set_return.html","desc":"Provide a return value for an existing function"}, "uopz_set_static":{"name":"uopz_set_static","type":"","path":"php/uopz_set_static.html","desc":"Sets the static variables in function or method scope"}, "uopz_undefine":{"name":"uopz_undefine","type":"","path":"php/uopz_undefine.html","desc":"Undefine a constant"}, "uopz_unset_hook":{"name":"uopz_unset_hook","type":"","path":"php/uopz_unset_hook.html","desc":"Removes previously set hook on function or method"}, "uopz_unset_mock":{"name":"uopz_unset_mock","type":"","path":"php/uopz_unset_mock.html","desc":"Unset previously set mock"}, "uopz_unset_return":{"name":"uopz_unset_return","type":"","path":"php/uopz_unset_return.html","desc":"Unsets a previously set return value for a function"}, "urldecode":{"name":"urldecode","type":"","path":"php/urldecode.html","desc":"解码已编码的 URL 字符串"}, "urlencode":{"name":"urlencode","type":"","path":"php/urlencode.html","desc":"编码 URL 字符串"}, "user_error":{"name":"user_error","type":"","path":"php/user_error.html","desc":"trigger_error 的别名"}, "use_soap_error_handler":{"name":"use_soap_error_handler","type":"","path":"php/use_soap_error_handler.html","desc":"Set whether to use the SOAP error handler"}, "usleep":{"name":"usleep","type":"","path":"php/usleep.html","desc":"以指定的微秒数延迟执行"}, "usort":{"name":"usort","type":"","path":"php/usort.html","desc":"使用用户自定义的比较函数对数组中的值进行排序"}, "utf8_decode":{"name":"utf8_decode","type":"","path":"php/utf8_decode.html","desc":"将用 UTF-8 方式编码的 ISO-8859-1 字符串转换成单字节的 ISO-8859-1 字符串。"}, "utf8_encode":{"name":"utf8_encode","type":"","path":"php/utf8_encode.html","desc":"将 ISO-8859-1 编码的字符串转换为 UTF-8 编码"}, "variant_abs":{"name":"variant_abs","type":"","path":"php/variant_abs.html","desc":"Returns the absolute value of a variant"}, "variant_add":{"name":"variant_add","type":"","path":"php/variant_add.html","desc":""Adds" two variant values together and returns the result"}, "variant_and":{"name":"variant_and","type":"","path":"php/variant_and.html","desc":"Performs a bitwise AND operation between two variants"}, "variant_cast":{"name":"variant_cast","type":"","path":"php/variant_cast.html","desc":"Convert a variant into a new variant object of another type"}, "variant_cat":{"name":"variant_cat","type":"","path":"php/variant_cat.html","desc":"Concatenates two variant values together and returns the result"}, "variant_cmp":{"name":"variant_cmp","type":"","path":"php/variant_cmp.html","desc":"Compares two variants"}, "variant_date_from_timestamp":{"name":"variant_date_from_timestamp","type":"","path":"php/variant_date_from_timestamp.html","desc":"Returns a variant date representation of a Unix timestamp"}, "variant_date_to_timestamp":{"name":"variant_date_to_timestamp","type":"","path":"php/variant_date_to_timestamp.html","desc":"Converts a variant datetime value to Unix timestamp"}, "variant_div":{"name":"variant_div","type":"","path":"php/variant_div.html","desc":"Returns the result from dividing two variants"}, "variant_eqv":{"name":"variant_eqv","type":"","path":"php/variant_eqv.html","desc":"Performs a bitwise equivalence on two variants"}, "variant_fix":{"name":"variant_fix","type":"","path":"php/variant_fix.html","desc":"Returns the integer portion of a variant"}, "variant_get_type":{"name":"variant_get_type","type":"","path":"php/variant_get_type.html","desc":"Returns the type of a variant object"}, "variant_idiv":{"name":"variant_idiv","type":"","path":"php/variant_idiv.html","desc":"Converts variants to integers and then returns the result from dividing them"}, "variant_imp":{"name":"variant_imp","type":"","path":"php/variant_imp.html","desc":"Performs a bitwise implication on two variants"}, "variant_int":{"name":"variant_int","type":"","path":"php/variant_int.html","desc":"Returns the integer portion of a variant"}, "variant_mod":{"name":"variant_mod","type":"","path":"php/variant_mod.html","desc":"Divides two variants and returns only the remainder"}, "variant_mul":{"name":"variant_mul","type":"","path":"php/variant_mul.html","desc":"Multiplies the values of the two variants"}, "variant_neg":{"name":"variant_neg","type":"","path":"php/variant_neg.html","desc":"Performs logical negation on a variant"}, "variant_not":{"name":"variant_not","type":"","path":"php/variant_not.html","desc":"Performs bitwise not negation on a variant"}, "variant_or":{"name":"variant_or","type":"","path":"php/variant_or.html","desc":"Performs a logical disjunction on two variants"}, "variant_pow":{"name":"variant_pow","type":"","path":"php/variant_pow.html","desc":"Returns the result of performing the power function with two variants"}, "variant_round":{"name":"variant_round","type":"","path":"php/variant_round.html","desc":"Rounds a variant to the specified number of decimal places"}, "variant_set":{"name":"variant_set","type":"","path":"php/variant_set.html","desc":"Assigns a new value for a variant object"}, "variant_set_type":{"name":"variant_set_type","type":"","path":"php/variant_set_type.html","desc":"Convert a variant into another type "in-place""}, "variant_sub":{"name":"variant_sub","type":"","path":"php/variant_sub.html","desc":"Subtracts the value of the right variant from the left variant value"}, "variant_xor":{"name":"variant_xor","type":"","path":"php/variant_xor.html","desc":"Performs a logical exclusion on two variants"}, "var_dump":{"name":"var_dump","type":"","path":"php/var_dump.html","desc":"打印变量的相关信息"}, "var_export":{"name":"var_export","type":"","path":"php/var_export.html","desc":"输出或返回一个变量的字符串表示"}, "version_compare":{"name":"version_compare","type":"","path":"php/version_compare.html","desc":"对比两个「PHP 规范化」的版本数字字符串"}, "vfprintf":{"name":"vfprintf","type":"","path":"php/vfprintf.html","desc":"将格式化字符串写入流"}, "virtual":{"name":"virtual","type":"","path":"php/virtual.html","desc":"执行 Apache 子请求"}, "vpopmail_add_alias_domain":{"name":"vpopmail_add_alias_domain","type":"","path":"php/vpopmail_add_alias_domain.html","desc":"Add an alias for a virtual domain"}, "vpopmail_add_alias_domain_ex":{"name":"vpopmail_add_alias_domain_ex","type":"","path":"php/vpopmail_add_alias_domain_ex.html","desc":"Add alias to an existing virtual domain"}, "vpopmail_add_domain":{"name":"vpopmail_add_domain","type":"","path":"php/vpopmail_add_domain.html","desc":"Add a new virtual domain"}, "vpopmail_add_domain_ex":{"name":"vpopmail_add_domain_ex","type":"","path":"php/vpopmail_add_domain_ex.html","desc":"Add a new virtual domain"}, "vpopmail_add_user":{"name":"vpopmail_add_user","type":"","path":"php/vpopmail_add_user.html","desc":"Add a new user to the specified virtual domain"}, "vpopmail_alias_add":{"name":"vpopmail_alias_add","type":"","path":"php/vpopmail_alias_add.html","desc":"Insert a virtual alias"}, "vpopmail_alias_del":{"name":"vpopmail_alias_del","type":"","path":"php/vpopmail_alias_del.html","desc":"Deletes all virtual aliases of a user"}, "vpopmail_alias_del_domain":{"name":"vpopmail_alias_del_domain","type":"","path":"php/vpopmail_alias_del_domain.html","desc":"Deletes all virtual aliases of a domain"}, "vpopmail_alias_get":{"name":"vpopmail_alias_get","type":"","path":"php/vpopmail_alias_get.html","desc":"Get all lines of an alias for a domain"}, "vpopmail_alias_get_all":{"name":"vpopmail_alias_get_all","type":"","path":"php/vpopmail_alias_get_all.html","desc":"Get all lines of an alias for a domain"}, "vpopmail_auth_user":{"name":"vpopmail_auth_user","type":"","path":"php/vpopmail_auth_user.html","desc":"Attempt to validate a usernamedomainpassword"}, "vpopmail_del_domain":{"name":"vpopmail_del_domain","type":"","path":"php/vpopmail_del_domain.html","desc":"Delete a virtual domain"}, "vpopmail_del_domain_ex":{"name":"vpopmail_del_domain_ex","type":"","path":"php/vpopmail_del_domain_ex.html","desc":"Delete a virtual domain"}, "vpopmail_del_user":{"name":"vpopmail_del_user","type":"","path":"php/vpopmail_del_user.html","desc":"Delete a user from a virtual domain"}, "vpopmail_error":{"name":"vpopmail_error","type":"","path":"php/vpopmail_error.html","desc":"Get text message for last vpopmail error"}, "vpopmail_passwd":{"name":"vpopmail_passwd","type":"","path":"php/vpopmail_passwd.html","desc":"Change a virtual user's password"}, "vpopmail_set_user_quota":{"name":"vpopmail_set_user_quota","type":"","path":"php/vpopmail_set_user_quota.html","desc":"Sets a virtual user's quota"}, "vprintf":{"name":"vprintf","type":"","path":"php/vprintf.html","desc":"输出格式化字符串"}, "vsprintf":{"name":"vsprintf","type":"","path":"php/vsprintf.html","desc":"返回格式化字符串"}, "wddx_add_vars":{"name":"wddx_add_vars","type":"","path":"php/wddx_add_vars.html","desc":"Add variables to a WDDX packet with the specified ID"}, "wddx_deserialize":{"name":"wddx_deserialize","type":"","path":"php/wddx_deserialize.html","desc":"Unserializes a WDDX packet"}, "wddx_packet_end":{"name":"wddx_packet_end","type":"","path":"php/wddx_packet_end.html","desc":"Ends a WDDX packet with the specified ID"}, "wddx_packet_start":{"name":"wddx_packet_start","type":"","path":"php/wddx_packet_start.html","desc":"Starts a new WDDX packet with structure inside it"}, "wddx_serialize_value":{"name":"wddx_serialize_value","type":"","path":"php/wddx_serialize_value.html","desc":"Serialize a single value into a WDDX packet"}, "wddx_serialize_vars":{"name":"wddx_serialize_vars","type":"","path":"php/wddx_serialize_vars.html","desc":"Serialize variables into a WDDX packet"}, "win32_continue_service":{"name":"win32_continue_service","type":"","path":"php/win32_continue_service.html","desc":"Resumes a paused service"}, "win32_create_service":{"name":"win32_create_service","type":"","path":"php/win32_create_service.html","desc":"Creates a new service entry in the SCM database"}, "win32_delete_service":{"name":"win32_delete_service","type":"","path":"php/win32_delete_service.html","desc":"Deletes a service entry from the SCM database"}, "win32_get_last_control_message":{"name":"win32_get_last_control_message","type":"","path":"php/win32_get_last_control_message.html","desc":"Returns the last control message that was sent to this service"}, "win32_pause_service":{"name":"win32_pause_service","type":"","path":"php/win32_pause_service.html","desc":"Pauses a service"}, "win32_ps_list_procs":{"name":"win32_ps_list_procs","type":"","path":"php/win32_ps_list_procs.html","desc":"List running processes"}, "win32_ps_stat_mem":{"name":"win32_ps_stat_mem","type":"","path":"php/win32_ps_stat_mem.html","desc":"Stat memory utilization"}, "win32_ps_stat_proc":{"name":"win32_ps_stat_proc","type":"","path":"php/win32_ps_stat_proc.html","desc":"Stat process"}, "win32_query_service_status":{"name":"win32_query_service_status","type":"","path":"php/win32_query_service_status.html","desc":"Queries the status of a service"}, "win32_send_custom_control":{"name":"win32_send_custom_control","type":"","path":"php/win32_send_custom_control.html","desc":"Send a custom control to the service"}, "win32_set_service_exit_code":{"name":"win32_set_service_exit_code","type":"","path":"php/win32_set_service_exit_code.html","desc":"Define or return the exit code for the current running service"}, "win32_set_service_exit_mode":{"name":"win32_set_service_exit_mode","type":"","path":"php/win32_set_service_exit_mode.html","desc":"Define or return the exit mode for the current running service"}, "win32_set_service_status":{"name":"win32_set_service_status","type":"","path":"php/win32_set_service_status.html","desc":"Update the service status"}, "win32_start_service":{"name":"win32_start_service","type":"","path":"php/win32_start_service.html","desc":"Starts a service"}, "win32_start_service_ctrl_dispatcher":{"name":"win32_start_service_ctrl_dispatcher","type":"","path":"php/win32_start_service_ctrl_dispatcher.html","desc":"Registers the script with the SCM, so that it can act as the service with the given name"}, "win32_stop_service":{"name":"win32_stop_service","type":"","path":"php/win32_stop_service.html","desc":"Stops a service"}, "wincache_fcache_fileinfo":{"name":"wincache_fcache_fileinfo","type":"","path":"php/wincache_fcache_fileinfo.html","desc":"Retrieves information about files cached in the file cache"}, "wincache_fcache_meminfo":{"name":"wincache_fcache_meminfo","type":"","path":"php/wincache_fcache_meminfo.html","desc":"Retrieves information about file cache memory usage"}, "wincache_lock":{"name":"wincache_lock","type":"","path":"php/wincache_lock.html","desc":"Acquires an exclusive lock on a given key"}, "wincache_ocache_fileinfo":{"name":"wincache_ocache_fileinfo","type":"","path":"php/wincache_ocache_fileinfo.html","desc":"Retrieves information about files cached in the opcode cache"}, "wincache_ocache_meminfo":{"name":"wincache_ocache_meminfo","type":"","path":"php/wincache_ocache_meminfo.html","desc":"Retrieves information about opcode cache memory usage"}, "wincache_refresh_if_changed":{"name":"wincache_refresh_if_changed","type":"","path":"php/wincache_refresh_if_changed.html","desc":"Refreshes the cache entries for the cached files"}, "wincache_rplist_fileinfo":{"name":"wincache_rplist_fileinfo","type":"","path":"php/wincache_rplist_fileinfo.html","desc":"Retrieves information about resolve file path cache"}, "wincache_rplist_meminfo":{"name":"wincache_rplist_meminfo","type":"","path":"php/wincache_rplist_meminfo.html","desc":"Retrieves information about memory usage by the resolve file path cache"}, "wincache_scache_info":{"name":"wincache_scache_info","type":"","path":"php/wincache_scache_info.html","desc":"Retrieves information about files cached in the session cache"}, "wincache_scache_meminfo":{"name":"wincache_scache_meminfo","type":"","path":"php/wincache_scache_meminfo.html","desc":"Retrieves information about session cache memory usage"}, "wincache_ucache_add":{"name":"wincache_ucache_add","type":"","path":"php/wincache_ucache_add.html","desc":"Adds a variable in user cache only if variable does not already exist in the cache"}, "wincache_ucache_cas":{"name":"wincache_ucache_cas","type":"","path":"php/wincache_ucache_cas.html","desc":"Compares the variable with old value and assigns new value to it"}, "wincache_ucache_clear":{"name":"wincache_ucache_clear","type":"","path":"php/wincache_ucache_clear.html","desc":"Deletes entire content of the user cache"}, "wincache_ucache_dec":{"name":"wincache_ucache_dec","type":"","path":"php/wincache_ucache_dec.html","desc":"Decrements the value associated with the key"}, "wincache_ucache_delete":{"name":"wincache_ucache_delete","type":"","path":"php/wincache_ucache_delete.html","desc":"Deletes variables from the user cache"}, "wincache_ucache_exists":{"name":"wincache_ucache_exists","type":"","path":"php/wincache_ucache_exists.html","desc":"Checks if a variable exists in the user cache"}, "wincache_ucache_get":{"name":"wincache_ucache_get","type":"","path":"php/wincache_ucache_get.html","desc":"Gets a variable stored in the user cache"}, "wincache_ucache_inc":{"name":"wincache_ucache_inc","type":"","path":"php/wincache_ucache_inc.html","desc":"Increments the value associated with the key"}, "wincache_ucache_info":{"name":"wincache_ucache_info","type":"","path":"php/wincache_ucache_info.html","desc":"Retrieves information about data stored in the user cache"}, "wincache_ucache_meminfo":{"name":"wincache_ucache_meminfo","type":"","path":"php/wincache_ucache_meminfo.html","desc":"Retrieves information about user cache memory usage"}, "wincache_ucache_set":{"name":"wincache_ucache_set","type":"","path":"php/wincache_ucache_set.html","desc":"Adds a variable in user cache and overwrites a variable if it already exists in the cache"}, "wincache_unlock":{"name":"wincache_unlock","type":"","path":"php/wincache_unlock.html","desc":"Releases an exclusive lock on a given key"}, "wordwrap":{"name":"wordwrap","type":"","path":"php/wordwrap.html","desc":"打断字符串为指定数量的字串"}, "xattr_get":{"name":"xattr_get","type":"","path":"php/xattr_get.html","desc":"Get an extended attribute"}, "xattr_list":{"name":"xattr_list","type":"","path":"php/xattr_list.html","desc":"Get a list of extended attributes"}, "xattr_remove":{"name":"xattr_remove","type":"","path":"php/xattr_remove.html","desc":"Remove an extended attribute"}, "xattr_set":{"name":"xattr_set","type":"","path":"php/xattr_set.html","desc":"Set an extended attribute"}, "xattr_supported":{"name":"xattr_supported","type":"","path":"php/xattr_supported.html","desc":"Check if filesystem supports extended attributes"}, "xdiff_file_bdiff":{"name":"xdiff_file_bdiff","type":"","path":"php/xdiff_file_bdiff.html","desc":"Make binary diff of two files"}, "xdiff_file_bdiff_size":{"name":"xdiff_file_bdiff_size","type":"","path":"php/xdiff_file_bdiff_size.html","desc":"Read a size of file created by applying a binary diff"}, "xdiff_file_bpatch":{"name":"xdiff_file_bpatch","type":"","path":"php/xdiff_file_bpatch.html","desc":"Patch a file with a binary diff"}, "xdiff_file_diff":{"name":"xdiff_file_diff","type":"","path":"php/xdiff_file_diff.html","desc":"Make unified diff of two files"}, "xdiff_file_diff_binary":{"name":"xdiff_file_diff_binary","type":"","path":"php/xdiff_file_diff_binary.html","desc":"Alias of xdiff_file_bdiff"}, "xdiff_file_merge3":{"name":"xdiff_file_merge3","type":"","path":"php/xdiff_file_merge3.html","desc":"Merge 3 files into one"}, "xdiff_file_patch":{"name":"xdiff_file_patch","type":"","path":"php/xdiff_file_patch.html","desc":"Patch a file with an unified diff"}, "xdiff_file_patch_binary":{"name":"xdiff_file_patch_binary","type":"","path":"php/xdiff_file_patch_binary.html","desc":"Alias of xdiff_file_bpatch"}, "xdiff_file_rabdiff":{"name":"xdiff_file_rabdiff","type":"","path":"php/xdiff_file_rabdiff.html","desc":"Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm"}, "xdiff_string_bdiff":{"name":"xdiff_string_bdiff","type":"","path":"php/xdiff_string_bdiff.html","desc":"Make binary diff of two strings"}, "xdiff_string_bdiff_size":{"name":"xdiff_string_bdiff_size","type":"","path":"php/xdiff_string_bdiff_size.html","desc":"Read a size of file created by applying a binary diff"}, "xdiff_string_bpatch":{"name":"xdiff_string_bpatch","type":"","path":"php/xdiff_string_bpatch.html","desc":"Patch a string with a binary diff"}, "xdiff_string_diff":{"name":"xdiff_string_diff","type":"","path":"php/xdiff_string_diff.html","desc":"Make unified diff of two strings"}, "xdiff_string_diff_binary":{"name":"xdiff_string_diff_binary","type":"","path":"php/xdiff_string_diff_binary.html","desc":"Alias of xdiff_string_bdiff"}, "xdiff_string_merge3":{"name":"xdiff_string_merge3","type":"","path":"php/xdiff_string_merge3.html","desc":"Merge 3 strings into one"}, "xdiff_string_patch":{"name":"xdiff_string_patch","type":"","path":"php/xdiff_string_patch.html","desc":"Patch a string with an unified diff"}, "xdiff_string_patch_binary":{"name":"xdiff_string_patch_binary","type":"","path":"php/xdiff_string_patch_binary.html","desc":"Alias of xdiff_string_bpatch"}, "xdiff_string_rabdiff":{"name":"xdiff_string_rabdiff","type":"","path":"php/xdiff_string_rabdiff.html","desc":"Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm"}, "xhprof_disable":{"name":"xhprof_disable","type":"","path":"php/xhprof_disable.html","desc":"停止 xhprof 分析器"}, "xhprof_enable":{"name":"xhprof_enable","type":"","path":"php/xhprof_enable.html","desc":"启动 xhprof 性能分析器"}, "xhprof_sample_disable":{"name":"xhprof_sample_disable","type":"","path":"php/xhprof_sample_disable.html","desc":"停止 xhprof 性能采样分析器"}, "xhprof_sample_enable":{"name":"xhprof_sample_enable","type":"","path":"php/xhprof_sample_enable.html","desc":"以采样模式启动 XHProf 性能分析"}, "xmlrpc_decode":{"name":"xmlrpc_decode","type":"","path":"php/xmlrpc_decode.html","desc":"将 XML 译码为 PHP 本身的类型"}, "xmlrpc_decode_request":{"name":"xmlrpc_decode_request","type":"","path":"php/xmlrpc_decode_request.html","desc":"将 XML 译码为 PHP 本身的类型"}, "xmlrpc_encode":{"name":"xmlrpc_encode","type":"","path":"php/xmlrpc_encode.html","desc":"为 PHP 的值生成 XML"}, "xmlrpc_encode_request":{"name":"xmlrpc_encode_request","type":"","path":"php/xmlrpc_encode_request.html","desc":"为 PHP 的值生成 XML"}, "xmlrpc_get_type":{"name":"xmlrpc_get_type","type":"","path":"php/xmlrpc_get_type.html","desc":"为 PHP 的值获取 xmlrpc 的类型"}, "xmlrpc_is_fault":{"name":"xmlrpc_is_fault","type":"","path":"php/xmlrpc_is_fault.html","desc":"Determines if an array value represents an XMLRPC fault"}, "xmlrpc_parse_method_descriptions":{"name":"xmlrpc_parse_method_descriptions","type":"","path":"php/xmlrpc_parse_method_descriptions.html","desc":"将 XML 译码成方法描述的列表"}, "xmlrpc_server_add_introspection_data":{"name":"xmlrpc_server_add_introspection_data","type":"","path":"php/xmlrpc_server_add_introspection_data.html","desc":"添加自我描述的文档"}, "xmlrpc_server_call_method":{"name":"xmlrpc_server_call_method","type":"","path":"php/xmlrpc_server_call_method.html","desc":"解析 XML 请求同时调用方法"}, "xmlrpc_server_create":{"name":"xmlrpc_server_create","type":"","path":"php/xmlrpc_server_create.html","desc":"创建一个 xmlrpc 服务端"}, "xmlrpc_server_destroy":{"name":"xmlrpc_server_destroy","type":"","path":"php/xmlrpc_server_destroy.html","desc":"销毁服务端资源"}, "xmlrpc_server_register_introspection_callback":{"name":"xmlrpc_server_register_introspection_callback","type":"","path":"php/xmlrpc_server_register_introspection_callback.html","desc":"注册一个 PHP 函数用于生成文档"}, "xmlrpc_server_register_method":{"name":"xmlrpc_server_register_method","type":"","path":"php/xmlrpc_server_register_method.html","desc":"注册一个 PHP 函数用于匹配 xmlrpc 方法名"}, "xmlrpc_set_type":{"name":"xmlrpc_set_type","type":"","path":"php/xmlrpc_set_type.html","desc":"为一个 PHP 字符串值设置 xmlrpc 的类型、base64 或日期时间"}, "xmlwriter_end_attribute":{"name":"xmlwriter_end_attribute","type":"","path":"php/xmlwriter_end_attribute.html","desc":"End attribute"}, "xmlwriter_end_cdata":{"name":"xmlwriter_end_cdata","type":"","path":"php/xmlwriter_end_cdata.html","desc":"End current CDATA"}, "xmlwriter_end_comment":{"name":"xmlwriter_end_comment","type":"","path":"php/xmlwriter_end_comment.html","desc":"Create end comment"}, "xmlwriter_end_document":{"name":"xmlwriter_end_document","type":"","path":"php/xmlwriter_end_document.html","desc":"End current document"}, "xmlwriter_end_dtd":{"name":"xmlwriter_end_dtd","type":"","path":"php/xmlwriter_end_dtd.html","desc":"End current DTD"}, "xmlwriter_end_dtd_attlist":{"name":"xmlwriter_end_dtd_attlist","type":"","path":"php/xmlwriter_end_dtd_attlist.html","desc":"End current DTD AttList"}, "xmlwriter_end_dtd_element":{"name":"xmlwriter_end_dtd_element","type":"","path":"php/xmlwriter_end_dtd_element.html","desc":"End current DTD element"}, "xmlwriter_end_dtd_entity":{"name":"xmlwriter_end_dtd_entity","type":"","path":"php/xmlwriter_end_dtd_entity.html","desc":"End current DTD Entity"}, "xmlwriter_end_element":{"name":"xmlwriter_end_element","type":"","path":"php/xmlwriter_end_element.html","desc":"End current element"}, "xmlwriter_end_pi":{"name":"xmlwriter_end_pi","type":"","path":"php/xmlwriter_end_pi.html","desc":"End current PI"}, "xmlwriter_flush":{"name":"xmlwriter_flush","type":"","path":"php/xmlwriter_flush.html","desc":"Flush current buffer"}, "xmlwriter_full_end_element":{"name":"xmlwriter_full_end_element","type":"","path":"php/xmlwriter_full_end_element.html","desc":"End current element"}, "xmlwriter_open_memory":{"name":"xmlwriter_open_memory","type":"","path":"php/xmlwriter_open_memory.html","desc":"Create new xmlwriter using memory for string output"}, "xmlwriter_open_uri":{"name":"xmlwriter_open_uri","type":"","path":"php/xmlwriter_open_uri.html","desc":"Create new xmlwriter using source uri for output"}, "xmlwriter_output_memory":{"name":"xmlwriter_output_memory","type":"","path":"php/xmlwriter_output_memory.html","desc":"Returns current buffer"}, "xmlwriter_set_indent":{"name":"xmlwriter_set_indent","type":"","path":"php/xmlwriter_set_indent.html","desc":"Toggle indentation onoff"}, "xmlwriter_set_indent_string":{"name":"xmlwriter_set_indent_string","type":"","path":"php/xmlwriter_set_indent_string.html","desc":"Set string used for indenting"}, "xmlwriter_start_attribute":{"name":"xmlwriter_start_attribute","type":"","path":"php/xmlwriter_start_attribute.html","desc":"Create start attribute"}, "xmlwriter_start_attribute_ns":{"name":"xmlwriter_start_attribute_ns","type":"","path":"php/xmlwriter_start_attribute_ns.html","desc":"Create start namespaced attribute"}, "xmlwriter_start_cdata":{"name":"xmlwriter_start_cdata","type":"","path":"php/xmlwriter_start_cdata.html","desc":"Create start CDATA tag"}, "xmlwriter_start_comment":{"name":"xmlwriter_start_comment","type":"","path":"php/xmlwriter_start_comment.html","desc":"Create start comment"}, "xmlwriter_start_document":{"name":"xmlwriter_start_document","type":"","path":"php/xmlwriter_start_document.html","desc":"Create document tag"}, "xmlwriter_start_dtd":{"name":"xmlwriter_start_dtd","type":"","path":"php/xmlwriter_start_dtd.html","desc":"Create start DTD tag"}, "xmlwriter_start_dtd_attlist":{"name":"xmlwriter_start_dtd_attlist","type":"","path":"php/xmlwriter_start_dtd_attlist.html","desc":"Create start DTD AttList"}, "xmlwriter_start_dtd_element":{"name":"xmlwriter_start_dtd_element","type":"","path":"php/xmlwriter_start_dtd_element.html","desc":"Create start DTD element"}, "xmlwriter_start_dtd_entity":{"name":"xmlwriter_start_dtd_entity","type":"","path":"php/xmlwriter_start_dtd_entity.html","desc":"Create start DTD Entity"}, "xmlwriter_start_element":{"name":"xmlwriter_start_element","type":"","path":"php/xmlwriter_start_element.html","desc":"Create start element tag"}, "xmlwriter_start_element_ns":{"name":"xmlwriter_start_element_ns","type":"","path":"php/xmlwriter_start_element_ns.html","desc":"Create start namespaced element tag"}, "xmlwriter_start_pi":{"name":"xmlwriter_start_pi","type":"","path":"php/xmlwriter_start_pi.html","desc":"Create start PI tag"}, "xmlwriter_text":{"name":"xmlwriter_text","type":"","path":"php/xmlwriter_text.html","desc":"Write text"}, "xmlwriter_write_attribute":{"name":"xmlwriter_write_attribute","type":"","path":"php/xmlwriter_write_attribute.html","desc":"Write full attribute"}, "xmlwriter_write_attribute_ns":{"name":"xmlwriter_write_attribute_ns","type":"","path":"php/xmlwriter_write_attribute_ns.html","desc":"Write full namespaced attribute"}, "xmlwriter_write_cdata":{"name":"xmlwriter_write_cdata","type":"","path":"php/xmlwriter_write_cdata.html","desc":"Write full CDATA tag"}, "xmlwriter_write_comment":{"name":"xmlwriter_write_comment","type":"","path":"php/xmlwriter_write_comment.html","desc":"Write full comment tag"}, "xmlwriter_write_dtd":{"name":"xmlwriter_write_dtd","type":"","path":"php/xmlwriter_write_dtd.html","desc":"Write full DTD tag"}, "xmlwriter_write_dtd_attlist":{"name":"xmlwriter_write_dtd_attlist","type":"","path":"php/xmlwriter_write_dtd_attlist.html","desc":"Write full DTD AttList tag"}, "xmlwriter_write_dtd_element":{"name":"xmlwriter_write_dtd_element","type":"","path":"php/xmlwriter_write_dtd_element.html","desc":"Write full DTD element tag"}, "xmlwriter_write_dtd_entity":{"name":"xmlwriter_write_dtd_entity","type":"","path":"php/xmlwriter_write_dtd_entity.html","desc":"Write full DTD Entity tag"}, "xmlwriter_write_element":{"name":"xmlwriter_write_element","type":"","path":"php/xmlwriter_write_element.html","desc":"Write full element tag"}, "xmlwriter_write_element_ns":{"name":"xmlwriter_write_element_ns","type":"","path":"php/xmlwriter_write_element_ns.html","desc":"Write full namespaced element tag"}, "xmlwriter_write_pi":{"name":"xmlwriter_write_pi","type":"","path":"php/xmlwriter_write_pi.html","desc":"Writes a PI"}, "xmlwriter_write_raw":{"name":"xmlwriter_write_raw","type":"","path":"php/xmlwriter_write_raw.html","desc":"Write a raw XML text"}, "xml_error_string":{"name":"xml_error_string","type":"","path":"php/xml_error_string.html","desc":"获取 XML 解析器的错误字符串"}, "xml_get_current_byte_index":{"name":"xml_get_current_byte_index","type":"","path":"php/xml_get_current_byte_index.html","desc":"获取 XML 解析器的当前字节索引"}, "xml_get_current_column_number":{"name":"xml_get_current_column_number","type":"","path":"php/xml_get_current_column_number.html","desc":"获取 XML 解析器的当前列号"}, "xml_get_current_line_number":{"name":"xml_get_current_line_number","type":"","path":"php/xml_get_current_line_number.html","desc":"获取 XML 解析器的当前行号"}, "xml_get_error_code":{"name":"xml_get_error_code","type":"","path":"php/xml_get_error_code.html","desc":"获取 XML 解析器错误代码"}, "xml_parse":{"name":"xml_parse","type":"","path":"php/xml_parse.html","desc":"开始解析一个 XML 文档"}, "xml_parser_create":{"name":"xml_parser_create","type":"","path":"php/xml_parser_create.html","desc":"建立一个 XML 解析器"}, "xml_parser_create_ns":{"name":"xml_parser_create_ns","type":"","path":"php/xml_parser_create_ns.html","desc":"生成一个支持命名空间的 XML 解析器"}, "xml_parser_free":{"name":"xml_parser_free","type":"","path":"php/xml_parser_free.html","desc":"释放指定的 XML 解析器"}, "xml_parser_get_option":{"name":"xml_parser_get_option","type":"","path":"php/xml_parser_get_option.html","desc":"从 XML 解析器获取选项设置信息"}, "xml_parser_set_option":{"name":"xml_parser_set_option","type":"","path":"php/xml_parser_set_option.html","desc":"为指定 XML 解析进行选项设置"}, "xml_parse_into_struct":{"name":"xml_parse_into_struct","type":"","path":"php/xml_parse_into_struct.html","desc":"将 XML 数据解析到数组中"}, "xml_set_character_data_handler":{"name":"xml_set_character_data_handler","type":"","path":"php/xml_set_character_data_handler.html","desc":"建立字符数据处理器"}, "xml_set_default_handler":{"name":"xml_set_default_handler","type":"","path":"php/xml_set_default_handler.html","desc":"建立默认处理器"}, "xml_set_element_handler":{"name":"xml_set_element_handler","type":"","path":"php/xml_set_element_handler.html","desc":"建立起始和终止元素处理器"}, "xml_set_end_namespace_decl_handler":{"name":"xml_set_end_namespace_decl_handler","type":"","path":"php/xml_set_end_namespace_decl_handler.html","desc":"建立终止命名空间声明处理器"}, "xml_set_external_entity_ref_handler":{"name":"xml_set_external_entity_ref_handler","type":"","path":"php/xml_set_external_entity_ref_handler.html","desc":"建立外部实体指向处理器"}, "xml_set_notation_decl_handler":{"name":"xml_set_notation_decl_handler","type":"","path":"php/xml_set_notation_decl_handler.html","desc":"建立注释声明处理器"}, "xml_set_object":{"name":"xml_set_object","type":"","path":"php/xml_set_object.html","desc":"在对象中使用 XML 解析器"}, "xml_set_processing_instruction_handler":{"name":"xml_set_processing_instruction_handler","type":"","path":"php/xml_set_processing_instruction_handler.html","desc":"建立处理指令(PI)处理器"}, "xml_set_start_namespace_decl_handler":{"name":"xml_set_start_namespace_decl_handler","type":"","path":"php/xml_set_start_namespace_decl_handler.html","desc":"建立起始命名空间声明处理器"}, "xml_set_unparsed_entity_decl_handler":{"name":"xml_set_unparsed_entity_decl_handler","type":"","path":"php/xml_set_unparsed_entity_decl_handler.html","desc":"建立未解析实体定义声明处理器"}, "yaml_emit":{"name":"yaml_emit","type":"","path":"php/yaml_emit.html","desc":"Returns the YAML representation of a value"}, "yaml_emit_file":{"name":"yaml_emit_file","type":"","path":"php/yaml_emit_file.html","desc":"Send the YAML representation of a value to a file"}, "yaml_parse":{"name":"yaml_parse","type":"","path":"php/yaml_parse.html","desc":"Parse a YAML stream"}, "yaml_parse_file":{"name":"yaml_parse_file","type":"","path":"php/yaml_parse_file.html","desc":"Parse a YAML stream from a file"}, "yaml_parse_url":{"name":"yaml_parse_url","type":"","path":"php/yaml_parse_url.html","desc":"Parse a Yaml stream from a URL"}, "yaz_addinfo":{"name":"yaz_addinfo","type":"","path":"php/yaz_addinfo.html","desc":"Returns additional error information"}, "yaz_ccl_conf":{"name":"yaz_ccl_conf","type":"","path":"php/yaz_ccl_conf.html","desc":"Configure CCL parser"}, "yaz_ccl_parse":{"name":"yaz_ccl_parse","type":"","path":"php/yaz_ccl_parse.html","desc":"Invoke CCL Parser"}, "yaz_close":{"name":"yaz_close","type":"","path":"php/yaz_close.html","desc":"Close YAZ connection"}, "yaz_connect":{"name":"yaz_connect","type":"","path":"php/yaz_connect.html","desc":"Prepares for a connection to a Z39.50 server"}, "yaz_database":{"name":"yaz_database","type":"","path":"php/yaz_database.html","desc":"Specifies the databases within a session"}, "yaz_element":{"name":"yaz_element","type":"","path":"php/yaz_element.html","desc":"Specifies Element-Set Name for retrieval"}, "yaz_errno":{"name":"yaz_errno","type":"","path":"php/yaz_errno.html","desc":"Returns error number"}, "yaz_es":{"name":"yaz_es","type":"","path":"php/yaz_es.html","desc":"Prepares for an Extended Service Request"}, "yaz_es_result":{"name":"yaz_es_result","type":"","path":"php/yaz_es_result.html","desc":"Inspects Extended Services Result"}, "yaz_get_option":{"name":"yaz_get_option","type":"","path":"php/yaz_get_option.html","desc":"Returns value of option for connection"}, "yaz_hits":{"name":"yaz_hits","type":"","path":"php/yaz_hits.html","desc":"Returns number of hits for last search"}, "yaz_itemorder":{"name":"yaz_itemorder","type":"","path":"php/yaz_itemorder.html","desc":"Prepares for Z39.50 Item Order with an ILL-Request package"}, "yaz_present":{"name":"yaz_present","type":"","path":"php/yaz_present.html","desc":"Prepares for retrieval (Z39.50 present)"}, "yaz_range":{"name":"yaz_range","type":"","path":"php/yaz_range.html","desc":"Specifies a range of records to retrieve"}, "yaz_record":{"name":"yaz_record","type":"","path":"php/yaz_record.html","desc":"Returns a record"}, "yaz_scan":{"name":"yaz_scan","type":"","path":"php/yaz_scan.html","desc":"Prepares for a scan"}, "yaz_scan_result":{"name":"yaz_scan_result","type":"","path":"php/yaz_scan_result.html","desc":"Returns Scan Response result"}, "yaz_schema":{"name":"yaz_schema","type":"","path":"php/yaz_schema.html","desc":"Specifies schema for retrieval"}, "yaz_search":{"name":"yaz_search","type":"","path":"php/yaz_search.html","desc":"Prepares for a search"}, "yaz_set_option":{"name":"yaz_set_option","type":"","path":"php/yaz_set_option.html","desc":"Sets one or more options for connection"}, "yaz_sort":{"name":"yaz_sort","type":"","path":"php/yaz_sort.html","desc":"Sets sorting criteria"}, "yaz_syntax":{"name":"yaz_syntax","type":"","path":"php/yaz_syntax.html","desc":"Specifies the preferred record syntax for retrieval"}, "yaz_wait":{"name":"yaz_wait","type":"","path":"php/yaz_wait.html","desc":"Wait for Z39.50 requests to complete"}, "yp_all":{"name":"yp_all","type":"","path":"php/yp_all.html","desc":"Traverse the map and call a function on each entry"}, "yp_cat":{"name":"yp_cat","type":"","path":"php/yp_cat.html","desc":"Return an array containing the entire map"}, "yp_errno":{"name":"yp_errno","type":"","path":"php/yp_errno.html","desc":"Returns the error code of the previous operation"}, "yp_err_string":{"name":"yp_err_string","type":"","path":"php/yp_err_string.html","desc":"Returns the error string associated with the given error code"}, "yp_first":{"name":"yp_first","type":"","path":"php/yp_first.html","desc":"Returns the first key-value pair from the named map"}, "yp_get_default_domain":{"name":"yp_get_default_domain","type":"","path":"php/yp_get_default_domain.html","desc":"Fetches the machine's default NIS domain"}, "yp_master":{"name":"yp_master","type":"","path":"php/yp_master.html","desc":"Returns the machine name of the master NIS server for a map"}, "yp_match":{"name":"yp_match","type":"","path":"php/yp_match.html","desc":"Returns the matched line"}, "yp_next":{"name":"yp_next","type":"","path":"php/yp_next.html","desc":"Returns the next key-value pair in the named map"}, "yp_order":{"name":"yp_order","type":"","path":"php/yp_order.html","desc":"Returns the order number for a map"}, "zend_logo_guid":{"name":"zend_logo_guid","type":"","path":"php/zend_logo_guid.html","desc":"获取 Zend guid"}, "zend_thread_id":{"name":"zend_thread_id","type":"","path":"php/zend_thread_id.html","desc":"返回当前线程的唯一识别符"}, "zend_version":{"name":"zend_version","type":"","path":"php/zend_version.html","desc":"获取当前 Zend 引擎的版本"}, "zip_close":{"name":"zip_close","type":"","path":"php/zip_close.html","desc":"关闭一个ZIP档案文件"}, "zip_entry_close":{"name":"zip_entry_close","type":"","path":"php/zip_entry_close.html","desc":"关闭目录项"}, "zip_entry_compressedsize":{"name":"zip_entry_compressedsize","type":"","path":"php/zip_entry_compressedsize.html","desc":"检索目录项压缩过后的大小"}, "zip_entry_compressionmethod":{"name":"zip_entry_compressionmethod","type":"","path":"php/zip_entry_compressionmethod.html","desc":"检索目录实体的压缩方法"}, "zip_entry_filesize":{"name":"zip_entry_filesize","type":"","path":"php/zip_entry_filesize.html","desc":"检索目录实体的实际大小"}, "zip_entry_name":{"name":"zip_entry_name","type":"","path":"php/zip_entry_name.html","desc":"检索目录项的名称"}, "zip_entry_open":{"name":"zip_entry_open","type":"","path":"php/zip_entry_open.html","desc":"打开用于读取的目录实体"}, "zip_entry_read":{"name":"zip_entry_read","type":"","path":"php/zip_entry_read.html","desc":"读取一个打开了的压缩目录实体"}, "zip_open":{"name":"zip_open","type":"","path":"php/zip_open.html","desc":"打开ZIP存档文件"}, "zip_read":{"name":"zip_read","type":"","path":"php/zip_read.html","desc":"读取ZIP存档文件中下一项"}, "zlib_decode":{"name":"zlib_decode","type":"","path":"php/zlib_decode.html","desc":"Uncompress any rawgzipzlib encoded data"}, "zlib_encode":{"name":"zlib_encode","type":"","path":"php/zlib_encode.html","desc":"Compress data with the specified encoding"}, "zlib_get_coding_type":{"name":"zlib_get_coding_type","type":"","path":"php/zlib_get_coding_type.html","desc":"Returns the coding type used for output compression"}, "zookeeper_dispatch":{"name":"zookeeper_dispatch","type":"","path":"php/zookeeper_dispatch.html","desc":"Calls callbacks for pending operations"} } |