mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-08 06:55:36 +08:00
1 line
542 KiB
JSON
1 line
542 KiB
JSON
[{"name":"abs","type":"","path":"php/abs.html","desc":"绝对值"},{"name":"acos","type":"","path":"php/acos.html","desc":"反余弦"},{"name":"acosh","type":"","path":"php/acosh.html","desc":"反双曲余弦"},{"name":"addcslashes","type":"","path":"php/addcslashes.html","desc":"以 C 语言风格使用反斜线转义字符串中的字符"},{"name":"addslashes","type":"","path":"php/addslashes.html","desc":"使用反斜线引用字符串"},{"name":"apache_child_terminate","type":"","path":"php/apache_child_terminate.html","desc":"在本次请求结束后终止 apache 子进程"},{"name":"apache_getenv","type":"","path":"php/apache_getenv.html","desc":"获取 Apache subprocess_env 变量"},{"name":"apache_get_modules","type":"","path":"php/apache_get_modules.html","desc":"获得已加载的Apache模块列表"},{"name":"apache_get_version","type":"","path":"php/apache_get_version.html","desc":"获得Apache版本信息"},{"name":"apache_lookup_uri","type":"","path":"php/apache_lookup_uri.html","desc":"对指定的 URI 执行部分请求并返回所有有关信息"},{"name":"apache_note","type":"","path":"php/apache_note.html","desc":"取得或设置 apache 请求记录"},{"name":"apache_request_headers","type":"","path":"php/apache_request_headers.html","desc":"获取全部 HTTP 请求头信息"},{"name":"apache_reset_timeout","type":"","path":"php/apache_reset_timeout.html","desc":"重置 Apache 写入计时器"},{"name":"apache_response_headers","type":"","path":"php/apache_response_headers.html","desc":"获得全部 HTTP 响应头信息"},{"name":"apache_setenv","type":"","path":"php/apache_setenv.html","desc":"设置 Apache 子进程环境变量"},{"name":"apcu_add","type":"","path":"php/apcu_add.html","desc":"Cache a new variable in the data store"},{"name":"apcu_cache_info","type":"","path":"php/apcu_cache_info.html","desc":"Retrieves cached information from APCu's data store"},{"name":"apcu_cas","type":"","path":"php/apcu_cas.html","desc":"Updates an old value with a new value"},{"name":"apcu_clear_cache","type":"","path":"php/apcu_clear_cache.html","desc":"Clears the APCu cache"},{"name":"apcu_dec","type":"","path":"php/apcu_dec.html","desc":"Decrease a stored number"},{"name":"apcu_delete","type":"","path":"php/apcu_delete.html","desc":"Removes a stored variable from the cache"},{"name":"apcu_entry","type":"","path":"php/apcu_entry.html","desc":"Atomically fetch or generate a cache entry"},{"name":"apcu_exists","type":"","path":"php/apcu_exists.html","desc":"Checks if entry exists"},{"name":"apcu_fetch","type":"","path":"php/apcu_fetch.html","desc":"Fetch a stored variable from the cache"},{"name":"apcu_inc","type":"","path":"php/apcu_inc.html","desc":"Increase a stored number"},{"name":"apcu_sma_info","type":"","path":"php/apcu_sma_info.html","desc":"Retrieves APCu Shared Memory Allocation information"},{"name":"apcu_store","type":"","path":"php/apcu_store.html","desc":"Cache a variable in the data store"},{"name":"apc_add","type":"","path":"php/apc_add.html","desc":"缓存一个变量到数据存储"},{"name":"apc_bin_dump","type":"","path":"php/apc_bin_dump.html","desc":"获取给定文件和变量的二进制文件转储。"},{"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"},{"name":"apc_bin_load","type":"","path":"php/apc_bin_load.html","desc":"Load a binary dump into the APC fileuser cache"},{"name":"apc_bin_loadfile","type":"","path":"php/apc_bin_loadfile.html","desc":"Load a binary dump from a file into the APC fileuser cache"},{"name":"apc_cache_info","type":"","path":"php/apc_cache_info.html","desc":"Retrieves cached information from APC's data store"},{"name":"apc_cas","type":"","path":"php/apc_cas.html","desc":"用新值更新旧值"},{"name":"apc_clear_cache","type":"","path":"php/apc_clear_cache.html","desc":"清除APC缓存"},{"name":"apc_compile_file","type":"","path":"php/apc_compile_file.html","desc":"Stores a file in the bytecode cache, bypassing all filters"},{"name":"apc_dec","type":"","path":"php/apc_dec.html","desc":"Decrease a stored number"},{"name":"apc_define_constants","type":"","path":"php/apc_define_constants.html","desc":"Defines a set of constants for retrieval and mass-definition"},{"name":"apc_delete","type":"","path":"php/apc_delete.html","desc":"从用户缓存中删除某个变量"},{"name":"apc_delete_file","type":"","path":"php/apc_delete_file.html","desc":"Deletes files from the opcode cache"},{"name":"apc_exists","type":"","path":"php/apc_exists.html","desc":"检查APC中是否存在某个或者某些key"},{"name":"apc_fetch","type":"","path":"php/apc_fetch.html","desc":"从缓存中取出存储的变量"},{"name":"apc_inc","type":"","path":"php/apc_inc.html","desc":"递增一个储存的数字"},{"name":"apc_load_constants","type":"","path":"php/apc_load_constants.html","desc":"Loads a set of constants from the cache"},{"name":"apc_sma_info","type":"","path":"php/apc_sma_info.html","desc":"Retrieves APC's Shared Memory Allocation information"},{"name":"apc_store","type":"","path":"php/apc_store.html","desc":"Cache a variable in the data store"},{"name":"apd_breakpoint","type":"","path":"php/apd_breakpoint.html","desc":"Stops the interpreter and waits on a CR from the socket"},{"name":"apd_callstack","type":"","path":"php/apd_callstack.html","desc":"Returns the current call stack as an array"},{"name":"apd_clunk","type":"","path":"php/apd_clunk.html","desc":"Throw a warning and a callstack"},{"name":"apd_continue","type":"","path":"php/apd_continue.html","desc":"Restarts the interpreter"},{"name":"apd_croak","type":"","path":"php/apd_croak.html","desc":"Throw an error, a callstack and then exit"},{"name":"apd_dump_function_table","type":"","path":"php/apd_dump_function_table.html","desc":"Outputs the current function table"},{"name":"apd_dump_persistent_resources","type":"","path":"php/apd_dump_persistent_resources.html","desc":"Return all persistent resources as an array"},{"name":"apd_dump_regular_resources","type":"","path":"php/apd_dump_regular_resources.html","desc":"Return all current regular resources as an array"},{"name":"apd_echo","type":"","path":"php/apd_echo.html","desc":"Echo to the debugging socket"},{"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"},{"name":"apd_set_pprof_trace","type":"","path":"php/apd_set_pprof_trace.html","desc":"Starts the session debugging"},{"name":"apd_set_session","type":"","path":"php/apd_set_session.html","desc":"Changes or sets the current debugging level"},{"name":"apd_set_session_trace","type":"","path":"php/apd_set_session_trace.html","desc":"Starts the session debugging"},{"name":"apd_set_session_trace_socket","type":"","path":"php/apd_set_session_trace_socket.html","desc":"Starts the remote session debugging"},{"name":"array","type":"","path":"php/array.html","desc":"新建一个数组"},{"name":"array_change_key_case","type":"","path":"php/array_change_key_case.html","desc":"将数组中的所有键名修改为全大写或小写"},{"name":"array_chunk","type":"","path":"php/array_chunk.html","desc":"将一个数组分割成多个"},{"name":"array_column","type":"","path":"php/array_column.html","desc":"返回数组中指定的一列"},{"name":"array_combine","type":"","path":"php/array_combine.html","desc":"创建一个数组,用一个数组的值作为其键名,另一个数组的值作为其值"},{"name":"array_count_values","type":"","path":"php/array_count_values.html","desc":"统计数组中所有的值"},{"name":"array_diff","type":"","path":"php/array_diff.html","desc":"计算数组的差集"},{"name":"array_diff_assoc","type":"","path":"php/array_diff_assoc.html","desc":"带索引检查计算数组的差集"},{"name":"array_diff_key","type":"","path":"php/array_diff_key.html","desc":"使用键名比较计算数组的差集"},{"name":"array_diff_uassoc","type":"","path":"php/array_diff_uassoc.html","desc":"用用户提供的回调函数做索引检查来计算数组的差集"},{"name":"array_diff_ukey","type":"","path":"php/array_diff_ukey.html","desc":"用回调函数对键名比较计算数组的差集"},{"name":"array_fill","type":"","path":"php/array_fill.html","desc":"用给定的值填充数组"},{"name":"array_fill_keys","type":"","path":"php/array_fill_keys.html","desc":"使用指定的键和值填充数组"},{"name":"array_filter","type":"","path":"php/array_filter.html","desc":"用回调函数过滤数组中的单元"},{"name":"array_flip","type":"","path":"php/array_flip.html","desc":"交换数组中的键和值"},{"name":"array_intersect","type":"","path":"php/array_intersect.html","desc":"计算数组的交集"},{"name":"array_intersect_assoc","type":"","path":"php/array_intersect_assoc.html","desc":"带索引检查计算数组的交集"},{"name":"array_intersect_key","type":"","path":"php/array_intersect_key.html","desc":"使用键名比较计算数组的交集"},{"name":"array_intersect_uassoc","type":"","path":"php/array_intersect_uassoc.html","desc":"带索引检查计算数组的交集,用回调函数比较索引"},{"name":"array_intersect_ukey","type":"","path":"php/array_intersect_ukey.html","desc":"用回调函数比较键名来计算数组的交集"},{"name":"array_keys","type":"","path":"php/array_keys.html","desc":"返回数组中部分的或所有的键名"},{"name":"array_key_exists","type":"","path":"php/array_key_exists.html","desc":"检查数组里是否有指定的键名或索引"},{"name":"array_key_first","type":"","path":"php/array_key_first.html","desc":"Gets the first key of an array"},{"name":"array_key_last","type":"","path":"php/array_key_last.html","desc":"Gets the last key of an array"},{"name":"array_map","type":"","path":"php/array_map.html","desc":"为数组的每个元素应用回调函数"},{"name":"array_merge","type":"","path":"php/array_merge.html","desc":"合并一个或多个数组"},{"name":"array_merge_recursive","type":"","path":"php/array_merge_recursive.html","desc":"递归地合并一个或多个数组"},{"name":"array_multisort","type":"","path":"php/array_multisort.html","desc":"对多个数组或多维数组进行排序"},{"name":"array_pad","type":"","path":"php/array_pad.html","desc":"以指定长度将一个值填充进数组"},{"name":"array_pop","type":"","path":"php/array_pop.html","desc":"弹出数组最后一个单元(出栈)"},{"name":"array_product","type":"","path":"php/array_product.html","desc":"计算数组中所有值的乘积"},{"name":"array_push","type":"","path":"php/array_push.html","desc":"将一个或多个单元压入数组的末尾(入栈)"},{"name":"array_rand","type":"","path":"php/array_rand.html","desc":"从数组中随机取出一个或多个单元"},{"name":"array_reduce","type":"","path":"php/array_reduce.html","desc":"用回调函数迭代地将数组简化为单一的值"},{"name":"array_replace","type":"","path":"php/array_replace.html","desc":"使用传递的数组替换第一个数组的元素"},{"name":"array_replace_recursive","type":"","path":"php/array_replace_recursive.html","desc":"使用传递的数组递归替换第一个数组的元素"},{"name":"array_reverse","type":"","path":"php/array_reverse.html","desc":"返回单元顺序相反的数组"},{"name":"array_search","type":"","path":"php/array_search.html","desc":"在数组中搜索给定的值,如果成功则返回首个相应的键名"},{"name":"array_shift","type":"","path":"php/array_shift.html","desc":"将数组开头的单元移出数组"},{"name":"array_slice","type":"","path":"php/array_slice.html","desc":"从数组中取出一段"},{"name":"array_splice","type":"","path":"php/array_splice.html","desc":"去掉数组中的某一部分并用其它值取代"},{"name":"array_sum","type":"","path":"php/array_sum.html","desc":"对数组中所有值求和"},{"name":"array_udiff","type":"","path":"php/array_udiff.html","desc":"用回调函数比较数据来计算数组的差集"},{"name":"array_udiff_assoc","type":"","path":"php/array_udiff_assoc.html","desc":"带索引检查计算数组的差集,用回调函数比较数据"},{"name":"array_udiff_uassoc","type":"","path":"php/array_udiff_uassoc.html","desc":"带索引检查计算数组的差集,用回调函数比较数据和索引"},{"name":"array_uintersect","type":"","path":"php/array_uintersect.html","desc":"计算数组的交集,用回调函数比较数据"},{"name":"array_uintersect_assoc","type":"","path":"php/array_uintersect_assoc.html","desc":"带索引检查计算数组的交集,用回调函数比较数据"},{"name":"array_uintersect_uassoc","type":"","path":"php/array_uintersect_uassoc.html","desc":"带索引检查计算数组的交集,用单独的回调函数比较数据和索引"},{"name":"array_unique","type":"","path":"php/array_unique.html","desc":"移除数组中重复的值"},{"name":"array_unshift","type":"","path":"php/array_unshift.html","desc":"在数组开头插入一个或多个单元"},{"name":"array_values","type":"","path":"php/array_values.html","desc":"返回数组中所有的值"},{"name":"array_walk","type":"","path":"php/array_walk.html","desc":"使用用户自定义函数对数组中的每个元素做回调处理"},{"name":"array_walk_recursive","type":"","path":"php/array_walk_recursive.html","desc":"对数组中的每个成员递归地应用用户函数"},{"name":"arsort","type":"","path":"php/arsort.html","desc":"对数组进行逆向排序并保持索引关系"},{"name":"asin","type":"","path":"php/asin.html","desc":"反正弦"},{"name":"asinh","type":"","path":"php/asinh.html","desc":"反双曲正弦"},{"name":"asort","type":"","path":"php/asort.html","desc":"对数组进行排序并保持索引关系"},{"name":"assert","type":"","path":"php/assert.html","desc":"检查一个断言是否为 FALSE"},{"name":"assert_options","type":"","path":"php/assert_options.html","desc":"设置获取断言的各种标志"},{"name":"atan","type":"","path":"php/atan.html","desc":"反正切"},{"name":"atan2","type":"","path":"php/atan2.html","desc":"两个参数的反正切"},{"name":"atanh","type":"","path":"php/atanh.html","desc":"反双曲正切"},{"name":"autoload","type":"","path":"php/autoload.html","desc":"尝试加载未定义的类"},{"name":"base64_decode","type":"","path":"php/base64_decode.html","desc":"对使用 MIME base64 编码的数据进行解码"},{"name":"base64_encode","type":"","path":"php/base64_encode.html","desc":"使用 MIME base64 对数据进行编码"},{"name":"basename","type":"","path":"php/basename.html","desc":"返回路径中的文件名部分"},{"name":"base_convert","type":"","path":"php/base_convert.html","desc":"在任意进制之间转换数字"},{"name":"bbcode_add_element","type":"","path":"php/bbcode_add_element.html","desc":"Adds a bbcode element"},{"name":"bbcode_add_smiley","type":"","path":"php/bbcode_add_smiley.html","desc":"Adds a smiley to the parser"},{"name":"bbcode_create","type":"","path":"php/bbcode_create.html","desc":"Create a BBCode Resource"},{"name":"bbcode_destroy","type":"","path":"php/bbcode_destroy.html","desc":"Close BBCode_container resource"},{"name":"bbcode_parse","type":"","path":"php/bbcode_parse.html","desc":"Parse a string following a given rule set"},{"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"},{"name":"bbcode_set_flags","type":"","path":"php/bbcode_set_flags.html","desc":"Set or alter parser options"},{"name":"bcadd","type":"","path":"php/bcadd.html","desc":"2个任意精度数字的加法计算"},{"name":"bccomp","type":"","path":"php/bccomp.html","desc":"比较两个任意精度的数字"},{"name":"bcdiv","type":"","path":"php/bcdiv.html","desc":"2个任意精度的数字除法计算"},{"name":"bcmod","type":"","path":"php/bcmod.html","desc":"对一个任意精度数字取模"},{"name":"bcmul","type":"","path":"php/bcmul.html","desc":"2个任意精度数字乘法计算"},{"name":"bcompiler_load","type":"","path":"php/bcompiler_load.html","desc":"从一个 bz 压缩过的文件中读取并创建类"},{"name":"bcompiler_load_exe","type":"","path":"php/bcompiler_load_exe.html","desc":"从一个 bcompiler exe 文件中读取并创建类"},{"name":"bcompiler_parse_class","type":"","path":"php/bcompiler_parse_class.html","desc":"读取一个类的字节码并回调一个用户的函数"},{"name":"bcompiler_read","type":"","path":"php/bcompiler_read.html","desc":"从一个文件句柄中读取并创建类"},{"name":"bcompiler_write_class","type":"","path":"php/bcompiler_write_class.html","desc":"写入定义过的类的字节码"},{"name":"bcompiler_write_constant","type":"","path":"php/bcompiler_write_constant.html","desc":"写入定义过的常量的字节码"},{"name":"bcompiler_write_exe_footer","type":"","path":"php/bcompiler_write_exe_footer.html","desc":"写入开始位置以及 exe 类型文件的结尾信号"},{"name":"bcompiler_write_file","type":"","path":"php/bcompiler_write_file.html","desc":"写入 PHP 源码文件的字节码"},{"name":"bcompiler_write_footer","type":"","path":"php/bcompiler_write_footer.html","desc":"写入单个字符 x00 用于标识编译数据的结尾"},{"name":"bcompiler_write_function","type":"","path":"php/bcompiler_write_function.html","desc":"以字节码写入定义过的函数"},{"name":"bcompiler_write_functions_from_file","type":"","path":"php/bcompiler_write_functions_from_file.html","desc":"以字节码写入一个文件中定义过的所以函数"},{"name":"bcompiler_write_header","type":"","path":"php/bcompiler_write_header.html","desc":"写入 bcompiler 头"},{"name":"bcompiler_write_included_filename","type":"","path":"php/bcompiler_write_included_filename.html","desc":"写入一个包含的文件的字节码"},{"name":"bcpow","type":"","path":"php/bcpow.html","desc":"任意精度数字的乘方"},{"name":"bcpowmod","type":"","path":"php/bcpowmod.html","desc":"Raise an arbitrary precision number to another, reduced by a specified modulus"},{"name":"bcscale","type":"","path":"php/bcscale.html","desc":"设置所有bc数学函数的默认小数点保留位数"},{"name":"bcsqrt","type":"","path":"php/bcsqrt.html","desc":"任意精度数字的二次方根"},{"name":"bcsub","type":"","path":"php/bcsub.html","desc":"2个任意精度数字的减法"},{"name":"bin2hex","type":"","path":"php/bin2hex.html","desc":"函数把包含数据的二进制字符串转换为十六进制值"},{"name":"bindec","type":"","path":"php/bindec.html","desc":"二进制转换为十进制"},{"name":"bindtextdomain","type":"","path":"php/bindtextdomain.html","desc":"Sets the path for a domain"},{"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"},{"name":"blenc_encrypt","type":"","path":"php/blenc_encrypt.html","desc":"Encrypt a PHP script with BLENC"},{"name":"boolval","type":"","path":"php/boolval.html","desc":"获取变量的布尔值"},{"name":"bson_decode","type":"","path":"php/bson_decode.html","desc":"反序列化一个 BSON 对象为 PHP 数组"},{"name":"bson_encode","type":"","path":"php/bson_encode.html","desc":"序列化一个 PHP 变量为 BSON 字符串"},{"name":"bzclose","type":"","path":"php/bzclose.html","desc":"关闭一个 bzip2 文件"},{"name":"bzcompress","type":"","path":"php/bzcompress.html","desc":"把一个字符串压缩成 bzip2 编码数据"},{"name":"bzdecompress","type":"","path":"php/bzdecompress.html","desc":"解压经 bzip2 编码过的数据"},{"name":"bzerrno","type":"","path":"php/bzerrno.html","desc":"返回一个 bzip2 错误码"},{"name":"bzerror","type":"","path":"php/bzerror.html","desc":"返回包含 bzip2 错误号和错误字符串的一个 array"},{"name":"bzerrstr","type":"","path":"php/bzerrstr.html","desc":"返回一个 bzip2 的错误字符串"},{"name":"bzflush","type":"","path":"php/bzflush.html","desc":"强制写入所有写缓冲区的数据"},{"name":"bzopen","type":"","path":"php/bzopen.html","desc":"打开 bzip2 压缩文件"},{"name":"bzread","type":"","path":"php/bzread.html","desc":"bzip2 文件二进制安全地读取"},{"name":"bzwrite","type":"","path":"php/bzwrite.html","desc":"二进制安全地写入 bzip2 文件"},{"name":"cairo_create","type":"","path":"php/cairo_create.html","desc":"Returns a new CairoContext object on the requested surface"},{"name":"cairo_matrix_create_scale","type":"","path":"php/cairo_matrix_create_scale.html","desc":"别名 CairoMatrixinitScale"},{"name":"cairo_matrix_create_translate","type":"","path":"php/cairo_matrix_create_translate.html","desc":"别名 CairoMatrixinitTranslate"},{"name":"call_user_func","type":"","path":"php/call_user_func.html","desc":"把第一个参数作为回调函数调用"},{"name":"call_user_func_array","type":"","path":"php/call_user_func_array.html","desc":"调用回调函数,并把一个数组参数作为回调函数的参数"},{"name":"call_user_method","type":"","path":"php/call_user_method.html","desc":"对特定对象调用用户方法"},{"name":"call_user_method_array","type":"","path":"php/call_user_method_array.html","desc":"以参数列表的数组,调用用户方法"},{"name":"cal_days_in_month","type":"","path":"php/cal_days_in_month.html","desc":"返回某个历法中某年中某月的天数"},{"name":"cal_from_jd","type":"","path":"php/cal_from_jd.html","desc":"转换Julian Day计数到一个支持的历法。"},{"name":"cal_info","type":"","path":"php/cal_info.html","desc":"返回选定历法的信息"},{"name":"cal_to_jd","type":"","path":"php/cal_to_jd.html","desc":"从一个支持的历法转变为Julian Day计数。"},{"name":"ceil","type":"","path":"php/ceil.html","desc":"进一法取整"},{"name":"chdb_create","type":"","path":"php/chdb_create.html","desc":"Creates a chdb file"},{"name":"chdir","type":"","path":"php/chdir.html","desc":"改变目录"},{"name":"checkdate","type":"","path":"php/checkdate.html","desc":"验证一个格里高里日期"},{"name":"checkdnsrr","type":"","path":"php/checkdnsrr.html","desc":"给指定的主机(域名)或者IP地址做DNS通信检查"},{"name":"chgrp","type":"","path":"php/chgrp.html","desc":"改变文件所属的组"},{"name":"chmod","type":"","path":"php/chmod.html","desc":"改变文件模式"},{"name":"chop","type":"","path":"php/chop.html","desc":"rtrim 的别名"},{"name":"chown","type":"","path":"php/chown.html","desc":"改变文件的所有者"},{"name":"chr","type":"","path":"php/chr.html","desc":"返回指定的字符"},{"name":"chroot","type":"","path":"php/chroot.html","desc":"改变根目录"},{"name":"chunk_split","type":"","path":"php/chunk_split.html","desc":"将字符串分割成小块"},{"name":"classkit_import","type":"","path":"php/classkit_import.html","desc":"Import new class method definitions from a file"},{"name":"classkit_method_add","type":"","path":"php/classkit_method_add.html","desc":"Dynamically adds a new method to a given class"},{"name":"classkit_method_copy","type":"","path":"php/classkit_method_copy.html","desc":"Copies a method from class to another"},{"name":"classkit_method_redefine","type":"","path":"php/classkit_method_redefine.html","desc":"Dynamically changes the code of the given method"},{"name":"classkit_method_remove","type":"","path":"php/classkit_method_remove.html","desc":"Dynamically removes the given method"},{"name":"classkit_method_rename","type":"","path":"php/classkit_method_rename.html","desc":"Dynamically changes the name of the given method"},{"name":"class_alias","type":"","path":"php/class_alias.html","desc":"为一个类创建别名"},{"name":"class_exists","type":"","path":"php/class_exists.html","desc":"检查类是否已定义"},{"name":"class_implements","type":"","path":"php/class_implements.html","desc":"返回指定的类实现的所有接口。"},{"name":"class_parents","type":"","path":"php/class_parents.html","desc":"返回指定类的父类。"},{"name":"class_uses","type":"","path":"php/class_uses.html","desc":"Return the traits used by the given class"},{"name":"clearstatcache","type":"","path":"php/clearstatcache.html","desc":"清除文件状态缓存"},{"name":"cli_get_process_title","type":"","path":"php/cli_get_process_title.html","desc":"Returns the current process title"},{"name":"cli_set_process_title","type":"","path":"php/cli_set_process_title.html","desc":"Sets the process title"},{"name":"closedir","type":"","path":"php/closedir.html","desc":"关闭目录句柄"},{"name":"closelog","type":"","path":"php/closelog.html","desc":"关闭系统日志链接"},{"name":"commonmark_parse","type":"","path":"php/commonmark_parse.html","desc":"Parsing"},{"name":"commonmark_render","type":"","path":"php/commonmark_render.html","desc":"Rendering"},{"name":"commonmark_render_function","type":"","path":"php/commonmark_render_function.html","desc":"Rendering"},{"name":"commonmark_render_latex","type":"","path":"php/commonmark_render_latex.html","desc":"Rendering"},{"name":"commonmark_render_man","type":"","path":"php/commonmark_render_man.html","desc":"Rendering"},{"name":"commonmark_render_xml","type":"","path":"php/commonmark_render_xml.html","desc":"Rendering"},{"name":"compact","type":"","path":"php/compact.html","desc":"建立一个数组,包括变量名和它们的值"},{"name":"com_create_guid","type":"","path":"php/com_create_guid.html","desc":"Generate a globally unique identifier (GUID)"},{"name":"com_event_sink","type":"","path":"php/com_event_sink.html","desc":"Connect events from a COM object to a PHP 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"},{"name":"com_load_typelib","type":"","path":"php/com_load_typelib.html","desc":"装载一个 Typelib"},{"name":"com_message_pump","type":"","path":"php/com_message_pump.html","desc":"Process COM messages, sleeping for up to timeoutms milliseconds"},{"name":"com_print_typeinfo","type":"","path":"php/com_print_typeinfo.html","desc":"Print out a PHP class definition for a dispatchable interface"},{"name":"connection_aborted","type":"","path":"php/connection_aborted.html","desc":"检查客户端是否已经断开"},{"name":"connection_status","type":"","path":"php/connection_status.html","desc":"返回连接的状态位"},{"name":"constant","type":"","path":"php/constant.html","desc":"返回一个常量的值"},{"name":"convert_cyr_string","type":"","path":"php/convert_cyr_string.html","desc":"将字符由一种 Cyrillic 字符转换成另一种"},{"name":"convert_uudecode","type":"","path":"php/convert_uudecode.html","desc":"解码一个 uuencode 编码的字符串"},{"name":"convert_uuencode","type":"","path":"php/convert_uuencode.html","desc":"使用 uuencode 编码一个字符串"},{"name":"copy","type":"","path":"php/copy.html","desc":"拷贝文件"},{"name":"cos","type":"","path":"php/cos.html","desc":"余弦"},{"name":"cosh","type":"","path":"php/cosh.html","desc":"双曲余弦"},{"name":"count","type":"","path":"php/count.html","desc":"计算数组中的单元数目,或对象中的属性个数"},{"name":"count_chars","type":"","path":"php/count_chars.html","desc":"返回字符串所用字符的信息"},{"name":"crack_check","type":"","path":"php/crack_check.html","desc":"用给定的密码来进行破解测试"},{"name":"crack_closedict","type":"","path":"php/crack_closedict.html","desc":"Closes an open CrackLib dictionary"},{"name":"crack_getlastmessage","type":"","path":"php/crack_getlastmessage.html","desc":"Returns the message from the last obscure check"},{"name":"crack_opendict","type":"","path":"php/crack_opendict.html","desc":"Opens a new CrackLib dictionary"},{"name":"crc32","type":"","path":"php/crc32.html","desc":"计算一个字符串的 crc32 多项式"},{"name":"create_function","type":"","path":"php/create_function.html","desc":"Create an anonymous (lambda-style) function"},{"name":"crypt","type":"","path":"php/crypt.html","desc":"单向字符串散列"},{"name":"ctype_alnum","type":"","path":"php/ctype_alnum.html","desc":"做字母和数字字符检测"},{"name":"ctype_alpha","type":"","path":"php/ctype_alpha.html","desc":"做纯字符检测"},{"name":"ctype_cntrl","type":"","path":"php/ctype_cntrl.html","desc":"做控制字符检测"},{"name":"ctype_digit","type":"","path":"php/ctype_digit.html","desc":"做纯数字检测"},{"name":"ctype_graph","type":"","path":"php/ctype_graph.html","desc":"做可打印字符串检测,空格除外"},{"name":"ctype_lower","type":"","path":"php/ctype_lower.html","desc":"做小写字符检测"},{"name":"ctype_print","type":"","path":"php/ctype_print.html","desc":"做可打印字符检测"},{"name":"ctype_punct","type":"","path":"php/ctype_punct.html","desc":"检测可打印的字符是不是不包含空白、数字和字母"},{"name":"ctype_space","type":"","path":"php/ctype_space.html","desc":"做空白字符检测"},{"name":"ctype_upper","type":"","path":"php/ctype_upper.html","desc":"做大写字母检测"},{"name":"ctype_xdigit","type":"","path":"php/ctype_xdigit.html","desc":"检测字符串是否只包含十六进制字符"},{"name":"cubrid_affected_rows","type":"","path":"php/cubrid_affected_rows.html","desc":"Return the number of rows affected by the last SQL statement"},{"name":"cubrid_bind","type":"","path":"php/cubrid_bind.html","desc":"Bind variables to a prepared statement as parameters"},{"name":"cubrid_client_encoding","type":"","path":"php/cubrid_client_encoding.html","desc":"Return the current CUBRID connection charset"},{"name":"cubrid_close","type":"","path":"php/cubrid_close.html","desc":"Close CUBRID connection"},{"name":"cubrid_close_prepare","type":"","path":"php/cubrid_close_prepare.html","desc":"Close the request handle"},{"name":"cubrid_close_request","type":"","path":"php/cubrid_close_request.html","desc":"Close the request handle"},{"name":"cubrid_column_names","type":"","path":"php/cubrid_column_names.html","desc":"Get the column names in result"},{"name":"cubrid_column_types","type":"","path":"php/cubrid_column_types.html","desc":"Get column types in result"},{"name":"cubrid_col_get","type":"","path":"php/cubrid_col_get.html","desc":"Get contents of collection type column using OID"},{"name":"cubrid_col_size","type":"","path":"php/cubrid_col_size.html","desc":"Get the number of elements in collection type column using OID"},{"name":"cubrid_commit","type":"","path":"php/cubrid_commit.html","desc":"Commit a transaction"},{"name":"cubrid_connect","type":"","path":"php/cubrid_connect.html","desc":"Open a connection to a CUBRID Server"},{"name":"cubrid_connect_with_url","type":"","path":"php/cubrid_connect_with_url.html","desc":"Establish the environment for connecting to CUBRID server"},{"name":"cubrid_current_oid","type":"","path":"php/cubrid_current_oid.html","desc":"Get OID of the current cursor location"},{"name":"cubrid_data_seek","type":"","path":"php/cubrid_data_seek.html","desc":"Move the internal row pointer of the CUBRID result"},{"name":"cubrid_db_name","type":"","path":"php/cubrid_db_name.html","desc":"Get db name from results of cubrid_list_dbs"},{"name":"cubrid_disconnect","type":"","path":"php/cubrid_disconnect.html","desc":"Close a database connection"},{"name":"cubrid_drop","type":"","path":"php/cubrid_drop.html","desc":"Delete an instance using OID"},{"name":"cubrid_errno","type":"","path":"php/cubrid_errno.html","desc":"Return the numerical value of the error message from previous CUBRID operation"},{"name":"cubrid_error","type":"","path":"php/cubrid_error.html","desc":"Get the error message"},{"name":"cubrid_error_code","type":"","path":"php/cubrid_error_code.html","desc":"Get error code for the most recent function call"},{"name":"cubrid_error_code_facility","type":"","path":"php/cubrid_error_code_facility.html","desc":"Get the facility code of error"},{"name":"cubrid_error_msg","type":"","path":"php/cubrid_error_msg.html","desc":"Get last error message for the most recent function call"},{"name":"cubrid_execute","type":"","path":"php/cubrid_execute.html","desc":"Execute a prepared SQL statement"},{"name":"cubrid_fetch","type":"","path":"php/cubrid_fetch.html","desc":"Fetch the next row from a result set"},{"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"},{"name":"cubrid_fetch_assoc","type":"","path":"php/cubrid_fetch_assoc.html","desc":"Return the associative array that corresponds to the fetched row"},{"name":"cubrid_fetch_field","type":"","path":"php/cubrid_fetch_field.html","desc":"Get column information from a result and return as an object"},{"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"},{"name":"cubrid_fetch_object","type":"","path":"php/cubrid_fetch_object.html","desc":"Fetch the next row and return it as an object"},{"name":"cubrid_fetch_row","type":"","path":"php/cubrid_fetch_row.html","desc":"Return a numerical array with the values of the current row"},{"name":"cubrid_field_flags","type":"","path":"php/cubrid_field_flags.html","desc":"Return a string with the flags of the given field offset"},{"name":"cubrid_field_len","type":"","path":"php/cubrid_field_len.html","desc":"Get the maximum length of the specified field"},{"name":"cubrid_field_name","type":"","path":"php/cubrid_field_name.html","desc":"Return the name of the specified field index"},{"name":"cubrid_field_seek","type":"","path":"php/cubrid_field_seek.html","desc":"Move the result set cursor to the specified field offset"},{"name":"cubrid_field_table","type":"","path":"php/cubrid_field_table.html","desc":"Return the name of the table of the specified field"},{"name":"cubrid_field_type","type":"","path":"php/cubrid_field_type.html","desc":"Return the type of the column corresponding to the given field offset"},{"name":"cubrid_free_result","type":"","path":"php/cubrid_free_result.html","desc":"Free the memory occupied by the result data"},{"name":"cubrid_get","type":"","path":"php/cubrid_get.html","desc":"Get a column using OID"},{"name":"cubrid_get_autocommit","type":"","path":"php/cubrid_get_autocommit.html","desc":"Get auto-commit mode of the connection"},{"name":"cubrid_get_charset","type":"","path":"php/cubrid_get_charset.html","desc":"Return the current CUBRID connection charset"},{"name":"cubrid_get_class_name","type":"","path":"php/cubrid_get_class_name.html","desc":"Get the class name using OID"},{"name":"cubrid_get_client_info","type":"","path":"php/cubrid_get_client_info.html","desc":"Return the client library version"},{"name":"cubrid_get_db_parameter","type":"","path":"php/cubrid_get_db_parameter.html","desc":"Returns the CUBRID database parameters"},{"name":"cubrid_get_query_timeout","type":"","path":"php/cubrid_get_query_timeout.html","desc":"Get the query timeout value of the request"},{"name":"cubrid_get_server_info","type":"","path":"php/cubrid_get_server_info.html","desc":"Return the CUBRID server version"},{"name":"cubrid_insert_id","type":"","path":"php/cubrid_insert_id.html","desc":"Return the ID generated for the last updated AUTO_INCREMENT column"},{"name":"cubrid_is_instance","type":"","path":"php/cubrid_is_instance.html","desc":"Check whether the instance pointed by OID exists"},{"name":"cubrid_list_dbs","type":"","path":"php/cubrid_list_dbs.html","desc":"Return an array with the list of all existing CUBRID databases"},{"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"},{"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"},{"name":"cubrid_lob2_close","type":"","path":"php/cubrid_lob2_close.html","desc":"Close LOB object"},{"name":"cubrid_lob2_export","type":"","path":"php/cubrid_lob2_export.html","desc":"Export the lob object to a file"},{"name":"cubrid_lob2_import","type":"","path":"php/cubrid_lob2_import.html","desc":"Import BLOBCLOB data from a file"},{"name":"cubrid_lob2_new","type":"","path":"php/cubrid_lob2_new.html","desc":"Create a lob object"},{"name":"cubrid_lob2_read","type":"","path":"php/cubrid_lob2_read.html","desc":"Read from BLOBCLOB data"},{"name":"cubrid_lob2_seek","type":"","path":"php/cubrid_lob2_seek.html","desc":"Move the cursor of a lob object"},{"name":"cubrid_lob2_seek64","type":"","path":"php/cubrid_lob2_seek64.html","desc":"Move the cursor of a lob object"},{"name":"cubrid_lob2_size","type":"","path":"php/cubrid_lob2_size.html","desc":"Get a lob object's size"},{"name":"cubrid_lob2_size64","type":"","path":"php/cubrid_lob2_size64.html","desc":"Get a lob object's size"},{"name":"cubrid_lob2_tell","type":"","path":"php/cubrid_lob2_tell.html","desc":"Tell the cursor position of the LOB object"},{"name":"cubrid_lob2_tell64","type":"","path":"php/cubrid_lob2_tell64.html","desc":"Tell the cursor position of the LOB object"},{"name":"cubrid_lob2_write","type":"","path":"php/cubrid_lob2_write.html","desc":"Write to a lob object"},{"name":"cubrid_lob_close","type":"","path":"php/cubrid_lob_close.html","desc":"Close BLOBCLOB data"},{"name":"cubrid_lob_export","type":"","path":"php/cubrid_lob_export.html","desc":"Export BLOBCLOB data to file"},{"name":"cubrid_lob_get","type":"","path":"php/cubrid_lob_get.html","desc":"Get BLOBCLOB data"},{"name":"cubrid_lob_send","type":"","path":"php/cubrid_lob_send.html","desc":"Read BLOBCLOB data and send straight to browser"},{"name":"cubrid_lob_size","type":"","path":"php/cubrid_lob_size.html","desc":"Get BLOBCLOB data size"},{"name":"cubrid_lock_read","type":"","path":"php/cubrid_lock_read.html","desc":"Set a read lock on the given OID"},{"name":"cubrid_lock_write","type":"","path":"php/cubrid_lock_write.html","desc":"Set a write lock on the given OID"},{"name":"cubrid_move_cursor","type":"","path":"php/cubrid_move_cursor.html","desc":"Move the cursor in the result"},{"name":"cubrid_new_glo","type":"","path":"php/cubrid_new_glo.html","desc":"Create a glo instance"},{"name":"cubrid_next_result","type":"","path":"php/cubrid_next_result.html","desc":"Get result of next query when executing multiple SQL statements"},{"name":"cubrid_num_cols","type":"","path":"php/cubrid_num_cols.html","desc":"Return the number of columns in the result set"},{"name":"cubrid_num_fields","type":"","path":"php/cubrid_num_fields.html","desc":"Return the number of columns in the result set"},{"name":"cubrid_num_rows","type":"","path":"php/cubrid_num_rows.html","desc":"Get the number of rows in the result set"},{"name":"cubrid_pconnect","type":"","path":"php/cubrid_pconnect.html","desc":"Open a persistent connection to a CUBRID server"},{"name":"cubrid_pconnect_with_url","type":"","path":"php/cubrid_pconnect_with_url.html","desc":"Open a persistent connection to CUBRID server"},{"name":"cubrid_ping","type":"","path":"php/cubrid_ping.html","desc":"Ping a server connection or reconnect if there is no connection"},{"name":"cubrid_prepare","type":"","path":"php/cubrid_prepare.html","desc":"Prepare a SQL statement for execution"},{"name":"cubrid_put","type":"","path":"php/cubrid_put.html","desc":"Update a column using OID"},{"name":"cubrid_query","type":"","path":"php/cubrid_query.html","desc":"Send a CUBRID query"},{"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"},{"name":"cubrid_result","type":"","path":"php/cubrid_result.html","desc":"Return the value of a specific field in a specific row"},{"name":"cubrid_rollback","type":"","path":"php/cubrid_rollback.html","desc":"Roll back a transaction"},{"name":"cubrid_save_to_glo","type":"","path":"php/cubrid_save_to_glo.html","desc":"Save requested file in a GLO instance"},{"name":"cubrid_schema","type":"","path":"php/cubrid_schema.html","desc":"Get the requested schema information"},{"name":"cubrid_send_glo","type":"","path":"php/cubrid_send_glo.html","desc":"Read data from glo and send it to std output"},{"name":"cubrid_seq_drop","type":"","path":"php/cubrid_seq_drop.html","desc":"Delete an element from sequence type column using OID"},{"name":"cubrid_seq_insert","type":"","path":"php/cubrid_seq_insert.html","desc":"Insert an element to a sequence type column using OID"},{"name":"cubrid_seq_put","type":"","path":"php/cubrid_seq_put.html","desc":"Update the element value of sequence type column using OID"},{"name":"cubrid_set_add","type":"","path":"php/cubrid_set_add.html","desc":"Insert a single element to set type column using OID"},{"name":"cubrid_set_autocommit","type":"","path":"php/cubrid_set_autocommit.html","desc":"Set autocommit mode of the connection"},{"name":"cubrid_set_db_parameter","type":"","path":"php/cubrid_set_db_parameter.html","desc":"Sets the CUBRID database parameters"},{"name":"cubrid_set_drop","type":"","path":"php/cubrid_set_drop.html","desc":"Delete an element from set type column using OID"},{"name":"cubrid_set_query_timeout","type":"","path":"php/cubrid_set_query_timeout.html","desc":"Set the timeout time of query execution"},{"name":"cubrid_unbuffered_query","type":"","path":"php/cubrid_unbuffered_query.html","desc":"Perform a query without fetching the results into memory"},{"name":"cubrid_version","type":"","path":"php/cubrid_version.html","desc":"Get the CUBRID PHP module's version"},{"name":"curl_close","type":"","path":"php/curl_close.html","desc":"关闭 cURL 会话"},{"name":"curl_copy_handle","type":"","path":"php/curl_copy_handle.html","desc":"复制一个cURL句柄和它的所有选项"},{"name":"curl_errno","type":"","path":"php/curl_errno.html","desc":"返回最后一次的错误代码"},{"name":"curl_error","type":"","path":"php/curl_error.html","desc":"返回当前会话最后一次错误的字符串"},{"name":"curl_escape","type":"","path":"php/curl_escape.html","desc":"使用 URL 编码给定的字符串"},{"name":"curl_exec","type":"","path":"php/curl_exec.html","desc":"执行 cURL 会话"},{"name":"curl_file_create","type":"","path":"php/curl_file_create.html","desc":"创建一个 CURLFile 对象"},{"name":"curl_getinfo","type":"","path":"php/curl_getinfo.html","desc":"获取一个cURL连接资源句柄的信息"},{"name":"curl_init","type":"","path":"php/curl_init.html","desc":"初始化 cURL 会话"},{"name":"curl_multi_add_handle","type":"","path":"php/curl_multi_add_handle.html","desc":"向curl批处理会话中添加单独的curl句柄"},{"name":"curl_multi_close","type":"","path":"php/curl_multi_close.html","desc":"关闭一组cURL句柄"},{"name":"curl_multi_errno","type":"","path":"php/curl_multi_errno.html","desc":"返回上一次 curl 批处理的错误码"},{"name":"curl_multi_exec","type":"","path":"php/curl_multi_exec.html","desc":"运行当前 cURL 句柄的子连接"},{"name":"curl_multi_getcontent","type":"","path":"php/curl_multi_getcontent.html","desc":"如果设置了CURLOPT_RETURNTRANSFER,则返回获取的输出的文本流"},{"name":"curl_multi_info_read","type":"","path":"php/curl_multi_info_read.html","desc":"获取当前解析的cURL的相关传输信息"},{"name":"curl_multi_init","type":"","path":"php/curl_multi_init.html","desc":"返回一个新cURL批处理句柄"},{"name":"curl_multi_remove_handle","type":"","path":"php/curl_multi_remove_handle.html","desc":"移除cURL批处理句柄资源中的某个句柄资源"},{"name":"curl_multi_select","type":"","path":"php/curl_multi_select.html","desc":"等待所有cURL批处理中的活动连接"},{"name":"curl_multi_setopt","type":"","path":"php/curl_multi_setopt.html","desc":"为 cURL 并行处理设置一个选项"},{"name":"curl_multi_strerror","type":"","path":"php/curl_multi_strerror.html","desc":"返回字符串描述的错误代码"},{"name":"curl_pause","type":"","path":"php/curl_pause.html","desc":"暂停和取消暂停一个连接。"},{"name":"curl_reset","type":"","path":"php/curl_reset.html","desc":"重置一个 libcurl 会话句柄的所有的选项"},{"name":"curl_setopt","type":"","path":"php/curl_setopt.html","desc":"设置 cURL 传输选项"},{"name":"curl_setopt_array","type":"","path":"php/curl_setopt_array.html","desc":"为 cURL 传输会话批量设置选项"},{"name":"curl_share_close","type":"","path":"php/curl_share_close.html","desc":"关闭 cURL 共享句柄"},{"name":"curl_share_errno","type":"","path":"php/curl_share_errno.html","desc":"返回共享 curl 句柄的最后一次错误号"},{"name":"curl_share_init","type":"","path":"php/curl_share_init.html","desc":"初始化一个 cURL 共享句柄。"},{"name":"curl_share_setopt","type":"","path":"php/curl_share_setopt.html","desc":"为 cURL 共享句柄设置选项。"},{"name":"curl_share_strerror","type":"","path":"php/curl_share_strerror.html","desc":"返回错误号对应的错误消息"},{"name":"curl_strerror","type":"","path":"php/curl_strerror.html","desc":"返回错误代码的字符串描述"},{"name":"curl_unescape","type":"","path":"php/curl_unescape.html","desc":"解码给定的 URL 编码的字符串"},{"name":"curl_version","type":"","path":"php/curl_version.html","desc":"获取 cURL 版本信息"},{"name":"current","type":"","path":"php/current.html","desc":"返回数组中的当前单元"},{"name":"cyrus_authenticate","type":"","path":"php/cyrus_authenticate.html","desc":"Authenticate against a Cyrus IMAP server"},{"name":"cyrus_bind","type":"","path":"php/cyrus_bind.html","desc":"Bind callbacks to a Cyrus IMAP connection"},{"name":"cyrus_close","type":"","path":"php/cyrus_close.html","desc":"Close connection to a Cyrus IMAP server"},{"name":"cyrus_connect","type":"","path":"php/cyrus_connect.html","desc":"Connect to a Cyrus IMAP server"},{"name":"cyrus_query","type":"","path":"php/cyrus_query.html","desc":"Send a query to a Cyrus IMAP server"},{"name":"cyrus_unbind","type":"","path":"php/cyrus_unbind.html","desc":"Unbind ..."},{"name":"date","type":"","path":"php/date.html","desc":"格式化一个本地时间/日期"},{"name":"date_add","type":"","path":"php/date_add.html","desc":"别名 DateTimeadd"},{"name":"date_create","type":"","path":"php/date_create.html","desc":"别名 DateTime__construct"},{"name":"date_create_from_format","type":"","path":"php/date_create_from_format.html","desc":"别名 DateTimecreateFromFormat"},{"name":"date_create_immutable","type":"","path":"php/date_create_immutable.html","desc":"别名 DateTimeImmutable__construct"},{"name":"date_create_immutable_from_format","type":"","path":"php/date_create_immutable_from_format.html","desc":"别名 DateTimeImmutablecreateFromFormat"},{"name":"date_date_set","type":"","path":"php/date_date_set.html","desc":"别名 DateTimesetDate"},{"name":"date_default_timezone_get","type":"","path":"php/date_default_timezone_get.html","desc":"取得一个脚本中所有日期时间函数所使用的默认时区"},{"name":"date_default_timezone_set","type":"","path":"php/date_default_timezone_set.html","desc":"设定用于一个脚本中所有日期时间函数的默认时区"},{"name":"date_diff","type":"","path":"php/date_diff.html","desc":"别名 DateTimediff"},{"name":"date_format","type":"","path":"php/date_format.html","desc":"别名 DateTimeformat"},{"name":"date_get_last_errors","type":"","path":"php/date_get_last_errors.html","desc":"别名 DateTimegetLastErrors"},{"name":"date_interval_create_from_date_string","type":"","path":"php/date_interval_create_from_date_string.html","desc":"别名 DateIntervalcreateFromDateString"},{"name":"date_interval_format","type":"","path":"php/date_interval_format.html","desc":"别名 DateIntervalformat"},{"name":"date_isodate_set","type":"","path":"php/date_isodate_set.html","desc":"别名 DateTimesetISODate"},{"name":"date_modify","type":"","path":"php/date_modify.html","desc":"别名 DateTimemodify"},{"name":"date_offset_get","type":"","path":"php/date_offset_get.html","desc":"别名 DateTimegetOffset"},{"name":"date_parse","type":"","path":"php/date_parse.html","desc":"Returns associative array with detailed info about given date"},{"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"},{"name":"date_sub","type":"","path":"php/date_sub.html","desc":"别名 DateTimesub"},{"name":"date_sunrise","type":"","path":"php/date_sunrise.html","desc":"返回给定的日期与地点的日出时间"},{"name":"date_sunset","type":"","path":"php/date_sunset.html","desc":"返回给定的日期与地点的日落时间"},{"name":"date_sun_info","type":"","path":"php/date_sun_info.html","desc":"Returns an array with information about sunsetsunrise and twilight beginend"},{"name":"date_timestamp_get","type":"","path":"php/date_timestamp_get.html","desc":"别名 DateTimegetTimestamp"},{"name":"date_timestamp_set","type":"","path":"php/date_timestamp_set.html","desc":"别名 DateTimesetTimestamp"},{"name":"date_timezone_get","type":"","path":"php/date_timezone_get.html","desc":"别名 DateTimegetTimezone"},{"name":"date_timezone_set","type":"","path":"php/date_timezone_set.html","desc":"别名 DateTimesetTimezone"},{"name":"date_time_set","type":"","path":"php/date_time_set.html","desc":"别名 DateTimesetTime"},{"name":"db2_autocommit","type":"","path":"php/db2_autocommit.html","desc":"Returns or sets the AUTOCOMMIT state for a database connection"},{"name":"db2_bind_param","type":"","path":"php/db2_bind_param.html","desc":"Binds a PHP variable to an SQL statement parameter"},{"name":"db2_client_info","type":"","path":"php/db2_client_info.html","desc":"Returns an object with properties that describe the DB2 database client"},{"name":"db2_close","type":"","path":"php/db2_close.html","desc":"Closes a database connection"},{"name":"db2_columns","type":"","path":"php/db2_columns.html","desc":"Returns a result set listing the columns and associated metadata for a table"},{"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"},{"name":"db2_commit","type":"","path":"php/db2_commit.html","desc":"Commits a transaction"},{"name":"db2_connect","type":"","path":"php/db2_connect.html","desc":"Returns a connection to a database"},{"name":"db2_conn_error","type":"","path":"php/db2_conn_error.html","desc":"Returns a string containing the SQLSTATE returned by the last connection attempt"},{"name":"db2_conn_errormsg","type":"","path":"php/db2_conn_errormsg.html","desc":"Returns the last connection error message and SQLCODE value"},{"name":"db2_cursor_type","type":"","path":"php/db2_cursor_type.html","desc":"Returns the cursor type used by a statement resource"},{"name":"db2_escape_string","type":"","path":"php/db2_escape_string.html","desc":"Used to escape certain characters"},{"name":"db2_exec","type":"","path":"php/db2_exec.html","desc":"Executes an SQL statement directly"},{"name":"db2_execute","type":"","path":"php/db2_execute.html","desc":"Executes a prepared SQL statement"},{"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"},{"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"},{"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"},{"name":"db2_fetch_object","type":"","path":"php/db2_fetch_object.html","desc":"Returns an object with properties representing columns in the fetched 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"},{"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"},{"name":"db2_field_name","type":"","path":"php/db2_field_name.html","desc":"Returns the name of the column in the result set"},{"name":"db2_field_num","type":"","path":"php/db2_field_num.html","desc":"Returns the position of the named column in a result set"},{"name":"db2_field_precision","type":"","path":"php/db2_field_precision.html","desc":"Returns the precision of the indicated column in a result set"},{"name":"db2_field_scale","type":"","path":"php/db2_field_scale.html","desc":"Returns the scale of the indicated column in a result set"},{"name":"db2_field_type","type":"","path":"php/db2_field_type.html","desc":"Returns the data type of the indicated column in a result set"},{"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"},{"name":"db2_foreign_keys","type":"","path":"php/db2_foreign_keys.html","desc":"Returns a result set listing the foreign keys for a table"},{"name":"db2_free_result","type":"","path":"php/db2_free_result.html","desc":"Frees resources associated with a result set"},{"name":"db2_free_stmt","type":"","path":"php/db2_free_stmt.html","desc":"Frees resources associated with the indicated statement resource"},{"name":"db2_get_option","type":"","path":"php/db2_get_option.html","desc":"Retrieves an option value for a statement resource or a connection resource"},{"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"},{"name":"db2_lob_read","type":"","path":"php/db2_lob_read.html","desc":"Gets a user defined size of LOB files with each invocation"},{"name":"db2_next_result","type":"","path":"php/db2_next_result.html","desc":"Requests the next result set from a stored procedure"},{"name":"db2_num_fields","type":"","path":"php/db2_num_fields.html","desc":"Returns the number of fields contained in a result set"},{"name":"db2_num_rows","type":"","path":"php/db2_num_rows.html","desc":"Returns the number of rows affected by an SQL statement"},{"name":"db2_pclose","type":"","path":"php/db2_pclose.html","desc":"Closes a persistent database connection"},{"name":"db2_pconnect","type":"","path":"php/db2_pconnect.html","desc":"Returns a persistent connection to a database"},{"name":"db2_prepare","type":"","path":"php/db2_prepare.html","desc":"Prepares an SQL statement to be executed"},{"name":"db2_primary_keys","type":"","path":"php/db2_primary_keys.html","desc":"Returns a result set listing primary keys for a table"},{"name":"db2_procedures","type":"","path":"php/db2_procedures.html","desc":"Returns a result set listing the stored procedures registered in a database"},{"name":"db2_procedure_columns","type":"","path":"php/db2_procedure_columns.html","desc":"Returns a result set listing stored procedure parameters"},{"name":"db2_result","type":"","path":"php/db2_result.html","desc":"Returns a single column from a row in the result set"},{"name":"db2_rollback","type":"","path":"php/db2_rollback.html","desc":"Rolls back a transaction"},{"name":"db2_server_info","type":"","path":"php/db2_server_info.html","desc":"Returns an object with properties that describe the DB2 database server"},{"name":"db2_set_option","type":"","path":"php/db2_set_option.html","desc":"Set options for connection or statement resources"},{"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"},{"name":"db2_statistics","type":"","path":"php/db2_statistics.html","desc":"Returns a result set listing the index and statistics for a table"},{"name":"db2_stmt_error","type":"","path":"php/db2_stmt_error.html","desc":"Returns a string containing the SQLSTATE returned by an SQL statement"},{"name":"db2_stmt_errormsg","type":"","path":"php/db2_stmt_errormsg.html","desc":"Returns a string containing the last SQL statement error message"},{"name":"db2_tables","type":"","path":"php/db2_tables.html","desc":"Returns a result set listing the tables and associated metadata in a database"},{"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"},{"name":"dbase_add_record","type":"","path":"php/dbase_add_record.html","desc":"Adds a record to a database"},{"name":"dbase_close","type":"","path":"php/dbase_close.html","desc":"Closes a database"},{"name":"dbase_create","type":"","path":"php/dbase_create.html","desc":"Creates a database"},{"name":"dbase_delete_record","type":"","path":"php/dbase_delete_record.html","desc":"Deletes a record from a database"},{"name":"dbase_get_header_info","type":"","path":"php/dbase_get_header_info.html","desc":"Gets the header info of a database"},{"name":"dbase_get_record","type":"","path":"php/dbase_get_record.html","desc":"Gets a record from a database as an indexed array"},{"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"},{"name":"dbase_numfields","type":"","path":"php/dbase_numfields.html","desc":"Gets the number of fields of a database"},{"name":"dbase_numrecords","type":"","path":"php/dbase_numrecords.html","desc":"Gets the number of records in a database"},{"name":"dbase_open","type":"","path":"php/dbase_open.html","desc":"Opens a database"},{"name":"dbase_pack","type":"","path":"php/dbase_pack.html","desc":"Packs a database"},{"name":"dbase_replace_record","type":"","path":"php/dbase_replace_record.html","desc":"Replaces a record in a database"},{"name":"dba_close","type":"","path":"php/dba_close.html","desc":"Close a DBA database"},{"name":"dba_delete","type":"","path":"php/dba_delete.html","desc":"Delete DBA entry specified by key"},{"name":"dba_exists","type":"","path":"php/dba_exists.html","desc":"Check whether key exists"},{"name":"dba_fetch","type":"","path":"php/dba_fetch.html","desc":"Fetch data specified by key"},{"name":"dba_firstkey","type":"","path":"php/dba_firstkey.html","desc":"Fetch first key"},{"name":"dba_handlers","type":"","path":"php/dba_handlers.html","desc":"List all the handlers available"},{"name":"dba_insert","type":"","path":"php/dba_insert.html","desc":"Insert entry"},{"name":"dba_key_split","type":"","path":"php/dba_key_split.html","desc":"Splits a key in string representation into array representation"},{"name":"dba_list","type":"","path":"php/dba_list.html","desc":"List all open database files"},{"name":"dba_nextkey","type":"","path":"php/dba_nextkey.html","desc":"Fetch next key"},{"name":"dba_open","type":"","path":"php/dba_open.html","desc":"Open database"},{"name":"dba_optimize","type":"","path":"php/dba_optimize.html","desc":"Optimize database"},{"name":"dba_popen","type":"","path":"php/dba_popen.html","desc":"Open database persistently"},{"name":"dba_replace","type":"","path":"php/dba_replace.html","desc":"Replace or insert entry"},{"name":"dba_sync","type":"","path":"php/dba_sync.html","desc":"Synchronize database"},{"name":"dbplus_add","type":"","path":"php/dbplus_add.html","desc":"Add a tuple to a relation"},{"name":"dbplus_aql","type":"","path":"php/dbplus_aql.html","desc":"Perform AQL query"},{"name":"dbplus_chdir","type":"","path":"php/dbplus_chdir.html","desc":"GetSet database virtual current directory"},{"name":"dbplus_close","type":"","path":"php/dbplus_close.html","desc":"Close a relation"},{"name":"dbplus_curr","type":"","path":"php/dbplus_curr.html","desc":"Get current tuple from relation"},{"name":"dbplus_errcode","type":"","path":"php/dbplus_errcode.html","desc":"Get error string for given errorcode or last error"},{"name":"dbplus_errno","type":"","path":"php/dbplus_errno.html","desc":"Get error code for last operation"},{"name":"dbplus_find","type":"","path":"php/dbplus_find.html","desc":"Set a constraint on a relation"},{"name":"dbplus_first","type":"","path":"php/dbplus_first.html","desc":"Get first tuple from relation"},{"name":"dbplus_flush","type":"","path":"php/dbplus_flush.html","desc":"Flush all changes made on a relation"},{"name":"dbplus_freealllocks","type":"","path":"php/dbplus_freealllocks.html","desc":"Free all locks held by this client"},{"name":"dbplus_freelock","type":"","path":"php/dbplus_freelock.html","desc":"Release write lock on tuple"},{"name":"dbplus_freerlocks","type":"","path":"php/dbplus_freerlocks.html","desc":"Free all tuple locks on given relation"},{"name":"dbplus_getlock","type":"","path":"php/dbplus_getlock.html","desc":"Get a write lock on a tuple"},{"name":"dbplus_getunique","type":"","path":"php/dbplus_getunique.html","desc":"Get an id number unique to a relation"},{"name":"dbplus_info","type":"","path":"php/dbplus_info.html","desc":"Get information about a relation"},{"name":"dbplus_last","type":"","path":"php/dbplus_last.html","desc":"Get last tuple from relation"},{"name":"dbplus_lockrel","type":"","path":"php/dbplus_lockrel.html","desc":"Request write lock on relation"},{"name":"dbplus_next","type":"","path":"php/dbplus_next.html","desc":"Get next tuple from relation"},{"name":"dbplus_open","type":"","path":"php/dbplus_open.html","desc":"Open relation file"},{"name":"dbplus_prev","type":"","path":"php/dbplus_prev.html","desc":"Get previous tuple from relation"},{"name":"dbplus_rchperm","type":"","path":"php/dbplus_rchperm.html","desc":"Change relation permissions"},{"name":"dbplus_rcreate","type":"","path":"php/dbplus_rcreate.html","desc":"Creates a new DB++ relation"},{"name":"dbplus_rcrtexact","type":"","path":"php/dbplus_rcrtexact.html","desc":"Creates an exact but empty copy of a relation including indices"},{"name":"dbplus_rcrtlike","type":"","path":"php/dbplus_rcrtlike.html","desc":"Creates an empty copy of a relation with default indices"},{"name":"dbplus_resolve","type":"","path":"php/dbplus_resolve.html","desc":"Resolve host information for relation"},{"name":"dbplus_restorepos","type":"","path":"php/dbplus_restorepos.html","desc":"Restore position"},{"name":"dbplus_rkeys","type":"","path":"php/dbplus_rkeys.html","desc":"Specify new primary key for a relation"},{"name":"dbplus_ropen","type":"","path":"php/dbplus_ropen.html","desc":"Open relation file local"},{"name":"dbplus_rquery","type":"","path":"php/dbplus_rquery.html","desc":"Perform local (raw) AQL query"},{"name":"dbplus_rrename","type":"","path":"php/dbplus_rrename.html","desc":"Rename a relation"},{"name":"dbplus_rsecindex","type":"","path":"php/dbplus_rsecindex.html","desc":"Create a new secondary index for a relation"},{"name":"dbplus_runlink","type":"","path":"php/dbplus_runlink.html","desc":"Remove relation from filesystem"},{"name":"dbplus_rzap","type":"","path":"php/dbplus_rzap.html","desc":"Remove all tuples from relation"},{"name":"dbplus_savepos","type":"","path":"php/dbplus_savepos.html","desc":"Save position"},{"name":"dbplus_setindex","type":"","path":"php/dbplus_setindex.html","desc":"Set index"},{"name":"dbplus_setindexbynumber","type":"","path":"php/dbplus_setindexbynumber.html","desc":"Set index by number"},{"name":"dbplus_sql","type":"","path":"php/dbplus_sql.html","desc":"Perform SQL query"},{"name":"dbplus_tcl","type":"","path":"php/dbplus_tcl.html","desc":"Execute TCL code on server side"},{"name":"dbplus_tremove","type":"","path":"php/dbplus_tremove.html","desc":"Remove tuple and return new current tuple"},{"name":"dbplus_undo","type":"","path":"php/dbplus_undo.html","desc":"Undo"},{"name":"dbplus_undoprepare","type":"","path":"php/dbplus_undoprepare.html","desc":"Prepare undo"},{"name":"dbplus_unlockrel","type":"","path":"php/dbplus_unlockrel.html","desc":"Give up write lock on relation"},{"name":"dbplus_unselect","type":"","path":"php/dbplus_unselect.html","desc":"Remove a constraint from relation"},{"name":"dbplus_update","type":"","path":"php/dbplus_update.html","desc":"Update specified tuple in relation"},{"name":"dbplus_xlockrel","type":"","path":"php/dbplus_xlockrel.html","desc":"Request exclusive lock on relation"},{"name":"dbplus_xunlockrel","type":"","path":"php/dbplus_xunlockrel.html","desc":"Free exclusive lock on relation"},{"name":"dbx_close","type":"","path":"php/dbx_close.html","desc":"Close an open connectiondatabase"},{"name":"dbx_compare","type":"","path":"php/dbx_compare.html","desc":"Compare two rows for sorting purposes"},{"name":"dbx_connect","type":"","path":"php/dbx_connect.html","desc":"Open a connectiondatabase"},{"name":"dbx_error","type":"","path":"php/dbx_error.html","desc":"Report the error message of the latest function call in the module"},{"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"},{"name":"dbx_fetch_row","type":"","path":"php/dbx_fetch_row.html","desc":"Fetches rows from a query-result that"},{"name":"dbx_query","type":"","path":"php/dbx_query.html","desc":"Send a query and fetch all results (if any)"},{"name":"dbx_sort","type":"","path":"php/dbx_sort.html","desc":"Sort a result from a dbx_query by a custom sort function"},{"name":"dcgettext","type":"","path":"php/dcgettext.html","desc":"Overrides the domain for a single lookup"},{"name":"dcngettext","type":"","path":"php/dcngettext.html","desc":"Plural version of dcgettext"},{"name":"debug_backtrace","type":"","path":"php/debug_backtrace.html","desc":"产生一条回溯跟踪(backtrace)"},{"name":"debug_print_backtrace","type":"","path":"php/debug_print_backtrace.html","desc":"打印一条回溯。"},{"name":"debug_zval_dump","type":"","path":"php/debug_zval_dump.html","desc":"Dumps a string representation of an internal zend value to output"},{"name":"decbin","type":"","path":"php/decbin.html","desc":"十进制转换为二进制"},{"name":"dechex","type":"","path":"php/dechex.html","desc":"十进制转换为十六进制"},{"name":"decoct","type":"","path":"php/decoct.html","desc":"十进制转换为八进制"},{"name":"define","type":"","path":"php/define.html","desc":"定义一个常量"},{"name":"defined","type":"","path":"php/defined.html","desc":"检查某个名称的常量是否存在"},{"name":"define_syslog_variables","type":"","path":"php/define_syslog_variables.html","desc":"Initializes all syslog related variables"},{"name":"deflate_add","type":"","path":"php/deflate_add.html","desc":"Incrementally deflate data"},{"name":"deflate_init","type":"","path":"php/deflate_init.html","desc":"Initialize an incremental deflate context"},{"name":"deg2rad","type":"","path":"php/deg2rad.html","desc":"将角度转换为弧度"},{"name":"delete","type":"","path":"php/delete.html","desc":"参见 unlink 或 unset"},{"name":"dgettext","type":"","path":"php/dgettext.html","desc":"Override the current domain"},{"name":"die","type":"","path":"php/die.html","desc":"等同于 exit"},{"name":"dio_close","type":"","path":"php/dio_close.html","desc":"Closes the file descriptor given by fd"},{"name":"dio_fcntl","type":"","path":"php/dio_fcntl.html","desc":"Performs a c library fcntl on fd"},{"name":"dio_open","type":"","path":"php/dio_open.html","desc":"Opens a file (creating it if necessary) at a lower level "},{"name":"dio_read","type":"","path":"php/dio_read.html","desc":"Reads bytes from a file descriptor"},{"name":"dio_seek","type":"","path":"php/dio_seek.html","desc":"Seeks to pos on fd from whence"},{"name":"dio_stat","type":"","path":"php/dio_stat.html","desc":"Gets stat information about the file descriptor fd"},{"name":"dio_tcsetattr","type":"","path":"php/dio_tcsetattr.html","desc":"Sets terminal attributes and baud rate for a serial port"},{"name":"dio_truncate","type":"","path":"php/dio_truncate.html","desc":"Truncates file descriptor fd to offset bytes"},{"name":"dio_write","type":"","path":"php/dio_write.html","desc":"Writes data to fd with optional truncation at length"},{"name":"dir","type":"","path":"php/dir.html","desc":"返回一个 Directory 类实例"},{"name":"dirname","type":"","path":"php/dirname.html","desc":"返回路径中的目录部分"},{"name":"diskfreespace","type":"","path":"php/diskfreespace.html","desc":"disk_free_space 的别名"},{"name":"disk_free_space","type":"","path":"php/disk_free_space.html","desc":"返回目录中的可用空间"},{"name":"disk_total_space","type":"","path":"php/disk_total_space.html","desc":"返回一个目录的磁盘总大小"},{"name":"dl","type":"","path":"php/dl.html","desc":"运行时载入一个 PHP 扩展"},{"name":"dngettext","type":"","path":"php/dngettext.html","desc":"Plural version of dgettext"},{"name":"dns_check_record","type":"","path":"php/dns_check_record.html","desc":"别名 checkdnsrr"},{"name":"dns_get_mx","type":"","path":"php/dns_get_mx.html","desc":"别名 getmxrr"},{"name":"dns_get_record","type":"","path":"php/dns_get_record.html","desc":"获取指定主机的DNS记录"},{"name":"dom_import_simplexml","type":"","path":"php/dom_import_simplexml.html","desc":"Gets a DOMElement objec"},{"name":"doubleval","type":"","path":"php/doubleval.html","desc":"floatval 的别名"},{"name":"each","type":"","path":"php/each.html","desc":"返回数组中当前的键/值对并将数组指针向前移动一步"},{"name":"easter_date","type":"","path":"php/easter_date.html","desc":"得到指定年份的复活节午夜时的Unix时间戳。"},{"name":"easter_days","type":"","path":"php/easter_days.html","desc":"得到指定年份的3月21日到复活节之间的天数"},{"name":"echo","type":"","path":"php/echo.html","desc":"输出一个或多个字符串"},{"name":"eio_busy","type":"","path":"php/eio_busy.html","desc":"Artificially increase load. Could be useful i"},{"name":"eio_cancel","type":"","path":"php/eio_cancel.html","desc":"Cancels a request"},{"name":"eio_chmod","type":"","path":"php/eio_chmod.html","desc":"Change filedirecrory permissions"},{"name":"eio_chown","type":"","path":"php/eio_chown.html","desc":"Change filedirecrory permissions"},{"name":"eio_close","type":"","path":"php/eio_close.html","desc":"Close file"},{"name":"eio_custom","type":"","path":"php/eio_custom.html","desc":"Execute custom request like any other eio_ call"},{"name":"eio_dup2","type":"","path":"php/eio_dup2.html","desc":"Duplicate a file descriptor"},{"name":"eio_event_loop","type":"","path":"php/eio_event_loop.html","desc":"Polls libeio until all requests proceeded"},{"name":"eio_fallocate","type":"","path":"php/eio_fallocate.html","desc":"Allows the caller to directly manipulate the alloca"},{"name":"eio_fchmod","type":"","path":"php/eio_fchmod.html","desc":"Change file permissions"},{"name":"eio_fchown","type":"","path":"php/eio_fchown.html","desc":"Change file ownership"},{"name":"eio_fdatasync","type":"","path":"php/eio_fdatasync.html","desc":"Synchronize a file's in-core state with storage device"},{"name":"eio_fstat","type":"","path":"php/eio_fstat.html","desc":"Get file status"},{"name":"eio_fstatvfs","type":"","path":"php/eio_fstatvfs.html","desc":"Get file system statistics"},{"name":"eio_fsync","type":"","path":"php/eio_fsync.html","desc":"Synchronize a file's in-core state with storage device"},{"name":"eio_ftruncate","type":"","path":"php/eio_ftruncate.html","desc":"Truncate a file"},{"name":"eio_futime","type":"","path":"php/eio_futime.html","desc":"Change file last access and modification times"},{"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"},{"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"},{"name":"eio_grp","type":"","path":"php/eio_grp.html","desc":"Creates a request group"},{"name":"eio_grp_add","type":"","path":"php/eio_grp_add.html","desc":"Adds a request to the request group"},{"name":"eio_grp_cancel","type":"","path":"php/eio_grp_cancel.html","desc":"Cancels a request group"},{"name":"eio_grp_limit","type":"","path":"php/eio_grp_limit.html","desc":"Set group limit"},{"name":"eio_init","type":"","path":"php/eio_init.html","desc":"(Re-)initialize Eio"},{"name":"eio_link","type":"","path":"php/eio_link.html","desc":"Create a hardlink for file"},{"name":"eio_lstat","type":"","path":"php/eio_lstat.html","desc":"Get file status"},{"name":"eio_mkdir","type":"","path":"php/eio_mkdir.html","desc":"Create directory"},{"name":"eio_mknod","type":"","path":"php/eio_mknod.html","desc":"Create a special or ordinary file"},{"name":"eio_nop","type":"","path":"php/eio_nop.html","desc":"Does nothing, except go through the whole request cycle"},{"name":"eio_npending","type":"","path":"php/eio_npending.html","desc":"Returns number of finished, but unhandled requests"},{"name":"eio_nready","type":"","path":"php/eio_nready.html","desc":"Returns number of not-yet handled requests"},{"name":"eio_nreqs","type":"","path":"php/eio_nreqs.html","desc":"Returns number of requests to be processed"},{"name":"eio_nthreads","type":"","path":"php/eio_nthreads.html","desc":"Returns number of threads currently in use"},{"name":"eio_open","type":"","path":"php/eio_open.html","desc":"Opens a file"},{"name":"eio_poll","type":"","path":"php/eio_poll.html","desc":"Can be to be called whenever there are pending requests that need finishing"},{"name":"eio_read","type":"","path":"php/eio_read.html","desc":"Read from a file descriptor at given offset"},{"name":"eio_readahead","type":"","path":"php/eio_readahead.html","desc":"Perform file readahead into page cache"},{"name":"eio_readdir","type":"","path":"php/eio_readdir.html","desc":"Reads through a whole directory"},{"name":"eio_readlink","type":"","path":"php/eio_readlink.html","desc":"Read value of a symbolic link"},{"name":"eio_realpath","type":"","path":"php/eio_realpath.html","desc":"Get the canonicalized absolute pathname"},{"name":"eio_rename","type":"","path":"php/eio_rename.html","desc":"Change the name or location of a file"},{"name":"eio_rmdir","type":"","path":"php/eio_rmdir.html","desc":"Remove a directory"},{"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"},{"name":"eio_sendfile","type":"","path":"php/eio_sendfile.html","desc":"Transfer data between file descriptors"},{"name":"eio_set_max_idle","type":"","path":"php/eio_set_max_idle.html","desc":"Set maximum number of idle threads"},{"name":"eio_set_max_parallel","type":"","path":"php/eio_set_max_parallel.html","desc":"Set maximum parallel threads"},{"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"},{"name":"eio_set_max_poll_time","type":"","path":"php/eio_set_max_poll_time.html","desc":"Set maximum poll time"},{"name":"eio_set_min_parallel","type":"","path":"php/eio_set_min_parallel.html","desc":"Set minimum parallel thread number"},{"name":"eio_stat","type":"","path":"php/eio_stat.html","desc":"Get file status"},{"name":"eio_statvfs","type":"","path":"php/eio_statvfs.html","desc":"Get file system statistics"},{"name":"eio_symlink","type":"","path":"php/eio_symlink.html","desc":"Create a symbolic link"},{"name":"eio_sync","type":"","path":"php/eio_sync.html","desc":"Commit buffer cache to disk"},{"name":"eio_syncfs","type":"","path":"php/eio_syncfs.html","desc":"Calls Linux' syncfs syscall, if available"},{"name":"eio_sync_file_range","type":"","path":"php/eio_sync_file_range.html","desc":"Sync a file segment with disk"},{"name":"eio_truncate","type":"","path":"php/eio_truncate.html","desc":"Truncate a file"},{"name":"eio_unlink","type":"","path":"php/eio_unlink.html","desc":"Delete a name and possibly the file it refers to"},{"name":"eio_utime","type":"","path":"php/eio_utime.html","desc":"Change file last access and modification times"},{"name":"eio_write","type":"","path":"php/eio_write.html","desc":"Write to file"},{"name":"empty","type":"","path":"php/empty.html","desc":"检查一个变量是否为空"},{"name":"enchant_broker_describe","type":"","path":"php/enchant_broker_describe.html","desc":"Enumerates the Enchant providers"},{"name":"enchant_broker_dict_exists","type":"","path":"php/enchant_broker_dict_exists.html","desc":"Whether a dictionary exists or not. Using non-empty tag"},{"name":"enchant_broker_free","type":"","path":"php/enchant_broker_free.html","desc":"Free the broker resource and its dictionnaries"},{"name":"enchant_broker_free_dict","type":"","path":"php/enchant_broker_free_dict.html","desc":"Free a dictionary resource"},{"name":"enchant_broker_get_dict_path","type":"","path":"php/enchant_broker_get_dict_path.html","desc":"Get the directory path for a given backend"},{"name":"enchant_broker_get_error","type":"","path":"php/enchant_broker_get_error.html","desc":"Returns the last error of the broker"},{"name":"enchant_broker_init","type":"","path":"php/enchant_broker_init.html","desc":"Create a new broker object capable of requesting"},{"name":"enchant_broker_list_dicts","type":"","path":"php/enchant_broker_list_dicts.html","desc":"Returns a list of available dictionaries"},{"name":"enchant_broker_request_dict","type":"","path":"php/enchant_broker_request_dict.html","desc":"Create a new dictionary using a tag"},{"name":"enchant_broker_request_pwl_dict","type":"","path":"php/enchant_broker_request_pwl_dict.html","desc":"Creates a dictionary using a PWL file"},{"name":"enchant_broker_set_dict_path","type":"","path":"php/enchant_broker_set_dict_path.html","desc":"Set the directory path for a given backend"},{"name":"enchant_broker_set_ordering","type":"","path":"php/enchant_broker_set_ordering.html","desc":"Declares a preference of dictionaries to use for the language"},{"name":"enchant_dict_add_to_personal","type":"","path":"php/enchant_dict_add_to_personal.html","desc":"Add a word to personal word list"},{"name":"enchant_dict_add_to_session","type":"","path":"php/enchant_dict_add_to_session.html","desc":"Add 'word' to this spell-checking session"},{"name":"enchant_dict_check","type":"","path":"php/enchant_dict_check.html","desc":"Check whether a word is correctly spelled or not"},{"name":"enchant_dict_describe","type":"","path":"php/enchant_dict_describe.html","desc":"Describes an individual dictionary"},{"name":"enchant_dict_get_error","type":"","path":"php/enchant_dict_get_error.html","desc":"Returns the last error of the current spelling-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"},{"name":"enchant_dict_quick_check","type":"","path":"php/enchant_dict_quick_check.html","desc":"Check the word is correctly spelled and provide suggestions"},{"name":"enchant_dict_store_replacement","type":"","path":"php/enchant_dict_store_replacement.html","desc":"Add a correction for a word"},{"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"},{"name":"end","type":"","path":"php/end.html","desc":"将数组的内部指针指向最后一个单元"},{"name":"ereg","type":"","path":"php/ereg.html","desc":"正则表达式匹配"},{"name":"eregi","type":"","path":"php/eregi.html","desc":"不区分大小写的正则表达式匹配"},{"name":"eregi_replace","type":"","path":"php/eregi_replace.html","desc":"不区分大小写的正则表达式替换"},{"name":"ereg_replace","type":"","path":"php/ereg_replace.html","desc":"正则表达式替换"},{"name":"error_clear_last","type":"","path":"php/error_clear_last.html","desc":"清除最近一次错误"},{"name":"error_get_last","type":"","path":"php/error_get_last.html","desc":"获取最后发生的错误"},{"name":"error_log","type":"","path":"php/error_log.html","desc":"发送错误信息到某个地方"},{"name":"error_reporting","type":"","path":"php/error_reporting.html","desc":"设置应该报告何种 PHP 错误"},{"name":"escapeshellarg","type":"","path":"php/escapeshellarg.html","desc":"把字符串转码为可以在 shell 命令里使用的参数"},{"name":"escapeshellcmd","type":"","path":"php/escapeshellcmd.html","desc":"shell 元字符转义"},{"name":"eval","type":"","path":"php/eval.html","desc":"把字符串作为PHP代码执行"},{"name":"event_add","type":"","path":"php/event_add.html","desc":"Add an event to the set of monitored events"},{"name":"event_base_free","type":"","path":"php/event_base_free.html","desc":"Destroy event base"},{"name":"event_base_loop","type":"","path":"php/event_base_loop.html","desc":"Handle events"},{"name":"event_base_loopbreak","type":"","path":"php/event_base_loopbreak.html","desc":"Abort event loop"},{"name":"event_base_loopexit","type":"","path":"php/event_base_loopexit.html","desc":"Exit loop after a time"},{"name":"event_base_new","type":"","path":"php/event_base_new.html","desc":"Create and initialize new event base"},{"name":"event_base_priority_init","type":"","path":"php/event_base_priority_init.html","desc":"Set the number of event priority levels"},{"name":"event_base_reinit","type":"","path":"php/event_base_reinit.html","desc":"Reinitialize the event base after a fork"},{"name":"event_base_set","type":"","path":"php/event_base_set.html","desc":"Associate event base with an event"},{"name":"event_buffer_base_set","type":"","path":"php/event_buffer_base_set.html","desc":"Associate buffered event with an event base"},{"name":"event_buffer_disable","type":"","path":"php/event_buffer_disable.html","desc":"Disable a buffered event"},{"name":"event_buffer_enable","type":"","path":"php/event_buffer_enable.html","desc":"Enable a buffered event"},{"name":"event_buffer_fd_set","type":"","path":"php/event_buffer_fd_set.html","desc":"Change a buffered event file descriptor"},{"name":"event_buffer_free","type":"","path":"php/event_buffer_free.html","desc":"Destroy buffered event"},{"name":"event_buffer_new","type":"","path":"php/event_buffer_new.html","desc":"Create new buffered event"},{"name":"event_buffer_priority_set","type":"","path":"php/event_buffer_priority_set.html","desc":"Assign a priority to a buffered event"},{"name":"event_buffer_read","type":"","path":"php/event_buffer_read.html","desc":"Read data from a buffered event"},{"name":"event_buffer_set_callback","type":"","path":"php/event_buffer_set_callback.html","desc":"Set or reset callbacks for a buffered event"},{"name":"event_buffer_timeout_set","type":"","path":"php/event_buffer_timeout_set.html","desc":"Set read and write timeouts for a buffered event"},{"name":"event_buffer_watermark_set","type":"","path":"php/event_buffer_watermark_set.html","desc":"Set the watermarks for read and write events"},{"name":"event_buffer_write","type":"","path":"php/event_buffer_write.html","desc":"Write data to a buffered event"},{"name":"event_del","type":"","path":"php/event_del.html","desc":"Remove an event from the set of monitored events"},{"name":"event_free","type":"","path":"php/event_free.html","desc":"Free event resource"},{"name":"event_new","type":"","path":"php/event_new.html","desc":"Create new event"},{"name":"event_priority_set","type":"","path":"php/event_priority_set.html","desc":"Assign a priority to an event"},{"name":"event_set","type":"","path":"php/event_set.html","desc":"Prepare an event"},{"name":"event_timer_add","type":"","path":"php/event_timer_add.html","desc":"别名 event_add"},{"name":"event_timer_del","type":"","path":"php/event_timer_del.html","desc":"别名 event_del"},{"name":"event_timer_new","type":"","path":"php/event_timer_new.html","desc":"别名 event_new"},{"name":"event_timer_set","type":"","path":"php/event_timer_set.html","desc":"Prepare a timer event"},{"name":"exec","type":"","path":"php/exec.html","desc":"执行一个外部程序"},{"name":"exif_imagetype","type":"","path":"php/exif_imagetype.html","desc":"判断一个图像的类型"},{"name":"exif_read_data","type":"","path":"php/exif_read_data.html","desc":"从 JPEG "},{"name":"exif_tagname","type":"","path":"php/exif_tagname.html","desc":"获取指定索引的头名称"},{"name":"exif_thumbnail","type":"","path":"php/exif_thumbnail.html","desc":"取得嵌入在 TIFF 或 JPEG 图像中的缩略图"},{"name":"exit","type":"","path":"php/exit.html","desc":"输出一个消息并且退出当前脚本"},{"name":"exp","type":"","path":"php/exp.html","desc":"计算 e 的指数"},{"name":"expect_expectl","type":"","path":"php/expect_expectl.html","desc":"Waits until the output from a process mat"},{"name":"expect_popen","type":"","path":"php/expect_popen.html","desc":"Execute command via Bourne shell, and open the PTY s"},{"name":"explode","type":"","path":"php/explode.html","desc":"使用一个字符串分割另一个字符串"},{"name":"expm1","type":"","path":"php/expm1.html","desc":"返回 exp(number) - 1,甚至当 number 的值接近零也能计算出准确结果"},{"name":"extension_loaded","type":"","path":"php/extension_loaded.html","desc":"检查一个扩展是否已经加载"},{"name":"extract","type":"","path":"php/extract.html","desc":"从数组中将变量导入到当前的符号表"},{"name":"ezmlm_hash","type":"","path":"php/ezmlm_hash.html","desc":"计算 EZMLM 所需的散列值"},{"name":"fam_cancel_monitor","type":"","path":"php/fam_cancel_monitor.html","desc":"Terminate monitoring"},{"name":"fam_close","type":"","path":"php/fam_close.html","desc":"Close FAM connection"},{"name":"fam_monitor_collection","type":"","path":"php/fam_monitor_collection.html","desc":"Monitor a collection of files in a directory for changes"},{"name":"fam_monitor_directory","type":"","path":"php/fam_monitor_directory.html","desc":"Monitor a directory for changes"},{"name":"fam_monitor_file","type":"","path":"php/fam_monitor_file.html","desc":"Monitor a regular file for changes"},{"name":"fam_next_event","type":"","path":"php/fam_next_event.html","desc":"Get next pending FAM event"},{"name":"fam_open","type":"","path":"php/fam_open.html","desc":"Open connection to FAM daemon"},{"name":"fam_pending","type":"","path":"php/fam_pending.html","desc":"Check for pending FAM events"},{"name":"fam_resume_monitor","type":"","path":"php/fam_resume_monitor.html","desc":"Resume suspended monitoring"},{"name":"fam_suspend_monitor","type":"","path":"php/fam_suspend_monitor.html","desc":"Temporarily suspend monitoring"},{"name":"fann_cascadetrain_on_data","type":"","path":"php/fann_cascadetrain_on_data.html","desc":"在整个数据集上训练,使用一段时间的 Cascade2 训练算法。"},{"name":"fann_cascadetrain_on_file","type":"","path":"php/fann_cascadetrain_on_file.html","desc":"读取文件并在整个数据集上训练,使用 Cascade2 训练算法训练一段时间。"},{"name":"fann_clear_scaling_params","type":"","path":"php/fann_clear_scaling_params.html","desc":"清除缩放参数"},{"name":"fann_copy","type":"","path":"php/fann_copy.html","desc":"创建一个 fann 结构体的副本。"},{"name":"fann_create_from_file","type":"","path":"php/fann_create_from_file.html","desc":"从配置文件中构建一个反向传播神经网络。"},{"name":"fann_create_shortcut","type":"","path":"php/fann_create_shortcut.html","desc":"创建一个含快捷连接而非全连接的标准反向传播神经网络。"},{"name":"fann_create_shortcut_array","type":"","path":"php/fann_create_shortcut_array.html","desc":"创建一个含快捷连接而非全连接的标准反向传播神经网络。"},{"name":"fann_create_sparse","type":"","path":"php/fann_create_sparse.html","desc":"创建一个标准的反向传播神经网络,该网络不是全连接。"},{"name":"fann_create_sparse_array","type":"","path":"php/fann_create_sparse_array.html","desc":"创建一个标准的反向传播神经网络,该网络使用一个表示每层大小的数组来构造,但是并不是全连接的。"},{"name":"fann_create_standard","type":"","path":"php/fann_create_standard.html","desc":"创建标准的全连接反向传播神经网络。"},{"name":"fann_create_standard_array","type":"","path":"php/fann_create_standard_array.html","desc":"创建一个全连接的反向传播神经网络,该网络使用一个表示每层大小的数组来构造。"},{"name":"fann_create_train","type":"","path":"php/fann_create_train.html","desc":"创建一个空的训练数据结构。"},{"name":"fann_create_train_from_callback","type":"","path":"php/fann_create_train_from_callback.html","desc":"从用户提供的函数创建训练数据结构。"},{"name":"fann_descale_input","type":"","path":"php/fann_descale_input.html","desc":"在获取基于先前计算的参数之后,在输入向量中缩小数据"},{"name":"fann_descale_output","type":"","path":"php/fann_descale_output.html","desc":"在获取基于先前计算的参数之后,在输出向量中缩小数据"},{"name":"fann_descale_train","type":"","path":"php/fann_descale_train.html","desc":"基于先前计算的参数来缩小输入和输出数据"},{"name":"fann_destroy","type":"","path":"php/fann_destroy.html","desc":"销毁整个网络并且适当地释放所有的关联内存。"},{"name":"fann_destroy_train","type":"","path":"php/fann_destroy_train.html","desc":"销毁训练数据。"},{"name":"fann_duplicate_train_data","type":"","path":"php/fann_duplicate_train_data.html","desc":"返回 fann 训练数据精确的副本。"},{"name":"fann_get_activation_function","type":"","path":"php/fann_get_activation_function.html","desc":"返回激励函数"},{"name":"fann_get_activation_steepness","type":"","path":"php/fann_get_activation_steepness.html","desc":"为提供的神经和网络层数返回激活陡度"},{"name":"fann_get_bias_array","type":"","path":"php/fann_get_bias_array.html","desc":"获取网络中每一层的偏差数"},{"name":"fann_get_bit_fail","type":"","path":"php/fann_get_bit_fail.html","desc":"失败位的数量"},{"name":"fann_get_bit_fail_limit","type":"","path":"php/fann_get_bit_fail_limit.html","desc":"返回训练期间使用的误差限制"},{"name":"fann_get_cascade_activation_functions","type":"","path":"php/fann_get_cascade_activation_functions.html","desc":"返回级联激活函数"},{"name":"fann_get_cascade_activation_functions_count","type":"","path":"php/fann_get_cascade_activation_functions_count.html","desc":"返回级联激活函数的数量"},{"name":"fann_get_cascade_activation_steepnesses","type":"","path":"php/fann_get_cascade_activation_steepnesses.html","desc":"返回级联激活陡度"},{"name":"fann_get_cascade_activation_steepnesses_count","type":"","path":"php/fann_get_cascade_activation_steepnesses_count.html","desc":"激活陡度的数量"},{"name":"fann_get_cascade_candidate_change_fraction","type":"","path":"php/fann_get_cascade_candidate_change_fraction.html","desc":"返回级联候选变化分数"},{"name":"fann_get_cascade_candidate_limit","type":"","path":"php/fann_get_cascade_candidate_limit.html","desc":"返回候选限度"},{"name":"fann_get_cascade_candidate_stagnation_epochs","type":"","path":"php/fann_get_cascade_candidate_stagnation_epochs.html","desc":"返回层叠候选停滞周期的数量"},{"name":"fann_get_cascade_max_cand_epochs","type":"","path":"php/fann_get_cascade_max_cand_epochs.html","desc":"返回候选周期的最大值"},{"name":"fann_get_cascade_max_out_epochs","type":"","path":"php/fann_get_cascade_max_out_epochs.html","desc":"返回输出周期的最大值"},{"name":"fann_get_cascade_min_cand_epochs","type":"","path":"php/fann_get_cascade_min_cand_epochs.html","desc":"返回最小的候选周期"},{"name":"fann_get_cascade_min_out_epochs","type":"","path":"php/fann_get_cascade_min_out_epochs.html","desc":"返回最小输出周期"},{"name":"fann_get_cascade_num_candidates","type":"","path":"php/fann_get_cascade_num_candidates.html","desc":"返回训练期间使用的候选数量"},{"name":"fann_get_cascade_num_candidate_groups","type":"","path":"php/fann_get_cascade_num_candidate_groups.html","desc":"返回候选组的数量"},{"name":"fann_get_cascade_output_change_fraction","type":"","path":"php/fann_get_cascade_output_change_fraction.html","desc":"返回级联输出变化分数"},{"name":"fann_get_cascade_output_stagnation_epochs","type":"","path":"php/fann_get_cascade_output_stagnation_epochs.html","desc":"返回级联输出停滞周期的数量"},{"name":"fann_get_cascade_weight_multiplier","type":"","path":"php/fann_get_cascade_weight_multiplier.html","desc":"返回权重因子"},{"name":"fann_get_connection_array","type":"","path":"php/fann_get_connection_array.html","desc":"获取网络中的连接。"},{"name":"fann_get_connection_rate","type":"","path":"php/fann_get_connection_rate.html","desc":"获取当网络创建时连接的使用率。"},{"name":"fann_get_errno","type":"","path":"php/fann_get_errno.html","desc":"返回最后一个错误数字。"},{"name":"fann_get_errstr","type":"","path":"php/fann_get_errstr.html","desc":"返回最后的错误字符串。"},{"name":"fann_get_layer_array","type":"","path":"php/fann_get_layer_array.html","desc":"获取网络中每层的神经元数量。"},{"name":"fann_get_learning_momentum","type":"","path":"php/fann_get_learning_momentum.html","desc":"返回学习动量"},{"name":"fann_get_learning_rate","type":"","path":"php/fann_get_learning_rate.html","desc":"返回学习速率"},{"name":"fann_get_mse","type":"","path":"php/fann_get_mse.html","desc":"从网络中读取均方误差。"},{"name":"fann_get_network_type","type":"","path":"php/fann_get_network_type.html","desc":"获取所创建的神经网络类型。"},{"name":"fann_get_num_input","type":"","path":"php/fann_get_num_input.html","desc":"获取输入神经元的数量。"},{"name":"fann_get_num_layers","type":"","path":"php/fann_get_num_layers.html","desc":"获取神经网络的层数。"},{"name":"fann_get_num_output","type":"","path":"php/fann_get_num_output.html","desc":"获取输出神经元的数量。"},{"name":"fann_get_quickprop_decay","type":"","path":"php/fann_get_quickprop_decay.html","desc":"返回衰退值,用于在 quickprop 训练迭代时衰减权重"},{"name":"fann_get_quickprop_mu","type":"","path":"php/fann_get_quickprop_mu.html","desc":"返回放大系数"},{"name":"fann_get_rprop_decrease_factor","type":"","path":"php/fann_get_rprop_decrease_factor.html","desc":"返回 RPROP 训练期间的衰减系数"},{"name":"fann_get_rprop_delta_max","type":"","path":"php/fann_get_rprop_delta_max.html","desc":"返回最大步长"},{"name":"fann_get_rprop_delta_min","type":"","path":"php/fann_get_rprop_delta_min.html","desc":"返回最小步长"},{"name":"fann_get_rprop_delta_zero","type":"","path":"php/fann_get_rprop_delta_zero.html","desc":"返回初始步长"},{"name":"fann_get_rprop_increase_factor","type":"","path":"php/fann_get_rprop_increase_factor.html","desc":"返回 RPROP 训练的递增系数"},{"name":"fann_get_sarprop_step_error_shift","type":"","path":"php/fann_get_sarprop_step_error_shift.html","desc":"返回 sarprop 步值的误差偏移"},{"name":"fann_get_sarprop_step_error_threshold_factor","type":"","path":"php/fann_get_sarprop_step_error_threshold_factor.html","desc":"返回 sarprop 算法步值的误差阈值系数"},{"name":"fann_get_sarprop_temperature","type":"","path":"php/fann_get_sarprop_temperature.html","desc":"返回 sarprop 算法温度"},{"name":"fann_get_sarprop_weight_decay_shift","type":"","path":"php/fann_get_sarprop_weight_decay_shift.html","desc":"返回 sarprop 算法权重衰减变化值"},{"name":"fann_get_total_connections","type":"","path":"php/fann_get_total_connections.html","desc":"获取整个网络中所有的连接数。"},{"name":"fann_get_total_neurons","type":"","path":"php/fann_get_total_neurons.html","desc":"获取整个网络中神经元的数量。"},{"name":"fann_get_training_algorithm","type":"","path":"php/fann_get_training_algorithm.html","desc":"返回训练算法。"},{"name":"fann_get_train_error_function","type":"","path":"php/fann_get_train_error_function.html","desc":"返回训练中使用的错误函数。"},{"name":"fann_get_train_stop_function","type":"","path":"php/fann_get_train_stop_function.html","desc":"返回训练中使用的停止函数。"},{"name":"fann_init_weights","type":"","path":"php/fann_init_weights.html","desc":"使用 Widrow 和 Nguyen 算法初始化权重。"},{"name":"fann_length_train_data","type":"","path":"php/fann_length_train_data.html","desc":"返回训练数据中训练模式的数量。"},{"name":"fann_merge_train_data","type":"","path":"php/fann_merge_train_data.html","desc":"合并训练数据。"},{"name":"fann_num_input_train_data","type":"","path":"php/fann_num_input_train_data.html","desc":"返回训练数据中每个训练模式输入的数量。"},{"name":"fann_num_output_train_data","type":"","path":"php/fann_num_output_train_data.html","desc":"返回训练数据中每个训练模式输出的数量。"},{"name":"fann_print_error","type":"","path":"php/fann_print_error.html","desc":"打印错误字符串。"},{"name":"fann_randomize_weights","type":"","path":"php/fann_randomize_weights.html","desc":"给每个连接赋一个介于 min_weight 和 max_weight 之间的随机权重。"},{"name":"fann_read_train_from_file","type":"","path":"php/fann_read_train_from_file.html","desc":"读取存储训练数据的文件。"},{"name":"fann_reset_errno","type":"","path":"php/fann_reset_errno.html","desc":"重置最后的错误代码。"},{"name":"fann_reset_errstr","type":"","path":"php/fann_reset_errstr.html","desc":"重置最后的错误字符串。"},{"name":"fann_reset_mse","type":"","path":"php/fann_reset_mse.html","desc":"重置网络中的均方误差。"},{"name":"fann_run","type":"","path":"php/fann_run.html","desc":"将通过神经网络运行输入。"},{"name":"fann_save","type":"","path":"php/fann_save.html","desc":"将整个网络保存至配置文件。"},{"name":"fann_save_train","type":"","path":"php/fann_save_train.html","desc":"将训练结构体保存至文件。"},{"name":"fann_scale_input","type":"","path":"php/fann_scale_input.html","desc":"在以前计算参数的基础上,在训练之前放大输入向量中的数据"},{"name":"fann_scale_input_train_data","type":"","path":"php/fann_scale_input_train_data.html","desc":"在训练数据中缩放输入至指定范围"},{"name":"fann_scale_output","type":"","path":"php/fann_scale_output.html","desc":"在以前计算参数的基础上,在训练之前放大输出向量中的数据"},{"name":"fann_scale_output_train_data","type":"","path":"php/fann_scale_output_train_data.html","desc":"在训练数据中缩放输出至指定范围"},{"name":"fann_scale_train","type":"","path":"php/fann_scale_train.html","desc":"在以前计算参数的基础上,缩放输入和输出数据"},{"name":"fann_scale_train_data","type":"","path":"php/fann_scale_train_data.html","desc":"在训练数据中缩放输入和输出到指定的范围"},{"name":"fann_set_activation_function","type":"","path":"php/fann_set_activation_function.html","desc":"为已应用的神经元和层设置激活函数"},{"name":"fann_set_activation_function_hidden","type":"","path":"php/fann_set_activation_function_hidden.html","desc":"为所有隐藏层设置激活函数"},{"name":"fann_set_activation_function_layer","type":"","path":"php/fann_set_activation_function_layer.html","desc":"为已应用的层中所有的神经元设置激活函数。"},{"name":"fann_set_activation_function_output","type":"","path":"php/fann_set_activation_function_output.html","desc":"为输出层设置激活函数"},{"name":"fann_set_activation_steepness","type":"","path":"php/fann_set_activation_steepness.html","desc":"为提供的神经元和层设置激活陡度"},{"name":"fann_set_activation_steepness_hidden","type":"","path":"php/fann_set_activation_steepness_hidden.html","desc":"为所有隐藏层中所有的神经元设置激活函数陡度"},{"name":"fann_set_activation_steepness_layer","type":"","path":"php/fann_set_activation_steepness_layer.html","desc":"为提供的层中所有的神经元设置激活陡度"},{"name":"fann_set_activation_steepness_output","type":"","path":"php/fann_set_activation_steepness_output.html","desc":"在输出层中设置激活陡度"},{"name":"fann_set_bit_fail_limit","type":"","path":"php/fann_set_bit_fail_limit.html","desc":"设置训练期间使用的误差"},{"name":"fann_set_callback","type":"","path":"php/fann_set_callback.html","desc":"设置训练期间使用的回调函数。"},{"name":"fann_set_cascade_activation_functions","type":"","path":"php/fann_set_cascade_activation_functions.html","desc":"设置级联候选激活函数的数组"},{"name":"fann_set_cascade_activation_steepnesses","type":"","path":"php/fann_set_cascade_activation_steepnesses.html","desc":"设置级联候选激活陡度的数组。"},{"name":"fann_set_cascade_candidate_change_fraction","type":"","path":"php/fann_set_cascade_candidate_change_fraction.html","desc":"设置级联候选更改分数"},{"name":"fann_set_cascade_candidate_limit","type":"","path":"php/fann_set_cascade_candidate_limit.html","desc":"设置候选限度"},{"name":"fann_set_cascade_candidate_stagnation_epochs","type":"","path":"php/fann_set_cascade_candidate_stagnation_epochs.html","desc":"设置级联候选停止周期数"},{"name":"fann_set_cascade_max_cand_epochs","type":"","path":"php/fann_set_cascade_max_cand_epochs.html","desc":"设置最大候选周期数"},{"name":"fann_set_cascade_max_out_epochs","type":"","path":"php/fann_set_cascade_max_out_epochs.html","desc":"设置最大输出周期"},{"name":"fann_set_cascade_min_cand_epochs","type":"","path":"php/fann_set_cascade_min_cand_epochs.html","desc":"设置最小候选周期"},{"name":"fann_set_cascade_min_out_epochs","type":"","path":"php/fann_set_cascade_min_out_epochs.html","desc":"设置最小输出周期"},{"name":"fann_set_cascade_num_candidate_groups","type":"","path":"php/fann_set_cascade_num_candidate_groups.html","desc":"设置候选组数量"},{"name":"fann_set_cascade_output_change_fraction","type":"","path":"php/fann_set_cascade_output_change_fraction.html","desc":"设置级联输出改变分数"},{"name":"fann_set_cascade_output_stagnation_epochs","type":"","path":"php/fann_set_cascade_output_stagnation_epochs.html","desc":"设置级联输出停滞周期的值"},{"name":"fann_set_cascade_weight_multiplier","type":"","path":"php/fann_set_cascade_weight_multiplier.html","desc":"设置权重因子"},{"name":"fann_set_error_log","type":"","path":"php/fann_set_error_log.html","desc":"设置错误记录保存的位置。"},{"name":"fann_set_input_scaling_params","type":"","path":"php/fann_set_input_scaling_params.html","desc":"根据训练数据计算将来使用的输入比例参数"},{"name":"fann_set_learning_momentum","type":"","path":"php/fann_set_learning_momentum.html","desc":"设置学习动量。"},{"name":"fann_set_learning_rate","type":"","path":"php/fann_set_learning_rate.html","desc":"设置学习速率。"},{"name":"fann_set_output_scaling_params","type":"","path":"php/fann_set_output_scaling_params.html","desc":"根据训练数据计算将来使用的输出缩放参数"},{"name":"fann_set_quickprop_decay","type":"","path":"php/fann_set_quickprop_decay.html","desc":"设置quickprop算法衰减因子"},{"name":"fann_set_quickprop_mu","type":"","path":"php/fann_set_quickprop_mu.html","desc":"设置 quickprop 算法放大因子"},{"name":"fann_set_rprop_decrease_factor","type":"","path":"php/fann_set_rprop_decrease_factor.html","desc":"使用 RPROP 算法训练时,设置下降因子"},{"name":"fann_set_rprop_delta_max","type":"","path":"php/fann_set_rprop_delta_max.html","desc":"设置最大步长"},{"name":"fann_set_rprop_delta_min","type":"","path":"php/fann_set_rprop_delta_min.html","desc":"设置最小步长"},{"name":"fann_set_rprop_delta_zero","type":"","path":"php/fann_set_rprop_delta_zero.html","desc":"设置初始步长"},{"name":"fann_set_rprop_increase_factor","type":"","path":"php/fann_set_rprop_increase_factor.html","desc":"使用 RPROP 算法训练时,设置增长因子"},{"name":"fann_set_sarprop_step_error_shift","type":"","path":"php/fann_set_sarprop_step_error_shift.html","desc":"设置 sarprop 算法的步误差偏移量"},{"name":"fann_set_sarprop_step_error_threshold_factor","type":"","path":"php/fann_set_sarprop_step_error_threshold_factor.html","desc":"设置 sarprop 算法的步误差阈值因子"},{"name":"fann_set_sarprop_temperature","type":"","path":"php/fann_set_sarprop_temperature.html","desc":"设置 sarprop 算法的温度"},{"name":"fann_set_sarprop_weight_decay_shift","type":"","path":"php/fann_set_sarprop_weight_decay_shift.html","desc":"设置 sarprop 算法的权重衰减偏移值"},{"name":"fann_set_scaling_params","type":"","path":"php/fann_set_scaling_params.html","desc":"根据训练数据计算输入和输出缩放参数以供将来使用"},{"name":"fann_set_training_algorithm","type":"","path":"php/fann_set_training_algorithm.html","desc":"设置训练算法。"},{"name":"fann_set_train_error_function","type":"","path":"php/fann_set_train_error_function.html","desc":"设置训练期间使用的错误函数。"},{"name":"fann_set_train_stop_function","type":"","path":"php/fann_set_train_stop_function.html","desc":"设置训练期间使用的停止函数。"},{"name":"fann_set_weight","type":"","path":"php/fann_set_weight.html","desc":"在网络中设置一个连接。"},{"name":"fann_set_weight_array","type":"","path":"php/fann_set_weight_array.html","desc":"在网络中设置一个连接。"},{"name":"fann_shuffle_train_data","type":"","path":"php/fann_shuffle_train_data.html","desc":"打算训练数据,使顺序随机。"},{"name":"fann_subset_train_data","type":"","path":"php/fann_subset_train_data.html","desc":"返回一个训练数据子集的副本。"},{"name":"fann_test","type":"","path":"php/fann_test.html","desc":"使用一组输入和一组期望的输出来测试。"},{"name":"fann_test_data","type":"","path":"php/fann_test_data.html","desc":"使用训练数据来测试并且计算出 MSE ."},{"name":"fann_train","type":"","path":"php/fann_train.html","desc":"使用一个输入集和一个期望的输出集来迭代训练一次。"},{"name":"fann_train_epoch","type":"","path":"php/fann_train_epoch.html","desc":"使用一组训练数据训练一个周期。"},{"name":"fann_train_on_data","type":"","path":"php/fann_train_on_data.html","desc":"在整个数据集上训练一段时间。"},{"name":"fann_train_on_file","type":"","path":"php/fann_train_on_file.html","desc":"在从某个文件读取的整个数据集上训练一段时间。"},{"name":"fastcgi_finish_request","type":"","path":"php/fastcgi_finish_request.html","desc":"冲刷(flush)所有响应的数据给客户端"},{"name":"fbsql_affected_rows","type":"","path":"php/fbsql_affected_rows.html","desc":"Get number of affected rows in previous FrontBase operation"},{"name":"fbsql_autocommit","type":"","path":"php/fbsql_autocommit.html","desc":"Enable or disable autocommit"},{"name":"fbsql_blob_size","type":"","path":"php/fbsql_blob_size.html","desc":"Get the size of a BLOB"},{"name":"fbsql_change_user","type":"","path":"php/fbsql_change_user.html","desc":"Change logged in user of the active connection"},{"name":"fbsql_clob_size","type":"","path":"php/fbsql_clob_size.html","desc":"Get the size of a CLOB"},{"name":"fbsql_close","type":"","path":"php/fbsql_close.html","desc":"Close FrontBase connection"},{"name":"fbsql_commit","type":"","path":"php/fbsql_commit.html","desc":"Commits a transaction to the database"},{"name":"fbsql_connect","type":"","path":"php/fbsql_connect.html","desc":"Open a connection to a FrontBase Server"},{"name":"fbsql_create_blob","type":"","path":"php/fbsql_create_blob.html","desc":"Create a BLOB"},{"name":"fbsql_create_clob","type":"","path":"php/fbsql_create_clob.html","desc":"Create a CLOB"},{"name":"fbsql_create_db","type":"","path":"php/fbsql_create_db.html","desc":"Create a FrontBase database"},{"name":"fbsql_database","type":"","path":"php/fbsql_database.html","desc":"Get or set the database name used with a connection"},{"name":"fbsql_database_password","type":"","path":"php/fbsql_database_password.html","desc":"Sets or retrieves the password for a FrontBase database"},{"name":"fbsql_data_seek","type":"","path":"php/fbsql_data_seek.html","desc":"Move internal result pointer"},{"name":"fbsql_db_query","type":"","path":"php/fbsql_db_query.html","desc":"Send a FrontBase query"},{"name":"fbsql_db_status","type":"","path":"php/fbsql_db_status.html","desc":"Get the status for a given database"},{"name":"fbsql_drop_db","type":"","path":"php/fbsql_drop_db.html","desc":"Drop (delete) a FrontBase database"},{"name":"fbsql_errno","type":"","path":"php/fbsql_errno.html","desc":"Returns the error number from previous operation"},{"name":"fbsql_error","type":"","path":"php/fbsql_error.html","desc":"Returns the error message from previous operation"},{"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"},{"name":"fbsql_fetch_assoc","type":"","path":"php/fbsql_fetch_assoc.html","desc":"Fetch a result row as an associative array"},{"name":"fbsql_fetch_field","type":"","path":"php/fbsql_fetch_field.html","desc":"Get column information from a result and return as an object"},{"name":"fbsql_fetch_lengths","type":"","path":"php/fbsql_fetch_lengths.html","desc":"Get the length of each output in a result"},{"name":"fbsql_fetch_object","type":"","path":"php/fbsql_fetch_object.html","desc":"Fetch a result row as an object"},{"name":"fbsql_fetch_row","type":"","path":"php/fbsql_fetch_row.html","desc":"Get a result row as an enumerated array"},{"name":"fbsql_field_flags","type":"","path":"php/fbsql_field_flags.html","desc":"Get the flags associated with the specified field in a result"},{"name":"fbsql_field_len","type":"","path":"php/fbsql_field_len.html","desc":"Returns the length of the specified field"},{"name":"fbsql_field_name","type":"","path":"php/fbsql_field_name.html","desc":"Get the name of the specified field in a result"},{"name":"fbsql_field_seek","type":"","path":"php/fbsql_field_seek.html","desc":"Set result pointer to a specified field offset"},{"name":"fbsql_field_table","type":"","path":"php/fbsql_field_table.html","desc":"Get name of the table the specified field is in"},{"name":"fbsql_field_type","type":"","path":"php/fbsql_field_type.html","desc":"Get the type of the specified field in a result"},{"name":"fbsql_free_result","type":"","path":"php/fbsql_free_result.html","desc":"Free result memory"},{"name":"fbsql_get_autostart_info","type":"","path":"php/fbsql_get_autostart_info.html","desc":"说明"},{"name":"fbsql_hostname","type":"","path":"php/fbsql_hostname.html","desc":"Get or set the host name used with a connection"},{"name":"fbsql_insert_id","type":"","path":"php/fbsql_insert_id.html","desc":"Get the id generated from the previous INSERT operation"},{"name":"fbsql_list_dbs","type":"","path":"php/fbsql_list_dbs.html","desc":"List databases available on a FrontBase server"},{"name":"fbsql_list_fields","type":"","path":"php/fbsql_list_fields.html","desc":"List FrontBase result fields"},{"name":"fbsql_list_tables","type":"","path":"php/fbsql_list_tables.html","desc":"List tables in a FrontBase database"},{"name":"fbsql_next_result","type":"","path":"php/fbsql_next_result.html","desc":"Move the internal result pointer to the next result"},{"name":"fbsql_num_fields","type":"","path":"php/fbsql_num_fields.html","desc":"Get number of fields in result"},{"name":"fbsql_num_rows","type":"","path":"php/fbsql_num_rows.html","desc":"Get number of rows in result"},{"name":"fbsql_password","type":"","path":"php/fbsql_password.html","desc":"Get or set the user password used with a connection"},{"name":"fbsql_pconnect","type":"","path":"php/fbsql_pconnect.html","desc":"Open a persistent connection to a FrontBase Server"},{"name":"fbsql_query","type":"","path":"php/fbsql_query.html","desc":"Send a FrontBase query"},{"name":"fbsql_read_blob","type":"","path":"php/fbsql_read_blob.html","desc":"Read a BLOB from the database"},{"name":"fbsql_read_clob","type":"","path":"php/fbsql_read_clob.html","desc":"Read a CLOB from the database"},{"name":"fbsql_result","type":"","path":"php/fbsql_result.html","desc":"Get result data"},{"name":"fbsql_rollback","type":"","path":"php/fbsql_rollback.html","desc":"Rollback a transaction to the database"},{"name":"fbsql_rows_fetched","type":"","path":"php/fbsql_rows_fetched.html","desc":"Get the number of rows affected by the last statement"},{"name":"fbsql_select_db","type":"","path":"php/fbsql_select_db.html","desc":"Select a FrontBase database"},{"name":"fbsql_set_characterset","type":"","path":"php/fbsql_set_characterset.html","desc":"Change inputoutput character set"},{"name":"fbsql_set_lob_mode","type":"","path":"php/fbsql_set_lob_mode.html","desc":"Set the LOB retrieve mode for a FrontBase result set"},{"name":"fbsql_set_password","type":"","path":"php/fbsql_set_password.html","desc":"Change the password for a given user"},{"name":"fbsql_set_transaction","type":"","path":"php/fbsql_set_transaction.html","desc":"Set the transaction locking and isolation"},{"name":"fbsql_start_db","type":"","path":"php/fbsql_start_db.html","desc":"Start a database on local or remote server"},{"name":"fbsql_stop_db","type":"","path":"php/fbsql_stop_db.html","desc":"Stop a database on local or remote server"},{"name":"fbsql_tablename","type":"","path":"php/fbsql_tablename.html","desc":"别名 fbsql_table_name"},{"name":"fbsql_table_name","type":"","path":"php/fbsql_table_name.html","desc":"Get table name of field"},{"name":"fbsql_username","type":"","path":"php/fbsql_username.html","desc":"Get or set the username for the connection"},{"name":"fbsql_warnings","type":"","path":"php/fbsql_warnings.html","desc":"Enable or disable FrontBase warnings"},{"name":"fclose","type":"","path":"php/fclose.html","desc":"关闭一个已打开的文件指针"},{"name":"fdf_add_doc_javascript","type":"","path":"php/fdf_add_doc_javascript.html","desc":"Adds javascript code to the FDF document"},{"name":"fdf_add_template","type":"","path":"php/fdf_add_template.html","desc":"Adds a template into the FDF document"},{"name":"fdf_close","type":"","path":"php/fdf_close.html","desc":"Close an FDF document"},{"name":"fdf_create","type":"","path":"php/fdf_create.html","desc":"Create a new FDF document"},{"name":"fdf_enum_values","type":"","path":"php/fdf_enum_values.html","desc":"Call a user defined function for each document value"},{"name":"fdf_errno","type":"","path":"php/fdf_errno.html","desc":"Return error code for last fdf operation"},{"name":"fdf_error","type":"","path":"php/fdf_error.html","desc":"Return error description for FDF error code"},{"name":"fdf_get_ap","type":"","path":"php/fdf_get_ap.html","desc":"Get the appearance of a field"},{"name":"fdf_get_attachment","type":"","path":"php/fdf_get_attachment.html","desc":"Extracts uploaded file embedded in the FDF"},{"name":"fdf_get_encoding","type":"","path":"php/fdf_get_encoding.html","desc":"Get the value of the Encoding key"},{"name":"fdf_get_file","type":"","path":"php/fdf_get_file.html","desc":"Get the value of the F key"},{"name":"fdf_get_flags","type":"","path":"php/fdf_get_flags.html","desc":"Gets the flags of a field"},{"name":"fdf_get_opt","type":"","path":"php/fdf_get_opt.html","desc":"Gets a value from the opt array of a field"},{"name":"fdf_get_status","type":"","path":"php/fdf_get_status.html","desc":"Get the value of the STATUS key"},{"name":"fdf_get_value","type":"","path":"php/fdf_get_value.html","desc":"Get the value of a field"},{"name":"fdf_get_version","type":"","path":"php/fdf_get_version.html","desc":"Gets version number for FDF API or file"},{"name":"fdf_header","type":"","path":"php/fdf_header.html","desc":"Sets FDF-specific output headers"},{"name":"fdf_next_field_name","type":"","path":"php/fdf_next_field_name.html","desc":"Get the next field name"},{"name":"fdf_open","type":"","path":"php/fdf_open.html","desc":"Open a FDF document"},{"name":"fdf_open_string","type":"","path":"php/fdf_open_string.html","desc":"Read a FDF document from a string"},{"name":"fdf_remove_item","type":"","path":"php/fdf_remove_item.html","desc":"Sets target frame for form"},{"name":"fdf_save","type":"","path":"php/fdf_save.html","desc":"Save a FDF document"},{"name":"fdf_save_string","type":"","path":"php/fdf_save_string.html","desc":"Returns the FDF document as a string"},{"name":"fdf_set_ap","type":"","path":"php/fdf_set_ap.html","desc":"Set the appearance of a field"},{"name":"fdf_set_encoding","type":"","path":"php/fdf_set_encoding.html","desc":"Sets FDF character encoding"},{"name":"fdf_set_file","type":"","path":"php/fdf_set_file.html","desc":"Set PDF document to display FDF data in"},{"name":"fdf_set_flags","type":"","path":"php/fdf_set_flags.html","desc":"Sets a flag of a field"},{"name":"fdf_set_javascript_action","type":"","path":"php/fdf_set_javascript_action.html","desc":"Sets an javascript action of a field"},{"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"},{"name":"fdf_set_opt","type":"","path":"php/fdf_set_opt.html","desc":"Sets an option of a field"},{"name":"fdf_set_status","type":"","path":"php/fdf_set_status.html","desc":"Set the value of the STATUS key"},{"name":"fdf_set_submit_form_action","type":"","path":"php/fdf_set_submit_form_action.html","desc":"Sets a submit form action of a field"},{"name":"fdf_set_target_frame","type":"","path":"php/fdf_set_target_frame.html","desc":"Set target frame for form display"},{"name":"fdf_set_value","type":"","path":"php/fdf_set_value.html","desc":"Set the value of a field"},{"name":"fdf_set_version","type":"","path":"php/fdf_set_version.html","desc":"Sets version number for a FDF file"},{"name":"feof","type":"","path":"php/feof.html","desc":"测试文件指针是否到了文件结束的位置"},{"name":"fflush","type":"","path":"php/fflush.html","desc":"将缓冲内容输出到文件"},{"name":"fgetc","type":"","path":"php/fgetc.html","desc":"从文件指针中读取字符"},{"name":"fgetcsv","type":"","path":"php/fgetcsv.html","desc":"从文件指针中读入一行并解析 CSV 字段"},{"name":"fgets","type":"","path":"php/fgets.html","desc":"从文件指针中读取一行"},{"name":"fgetss","type":"","path":"php/fgetss.html","desc":"从文件指针中读取一行并过滤掉 HTML 标记"},{"name":"file","type":"","path":"php/file.html","desc":"把整个文件读入一个数组中"},{"name":"fileatime","type":"","path":"php/fileatime.html","desc":"取得文件的上次访问时间"},{"name":"filectime","type":"","path":"php/filectime.html","desc":"取得文件的 inode 修改时间"},{"name":"filegroup","type":"","path":"php/filegroup.html","desc":"取得文件的组"},{"name":"fileinode","type":"","path":"php/fileinode.html","desc":"取得文件的 inode"},{"name":"filemtime","type":"","path":"php/filemtime.html","desc":"取得文件修改时间"},{"name":"fileowner","type":"","path":"php/fileowner.html","desc":"取得文件的所有者"},{"name":"fileperms","type":"","path":"php/fileperms.html","desc":"取得文件的权限"},{"name":"filepro","type":"","path":"php/filepro.html","desc":"Read and verify the map file"},{"name":"filepro_fieldcount","type":"","path":"php/filepro_fieldcount.html","desc":"Find out how many fields are in a filePro database"},{"name":"filepro_fieldname","type":"","path":"php/filepro_fieldname.html","desc":"Gets the name of a field"},{"name":"filepro_fieldtype","type":"","path":"php/filepro_fieldtype.html","desc":"Gets the type of a field"},{"name":"filepro_fieldwidth","type":"","path":"php/filepro_fieldwidth.html","desc":"Gets the width of a field"},{"name":"filepro_retrieve","type":"","path":"php/filepro_retrieve.html","desc":"Retrieves data from a filePro database"},{"name":"filepro_rowcount","type":"","path":"php/filepro_rowcount.html","desc":"Find out how many rows are in a filePro database"},{"name":"filesize","type":"","path":"php/filesize.html","desc":"取得文件大小"},{"name":"filetype","type":"","path":"php/filetype.html","desc":"取得文件类型"},{"name":"file_exists","type":"","path":"php/file_exists.html","desc":"检查文件或目录是否存在"},{"name":"file_get_contents","type":"","path":"php/file_get_contents.html","desc":"将整个文件读入一个字符串"},{"name":"file_put_contents","type":"","path":"php/file_put_contents.html","desc":"将一个字符串写入文件"},{"name":"filter_has_var","type":"","path":"php/filter_has_var.html","desc":"检测是否存在指定类型的变量"},{"name":"filter_id","type":"","path":"php/filter_id.html","desc":"返回与某个特定名称的过滤器相关联的id"},{"name":"filter_input","type":"","path":"php/filter_input.html","desc":"通过名称获取特定的外部变量,并且可以通过过滤器处理它"},{"name":"filter_input_array","type":"","path":"php/filter_input_array.html","desc":"获取一系列外部变量,并且可以通过过滤器处理它们"},{"name":"filter_list","type":"","path":"php/filter_list.html","desc":"返回所支持的过滤器列表"},{"name":"filter_var","type":"","path":"php/filter_var.html","desc":"使用特定的过滤器过滤一个变量"},{"name":"filter_var_array","type":"","path":"php/filter_var_array.html","desc":"获取多个变量并且过滤它们"},{"name":"finfo_buffer","type":"","path":"php/finfo_buffer.html","desc":"返回一个字符串缓冲区的信息"},{"name":"finfo_close","type":"","path":"php/finfo_close.html","desc":"关闭 fileinfo 资源"},{"name":"finfo_file","type":"","path":"php/finfo_file.html","desc":"返回一个文件的信息"},{"name":"finfo_open","type":"","path":"php/finfo_open.html","desc":"创建一个 fileinfo 资源"},{"name":"finfo_set_flags","type":"","path":"php/finfo_set_flags.html","desc":"设置 libmagic 配置选项"},{"name":"floatval","type":"","path":"php/floatval.html","desc":"获取变量的浮点值"},{"name":"flock","type":"","path":"php/flock.html","desc":"轻便的咨询文件锁定"},{"name":"floor","type":"","path":"php/floor.html","desc":"舍去法取整"},{"name":"flush","type":"","path":"php/flush.html","desc":"刷新输出缓冲"},{"name":"fmod","type":"","path":"php/fmod.html","desc":"返回除法的浮点数余数"},{"name":"fnmatch","type":"","path":"php/fnmatch.html","desc":"用模式匹配文件名"},{"name":"fopen","type":"","path":"php/fopen.html","desc":"打开文件或者 URL"},{"name":"forward_static_call","type":"","path":"php/forward_static_call.html","desc":"Call a static method"},{"name":"forward_static_call_array","type":"","path":"php/forward_static_call_array.html","desc":"Call a static method and pass the arguments as array"},{"name":"fpassthru","type":"","path":"php/fpassthru.html","desc":"输出文件指针处的所有剩余数据"},{"name":"fprintf","type":"","path":"php/fprintf.html","desc":"将格式化后的字符串写入到流"},{"name":"fputcsv","type":"","path":"php/fputcsv.html","desc":"将行格式化为 CSV 并写入文件指针"},{"name":"fputs","type":"","path":"php/fputs.html","desc":"fwrite 的别名"},{"name":"fread","type":"","path":"php/fread.html","desc":"读取文件(可安全用于二进制文件)"},{"name":"frenchtojd","type":"","path":"php/frenchtojd.html","desc":"从一个French Republican历法的日期得到Julian Day计数。"},{"name":"fribidi_log2vis","type":"","path":"php/fribidi_log2vis.html","desc":"Convert a logical string to a visual one"},{"name":"fscanf","type":"","path":"php/fscanf.html","desc":"从文件中格式化输入"},{"name":"fseek","type":"","path":"php/fseek.html","desc":"在文件指针中定位"},{"name":"fsockopen","type":"","path":"php/fsockopen.html","desc":"打开一个网络连接或者一个Unix套接字连接"},{"name":"fstat","type":"","path":"php/fstat.html","desc":"通过已打开的文件指针取得文件信息"},{"name":"ftell","type":"","path":"php/ftell.html","desc":"返回文件指针读写的位置"},{"name":"ftok","type":"","path":"php/ftok.html","desc":"Convert a pathname and a project identifier to a System V IPC key"},{"name":"ftp_alloc","type":"","path":"php/ftp_alloc.html","desc":"为要上传的文件分配空间"},{"name":"ftp_append","type":"","path":"php/ftp_append.html","desc":"Append content of a file a another file on the FTP server"},{"name":"ftp_cdup","type":"","path":"php/ftp_cdup.html","desc":"切换到当前目录的父目录"},{"name":"ftp_chdir","type":"","path":"php/ftp_chdir.html","desc":"在 FTP 服务器上改变当前目录"},{"name":"ftp_chmod","type":"","path":"php/ftp_chmod.html","desc":"设置 FTP 服务器上的文件权限"},{"name":"ftp_close","type":"","path":"php/ftp_close.html","desc":"关闭一个 FTP 连接"},{"name":"ftp_connect","type":"","path":"php/ftp_connect.html","desc":"建立一个新的 FTP 连接"},{"name":"ftp_delete","type":"","path":"php/ftp_delete.html","desc":"删除 FTP 服务器上的一个文件"},{"name":"ftp_exec","type":"","path":"php/ftp_exec.html","desc":"请求运行一条 FTP 命令"},{"name":"ftp_fget","type":"","path":"php/ftp_fget.html","desc":"从 FTP 服务器上下载一个文件并保存到本地一个已经打开的文件中"},{"name":"ftp_fput","type":"","path":"php/ftp_fput.html","desc":"上传一个已经打开的文件到 FTP 服务器"},{"name":"ftp_get","type":"","path":"php/ftp_get.html","desc":"从 FTP 服务器上下载一个文件"},{"name":"ftp_get_option","type":"","path":"php/ftp_get_option.html","desc":"返回当前 FTP 连接的各种不同的选项设置"},{"name":"ftp_login","type":"","path":"php/ftp_login.html","desc":"登录 FTP 服务器"},{"name":"ftp_mdtm","type":"","path":"php/ftp_mdtm.html","desc":"返回指定文件的最后修改时间"},{"name":"ftp_mkdir","type":"","path":"php/ftp_mkdir.html","desc":"建立新目录"},{"name":"ftp_mlsd","type":"","path":"php/ftp_mlsd.html","desc":"Returns a list of files in the given directory"},{"name":"ftp_nb_continue","type":"","path":"php/ftp_nb_continue.html","desc":"连续获取/发送文件(non-blocking)"},{"name":"ftp_nb_fget","type":"","path":"php/ftp_nb_fget.html","desc":"从 FTP 服务器获取文件并写入到一个打开的文件(非阻塞)"},{"name":"ftp_nb_fput","type":"","path":"php/ftp_nb_fput.html","desc":"将文件存储到 FTP 服务器 (非阻塞)"},{"name":"ftp_nb_get","type":"","path":"php/ftp_nb_get.html","desc":"从 FTP 服务器上获取文件并写入本地文件(non-blocking)"},{"name":"ftp_nb_put","type":"","path":"php/ftp_nb_put.html","desc":"存储一个文件至 FTP 服务器(non-blocking)"},{"name":"ftp_nlist","type":"","path":"php/ftp_nlist.html","desc":"返回给定目录的文件列表"},{"name":"ftp_pasv","type":"","path":"php/ftp_pasv.html","desc":"返回当前 FTP 被动模式是否打开"},{"name":"ftp_put","type":"","path":"php/ftp_put.html","desc":"上传文件到 FTP 服务器"},{"name":"ftp_pwd","type":"","path":"php/ftp_pwd.html","desc":"返回当前目录名"},{"name":"ftp_quit","type":"","path":"php/ftp_quit.html","desc":"ftp_close 的 别名"},{"name":"ftp_raw","type":"","path":"php/ftp_raw.html","desc":"向 FTP 服务器发送命令"},{"name":"ftp_rawlist","type":"","path":"php/ftp_rawlist.html","desc":"返回指定目录下文件的详细列表"},{"name":"ftp_rename","type":"","path":"php/ftp_rename.html","desc":"更改 FTP 服务器上的文件或目录名"},{"name":"ftp_rmdir","type":"","path":"php/ftp_rmdir.html","desc":"删除 FTP 服务器上的一个目录"},{"name":"ftp_set_option","type":"","path":"php/ftp_set_option.html","desc":"设置各种 FTP 运行时选项"},{"name":"ftp_site","type":"","path":"php/ftp_site.html","desc":"向服务器发送 SITE 命令"},{"name":"ftp_size","type":"","path":"php/ftp_size.html","desc":"返回指定文件的大小"},{"name":"ftp_ssl_connect","type":"","path":"php/ftp_ssl_connect.html","desc":"打开 SSL-FTP 连接"},{"name":"ftp_systype","type":"","path":"php/ftp_systype.html","desc":"返回远程 FTP 服务器的操作系统类型"},{"name":"ftruncate","type":"","path":"php/ftruncate.html","desc":"将文件截断到给定的长度"},{"name":"function_exists","type":"","path":"php/function_exists.html","desc":"如果给定的函数已经被定义就返回 TRUE"},{"name":"func_get_arg","type":"","path":"php/func_get_arg.html","desc":"返回参数列表的某一项"},{"name":"func_get_args","type":"","path":"php/func_get_args.html","desc":"返回一个包含函数参数列表的数组"},{"name":"func_num_args","type":"","path":"php/func_num_args.html","desc":"Returns the number of arguments passed to the function"},{"name":"fwrite","type":"","path":"php/fwrite.html","desc":"写入文件(可安全用于二进制文件)"},{"name":"gc_collect_cycles","type":"","path":"php/gc_collect_cycles.html","desc":"强制收集所有现存的垃圾循环周期"},{"name":"gc_disable","type":"","path":"php/gc_disable.html","desc":"停用循环引用收集器"},{"name":"gc_enable","type":"","path":"php/gc_enable.html","desc":"激活循环引用收集器"},{"name":"gc_enabled","type":"","path":"php/gc_enabled.html","desc":"返回循环引用计数器的状态"},{"name":"gc_mem_caches","type":"","path":"php/gc_mem_caches.html","desc":"Reclaims memory used by the Zend Engine memory manager"},{"name":"gc_status","type":"","path":"php/gc_status.html","desc":"Gets information about the garbage collector"},{"name":"gd_info","type":"","path":"php/gd_info.html","desc":"取得当前安装的 GD 库的信息"},{"name":"geoip_asnum_by_name","type":"","path":"php/geoip_asnum_by_name.html","desc":"获取自治系统号(ASN)"},{"name":"geoip_continent_code_by_name","type":"","path":"php/geoip_continent_code_by_name.html","desc":"获取七大洲的大写字母简称"},{"name":"geoip_country_code3_by_name","type":"","path":"php/geoip_country_code3_by_name.html","desc":"获取三个字母组成的国家简称"},{"name":"geoip_country_code_by_name","type":"","path":"php/geoip_country_code_by_name.html","desc":"获取国家代码"},{"name":"geoip_country_name_by_name","type":"","path":"php/geoip_country_name_by_name.html","desc":"获取国家的全称"},{"name":"geoip_database_info","type":"","path":"php/geoip_database_info.html","desc":"获取 GeoIP 数据库的信息"},{"name":"geoip_db_avail","type":"","path":"php/geoip_db_avail.html","desc":"GeoIP 数据库是否可用"},{"name":"geoip_db_filename","type":"","path":"php/geoip_db_filename.html","desc":"返回 GeoIP 数据库相对应的文件名"},{"name":"geoip_db_get_all_info","type":"","path":"php/geoip_db_get_all_info.html","desc":"返回所有 GeoIP 数据库类型的详细信息"},{"name":"geoip_domain_by_name","type":"","path":"php/geoip_domain_by_name.html","desc":"获取二级域名"},{"name":"geoip_id_by_name","type":"","path":"php/geoip_id_by_name.html","desc":"获取网络连接类型"},{"name":"geoip_isp_by_name","type":"","path":"php/geoip_isp_by_name.html","desc":"获取 ISP (网络服务提供商)的名称"},{"name":"geoip_netspeedcell_by_name","type":"","path":"php/geoip_netspeedcell_by_name.html","desc":"获取网络连接速度"},{"name":"geoip_org_by_name","type":"","path":"php/geoip_org_by_name.html","desc":"获取机构的名称"},{"name":"geoip_record_by_name","type":"","path":"php/geoip_record_by_name.html","desc":"返回 GeoIP 数据库中详细的城市信息"},{"name":"geoip_region_by_name","type":"","path":"php/geoip_region_by_name.html","desc":"获取国家和地区代码"},{"name":"geoip_region_name_by_code","type":"","path":"php/geoip_region_name_by_code.html","desc":"返回给定的国家和地区代码组合所对应的地区名称"},{"name":"geoip_setup_custom_directory","type":"","path":"php/geoip_setup_custom_directory.html","desc":"自定义 GeoIP 数据库的目录"},{"name":"geoip_time_zone_by_country_and_region","type":"","path":"php/geoip_time_zone_by_country_and_region.html","desc":"返回国家和地区的时区"},{"name":"getallheaders","type":"","path":"php/getallheaders.html","desc":"获取全部 HTTP 请求头信息"},{"name":"getcwd","type":"","path":"php/getcwd.html","desc":"取得当前工作目录"},{"name":"getdate","type":"","path":"php/getdate.html","desc":"取得日期/时间信息"},{"name":"getenv","type":"","path":"php/getenv.html","desc":"获取一个环境变量的值"},{"name":"gethostbyaddr","type":"","path":"php/gethostbyaddr.html","desc":"获取指定的IP地址对应的主机名"},{"name":"gethostbyname","type":"","path":"php/gethostbyname.html","desc":"返回主机名对应的 IPv4地址。"},{"name":"gethostbynamel","type":"","path":"php/gethostbynamel.html","desc":"获取互联网主机名对应的 IPv4 地址列表"},{"name":"gethostname","type":"","path":"php/gethostname.html","desc":"获取主机名"},{"name":"getimagesize","type":"","path":"php/getimagesize.html","desc":"取得图像大小"},{"name":"getimagesizefromstring","type":"","path":"php/getimagesizefromstring.html","desc":"从字符串中获取图像尺寸信息"},{"name":"getlastmod","type":"","path":"php/getlastmod.html","desc":"获取页面最后修改的时间"},{"name":"getmxrr","type":"","path":"php/getmxrr.html","desc":"获取互联网主机名对应的 MX 记录"},{"name":"getmygid","type":"","path":"php/getmygid.html","desc":"获取当前 PHP 脚本拥有者的 GID"},{"name":"getmyinode","type":"","path":"php/getmyinode.html","desc":"获取当前脚本的索引节点(inode)"},{"name":"getmypid","type":"","path":"php/getmypid.html","desc":"获取 PHP 进程的 ID"},{"name":"getmyuid","type":"","path":"php/getmyuid.html","desc":"获取 PHP 脚本所有者的 UID"},{"name":"getopt","type":"","path":"php/getopt.html","desc":"从命令行参数列表中获取选项"},{"name":"getprotobyname","type":"","path":"php/getprotobyname.html","desc":"Get protocol number associated with protocol name"},{"name":"getprotobynumber","type":"","path":"php/getprotobynumber.html","desc":"Get protocol name associated with protocol number"},{"name":"getrandmax","type":"","path":"php/getrandmax.html","desc":"显示随机数最大的可能值"},{"name":"getrusage","type":"","path":"php/getrusage.html","desc":"获取当前资源使用状况"},{"name":"getservbyname","type":"","path":"php/getservbyname.html","desc":"获取互联网服务协议对应的端口"},{"name":"getservbyport","type":"","path":"php/getservbyport.html","desc":"Get Internet service which corresponds to port and protocol"},{"name":"gettext","type":"","path":"php/gettext.html","desc":"Lookup a message in the current domain"},{"name":"gettimeofday","type":"","path":"php/gettimeofday.html","desc":"取得当前时间"},{"name":"gettype","type":"","path":"php/gettype.html","desc":"获取变量的类型"},{"name":"get_browser","type":"","path":"php/get_browser.html","desc":"获取浏览器具有的功能"},{"name":"get_called_class","type":"","path":"php/get_called_class.html","desc":"后期静态绑定("Late Static Binding")类的名称"},{"name":"get_cfg_var","type":"","path":"php/get_cfg_var.html","desc":"获取 PHP 配置选项的值"},{"name":"get_class","type":"","path":"php/get_class.html","desc":"返回对象的类名"},{"name":"get_class_methods","type":"","path":"php/get_class_methods.html","desc":"返回由类的方法名组成的数组"},{"name":"get_class_vars","type":"","path":"php/get_class_vars.html","desc":"返回由类的默认属性组成的数组"},{"name":"get_current_user","type":"","path":"php/get_current_user.html","desc":"获取当前 PHP 脚本所有者名称"},{"name":"get_declared_classes","type":"","path":"php/get_declared_classes.html","desc":"返回由已定义类的名字所组成的数组"},{"name":"get_declared_interfaces","type":"","path":"php/get_declared_interfaces.html","desc":"返回一个数组包含所有已声明的接口"},{"name":"get_declared_traits","type":"","path":"php/get_declared_traits.html","desc":"返回所有已定义的 traits 的数组"},{"name":"get_defined_constants","type":"","path":"php/get_defined_constants.html","desc":"返回所有常量的关联数组,键是常量名,值是常量值"},{"name":"get_defined_functions","type":"","path":"php/get_defined_functions.html","desc":"返回所有已定义函数的数组"},{"name":"get_defined_vars","type":"","path":"php/get_defined_vars.html","desc":"返回由所有已定义变量所组成的数组"},{"name":"get_extension_funcs","type":"","path":"php/get_extension_funcs.html","desc":"返回模块函数名称的数组"},{"name":"get_function_translation_table","type":"","path":"php/get_function_translation_table.html","desc":"返回使用 htmlspecialchars 和 htmlentities 后的转换表"},{"name":"get_headers","type":"","path":"php/get_headers.html","desc":"取得服务器响应一个 HTTP 请求所发送的所有标头"},{"name":"get_included_files","type":"","path":"php/get_included_files.html","desc":"返回被 include 和 require 文件名的 array"},{"name":"get_include_path","type":"","path":"php/get_include_path.html","desc":"获取当前的 include_path 配置选项"},{"name":"get_loaded_extensions","type":"","path":"php/get_loaded_extensions.html","desc":"返回所有编译并加载模块名的 array"},{"name":"get_magic_quotes_gpc","type":"","path":"php/get_magic_quotes_gpc.html","desc":"获取当前 magic_quotes_gpc 的配置选项设置"},{"name":"get_magic_quotes_runtime","type":"","path":"php/get_magic_quotes_runtime.html","desc":"获取当前 magic_quotes_runtime 配置选项的激活状态"},{"name":"get_meta_tags","type":"","path":"php/get_meta_tags.html","desc":"从一个文件中提取所有的 meta 标签 content 属性,返回一个数组"},{"name":"get_object_vars","type":"","path":"php/get_object_vars.html","desc":"返回由对象属性组成的关联数组"},{"name":"get_parent_class","type":"","path":"php/get_parent_class.html","desc":"返回对象或类的父类名"},{"name":"get_required_files","type":"","path":"php/get_required_files.html","desc":"别名 get_included_files"},{"name":"get_resources","type":"","path":"php/get_resources.html","desc":"Returns active resources"},{"name":"get_resource_type","type":"","path":"php/get_resource_type.html","desc":"返回资源(resource)类型"},{"name":"glob","type":"","path":"php/glob.html","desc":"寻找与模式匹配的文件路径"},{"name":"gmdate","type":"","path":"php/gmdate.html","desc":"格式化一个 GMTUTC 日期/时间"},{"name":"gmmktime","type":"","path":"php/gmmktime.html","desc":"取得 GMT 日期的 UNIX 时间戳"},{"name":"gmp_abs","type":"","path":"php/gmp_abs.html","desc":"Absolute value"},{"name":"gmp_add","type":"","path":"php/gmp_add.html","desc":"Add numbers"},{"name":"gmp_and","type":"","path":"php/gmp_and.html","desc":"Bitwise AND"},{"name":"gmp_binomial","type":"","path":"php/gmp_binomial.html","desc":"Calculates binomial coefficient"},{"name":"gmp_clrbit","type":"","path":"php/gmp_clrbit.html","desc":"Clear bit"},{"name":"gmp_cmp","type":"","path":"php/gmp_cmp.html","desc":"Compare numbers"},{"name":"gmp_com","type":"","path":"php/gmp_com.html","desc":"Calculates one's complement"},{"name":"gmp_div","type":"","path":"php/gmp_div.html","desc":"别名 gmp_div_q"},{"name":"gmp_divexact","type":"","path":"php/gmp_divexact.html","desc":"Exact division of numbers"},{"name":"gmp_div_q","type":"","path":"php/gmp_div_q.html","desc":"Divide numbers"},{"name":"gmp_div_qr","type":"","path":"php/gmp_div_qr.html","desc":"Divide numbers and get quotient and remainder"},{"name":"gmp_div_r","type":"","path":"php/gmp_div_r.html","desc":"Remainder of the division of numbers"},{"name":"gmp_export","type":"","path":"php/gmp_export.html","desc":"Export to a binary string"},{"name":"gmp_fact","type":"","path":"php/gmp_fact.html","desc":"Factorial"},{"name":"gmp_gcd","type":"","path":"php/gmp_gcd.html","desc":"Calculate GCD"},{"name":"gmp_gcdext","type":"","path":"php/gmp_gcdext.html","desc":"Calculate GCD and multipliers"},{"name":"gmp_hamdist","type":"","path":"php/gmp_hamdist.html","desc":"Hamming distance"},{"name":"gmp_import","type":"","path":"php/gmp_import.html","desc":"Import from a binary string"},{"name":"gmp_init","type":"","path":"php/gmp_init.html","desc":"Create GMP number"},{"name":"gmp_intval","type":"","path":"php/gmp_intval.html","desc":"Convert GMP number to integer"},{"name":"gmp_invert","type":"","path":"php/gmp_invert.html","desc":"Inverse by modulo"},{"name":"gmp_jacobi","type":"","path":"php/gmp_jacobi.html","desc":"Jacobi symbol"},{"name":"gmp_kronecker","type":"","path":"php/gmp_kronecker.html","desc":"Kronecker symbol"},{"name":"gmp_lcm","type":"","path":"php/gmp_lcm.html","desc":"Calculate GCD"},{"name":"gmp_legendre","type":"","path":"php/gmp_legendre.html","desc":"Legendre symbol"},{"name":"gmp_mod","type":"","path":"php/gmp_mod.html","desc":"Modulo operation"},{"name":"gmp_mul","type":"","path":"php/gmp_mul.html","desc":"Multiply numbers"},{"name":"gmp_neg","type":"","path":"php/gmp_neg.html","desc":"Negate number"},{"name":"gmp_nextprime","type":"","path":"php/gmp_nextprime.html","desc":"Find next prime number"},{"name":"gmp_or","type":"","path":"php/gmp_or.html","desc":"Bitwise OR"},{"name":"gmp_perfect_power","type":"","path":"php/gmp_perfect_power.html","desc":"Perfect power check"},{"name":"gmp_perfect_square","type":"","path":"php/gmp_perfect_square.html","desc":"Perfect square check"},{"name":"gmp_popcount","type":"","path":"php/gmp_popcount.html","desc":"Population count"},{"name":"gmp_pow","type":"","path":"php/gmp_pow.html","desc":"Raise number into power"},{"name":"gmp_powm","type":"","path":"php/gmp_powm.html","desc":"Raise number into power with modulo"},{"name":"gmp_prob_prime","type":"","path":"php/gmp_prob_prime.html","desc":"Check if number is "probably prime""},{"name":"gmp_random","type":"","path":"php/gmp_random.html","desc":"Random number"},{"name":"gmp_random_bits","type":"","path":"php/gmp_random_bits.html","desc":"Random number"},{"name":"gmp_random_range","type":"","path":"php/gmp_random_range.html","desc":"Random number"},{"name":"gmp_random_seed","type":"","path":"php/gmp_random_seed.html","desc":"Sets the RNG seed"},{"name":"gmp_root","type":"","path":"php/gmp_root.html","desc":"Take the integer part of nth root"},{"name":"gmp_rootrem","type":"","path":"php/gmp_rootrem.html","desc":"Take the integer part and remainder of nth root"},{"name":"gmp_scan0","type":"","path":"php/gmp_scan0.html","desc":"Scan for 0"},{"name":"gmp_scan1","type":"","path":"php/gmp_scan1.html","desc":"Scan for 1"},{"name":"gmp_setbit","type":"","path":"php/gmp_setbit.html","desc":"Set bit"},{"name":"gmp_sign","type":"","path":"php/gmp_sign.html","desc":"Sign of number"},{"name":"gmp_sqrt","type":"","path":"php/gmp_sqrt.html","desc":"Calculate square root"},{"name":"gmp_sqrtrem","type":"","path":"php/gmp_sqrtrem.html","desc":"Square root with remainder"},{"name":"gmp_strval","type":"","path":"php/gmp_strval.html","desc":"Convert GMP number to string"},{"name":"gmp_sub","type":"","path":"php/gmp_sub.html","desc":"Subtract numbers"},{"name":"gmp_testbit","type":"","path":"php/gmp_testbit.html","desc":"Tests if a bit is set"},{"name":"gmp_xor","type":"","path":"php/gmp_xor.html","desc":"Bitwise XOR"},{"name":"gmstrftime","type":"","path":"php/gmstrftime.html","desc":"根据区域设置格式化 GMTUTC 时间/日期"},{"name":"gnupg_adddecryptkey","type":"","path":"php/gnupg_adddecryptkey.html","desc":"Add a key for decryption"},{"name":"gnupg_addencryptkey","type":"","path":"php/gnupg_addencryptkey.html","desc":"Add a key for encryption"},{"name":"gnupg_addsignkey","type":"","path":"php/gnupg_addsignkey.html","desc":"Add a key for signing"},{"name":"gnupg_cleardecryptkeys","type":"","path":"php/gnupg_cleardecryptkeys.html","desc":"Removes all keys which were set for decryption before"},{"name":"gnupg_clearencryptkeys","type":"","path":"php/gnupg_clearencryptkeys.html","desc":"Removes all keys which were set for encryption before"},{"name":"gnupg_clearsignkeys","type":"","path":"php/gnupg_clearsignkeys.html","desc":"Removes all keys which were set for signing before"},{"name":"gnupg_decrypt","type":"","path":"php/gnupg_decrypt.html","desc":"Decrypts a given text"},{"name":"gnupg_decryptverify","type":"","path":"php/gnupg_decryptverify.html","desc":"Decrypts and verifies a given text"},{"name":"gnupg_encrypt","type":"","path":"php/gnupg_encrypt.html","desc":"Encrypts a given text"},{"name":"gnupg_encryptsign","type":"","path":"php/gnupg_encryptsign.html","desc":"Encrypts and signs a given text"},{"name":"gnupg_export","type":"","path":"php/gnupg_export.html","desc":"Exports a key"},{"name":"gnupg_geterror","type":"","path":"php/gnupg_geterror.html","desc":"Returns the errortext, if a function fails"},{"name":"gnupg_getprotocol","type":"","path":"php/gnupg_getprotocol.html","desc":"Returns the currently active protocol for all operations"},{"name":"gnupg_import","type":"","path":"php/gnupg_import.html","desc":"Imports a key"},{"name":"gnupg_init","type":"","path":"php/gnupg_init.html","desc":"Initialize a connection"},{"name":"gnupg_keyinfo","type":"","path":"php/gnupg_keyinfo.html","desc":"Returns an array with information about all keys that matches the given pattern"},{"name":"gnupg_setarmor","type":"","path":"php/gnupg_setarmor.html","desc":"Toggle armored output"},{"name":"gnupg_seterrormode","type":"","path":"php/gnupg_seterrormode.html","desc":"Sets the mode for error_reporting"},{"name":"gnupg_setsignmode","type":"","path":"php/gnupg_setsignmode.html","desc":"Sets the mode for signing"},{"name":"gnupg_sign","type":"","path":"php/gnupg_sign.html","desc":"Signs a given text"},{"name":"gnupg_verify","type":"","path":"php/gnupg_verify.html","desc":"Verifies a signed text"},{"name":"gopher_parsedir","type":"","path":"php/gopher_parsedir.html","desc":"Translate a gopher formatted directory entry into an associative array"},{"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"},{"name":"grapheme_stripos","type":"","path":"php/grapheme_stripos.html","desc":"Find position (in grapheme units) of first occurrence of a case-insensitive string"},{"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"},{"name":"grapheme_strlen","type":"","path":"php/grapheme_strlen.html","desc":"Get string length in grapheme units"},{"name":"grapheme_strpos","type":"","path":"php/grapheme_strpos.html","desc":"Find position (in grapheme units) of first occurrence of a string"},{"name":"grapheme_strripos","type":"","path":"php/grapheme_strripos.html","desc":"Find position (in grapheme units) of last occurrence of a case-insensitive string"},{"name":"grapheme_strrpos","type":"","path":"php/grapheme_strrpos.html","desc":"Find position (in grapheme units) of last occurrence of a string"},{"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"},{"name":"grapheme_substr","type":"","path":"php/grapheme_substr.html","desc":"Return part of a string"},{"name":"gregoriantojd","type":"","path":"php/gregoriantojd.html","desc":"转变一个Gregorian历法日期到Julian Day计数"},{"name":"gupnp_context_get_host_ip","type":"","path":"php/gupnp_context_get_host_ip.html","desc":"Get the IP address"},{"name":"gupnp_context_get_port","type":"","path":"php/gupnp_context_get_port.html","desc":"Get the port"},{"name":"gupnp_context_get_subscription_timeout","type":"","path":"php/gupnp_context_get_subscription_timeout.html","desc":"Get the event subscription timeout"},{"name":"gupnp_context_host_path","type":"","path":"php/gupnp_context_host_path.html","desc":"Start hosting"},{"name":"gupnp_context_new","type":"","path":"php/gupnp_context_new.html","desc":"Create a new context"},{"name":"gupnp_context_set_subscription_timeout","type":"","path":"php/gupnp_context_set_subscription_timeout.html","desc":"Sets the event subscription timeout"},{"name":"gupnp_context_timeout_add","type":"","path":"php/gupnp_context_timeout_add.html","desc":"Sets a function to be called at regular intervals"},{"name":"gupnp_context_unhost_path","type":"","path":"php/gupnp_context_unhost_path.html","desc":"Stop hosting"},{"name":"gupnp_control_point_browse_start","type":"","path":"php/gupnp_control_point_browse_start.html","desc":"Start browsing"},{"name":"gupnp_control_point_browse_stop","type":"","path":"php/gupnp_control_point_browse_stop.html","desc":"Stop browsing"},{"name":"gupnp_control_point_callback_set","type":"","path":"php/gupnp_control_point_callback_set.html","desc":"Set control point callback"},{"name":"gupnp_control_point_new","type":"","path":"php/gupnp_control_point_new.html","desc":"Create a new control point"},{"name":"gupnp_device_action_callback_set","type":"","path":"php/gupnp_device_action_callback_set.html","desc":"Set device callback function"},{"name":"gupnp_device_info_get","type":"","path":"php/gupnp_device_info_get.html","desc":"Get info of root device"},{"name":"gupnp_device_info_get_service","type":"","path":"php/gupnp_device_info_get_service.html","desc":"Get the service with type"},{"name":"gupnp_root_device_get_available","type":"","path":"php/gupnp_root_device_get_available.html","desc":"Check whether root device is available"},{"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"},{"name":"gupnp_root_device_new","type":"","path":"php/gupnp_root_device_new.html","desc":"Create a new root device"},{"name":"gupnp_root_device_set_available","type":"","path":"php/gupnp_root_device_set_available.html","desc":"Set whether or not root_device is available"},{"name":"gupnp_root_device_start","type":"","path":"php/gupnp_root_device_start.html","desc":"Start main loop"},{"name":"gupnp_root_device_stop","type":"","path":"php/gupnp_root_device_stop.html","desc":"Stop main loop"},{"name":"gupnp_service_action_get","type":"","path":"php/gupnp_service_action_get.html","desc":"Retrieves the specified action arguments"},{"name":"gupnp_service_action_return","type":"","path":"php/gupnp_service_action_return.html","desc":"Return successfully"},{"name":"gupnp_service_action_return_error","type":"","path":"php/gupnp_service_action_return_error.html","desc":"Return error code"},{"name":"gupnp_service_action_set","type":"","path":"php/gupnp_service_action_set.html","desc":"Sets the specified action return values"},{"name":"gupnp_service_freeze_notify","type":"","path":"php/gupnp_service_freeze_notify.html","desc":"Freeze new notifications"},{"name":"gupnp_service_info_get","type":"","path":"php/gupnp_service_info_get.html","desc":"Get full info of service"},{"name":"gupnp_service_info_get_introspection","type":"","path":"php/gupnp_service_info_get_introspection.html","desc":"Get resource introspection of service"},{"name":"gupnp_service_introspection_get_state_variable","type":"","path":"php/gupnp_service_introspection_get_state_variable.html","desc":"Returns the state variable data"},{"name":"gupnp_service_notify","type":"","path":"php/gupnp_service_notify.html","desc":"Notifies listening clients"},{"name":"gupnp_service_proxy_action_get","type":"","path":"php/gupnp_service_proxy_action_get.html","desc":"Send action to the service and get value"},{"name":"gupnp_service_proxy_action_set","type":"","path":"php/gupnp_service_proxy_action_set.html","desc":"Send action to the service and set value"},{"name":"gupnp_service_proxy_add_notify","type":"","path":"php/gupnp_service_proxy_add_notify.html","desc":"Sets up callback for variable change notification"},{"name":"gupnp_service_proxy_callback_set","type":"","path":"php/gupnp_service_proxy_callback_set.html","desc":"Set service proxy callback for signal"},{"name":"gupnp_service_proxy_get_subscribed","type":"","path":"php/gupnp_service_proxy_get_subscribed.html","desc":"Check whether subscription is valid to the service"},{"name":"gupnp_service_proxy_remove_notify","type":"","path":"php/gupnp_service_proxy_remove_notify.html","desc":"Cancels the variable change notification"},{"name":"gupnp_service_proxy_set_subscribed","type":"","path":"php/gupnp_service_proxy_set_subscribed.html","desc":"(Un)subscribes to the service"},{"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"},{"name":"gzclose","type":"","path":"php/gzclose.html","desc":"Close an open gz-file pointer"},{"name":"gzcompress","type":"","path":"php/gzcompress.html","desc":"Compress a string"},{"name":"gzdecode","type":"","path":"php/gzdecode.html","desc":"Decodes a gzip compressed string"},{"name":"gzdeflate","type":"","path":"php/gzdeflate.html","desc":"Deflate a string"},{"name":"gzencode","type":"","path":"php/gzencode.html","desc":"Create a gzip compressed string"},{"name":"gzeof","type":"","path":"php/gzeof.html","desc":"Test for EOF on a gz-file pointer"},{"name":"gzfile","type":"","path":"php/gzfile.html","desc":"Read entire gz-file into an array"},{"name":"gzgetc","type":"","path":"php/gzgetc.html","desc":"Get character from gz-file pointer"},{"name":"gzgets","type":"","path":"php/gzgets.html","desc":"Get line from file pointer"},{"name":"gzgetss","type":"","path":"php/gzgetss.html","desc":"Get line from gz-file pointer and strip HTML tags"},{"name":"gzinflate","type":"","path":"php/gzinflate.html","desc":"Inflate a deflated string"},{"name":"gzopen","type":"","path":"php/gzopen.html","desc":"Open gz-file"},{"name":"gzpassthru","type":"","path":"php/gzpassthru.html","desc":"Output all remaining data on a gz-file pointer"},{"name":"gzputs","type":"","path":"php/gzputs.html","desc":"别名 gzwrite"},{"name":"gzread","type":"","path":"php/gzread.html","desc":"Binary-safe gz-file read"},{"name":"gzrewind","type":"","path":"php/gzrewind.html","desc":"Rewind the position of a gz-file pointer"},{"name":"gzseek","type":"","path":"php/gzseek.html","desc":"Seek on a gz-file pointer"},{"name":"gztell","type":"","path":"php/gztell.html","desc":"Tell gz-file pointer readwrite position"},{"name":"gzuncompress","type":"","path":"php/gzuncompress.html","desc":"Uncompress a compressed string"},{"name":"gzwrite","type":"","path":"php/gzwrite.html","desc":"Binary-safe gz-file write"},{"name":"halt_compiler","type":"","path":"php/halt_compiler.html","desc":"中断编译器的执行"},{"name":"hash","type":"","path":"php/hash.html","desc":"生成哈希值 (消息摘要)"},{"name":"hash_algos","type":"","path":"php/hash_algos.html","desc":"返回已注册的哈希算法列表"},{"name":"hash_copy","type":"","path":"php/hash_copy.html","desc":"拷贝哈希运算上下文"},{"name":"hash_equals","type":"","path":"php/hash_equals.html","desc":"可防止时序攻击的字符串比较"},{"name":"hash_file","type":"","path":"php/hash_file.html","desc":"使用给定文件的内容生成哈希值"},{"name":"hash_final","type":"","path":"php/hash_final.html","desc":"结束增量哈希,并且返回摘要结果"},{"name":"hash_hkdf","type":"","path":"php/hash_hkdf.html","desc":"Generate a HKDF key derivation of a supplied key input"},{"name":"hash_hmac","type":"","path":"php/hash_hmac.html","desc":"使用 HMAC 方法生成带有密钥的哈希值"},{"name":"hash_hmac_algos","type":"","path":"php/hash_hmac_algos.html","desc":"Return a list of registered hashing algorithms suitable for hash_hmac"},{"name":"hash_hmac_file","type":"","path":"php/hash_hmac_file.html","desc":"使用 HMAC 方法和给定文件的内容生成带密钥的哈希值"},{"name":"hash_init","type":"","path":"php/hash_init.html","desc":"初始化增量哈希运算上下文"},{"name":"hash_pbkdf2","type":"","path":"php/hash_pbkdf2.html","desc":"生成所提供密码的 PBKDF2 密钥导出"},{"name":"hash_update","type":"","path":"php/hash_update.html","desc":"向活跃的哈希运算上下文中填充数据"},{"name":"hash_update_file","type":"","path":"php/hash_update_file.html","desc":"从文件向活跃的哈希运算上下文中填充数据"},{"name":"hash_update_stream","type":"","path":"php/hash_update_stream.html","desc":"从打开的流向活跃的哈希运算上下文中填充数据"},{"name":"header","type":"","path":"php/header.html","desc":"发送原生 HTTP 头"},{"name":"headers_list","type":"","path":"php/headers_list.html","desc":"返回已发送的 HTTP 响应头(或准备发送的)"},{"name":"headers_sent","type":"","path":"php/headers_sent.html","desc":"检测 HTTP 头是否已经发送"},{"name":"header_register_callback","type":"","path":"php/header_register_callback.html","desc":"调用一个 header 函数"},{"name":"header_remove","type":"","path":"php/header_remove.html","desc":"删除之前设置的 HTTP 头"},{"name":"hebrev","type":"","path":"php/hebrev.html","desc":"将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew)"},{"name":"hebrevc","type":"","path":"php/hebrevc.html","desc":"将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew),并且转换换行符"},{"name":"hex2bin","type":"","path":"php/hex2bin.html","desc":"转换十六进制字符串为二进制字符串"},{"name":"hexdec","type":"","path":"php/hexdec.html","desc":"十六进制转换为十进制"},{"name":"highlight_file","type":"","path":"php/highlight_file.html","desc":"语法高亮一个文件"},{"name":"highlight_string","type":"","path":"php/highlight_string.html","desc":"字符串的语法高亮"},{"name":"hrtime","type":"","path":"php/hrtime.html","desc":"Get the system's high resolution time"},{"name":"htmlentities","type":"","path":"php/htmlentities.html","desc":"将字符转换为 HTML 转义字符"},{"name":"htmlspecialchars","type":"","path":"php/htmlspecialchars.html","desc":"将特殊字符转换为 HTML 实体"},{"name":"htmlspecialchars_decode","type":"","path":"php/htmlspecialchars_decode.html","desc":"将特殊的 HTML 实体转换回普通字符"},{"name":"html_entity_decode","type":"","path":"php/html_entity_decode.html","desc":"Convert HTML entities to their corresponding characters"},{"name":"http_build_query","type":"","path":"php/http_build_query.html","desc":"生成 URL-encode 之后的请求字符串"},{"name":"http_response_code","type":"","path":"php/http_response_code.html","desc":"获取设置响应的 HTTP 状态码"},{"name":"hwapi_attribute_new","type":"","path":"php/hwapi_attribute_new.html","desc":"Creates instance of class hw_api_attribute"},{"name":"hwapi_content_new","type":"","path":"php/hwapi_content_new.html","desc":"Create new instance of class hw_api_content"},{"name":"hwapi_hgcsp","type":"","path":"php/hwapi_hgcsp.html","desc":"Returns object of class hw_api"},{"name":"hwapi_object_new","type":"","path":"php/hwapi_object_new.html","desc":"Creates a new instance of class hwapi_object_new"},{"name":"hypot","type":"","path":"php/hypot.html","desc":"计算一直角三角形的斜边长度"},{"name":"ibase_add_user","type":"","path":"php/ibase_add_user.html","desc":"Add a user to a security database"},{"name":"ibase_affected_rows","type":"","path":"php/ibase_affected_rows.html","desc":"Return the number of rows that were affected by the previous query"},{"name":"ibase_backup","type":"","path":"php/ibase_backup.html","desc":"Initiates a backup task in the service manager and returns immediately"},{"name":"ibase_blob_add","type":"","path":"php/ibase_blob_add.html","desc":"Add data into a newly created blob"},{"name":"ibase_blob_cancel","type":"","path":"php/ibase_blob_cancel.html","desc":"Cancel creating blob"},{"name":"ibase_blob_close","type":"","path":"php/ibase_blob_close.html","desc":"Close blob"},{"name":"ibase_blob_create","type":"","path":"php/ibase_blob_create.html","desc":"Create a new blob for adding data"},{"name":"ibase_blob_echo","type":"","path":"php/ibase_blob_echo.html","desc":"Output blob contents to browser"},{"name":"ibase_blob_get","type":"","path":"php/ibase_blob_get.html","desc":"Get len bytes data from open blob"},{"name":"ibase_blob_import","type":"","path":"php/ibase_blob_import.html","desc":"Create blob, copy file in it, and close it"},{"name":"ibase_blob_info","type":"","path":"php/ibase_blob_info.html","desc":"Return blob length and other useful info"},{"name":"ibase_blob_open","type":"","path":"php/ibase_blob_open.html","desc":"Open blob for retrieving data parts"},{"name":"ibase_close","type":"","path":"php/ibase_close.html","desc":"Close a connection to an InterBase database"},{"name":"ibase_commit","type":"","path":"php/ibase_commit.html","desc":"Commit a transaction"},{"name":"ibase_commit_ret","type":"","path":"php/ibase_commit_ret.html","desc":"Commit a transaction without closing it"},{"name":"ibase_connect","type":"","path":"php/ibase_connect.html","desc":"Open a connection to a database"},{"name":"ibase_db_info","type":"","path":"php/ibase_db_info.html","desc":"Request statistics about a database"},{"name":"ibase_delete_user","type":"","path":"php/ibase_delete_user.html","desc":"Delete a user from a security database"},{"name":"ibase_drop_db","type":"","path":"php/ibase_drop_db.html","desc":"Drops a database"},{"name":"ibase_errcode","type":"","path":"php/ibase_errcode.html","desc":"Return an error code"},{"name":"ibase_errmsg","type":"","path":"php/ibase_errmsg.html","desc":"Return error messages"},{"name":"ibase_execute","type":"","path":"php/ibase_execute.html","desc":"Execute a previously prepared query"},{"name":"ibase_fetch_assoc","type":"","path":"php/ibase_fetch_assoc.html","desc":"Fetch a result row from a query as an associative array"},{"name":"ibase_fetch_object","type":"","path":"php/ibase_fetch_object.html","desc":"Get an object from a InterBase database"},{"name":"ibase_fetch_row","type":"","path":"php/ibase_fetch_row.html","desc":"Fetch a row from an InterBase database"},{"name":"ibase_field_info","type":"","path":"php/ibase_field_info.html","desc":"Get information about a field"},{"name":"ibase_free_event_handler","type":"","path":"php/ibase_free_event_handler.html","desc":"Cancels a registered event handler"},{"name":"ibase_free_query","type":"","path":"php/ibase_free_query.html","desc":"Free memory allocated by a prepared query"},{"name":"ibase_free_result","type":"","path":"php/ibase_free_result.html","desc":"Free a result set"},{"name":"ibase_gen_id","type":"","path":"php/ibase_gen_id.html","desc":"Increments the named generator and returns its new value"},{"name":"ibase_maintain_db","type":"","path":"php/ibase_maintain_db.html","desc":"Execute a maintenance command on the database server"},{"name":"ibase_modify_user","type":"","path":"php/ibase_modify_user.html","desc":"Modify a user to a security database"},{"name":"ibase_name_result","type":"","path":"php/ibase_name_result.html","desc":"Assigns a name to a result set"},{"name":"ibase_num_fields","type":"","path":"php/ibase_num_fields.html","desc":"Get the number of fields in a result set"},{"name":"ibase_num_params","type":"","path":"php/ibase_num_params.html","desc":"Return the number of parameters in a prepared query"},{"name":"ibase_param_info","type":"","path":"php/ibase_param_info.html","desc":"Return information about a parameter in a prepared query"},{"name":"ibase_pconnect","type":"","path":"php/ibase_pconnect.html","desc":"Open a persistent connection to an InterBase database"},{"name":"ibase_prepare","type":"","path":"php/ibase_prepare.html","desc":"Prepare a query for later binding of parameter placeholders and execution"},{"name":"ibase_query","type":"","path":"php/ibase_query.html","desc":"Execute a query on an InterBase database"},{"name":"ibase_restore","type":"","path":"php/ibase_restore.html","desc":"Initiates a restore task in the service manager and returns immediately"},{"name":"ibase_rollback","type":"","path":"php/ibase_rollback.html","desc":"Roll back a transaction"},{"name":"ibase_rollback_ret","type":"","path":"php/ibase_rollback_ret.html","desc":"Roll back a transaction without closing it"},{"name":"ibase_server_info","type":"","path":"php/ibase_server_info.html","desc":"Request information about a database server"},{"name":"ibase_service_attach","type":"","path":"php/ibase_service_attach.html","desc":"Connect to the service manager"},{"name":"ibase_service_detach","type":"","path":"php/ibase_service_detach.html","desc":"Disconnect from the service manager"},{"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"},{"name":"ibase_trans","type":"","path":"php/ibase_trans.html","desc":"Begin a transaction"},{"name":"ibase_wait_event","type":"","path":"php/ibase_wait_event.html","desc":"Wait for an event to be posted by the database"},{"name":"iconv","type":"","path":"php/iconv.html","desc":"字符串按要求的字符编码来转换"},{"name":"iconv_get_encoding","type":"","path":"php/iconv_get_encoding.html","desc":"获取 iconv 扩展的内部配置变量"},{"name":"iconv_mime_decode","type":"","path":"php/iconv_mime_decode.html","desc":"解码一个MIME头字段"},{"name":"iconv_mime_decode_headers","type":"","path":"php/iconv_mime_decode_headers.html","desc":"一次性解码多个 MIME 头字段"},{"name":"iconv_mime_encode","type":"","path":"php/iconv_mime_encode.html","desc":"Composes a MIME header field"},{"name":"iconv_set_encoding","type":"","path":"php/iconv_set_encoding.html","desc":"为字符编码转换设定当前设置"},{"name":"iconv_strlen","type":"","path":"php/iconv_strlen.html","desc":"返回字符串的字符数统计"},{"name":"iconv_strpos","type":"","path":"php/iconv_strpos.html","desc":"Finds position of first occurrence of a needle within a haystack"},{"name":"iconv_strrpos","type":"","path":"php/iconv_strrpos.html","desc":"Finds the last occurrence of a needle within a haystack"},{"name":"iconv_substr","type":"","path":"php/iconv_substr.html","desc":"截取字符串的部分"},{"name":"id3_get_frame_long_name","type":"","path":"php/id3_get_frame_long_name.html","desc":"Get the long name of an ID3v2 frame"},{"name":"id3_get_frame_short_name","type":"","path":"php/id3_get_frame_short_name.html","desc":"Get the short name of an ID3v2 frame"},{"name":"id3_get_genre_id","type":"","path":"php/id3_get_genre_id.html","desc":"Get the id for a genre"},{"name":"id3_get_genre_list","type":"","path":"php/id3_get_genre_list.html","desc":"Get all possible genre values"},{"name":"id3_get_genre_name","type":"","path":"php/id3_get_genre_name.html","desc":"Get the name for a genre id"},{"name":"id3_get_tag","type":"","path":"php/id3_get_tag.html","desc":"Get all information stored in an ID3 tag"},{"name":"id3_get_version","type":"","path":"php/id3_get_version.html","desc":"Get version of an ID3 tag"},{"name":"id3_remove_tag","type":"","path":"php/id3_remove_tag.html","desc":"Remove an existing ID3 tag"},{"name":"id3_set_tag","type":"","path":"php/id3_set_tag.html","desc":"Update information stored in an ID3 tag"},{"name":"idate","type":"","path":"php/idate.html","desc":"将本地时间日期格式化为整数"},{"name":"idn_to_ascii","type":"","path":"php/idn_to_ascii.html","desc":"Convert domain name to IDNA ASCII form"},{"name":"idn_to_utf8","type":"","path":"php/idn_to_utf8.html","desc":"Convert domain name from IDNA ASCII to Unicode"},{"name":"ifxus_close_slob","type":"","path":"php/ifxus_close_slob.html","desc":"Deletes the slob object"},{"name":"ifxus_create_slob","type":"","path":"php/ifxus_create_slob.html","desc":"Creates an slob object and opens it"},{"name":"ifxus_free_slob","type":"","path":"php/ifxus_free_slob.html","desc":"Deletes the slob object"},{"name":"ifxus_open_slob","type":"","path":"php/ifxus_open_slob.html","desc":"Opens an slob object"},{"name":"ifxus_read_slob","type":"","path":"php/ifxus_read_slob.html","desc":"Reads nbytes of the slob object"},{"name":"ifxus_seek_slob","type":"","path":"php/ifxus_seek_slob.html","desc":"Sets the current file or seek position"},{"name":"ifxus_tell_slob","type":"","path":"php/ifxus_tell_slob.html","desc":"Returns the current file or seek position"},{"name":"ifxus_write_slob","type":"","path":"php/ifxus_write_slob.html","desc":"Writes a string into the slob object"},{"name":"ifx_affected_rows","type":"","path":"php/ifx_affected_rows.html","desc":"Get number of rows affected by a query"},{"name":"ifx_blobinfile_mode","type":"","path":"php/ifx_blobinfile_mode.html","desc":"Set the default blob mode for all select queries"},{"name":"ifx_byteasvarchar","type":"","path":"php/ifx_byteasvarchar.html","desc":"Set the default byte mode"},{"name":"ifx_close","type":"","path":"php/ifx_close.html","desc":"Close Informix connection"},{"name":"ifx_connect","type":"","path":"php/ifx_connect.html","desc":"Open Informix server connection"},{"name":"ifx_copy_blob","type":"","path":"php/ifx_copy_blob.html","desc":"Duplicates the given blob object"},{"name":"ifx_create_blob","type":"","path":"php/ifx_create_blob.html","desc":"Creates an blob object"},{"name":"ifx_create_char","type":"","path":"php/ifx_create_char.html","desc":"Creates an char object"},{"name":"ifx_do","type":"","path":"php/ifx_do.html","desc":"Execute a previously prepared SQL-statement"},{"name":"ifx_error","type":"","path":"php/ifx_error.html","desc":"Returns error code of last Informix call"},{"name":"ifx_errormsg","type":"","path":"php/ifx_errormsg.html","desc":"Returns error message of last Informix call"},{"name":"ifx_fetch_row","type":"","path":"php/ifx_fetch_row.html","desc":"Get row as an associative array"},{"name":"ifx_fieldproperties","type":"","path":"php/ifx_fieldproperties.html","desc":"List of SQL fieldproperties"},{"name":"ifx_fieldtypes","type":"","path":"php/ifx_fieldtypes.html","desc":"List of Informix SQL fields"},{"name":"ifx_free_blob","type":"","path":"php/ifx_free_blob.html","desc":"Deletes the blob object"},{"name":"ifx_free_char","type":"","path":"php/ifx_free_char.html","desc":"Deletes the char object"},{"name":"ifx_free_result","type":"","path":"php/ifx_free_result.html","desc":"Releases resources for the query"},{"name":"ifx_functiontbl_result","type":"","path":"php/ifx_functiontbl_result.html","desc":"Formats all rows of a query into a HTML table"},{"name":"ifx_getsqlca","type":"","path":"php/ifx_getsqlca.html","desc":"Get the contents of sqlca.sqlerrd[0..5] after a query"},{"name":"ifx_get_blob","type":"","path":"php/ifx_get_blob.html","desc":"Return the content of a blob object"},{"name":"ifx_get_char","type":"","path":"php/ifx_get_char.html","desc":"Return the content of the char object"},{"name":"ifx_nullformat","type":"","path":"php/ifx_nullformat.html","desc":"Sets the default return value on a fetch row"},{"name":"ifx_num_fields","type":"","path":"php/ifx_num_fields.html","desc":"Returns the number of columns in the query"},{"name":"ifx_num_rows","type":"","path":"php/ifx_num_rows.html","desc":"Count the rows already fetched from a query"},{"name":"ifx_pconnect","type":"","path":"php/ifx_pconnect.html","desc":"Open persistent Informix connection"},{"name":"ifx_prepare","type":"","path":"php/ifx_prepare.html","desc":"Prepare an SQL-statement for execution"},{"name":"ifx_query","type":"","path":"php/ifx_query.html","desc":"Send Informix query"},{"name":"ifx_textasvarchar","type":"","path":"php/ifx_textasvarchar.html","desc":"Set the default text mode"},{"name":"ifx_update_blob","type":"","path":"php/ifx_update_blob.html","desc":"Updates the content of the blob object"},{"name":"ifx_update_char","type":"","path":"php/ifx_update_char.html","desc":"Updates the content of the char object"},{"name":"ignore_user_abort","type":"","path":"php/ignore_user_abort.html","desc":"设置客户端断开连接时是否中断脚本的执行"},{"name":"iis_add_server","type":"","path":"php/iis_add_server.html","desc":"Creates a new virtual web server"},{"name":"iis_get_dir_security","type":"","path":"php/iis_get_dir_security.html","desc":"Gets Directory Security"},{"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"},{"name":"iis_get_server_by_comment","type":"","path":"php/iis_get_server_by_comment.html","desc":"Return the instance number associated with the Comment"},{"name":"iis_get_server_by_path","type":"","path":"php/iis_get_server_by_path.html","desc":"Return the instance number associated with the Path"},{"name":"iis_get_server_rights","type":"","path":"php/iis_get_server_rights.html","desc":"Gets server rights"},{"name":"iis_get_service_state","type":"","path":"php/iis_get_service_state.html","desc":"Returns the state for the service defined by ServiceId"},{"name":"iis_remove_server","type":"","path":"php/iis_remove_server.html","desc":"Removes the virtual web server indicated by ServerInstance"},{"name":"iis_set_app_settings","type":"","path":"php/iis_set_app_settings.html","desc":"Creates application scope for a virtual directory"},{"name":"iis_set_dir_security","type":"","path":"php/iis_set_dir_security.html","desc":"Sets Directory Security"},{"name":"iis_set_script_map","type":"","path":"php/iis_set_script_map.html","desc":"Sets script mapping on a virtual directory"},{"name":"iis_set_server_rights","type":"","path":"php/iis_set_server_rights.html","desc":"Sets server rights"},{"name":"iis_start_server","type":"","path":"php/iis_start_server.html","desc":"Starts the virtual web server"},{"name":"iis_start_service","type":"","path":"php/iis_start_service.html","desc":"Starts the service defined by ServiceId"},{"name":"iis_stop_server","type":"","path":"php/iis_stop_server.html","desc":"Stops the virtual web server"},{"name":"iis_stop_service","type":"","path":"php/iis_stop_service.html","desc":"Stops the service defined by ServiceId"},{"name":"image2wbmp","type":"","path":"php/image2wbmp.html","desc":"以 WBMP 格式将图像输出到浏览器或文件"},{"name":"imageaffine","type":"","path":"php/imageaffine.html","desc":"返回经过仿射变换后的图像,剪切区域可选"},{"name":"imageaffinematrixconcat","type":"","path":"php/imageaffinematrixconcat.html","desc":"Concatenate two affine transformation matrices"},{"name":"imageaffinematrixget","type":"","path":"php/imageaffinematrixget.html","desc":"Get an affine transformation matrix"},{"name":"imagealphablending","type":"","path":"php/imagealphablending.html","desc":"设定图像的混色模式"},{"name":"imageantialias","type":"","path":"php/imageantialias.html","desc":"是否使用抗锯齿(antialias)功能"},{"name":"imagearc","type":"","path":"php/imagearc.html","desc":"画椭圆弧"},{"name":"imagebmp","type":"","path":"php/imagebmp.html","desc":"Output a BMP image to browser or file"},{"name":"imagechar","type":"","path":"php/imagechar.html","desc":"水平地画一个字符"},{"name":"imagecharup","type":"","path":"php/imagecharup.html","desc":"垂直地画一个字符"},{"name":"imagecolorallocate","type":"","path":"php/imagecolorallocate.html","desc":"为一幅图像分配颜色"},{"name":"imagecolorallocatealpha","type":"","path":"php/imagecolorallocatealpha.html","desc":"为一幅图像分配颜色 + alpha"},{"name":"imagecolorat","type":"","path":"php/imagecolorat.html","desc":"取得某像素的颜色索引值"},{"name":"imagecolorclosest","type":"","path":"php/imagecolorclosest.html","desc":"取得与指定的颜色最接近的颜色的索引值"},{"name":"imagecolorclosestalpha","type":"","path":"php/imagecolorclosestalpha.html","desc":"取得与指定的颜色加透明度最接近的颜色"},{"name":"imagecolorclosesthwb","type":"","path":"php/imagecolorclosesthwb.html","desc":"取得与给定颜色最接近的色度的黑白色的索引"},{"name":"imagecolordeallocate","type":"","path":"php/imagecolordeallocate.html","desc":"取消图像颜色的分配"},{"name":"imagecolorexact","type":"","path":"php/imagecolorexact.html","desc":"取得指定颜色的索引值"},{"name":"imagecolorexactalpha","type":"","path":"php/imagecolorexactalpha.html","desc":"取得指定的颜色加透明度的索引值"},{"name":"imagecolormatch","type":"","path":"php/imagecolormatch.html","desc":"使一个图像中调色板版本的颜色与真彩色版本更能匹配"},{"name":"imagecolorresolve","type":"","path":"php/imagecolorresolve.html","desc":"取得指定颜色的索引值或有可能得到的最接近的替代值"},{"name":"imagecolorresolvealpha","type":"","path":"php/imagecolorresolvealpha.html","desc":"取得指定颜色 + alpha 的索引值或有可能得到的最接近的替代值"},{"name":"imagecolorset","type":"","path":"php/imagecolorset.html","desc":"给指定调色板索引设定颜色"},{"name":"imagecolorsforindex","type":"","path":"php/imagecolorsforindex.html","desc":"取得某索引的颜色"},{"name":"imagecolorstotal","type":"","path":"php/imagecolorstotal.html","desc":"取得一幅图像的调色板中颜色的数目"},{"name":"imagecolortransparent","type":"","path":"php/imagecolortransparent.html","desc":"将某个颜色定义为透明色"},{"name":"imageconvolution","type":"","path":"php/imageconvolution.html","desc":"用系数 div 和 offset 申请一个 3x3 的卷积矩阵"},{"name":"imagecopy","type":"","path":"php/imagecopy.html","desc":"拷贝图像的一部分"},{"name":"imagecopymerge","type":"","path":"php/imagecopymerge.html","desc":"拷贝并合并图像的一部分"},{"name":"imagecopymergegray","type":"","path":"php/imagecopymergegray.html","desc":"用灰度拷贝并合并图像的一部分"},{"name":"imagecopyresampled","type":"","path":"php/imagecopyresampled.html","desc":"重采样拷贝部分图像并调整大小"},{"name":"imagecopyresized","type":"","path":"php/imagecopyresized.html","desc":"拷贝部分图像并调整大小"},{"name":"imagecreate","type":"","path":"php/imagecreate.html","desc":"新建一个基于调色板的图像"},{"name":"imagecreatefrombmp","type":"","path":"php/imagecreatefrombmp.html","desc":"由文件或 URL 创建一个新图象。"},{"name":"imagecreatefromgd","type":"","path":"php/imagecreatefromgd.html","desc":"从 GD 文件或 URL 新建一图像"},{"name":"imagecreatefromgd2","type":"","path":"php/imagecreatefromgd2.html","desc":"从 GD2 文件或 URL 新建一图像"},{"name":"imagecreatefromgd2part","type":"","path":"php/imagecreatefromgd2part.html","desc":"从给定的 GD2 文件或 URL 中的部分新建一图像"},{"name":"imagecreatefromgif","type":"","path":"php/imagecreatefromgif.html","desc":"由文件或 URL 创建一个新图象。"},{"name":"imagecreatefromjpeg","type":"","path":"php/imagecreatefromjpeg.html","desc":"由文件或 URL 创建一个新图象。"},{"name":"imagecreatefrompng","type":"","path":"php/imagecreatefrompng.html","desc":"由文件或 URL 创建一个新图象。"},{"name":"imagecreatefromstring","type":"","path":"php/imagecreatefromstring.html","desc":"从字符串中的图像流新建一图像"},{"name":"imagecreatefromwbmp","type":"","path":"php/imagecreatefromwbmp.html","desc":"由文件或 URL 创建一个新图象。"},{"name":"imagecreatefromwebp","type":"","path":"php/imagecreatefromwebp.html","desc":"由文件或 URL 创建一个新图象。"},{"name":"imagecreatefromxbm","type":"","path":"php/imagecreatefromxbm.html","desc":"由文件或 URL 创建一个新图象。"},{"name":"imagecreatefromxpm","type":"","path":"php/imagecreatefromxpm.html","desc":"由文件或 URL 创建一个新图象。"},{"name":"imagecreatetruecolor","type":"","path":"php/imagecreatetruecolor.html","desc":"新建一个真彩色图像"},{"name":"imagecrop","type":"","path":"php/imagecrop.html","desc":"Crop an image to the given rectangle"},{"name":"imagecropauto","type":"","path":"php/imagecropauto.html","desc":"Crop an image automatically using one of the available modes"},{"name":"imagedashedline","type":"","path":"php/imagedashedline.html","desc":"画一虚线"},{"name":"imagedestroy","type":"","path":"php/imagedestroy.html","desc":"销毁一图像"},{"name":"imageellipse","type":"","path":"php/imageellipse.html","desc":"画一个椭圆"},{"name":"imagefill","type":"","path":"php/imagefill.html","desc":"区域填充"},{"name":"imagefilledarc","type":"","path":"php/imagefilledarc.html","desc":"画一椭圆弧且填充"},{"name":"imagefilledellipse","type":"","path":"php/imagefilledellipse.html","desc":"画一椭圆并填充"},{"name":"imagefilledpolygon","type":"","path":"php/imagefilledpolygon.html","desc":"画一多边形并填充"},{"name":"imagefilledrectangle","type":"","path":"php/imagefilledrectangle.html","desc":"画一矩形并填充"},{"name":"imagefilltoborder","type":"","path":"php/imagefilltoborder.html","desc":"区域填充到指定颜色的边界为止"},{"name":"imagefilter","type":"","path":"php/imagefilter.html","desc":"对图像使用过滤器"},{"name":"imageflip","type":"","path":"php/imageflip.html","desc":"Flips an image using a given mode"},{"name":"imagefontheight","type":"","path":"php/imagefontheight.html","desc":"取得字体高度"},{"name":"imagefontwidth","type":"","path":"php/imagefontwidth.html","desc":"取得字体宽度"},{"name":"imageftbbox","type":"","path":"php/imageftbbox.html","desc":"给出一个使用 FreeType 2 字体的文本框"},{"name":"imagefttext","type":"","path":"php/imagefttext.html","desc":"使用 FreeType 2 字体将文本写入图像"},{"name":"imagegammacorrect","type":"","path":"php/imagegammacorrect.html","desc":"对 GD 图像应用 gamma 修正"},{"name":"imagegd","type":"","path":"php/imagegd.html","desc":"将 GD 图像输出到浏览器或文件"},{"name":"imagegd2","type":"","path":"php/imagegd2.html","desc":"将 GD2 图像输出到浏览器或文件"},{"name":"imagegetclip","type":"","path":"php/imagegetclip.html","desc":"Get the clipping rectangle"},{"name":"imagegif","type":"","path":"php/imagegif.html","desc":"输出图象到浏览器或文件。"},{"name":"imagegrabscreen","type":"","path":"php/imagegrabscreen.html","desc":"Captures the whole screen"},{"name":"imagegrabwindow","type":"","path":"php/imagegrabwindow.html","desc":"Captures a window"},{"name":"imageinterlace","type":"","path":"php/imageinterlace.html","desc":"激活或禁止隔行扫描"},{"name":"imageistruecolor","type":"","path":"php/imageistruecolor.html","desc":"检查图像是否为真彩色图像"},{"name":"imagejpeg","type":"","path":"php/imagejpeg.html","desc":"输出图象到浏览器或文件。"},{"name":"imagelayereffect","type":"","path":"php/imagelayereffect.html","desc":"设定 alpha 混色标志以使用绑定的 libgd 分层效果"},{"name":"imageline","type":"","path":"php/imageline.html","desc":"画一条线段"},{"name":"imageloadfont","type":"","path":"php/imageloadfont.html","desc":"载入一新字体"},{"name":"imageopenpolygon","type":"","path":"php/imageopenpolygon.html","desc":"Draws an open polygon"},{"name":"imagepalettecopy","type":"","path":"php/imagepalettecopy.html","desc":"将调色板从一幅图像拷贝到另一幅"},{"name":"imagepalettetotruecolor","type":"","path":"php/imagepalettetotruecolor.html","desc":"Converts a palette based image to true color"},{"name":"imagepng","type":"","path":"php/imagepng.html","desc":"以 PNG 格式将图像输出到浏览器或文件"},{"name":"imagepolygon","type":"","path":"php/imagepolygon.html","desc":"画一个多边形"},{"name":"imagepsbbox","type":"","path":"php/imagepsbbox.html","desc":"给出一个使用 PostScript Type1 字体的文本方框"},{"name":"imagepsencodefont","type":"","path":"php/imagepsencodefont.html","desc":"改变字体中的字符编码矢量"},{"name":"imagepsextendfont","type":"","path":"php/imagepsextendfont.html","desc":"扩充或精简字体"},{"name":"imagepsfreefont","type":"","path":"php/imagepsfreefont.html","desc":"释放一个 PostScript Type 1 字体所占用的内存"},{"name":"imagepsloadfont","type":"","path":"php/imagepsloadfont.html","desc":"从文件中加载一个 PostScript Type 1 字体"},{"name":"imagepsslantfont","type":"","path":"php/imagepsslantfont.html","desc":"倾斜某字体"},{"name":"imagepstext","type":"","path":"php/imagepstext.html","desc":"用 PostScript Type1 字体把文本字符串画在图像上"},{"name":"imagerectangle","type":"","path":"php/imagerectangle.html","desc":"画一个矩形"},{"name":"imageresolution","type":"","path":"php/imageresolution.html","desc":"Get or set the resolution of the image"},{"name":"imagerotate","type":"","path":"php/imagerotate.html","desc":"用给定角度旋转图像"},{"name":"imagesavealpha","type":"","path":"php/imagesavealpha.html","desc":"设置标记以在保存 PNG 图像时保存完整的 alpha 通道信息(与单一透明色相反)"},{"name":"imagescale","type":"","path":"php/imagescale.html","desc":"Scale an image using the given new width and height"},{"name":"imagesetbrush","type":"","path":"php/imagesetbrush.html","desc":"设定画线用的画笔图像"},{"name":"imagesetclip","type":"","path":"php/imagesetclip.html","desc":"Set the clipping rectangle"},{"name":"imagesetinterpolation","type":"","path":"php/imagesetinterpolation.html","desc":"Set the interpolation method"},{"name":"imagesetpixel","type":"","path":"php/imagesetpixel.html","desc":"画一个单一像素"},{"name":"imagesetstyle","type":"","path":"php/imagesetstyle.html","desc":"设定画线的风格"},{"name":"imagesetthickness","type":"","path":"php/imagesetthickness.html","desc":"设定画线的宽度"},{"name":"imagesettile","type":"","path":"php/imagesettile.html","desc":"设定用于填充的贴图"},{"name":"imagestring","type":"","path":"php/imagestring.html","desc":"水平地画一行字符串"},{"name":"imagestringup","type":"","path":"php/imagestringup.html","desc":"垂直地画一行字符串"},{"name":"imagesx","type":"","path":"php/imagesx.html","desc":"取得图像宽度"},{"name":"imagesy","type":"","path":"php/imagesy.html","desc":"取得图像高度"},{"name":"imagetruecolortopalette","type":"","path":"php/imagetruecolortopalette.html","desc":"将真彩色图像转换为调色板图像"},{"name":"imagettfbbox","type":"","path":"php/imagettfbbox.html","desc":"取得使用 TrueType 字体的文本的范围"},{"name":"imagettftext","type":"","path":"php/imagettftext.html","desc":"用 TrueType 字体向图像写入文本"},{"name":"imagetypes","type":"","path":"php/imagetypes.html","desc":"返回当前 PHP 版本所支持的图像类型"},{"name":"imagewbmp","type":"","path":"php/imagewbmp.html","desc":"以 WBMP 格式将图像输出到浏览器或文件"},{"name":"imagewebp","type":"","path":"php/imagewebp.html","desc":"将 WebP 格式的图像输出到浏览器或文件"},{"name":"imagexbm","type":"","path":"php/imagexbm.html","desc":"将 XBM 图像输出到浏览器或文件"},{"name":"image_type_to_extension","type":"","path":"php/image_type_to_extension.html","desc":"取得图像类型的文件后缀"},{"name":"image_type_to_mime_type","type":"","path":"php/image_type_to_mime_type.html","desc":"取得 getimagesize,exif_read_data,exif_thumbnail,exif_i"},{"name":"imap_8bit","type":"","path":"php/imap_8bit.html","desc":"Convert an 8bit string to a quoted-printable string"},{"name":"imap_alerts","type":"","path":"php/imap_alerts.html","desc":"Returns all IMAP alert messages that have occurred"},{"name":"imap_append","type":"","path":"php/imap_append.html","desc":"Append a string message to a specified mailbox"},{"name":"imap_base64","type":"","path":"php/imap_base64.html","desc":"Decode BASE64 encoded text"},{"name":"imap_binary","type":"","path":"php/imap_binary.html","desc":"Convert an 8bit string to a base64 string"},{"name":"imap_body","type":"","path":"php/imap_body.html","desc":"Read the message body"},{"name":"imap_bodystruct","type":"","path":"php/imap_bodystruct.html","desc":"Read the structure of a specified body section of a specific message"},{"name":"imap_check","type":"","path":"php/imap_check.html","desc":"Check current mailbox"},{"name":"imap_clearflag_full","type":"","path":"php/imap_clearflag_full.html","desc":"Clears flags on messages"},{"name":"imap_close","type":"","path":"php/imap_close.html","desc":"Close an IMAP stream"},{"name":"imap_create","type":"","path":"php/imap_create.html","desc":"别名 imap_createmailbox"},{"name":"imap_createmailbox","type":"","path":"php/imap_createmailbox.html","desc":"Create a new mailbox"},{"name":"imap_delete","type":"","path":"php/imap_delete.html","desc":"Mark a message for deletion from current mailbox"},{"name":"imap_deletemailbox","type":"","path":"php/imap_deletemailbox.html","desc":"Delete a mailbox"},{"name":"imap_errors","type":"","path":"php/imap_errors.html","desc":"Returns all of the IMAP errors that have occurred"},{"name":"imap_expunge","type":"","path":"php/imap_expunge.html","desc":"Delete all messages marked for deletion"},{"name":"imap_fetchbody","type":"","path":"php/imap_fetchbody.html","desc":"Fetch a particular section of the body of the message"},{"name":"imap_fetchheader","type":"","path":"php/imap_fetchheader.html","desc":"Returns header for a message"},{"name":"imap_fetchmime","type":"","path":"php/imap_fetchmime.html","desc":"Fetch MIME headers for a particular section of the message"},{"name":"imap_fetchstructure","type":"","path":"php/imap_fetchstructure.html","desc":"Read the structure of a particular message"},{"name":"imap_fetchtext","type":"","path":"php/imap_fetchtext.html","desc":"别名 imap_body"},{"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"},{"name":"imap_gc","type":"","path":"php/imap_gc.html","desc":"Clears IMAP cache"},{"name":"imap_getacl","type":"","path":"php/imap_getacl.html","desc":"Gets the ACL for a given mailbox"},{"name":"imap_getmailboxes","type":"","path":"php/imap_getmailboxes.html","desc":"Read the list of mailboxes, returning detailed information on each one"},{"name":"imap_getsubscribed","type":"","path":"php/imap_getsubscribed.html","desc":"List all the subscribed mailboxes"},{"name":"imap_get_quota","type":"","path":"php/imap_get_quota.html","desc":"Retrieve the quota level settings, and usage statics per mailbox"},{"name":"imap_get_quotaroot","type":"","path":"php/imap_get_quotaroot.html","desc":"Retrieve the quota settings per user"},{"name":"imap_header","type":"","path":"php/imap_header.html","desc":"别名 imap_headerinfo"},{"name":"imap_headerinfo","type":"","path":"php/imap_headerinfo.html","desc":"Read the header of the message"},{"name":"imap_headers","type":"","path":"php/imap_headers.html","desc":"Returns headers for all messages in a mailbox"},{"name":"imap_last_error","type":"","path":"php/imap_last_error.html","desc":"Gets the last IMAP error that occurred during this page request"},{"name":"imap_list","type":"","path":"php/imap_list.html","desc":"Read the list of mailboxes"},{"name":"imap_listmailbox","type":"","path":"php/imap_listmailbox.html","desc":"别名 imap_list"},{"name":"imap_listscan","type":"","path":"php/imap_listscan.html","desc":"Returns the list of mailboxes that matches the given text"},{"name":"imap_listsubscribed","type":"","path":"php/imap_listsubscribed.html","desc":"别名 imap_lsub"},{"name":"imap_lsub","type":"","path":"php/imap_lsub.html","desc":"List all the subscribed mailboxes"},{"name":"imap_mail","type":"","path":"php/imap_mail.html","desc":"Send an email message"},{"name":"imap_mailboxmsginfo","type":"","path":"php/imap_mailboxmsginfo.html","desc":"Get information about the current mailbox"},{"name":"imap_mail_compose","type":"","path":"php/imap_mail_compose.html","desc":"Create a MIME message based on given envelope and body sections"},{"name":"imap_mail_copy","type":"","path":"php/imap_mail_copy.html","desc":"Copy specified messages to a mailbox"},{"name":"imap_mail_move","type":"","path":"php/imap_mail_move.html","desc":"Move specified messages to a mailbox"},{"name":"imap_mime_header_decode","type":"","path":"php/imap_mime_header_decode.html","desc":"Decode MIME header elements"},{"name":"imap_msgno","type":"","path":"php/imap_msgno.html","desc":"Gets the message sequence number for the given UID"},{"name":"imap_mutf7_to_utf8","type":"","path":"php/imap_mutf7_to_utf8.html","desc":"Decode a modified UTF-7 string to UTF-8"},{"name":"imap_num_msg","type":"","path":"php/imap_num_msg.html","desc":"Gets the number of messages in the current mailbox"},{"name":"imap_num_recent","type":"","path":"php/imap_num_recent.html","desc":"Gets the number of recent messages in current mailbox"},{"name":"imap_open","type":"","path":"php/imap_open.html","desc":"Open an IMAP stream to a mailbox"},{"name":"imap_ping","type":"","path":"php/imap_ping.html","desc":"Check if the IMAP stream is still active"},{"name":"imap_qprint","type":"","path":"php/imap_qprint.html","desc":"Convert a quoted-printable string to an 8 bit string"},{"name":"imap_rename","type":"","path":"php/imap_rename.html","desc":"别名 imap_renamemailbox"},{"name":"imap_renamemailbox","type":"","path":"php/imap_renamemailbox.html","desc":"Rename an old mailbox to new mailbox"},{"name":"imap_reopen","type":"","path":"php/imap_reopen.html","desc":"Reopen IMAP stream to new mailbox"},{"name":"imap_rfc822_parse_adrlist","type":"","path":"php/imap_rfc822_parse_adrlist.html","desc":"Parses an address string"},{"name":"imap_rfc822_parse_headers","type":"","path":"php/imap_rfc822_parse_headers.html","desc":"Parse mail headers from a string"},{"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"},{"name":"imap_savebody","type":"","path":"php/imap_savebody.html","desc":"Save a specific body section to a file"},{"name":"imap_scan","type":"","path":"php/imap_scan.html","desc":"别名 imap_listscan"},{"name":"imap_scanmailbox","type":"","path":"php/imap_scanmailbox.html","desc":"别名 imap_listscan"},{"name":"imap_search","type":"","path":"php/imap_search.html","desc":"This function returns an array of messages matching the given search criteria"},{"name":"imap_setacl","type":"","path":"php/imap_setacl.html","desc":"Sets the ACL for a given mailbox"},{"name":"imap_setflag_full","type":"","path":"php/imap_setflag_full.html","desc":"Sets flags on messages"},{"name":"imap_set_quota","type":"","path":"php/imap_set_quota.html","desc":"Sets a quota for a given mailbox"},{"name":"imap_sort","type":"","path":"php/imap_sort.html","desc":"Gets and sort messages"},{"name":"imap_status","type":"","path":"php/imap_status.html","desc":"Returns status information on a mailbox"},{"name":"imap_subscribe","type":"","path":"php/imap_subscribe.html","desc":"Subscribe to a mailbox"},{"name":"imap_thread","type":"","path":"php/imap_thread.html","desc":"Returns a tree of threaded message"},{"name":"imap_timeout","type":"","path":"php/imap_timeout.html","desc":"Set or fetch imap timeout"},{"name":"imap_uid","type":"","path":"php/imap_uid.html","desc":"This function returns the UID for the given message sequence number"},{"name":"imap_undelete","type":"","path":"php/imap_undelete.html","desc":"Unmark the message which is marked deleted"},{"name":"imap_unsubscribe","type":"","path":"php/imap_unsubscribe.html","desc":"Unsubscribe from a mailbox"},{"name":"imap_utf7_decode","type":"","path":"php/imap_utf7_decode.html","desc":"Decodes a modified UTF-7 encoded string"},{"name":"imap_utf7_encode","type":"","path":"php/imap_utf7_encode.html","desc":"Converts ISO-8859-1 string to modified UTF-7 text"},{"name":"imap_utf8","type":"","path":"php/imap_utf8.html","desc":"Converts MIME-encoded text to UTF-8"},{"name":"imap_utf8_to_mutf7","type":"","path":"php/imap_utf8_to_mutf7.html","desc":"Encode a UTF-8 string to modified UTF-7"},{"name":"implode","type":"","path":"php/implode.html","desc":"将一个一维数组的值转化为字符串"},{"name":"import_request_variables","type":"","path":"php/import_request_variables.html","desc":"将 GET/POST/Cookie 变量导入到全局作用域中"},{"name":"include","type":"","path":"php/include.html","desc":"include"},{"name":"include_once","type":"","path":"php/include_once.html","desc":"include_once"},{"name":"inclued_get_data","type":"","path":"php/inclued_get_data.html","desc":"Get the inclued data"},{"name":"inet_ntop","type":"","path":"php/inet_ntop.html","desc":"Converts a packed internet address to a human readable representation"},{"name":"inet_pton","type":"","path":"php/inet_pton.html","desc":"Converts a human readable IP address to its packed in_addr representation"},{"name":"inflate_add","type":"","path":"php/inflate_add.html","desc":"Incrementally inflate encoded data"},{"name":"inflate_get_read_len","type":"","path":"php/inflate_get_read_len.html","desc":"Get number of bytes read so far"},{"name":"inflate_get_status","type":"","path":"php/inflate_get_status.html","desc":"Get decompression status"},{"name":"inflate_init","type":"","path":"php/inflate_init.html","desc":"Initialize an incremental inflate context"},{"name":"ingres_autocommit","type":"","path":"php/ingres_autocommit.html","desc":"Switch autocommit on or off"},{"name":"ingres_autocommit_state","type":"","path":"php/ingres_autocommit_state.html","desc":"Test if the connection is using autocommit"},{"name":"ingres_charset","type":"","path":"php/ingres_charset.html","desc":"Returns the installation character set"},{"name":"ingres_close","type":"","path":"php/ingres_close.html","desc":"Close an Ingres database connection"},{"name":"ingres_commit","type":"","path":"php/ingres_commit.html","desc":"Commit a transaction"},{"name":"ingres_connect","type":"","path":"php/ingres_connect.html","desc":"Open a connection to an Ingres database"},{"name":"ingres_cursor","type":"","path":"php/ingres_cursor.html","desc":"Get a cursor name for a given result resource"},{"name":"ingres_errno","type":"","path":"php/ingres_errno.html","desc":"Get the last Ingres error number generated"},{"name":"ingres_error","type":"","path":"php/ingres_error.html","desc":"Get a meaningful error message for the last error generated"},{"name":"ingres_errsqlstate","type":"","path":"php/ingres_errsqlstate.html","desc":"Get the last SQLSTATE error code generated"},{"name":"ingres_escape_string","type":"","path":"php/ingres_escape_string.html","desc":"Escape special characters for use in a query"},{"name":"ingres_execute","type":"","path":"php/ingres_execute.html","desc":"Execute a prepared query"},{"name":"ingres_fetch_array","type":"","path":"php/ingres_fetch_array.html","desc":"Fetch a row of result into an array"},{"name":"ingres_fetch_assoc","type":"","path":"php/ingres_fetch_assoc.html","desc":"Fetch a row of result into an associative array"},{"name":"ingres_fetch_object","type":"","path":"php/ingres_fetch_object.html","desc":"Fetch a row of result into an object"},{"name":"ingres_fetch_proc_return","type":"","path":"php/ingres_fetch_proc_return.html","desc":"Get the return value from a procedure call"},{"name":"ingres_fetch_row","type":"","path":"php/ingres_fetch_row.html","desc":"Fetch a row of result into an enumerated array"},{"name":"ingres_field_length","type":"","path":"php/ingres_field_length.html","desc":"Get the length of a field"},{"name":"ingres_field_name","type":"","path":"php/ingres_field_name.html","desc":"Get the name of a field in a query result"},{"name":"ingres_field_nullable","type":"","path":"php/ingres_field_nullable.html","desc":"Test if a field is nullable"},{"name":"ingres_field_precision","type":"","path":"php/ingres_field_precision.html","desc":"Get the precision of a field"},{"name":"ingres_field_scale","type":"","path":"php/ingres_field_scale.html","desc":"Get the scale of a field"},{"name":"ingres_field_type","type":"","path":"php/ingres_field_type.html","desc":"Get the type of a field in a query result"},{"name":"ingres_free_result","type":"","path":"php/ingres_free_result.html","desc":"Free the resources associated with a result identifier"},{"name":"ingres_next_error","type":"","path":"php/ingres_next_error.html","desc":"Get the next Ingres error"},{"name":"ingres_num_fields","type":"","path":"php/ingres_num_fields.html","desc":"Get the number of fields returned by the last query"},{"name":"ingres_num_rows","type":"","path":"php/ingres_num_rows.html","desc":"Get the number of rows affected or returned by a query"},{"name":"ingres_pconnect","type":"","path":"php/ingres_pconnect.html","desc":"Open a persistent connection to an Ingres database"},{"name":"ingres_prepare","type":"","path":"php/ingres_prepare.html","desc":"Prepare a query for later execution"},{"name":"ingres_query","type":"","path":"php/ingres_query.html","desc":"Send an SQL query to Ingres"},{"name":"ingres_result_seek","type":"","path":"php/ingres_result_seek.html","desc":"Set the row position before fetching data"},{"name":"ingres_rollback","type":"","path":"php/ingres_rollback.html","desc":"Roll back a transaction"},{"name":"ingres_set_environment","type":"","path":"php/ingres_set_environment.html","desc":"Set environment features controlling output options"},{"name":"ingres_unbuffered_query","type":"","path":"php/ingres_unbuffered_query.html","desc":"Send an unbuffered SQL query to Ingres"},{"name":"ini_alter","type":"","path":"php/ini_alter.html","desc":"别名 ini_set"},{"name":"ini_get","type":"","path":"php/ini_get.html","desc":"获取一个配置选项的值"},{"name":"ini_get_all","type":"","path":"php/ini_get_all.html","desc":"获取所有配置选项"},{"name":"ini_restore","type":"","path":"php/ini_restore.html","desc":"恢复配置选项的值"},{"name":"ini_set","type":"","path":"php/ini_set.html","desc":"为一个配置选项设置值"},{"name":"inotify_add_watch","type":"","path":"php/inotify_add_watch.html","desc":"Add a watch to an initialized inotify instance"},{"name":"inotify_init","type":"","path":"php/inotify_init.html","desc":"Initialize an inotify instance"},{"name":"inotify_queue_len","type":"","path":"php/inotify_queue_len.html","desc":"Return a number upper than zero if there are pending events"},{"name":"inotify_read","type":"","path":"php/inotify_read.html","desc":"Read events from an inotify instance"},{"name":"inotify_rm_watch","type":"","path":"php/inotify_rm_watch.html","desc":"Remove an existing watch from an inotify instance"},{"name":"intdiv","type":"","path":"php/intdiv.html","desc":"对除法结果取整"},{"name":"interface_exists","type":"","path":"php/interface_exists.html","desc":"检查接口是否已被定义"},{"name":"intl_error_name","type":"","path":"php/intl_error_name.html","desc":"Get symbolic name for a given error code"},{"name":"intl_get_error_code","type":"","path":"php/intl_get_error_code.html","desc":"Get the last error code"},{"name":"intl_get_error_message","type":"","path":"php/intl_get_error_message.html","desc":"Get description of the last error"},{"name":"intl_is_failure","type":"","path":"php/intl_is_failure.html","desc":"Check whether the given error code indicates failure"},{"name":"intval","type":"","path":"php/intval.html","desc":"获取变量的整数值"},{"name":"in_array","type":"","path":"php/in_array.html","desc":"检查数组中是否存在某个值"},{"name":"ip2long","type":"","path":"php/ip2long.html","desc":"将 IPV4 的字符串互联网协议转换成长整型数字"},{"name":"iptcembed","type":"","path":"php/iptcembed.html","desc":"将二进制 IPTC 数据嵌入到一幅 JPEG 图像中"},{"name":"iptcparse","type":"","path":"php/iptcparse.html","desc":"将二进制 IPTC 块解析为单个标记"},{"name":"isset","type":"","path":"php/isset.html","desc":"检测变量是否已设置并且非 NULL"},{"name":"is_a","type":"","path":"php/is_a.html","desc":"如果对象属于该类或该类是此对象的父类则返回 TRUE"},{"name":"is_array","type":"","path":"php/is_array.html","desc":"检测变量是否是数组"},{"name":"is_bool","type":"","path":"php/is_bool.html","desc":"检测变量是否是布尔型"},{"name":"is_callable","type":"","path":"php/is_callable.html","desc":"检测参数是否为合法的可调用结构"},{"name":"is_countable","type":"","path":"php/is_countable.html","desc":"Verify that the contents of a variable is a countable value"},{"name":"is_dir","type":"","path":"php/is_dir.html","desc":"判断给定文件名是否是一个目录"},{"name":"is_double","type":"","path":"php/is_double.html","desc":"is_float 的别名"},{"name":"is_executable","type":"","path":"php/is_executable.html","desc":"判断给定文件名是否可执行"},{"name":"is_file","type":"","path":"php/is_file.html","desc":"判断给定文件名是否为一个正常的文件"},{"name":"is_finite","type":"","path":"php/is_finite.html","desc":"判断是否为有限值"},{"name":"is_float","type":"","path":"php/is_float.html","desc":"检测变量是否是浮点型"},{"name":"is_infinite","type":"","path":"php/is_infinite.html","desc":"判断是否为无限值"},{"name":"is_int","type":"","path":"php/is_int.html","desc":"检测变量是否是整数"},{"name":"is_integer","type":"","path":"php/is_integer.html","desc":"is_int 的别名"},{"name":"is_iterable","type":"","path":"php/is_iterable.html","desc":"Verify that the contents of a variable is an iterable value"},{"name":"is_link","type":"","path":"php/is_link.html","desc":"判断给定文件名是否为一个符号连接"},{"name":"is_long","type":"","path":"php/is_long.html","desc":"is_int 的别名"},{"name":"is_nan","type":"","path":"php/is_nan.html","desc":"判断是否为合法数值"},{"name":"is_null","type":"","path":"php/is_null.html","desc":"检测变量是否为 NULL"},{"name":"is_numeric","type":"","path":"php/is_numeric.html","desc":"检测变量是否为数字或数字字符串"},{"name":"is_object","type":"","path":"php/is_object.html","desc":"检测变量是否是一个对象"},{"name":"is_readable","type":"","path":"php/is_readable.html","desc":"判断给定文件名是否可读"},{"name":"is_real","type":"","path":"php/is_real.html","desc":"is_float 的别名"},{"name":"is_resource","type":"","path":"php/is_resource.html","desc":"检测变量是否为资源类型"},{"name":"is_scalar","type":"","path":"php/is_scalar.html","desc":"检测变量是否是一个标量"},{"name":"is_soap_fault","type":"","path":"php/is_soap_fault.html","desc":"Checks if a SOAP call has failed"},{"name":"is_string","type":"","path":"php/is_string.html","desc":"检测变量是否是字符串"},{"name":"is_subclass_of","type":"","path":"php/is_subclass_of.html","desc":"如果此对象是该类的子类,则返回 TRUE"},{"name":"is_tainted","type":"","path":"php/is_tainted.html","desc":"Checks whether a string is tainted"},{"name":"is_uploaded_file","type":"","path":"php/is_uploaded_file.html","desc":"判断文件是否是通过 HTTP POST 上传的"},{"name":"is_writable","type":"","path":"php/is_writable.html","desc":"判断给定的文件名是否可写"},{"name":"is_writeable","type":"","path":"php/is_writeable.html","desc":"is_writable 的别名"},{"name":"iterator_apply","type":"","path":"php/iterator_apply.html","desc":"为迭代器中每个元素调用一个用户自定义函数"},{"name":"iterator_count","type":"","path":"php/iterator_count.html","desc":"计算迭代器中元素的个数"},{"name":"iterator_to_array","type":"","path":"php/iterator_to_array.html","desc":"将迭代器中的元素拷贝到数组"},{"name":"jddayofweek","type":"","path":"php/jddayofweek.html","desc":"返回星期的日期"},{"name":"jdmonthname","type":"","path":"php/jdmonthname.html","desc":"返回月份的名称"},{"name":"jdtofrench","type":"","path":"php/jdtofrench.html","desc":"转变一个Julian Day计数到French Republican历法的日期"},{"name":"jdtogregorian","type":"","path":"php/jdtogregorian.html","desc":"转变一个Julian Day计数为Gregorian历法日期"},{"name":"jdtojewish","type":"","path":"php/jdtojewish.html","desc":"转换一个julian天数为Jewish历法的日期"},{"name":"jdtojulian","type":"","path":"php/jdtojulian.html","desc":"转变一个Julian Day计数到Julian历法的日期"},{"name":"jdtounix","type":"","path":"php/jdtounix.html","desc":"转变Julian Day计数为一个Unix时间戳"},{"name":"jewishtojd","type":"","path":"php/jewishtojd.html","desc":"转变一个Jewish历法的日期为一个Julian Day计数"},{"name":"join","type":"","path":"php/join.html","desc":"别名 implode"},{"name":"jpeg2wbmp","type":"","path":"php/jpeg2wbmp.html","desc":"将 JPEG 图像文件转换为 WBMP 图像文件"},{"name":"json_decode","type":"","path":"php/json_decode.html","desc":"对 JSON 格式的字符串进行解码"},{"name":"json_encode","type":"","path":"php/json_encode.html","desc":"对变量进行 JSON 编码"},{"name":"json_last_error","type":"","path":"php/json_last_error.html","desc":"返回最后发生的错误"},{"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"},{"name":"judy_type","type":"","path":"php/judy_type.html","desc":"Return the type of a Judy array"},{"name":"judy_version","type":"","path":"php/judy_version.html","desc":"Return or print the current PHP Judy version"},{"name":"juliantojd","type":"","path":"php/juliantojd.html","desc":"转变一个Julian历法的日期为Julian Day计数"},{"name":"kadm5_chpass_principal","type":"","path":"php/kadm5_chpass_principal.html","desc":"Changes the principal's password"},{"name":"kadm5_create_principal","type":"","path":"php/kadm5_create_principal.html","desc":"Creates a kerberos principal with the given parameters"},{"name":"kadm5_delete_principal","type":"","path":"php/kadm5_delete_principal.html","desc":"Deletes a kerberos principal"},{"name":"kadm5_destroy","type":"","path":"php/kadm5_destroy.html","desc":"Closes the connection to the admin server and releases all related resources"},{"name":"kadm5_flush","type":"","path":"php/kadm5_flush.html","desc":"Flush all changes to the Kerberos database"},{"name":"kadm5_get_policies","type":"","path":"php/kadm5_get_policies.html","desc":"Gets all policies from the Kerberos database"},{"name":"kadm5_get_principal","type":"","path":"php/kadm5_get_principal.html","desc":"Gets the principal's entries from the Kerberos database"},{"name":"kadm5_get_principals","type":"","path":"php/kadm5_get_principals.html","desc":"Gets all principals from the Kerberos database"},{"name":"kadm5_init_with_password","type":"","path":"php/kadm5_init_with_password.html","desc":"Opens a connection to the KADM5 library"},{"name":"kadm5_modify_principal","type":"","path":"php/kadm5_modify_principal.html","desc":"Modifies a kerberos principal with the given parameters"},{"name":"key","type":"","path":"php/key.html","desc":"从关联数组中取得键名"},{"name":"key_exists","type":"","path":"php/key_exists.html","desc":"别名 array_key_exists"},{"name":"krsort","type":"","path":"php/krsort.html","desc":"对数组按照键名逆向排序"},{"name":"ksort","type":"","path":"php/ksort.html","desc":"对数组按照键名排序"},{"name":"lcfirst","type":"","path":"php/lcfirst.html","desc":"使一个字符串的第一个字符小写"},{"name":"lcg_value","type":"","path":"php/lcg_value.html","desc":"组合线性同余发生器"},{"name":"lchgrp","type":"","path":"php/lchgrp.html","desc":"修改符号链接的所有组"},{"name":"lchown","type":"","path":"php/lchown.html","desc":"修改符号链接的所有者"},{"name":"ldap_8859_to_t61","type":"","path":"php/ldap_8859_to_t61.html","desc":"Translate 8859 characters to t61 characters"},{"name":"ldap_add","type":"","path":"php/ldap_add.html","desc":"Add entries to LDAP directory"},{"name":"ldap_add_ext","type":"","path":"php/ldap_add_ext.html","desc":"Add entries to LDAP directory"},{"name":"ldap_bind","type":"","path":"php/ldap_bind.html","desc":"绑定 LDAP 目录"},{"name":"ldap_bind_ext","type":"","path":"php/ldap_bind_ext.html","desc":"Bind to LDAP directory"},{"name":"ldap_close","type":"","path":"php/ldap_close.html","desc":"别名 ldap_unbind"},{"name":"ldap_compare","type":"","path":"php/ldap_compare.html","desc":"Compare value of attribute found in entry specified with DN"},{"name":"ldap_connect","type":"","path":"php/ldap_connect.html","desc":"Connect to an LDAP server"},{"name":"ldap_control_paged_result","type":"","path":"php/ldap_control_paged_result.html","desc":"Send LDAP pagination control"},{"name":"ldap_control_paged_result_response","type":"","path":"php/ldap_control_paged_result_response.html","desc":"Retrieve the LDAP pagination cookie"},{"name":"ldap_count_entries","type":"","path":"php/ldap_count_entries.html","desc":"Count the number of entries in a search"},{"name":"ldap_delete","type":"","path":"php/ldap_delete.html","desc":"Delete an entry from a directory"},{"name":"ldap_delete_ext","type":"","path":"php/ldap_delete_ext.html","desc":"Delete an entry from a directory"},{"name":"ldap_dn2ufn","type":"","path":"php/ldap_dn2ufn.html","desc":"Convert DN to User Friendly Naming format"},{"name":"ldap_err2str","type":"","path":"php/ldap_err2str.html","desc":"Convert LDAP error number into string error message"},{"name":"ldap_errno","type":"","path":"php/ldap_errno.html","desc":"Return the LDAP error number of the last LDAP command"},{"name":"ldap_error","type":"","path":"php/ldap_error.html","desc":"Return the LDAP error message of the last LDAP command"},{"name":"ldap_escape","type":"","path":"php/ldap_escape.html","desc":"Escape a string for use in an LDAP filter or DN"},{"name":"ldap_exop","type":"","path":"php/ldap_exop.html","desc":"Performs an extended operation"},{"name":"ldap_exop_passwd","type":"","path":"php/ldap_exop_passwd.html","desc":"PASSWD extended operation helper"},{"name":"ldap_exop_refresh","type":"","path":"php/ldap_exop_refresh.html","desc":"Refresh extended operation helper"},{"name":"ldap_exop_whoami","type":"","path":"php/ldap_exop_whoami.html","desc":"WHOAMI extended operation helper"},{"name":"ldap_explode_dn","type":"","path":"php/ldap_explode_dn.html","desc":"Splits DN into its component parts"},{"name":"ldap_first_attribute","type":"","path":"php/ldap_first_attribute.html","desc":"Return first attribute"},{"name":"ldap_first_entry","type":"","path":"php/ldap_first_entry.html","desc":"Return first result id"},{"name":"ldap_first_reference","type":"","path":"php/ldap_first_reference.html","desc":"Return first reference"},{"name":"ldap_free_result","type":"","path":"php/ldap_free_result.html","desc":"Free result memory"},{"name":"ldap_get_attributes","type":"","path":"php/ldap_get_attributes.html","desc":"Get attributes from a search result entry"},{"name":"ldap_get_dn","type":"","path":"php/ldap_get_dn.html","desc":"Get the DN of a result entry"},{"name":"ldap_get_entries","type":"","path":"php/ldap_get_entries.html","desc":"Get all result entries"},{"name":"ldap_get_option","type":"","path":"php/ldap_get_option.html","desc":"Get the current value for given option"},{"name":"ldap_get_values","type":"","path":"php/ldap_get_values.html","desc":"Get all values from a result entry"},{"name":"ldap_get_values_len","type":"","path":"php/ldap_get_values_len.html","desc":"Get all binary values from a result entry"},{"name":"ldap_list","type":"","path":"php/ldap_list.html","desc":"Single-level search"},{"name":"ldap_modify","type":"","path":"php/ldap_modify.html","desc":"别名 ldap_mod_replace"},{"name":"ldap_modify_batch","type":"","path":"php/ldap_modify_batch.html","desc":"Batch and execute modifications on an LDAP entry"},{"name":"ldap_mod_add","type":"","path":"php/ldap_mod_add.html","desc":"Add attribute values to current attributes"},{"name":"ldap_mod_add_ext","type":"","path":"php/ldap_mod_add_ext.html","desc":"Add attribute values to current attributes"},{"name":"ldap_mod_del","type":"","path":"php/ldap_mod_del.html","desc":"Delete attribute values from current attributes"},{"name":"ldap_mod_del_ext","type":"","path":"php/ldap_mod_del_ext.html","desc":"Delete attribute values from current attributes"},{"name":"ldap_mod_replace","type":"","path":"php/ldap_mod_replace.html","desc":"Replace attribute values with new ones"},{"name":"ldap_mod_replace_ext","type":"","path":"php/ldap_mod_replace_ext.html","desc":"Replace attribute values with new ones"},{"name":"ldap_next_attribute","type":"","path":"php/ldap_next_attribute.html","desc":"Get the next attribute in result"},{"name":"ldap_next_entry","type":"","path":"php/ldap_next_entry.html","desc":"Get next result entry"},{"name":"ldap_next_reference","type":"","path":"php/ldap_next_reference.html","desc":"Get next reference"},{"name":"ldap_parse_exop","type":"","path":"php/ldap_parse_exop.html","desc":"Parse result object from an LDAP extended operation"},{"name":"ldap_parse_reference","type":"","path":"php/ldap_parse_reference.html","desc":"Extract information from reference entry"},{"name":"ldap_parse_result","type":"","path":"php/ldap_parse_result.html","desc":"Extract information from result"},{"name":"ldap_read","type":"","path":"php/ldap_read.html","desc":"Read an entry"},{"name":"ldap_rename","type":"","path":"php/ldap_rename.html","desc":"Modify the name of an entry"},{"name":"ldap_rename_ext","type":"","path":"php/ldap_rename_ext.html","desc":"Modify the name of an entry"},{"name":"ldap_sasl_bind","type":"","path":"php/ldap_sasl_bind.html","desc":"Bind to LDAP directory using SASL"},{"name":"ldap_search","type":"","path":"php/ldap_search.html","desc":"Search LDAP tree"},{"name":"ldap_set_option","type":"","path":"php/ldap_set_option.html","desc":"Set the value of the given option"},{"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"},{"name":"ldap_sort","type":"","path":"php/ldap_sort.html","desc":"Sort LDAP result entries on the client side"},{"name":"ldap_start_tls","type":"","path":"php/ldap_start_tls.html","desc":"Start TLS"},{"name":"ldap_t61_to_8859","type":"","path":"php/ldap_t61_to_8859.html","desc":"Translate t61 characters to 8859 characters"},{"name":"ldap_unbind","type":"","path":"php/ldap_unbind.html","desc":"Unbind from LDAP directory"},{"name":"levenshtein","type":"","path":"php/levenshtein.html","desc":"计算两个字符串之间的编辑距离"},{"name":"libxml_clear_errors","type":"","path":"php/libxml_clear_errors.html","desc":"Clear libxml error buffer"},{"name":"libxml_disable_entity_loader","type":"","path":"php/libxml_disable_entity_loader.html","desc":"Disable the ability to load external entities"},{"name":"libxml_get_errors","type":"","path":"php/libxml_get_errors.html","desc":"Retrieve array of errors"},{"name":"libxml_get_last_error","type":"","path":"php/libxml_get_last_error.html","desc":"Retrieve last error from libxml"},{"name":"libxml_set_external_entity_loader","type":"","path":"php/libxml_set_external_entity_loader.html","desc":"Changes the default external entity loader"},{"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"},{"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"},{"name":"link","type":"","path":"php/link.html","desc":"建立一个硬连接"},{"name":"linkinfo","type":"","path":"php/linkinfo.html","desc":"获取一个连接的信息"},{"name":"list","type":"","path":"php/list.html","desc":"把数组中的值赋给一组变量"},{"name":"localeconv","type":"","path":"php/localeconv.html","desc":"Get numeric formatting information"},{"name":"localtime","type":"","path":"php/localtime.html","desc":"取得本地时间"},{"name":"log","type":"","path":"php/log.html","desc":"自然对数"},{"name":"log10","type":"","path":"php/log10.html","desc":"以 10 为底的对数"},{"name":"log1p","type":"","path":"php/log1p.html","desc":"返回 log(1 + number),甚至当 number 的值接近零也能计算出准确结果"},{"name":"log_cmd_delete","type":"","path":"php/log_cmd_delete.html","desc":"Callback When Deleting Documents"},{"name":"log_cmd_insert","type":"","path":"php/log_cmd_insert.html","desc":"Callback When Inserting Documents"},{"name":"log_cmd_update","type":"","path":"php/log_cmd_update.html","desc":"Callback When Updating Documents"},{"name":"log_getmore","type":"","path":"php/log_getmore.html","desc":"Callback When Retrieving Next Cursor Batch"},{"name":"log_killcursor","type":"","path":"php/log_killcursor.html","desc":"Callback When Executing KILLCURSOR operations"},{"name":"log_reply","type":"","path":"php/log_reply.html","desc":"Callback When Reading the MongoDB reply"},{"name":"log_write_batch","type":"","path":"php/log_write_batch.html","desc":"Callback When Writing Batches"},{"name":"long2ip","type":"","path":"php/long2ip.html","desc":"将长整型转化为字符串形式带点的互联网标准格式地址(IPV4)"},{"name":"lstat","type":"","path":"php/lstat.html","desc":"给出一个文件或符号连接的信息"},{"name":"ltrim","type":"","path":"php/ltrim.html","desc":"删除字符串开头的空白字符(或其他字符)"},{"name":"lzf_compress","type":"","path":"php/lzf_compress.html","desc":"LZF compression"},{"name":"lzf_decompress","type":"","path":"php/lzf_decompress.html","desc":"LZF decompression"},{"name":"lzf_optimized_for","type":"","path":"php/lzf_optimized_for.html","desc":"Determines what LZF extension was optimized for"},{"name":"magic_quotes_runtime","type":"","path":"php/magic_quotes_runtime.html","desc":"别名 set_magic_quotes_runtime"},{"name":"mail","type":"","path":"php/mail.html","desc":"发送邮件"},{"name":"mailparse_determine_best_xfer_encoding","type":"","path":"php/mailparse_determine_best_xfer_encoding.html","desc":"Gets the best way of encoding"},{"name":"mailparse_msg_create","type":"","path":"php/mailparse_msg_create.html","desc":"Create a mime mail resource"},{"name":"mailparse_msg_extract_part","type":"","path":"php/mailparse_msg_extract_part.html","desc":"Extractsdecodes a message section"},{"name":"mailparse_msg_extract_part_file","type":"","path":"php/mailparse_msg_extract_part_file.html","desc":"Extractsdecodes a message section"},{"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"},{"name":"mailparse_msg_free","type":"","path":"php/mailparse_msg_free.html","desc":"Frees a MIME resource"},{"name":"mailparse_msg_get_part","type":"","path":"php/mailparse_msg_get_part.html","desc":"Returns a handle on a given section in a mimemessage"},{"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"},{"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"},{"name":"mailparse_msg_parse","type":"","path":"php/mailparse_msg_parse.html","desc":"Incrementally parse data into buffer"},{"name":"mailparse_msg_parse_file","type":"","path":"php/mailparse_msg_parse_file.html","desc":"Parses a file"},{"name":"mailparse_rfc822_parse_addresses","type":"","path":"php/mailparse_rfc822_parse_addresses.html","desc":"Parse RFC 822 compliant addresses"},{"name":"mailparse_stream_encode","type":"","path":"php/mailparse_stream_encode.html","desc":"Streams data from source file pointer, apply encoding and write to destfp"},{"name":"mailparse_uudecode_all","type":"","path":"php/mailparse_uudecode_all.html","desc":"Scans the data from fp and extract each embedded uuencoded file"},{"name":"main","type":"","path":"php/main.html","desc":"虚拟的main"},{"name":"max","type":"","path":"php/max.html","desc":"找出最大值"},{"name":"maxdb_affected_rows","type":"","path":"php/maxdb_affected_rows.html","desc":"Gets the number of affected rows in a previous MaxDB operation"},{"name":"maxdb_autocommit","type":"","path":"php/maxdb_autocommit.html","desc":"Turns on or off auto-commiting database modifications"},{"name":"maxdb_bind_param","type":"","path":"php/maxdb_bind_param.html","desc":"别名 maxdb_stmt_bind_param"},{"name":"maxdb_bind_result","type":"","path":"php/maxdb_bind_result.html","desc":"别名 maxdb_stmt_bind_result"},{"name":"maxdb_change_user","type":"","path":"php/maxdb_change_user.html","desc":"Changes the user of the specified database connection"},{"name":"maxdb_character_set_name","type":"","path":"php/maxdb_character_set_name.html","desc":"Returns the default character set for the database connection"},{"name":"maxdb_client_encoding","type":"","path":"php/maxdb_client_encoding.html","desc":"别名 maxdb_character_set_name"},{"name":"maxdb_close","type":"","path":"php/maxdb_close.html","desc":"Closes a previously opened database connection"},{"name":"maxdb_close_long_data","type":"","path":"php/maxdb_close_long_data.html","desc":"别名 maxdb_stmt_close_long_data"},{"name":"maxdb_commit","type":"","path":"php/maxdb_commit.html","desc":"Commits the current transaction"},{"name":"maxdb_connect","type":"","path":"php/maxdb_connect.html","desc":"Open a new connection to the MaxDB server"},{"name":"maxdb_connect_errno","type":"","path":"php/maxdb_connect_errno.html","desc":"Returns the error code from last connect call"},{"name":"maxdb_connect_error","type":"","path":"php/maxdb_connect_error.html","desc":"Returns a string description of the last connect error"},{"name":"maxdb_data_seek","type":"","path":"php/maxdb_data_seek.html","desc":"Adjusts the result pointer to an arbitary row in the result"},{"name":"maxdb_debug","type":"","path":"php/maxdb_debug.html","desc":"Performs debugging operations"},{"name":"maxdb_disable_reads_from_master","type":"","path":"php/maxdb_disable_reads_from_master.html","desc":"Disable reads from master"},{"name":"maxdb_disable_rpl_parse","type":"","path":"php/maxdb_disable_rpl_parse.html","desc":"Disable RPL parse"},{"name":"maxdb_dump_debug_info","type":"","path":"php/maxdb_dump_debug_info.html","desc":"Dump debugging information into the log"},{"name":"maxdb_embedded_connect","type":"","path":"php/maxdb_embedded_connect.html","desc":"Open a connection to an embedded MaxDB server"},{"name":"maxdb_enable_reads_from_master","type":"","path":"php/maxdb_enable_reads_from_master.html","desc":"Enable reads from master"},{"name":"maxdb_enable_rpl_parse","type":"","path":"php/maxdb_enable_rpl_parse.html","desc":"Enable RPL parse"},{"name":"maxdb_errno","type":"","path":"php/maxdb_errno.html","desc":"Returns the error code for the most recent function call"},{"name":"maxdb_error","type":"","path":"php/maxdb_error.html","desc":"Returns a string description of the last error"},{"name":"maxdb_escape_string","type":"","path":"php/maxdb_escape_string.html","desc":"别名 maxdb_real_escape_string"},{"name":"maxdb_execute","type":"","path":"php/maxdb_execute.html","desc":"别名 maxdb_stmt_execute"},{"name":"maxdb_fetch","type":"","path":"php/maxdb_fetch.html","desc":"别名 maxdb_stmt_fetch"},{"name":"maxdb_fetch_array","type":"","path":"php/maxdb_fetch_array.html","desc":"Fetch a result row as an associative, a numeric array, or both"},{"name":"maxdb_fetch_assoc","type":"","path":"php/maxdb_fetch_assoc.html","desc":"Fetch a result row as an associative array"},{"name":"maxdb_fetch_field","type":"","path":"php/maxdb_fetch_field.html","desc":"Returns the next field in the result set"},{"name":"maxdb_fetch_fields","type":"","path":"php/maxdb_fetch_fields.html","desc":"Returns an array of resources representing the fields in a result set"},{"name":"maxdb_fetch_field_direct","type":"","path":"php/maxdb_fetch_field_direct.html","desc":"Fetch meta-data for a single field"},{"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"},{"name":"maxdb_fetch_object","type":"","path":"php/maxdb_fetch_object.html","desc":"Returns the current row of a result set as an object"},{"name":"maxdb_fetch_row","type":"","path":"php/maxdb_fetch_row.html","desc":"Get a result row as an enumerated array"},{"name":"maxdb_field_count","type":"","path":"php/maxdb_field_count.html","desc":"Returns the number of columns for the most recent query"},{"name":"maxdb_field_seek","type":"","path":"php/maxdb_field_seek.html","desc":"Set result pointer to a specified field offset"},{"name":"maxdb_field_tell","type":"","path":"php/maxdb_field_tell.html","desc":"Get current field offset of a result pointer"},{"name":"maxdb_free_result","type":"","path":"php/maxdb_free_result.html","desc":"Frees the memory associated with a result"},{"name":"maxdb_get_client_info","type":"","path":"php/maxdb_get_client_info.html","desc":"Returns the MaxDB client version as a string"},{"name":"maxdb_get_client_version","type":"","path":"php/maxdb_get_client_version.html","desc":"Get MaxDB client info"},{"name":"maxdb_get_host_info","type":"","path":"php/maxdb_get_host_info.html","desc":"Returns a string representing the type of connection used"},{"name":"maxdb_get_metadata","type":"","path":"php/maxdb_get_metadata.html","desc":"别名 maxdb_stmt_result_metadata"},{"name":"maxdb_get_proto_info","type":"","path":"php/maxdb_get_proto_info.html","desc":"Returns the version of the MaxDB protocol used"},{"name":"maxdb_get_server_info","type":"","path":"php/maxdb_get_server_info.html","desc":"Returns the version of the MaxDB server"},{"name":"maxdb_get_server_version","type":"","path":"php/maxdb_get_server_version.html","desc":"Returns the version of the MaxDB server as an integer"},{"name":"maxdb_info","type":"","path":"php/maxdb_info.html","desc":"Retrieves information about the most recently executed query"},{"name":"maxdb_init","type":"","path":"php/maxdb_init.html","desc":"Initializes MaxDB and returns an resource for use with maxdb_real_connect"},{"name":"maxdb_insert_id","type":"","path":"php/maxdb_insert_id.html","desc":"Returns the auto generated id used in the last query"},{"name":"maxdb_kill","type":"","path":"php/maxdb_kill.html","desc":"Disconnects from a MaxDB server"},{"name":"maxdb_master_query","type":"","path":"php/maxdb_master_query.html","desc":"Enforce execution of a query on the master in a masterslave setup"},{"name":"maxdb_more_results","type":"","path":"php/maxdb_more_results.html","desc":"Check if there any more query results from a multi query"},{"name":"maxdb_multi_query","type":"","path":"php/maxdb_multi_query.html","desc":"Performs a query on the database"},{"name":"maxdb_next_result","type":"","path":"php/maxdb_next_result.html","desc":"Prepare next result from multi_query"},{"name":"maxdb_num_fields","type":"","path":"php/maxdb_num_fields.html","desc":"Get the number of fields in a result"},{"name":"maxdb_num_rows","type":"","path":"php/maxdb_num_rows.html","desc":"Gets the number of rows in a result"},{"name":"maxdb_options","type":"","path":"php/maxdb_options.html","desc":"Set options"},{"name":"maxdb_param_count","type":"","path":"php/maxdb_param_count.html","desc":"别名 maxdb_stmt_param_count"},{"name":"maxdb_ping","type":"","path":"php/maxdb_ping.html","desc":"Pings a server connection, or tries to reconnect if the connection has gone down"},{"name":"maxdb_prepare","type":"","path":"php/maxdb_prepare.html","desc":"Prepare an SQL statement for execution"},{"name":"maxdb_query","type":"","path":"php/maxdb_query.html","desc":"Performs a query on the database"},{"name":"maxdb_real_connect","type":"","path":"php/maxdb_real_connect.html","desc":"Opens a connection to a MaxDB server"},{"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"},{"name":"maxdb_real_query","type":"","path":"php/maxdb_real_query.html","desc":"Execute an SQL query"},{"name":"maxdb_report","type":"","path":"php/maxdb_report.html","desc":"Enables or disables internal report functions"},{"name":"maxdb_rollback","type":"","path":"php/maxdb_rollback.html","desc":"Rolls back current transaction"},{"name":"maxdb_rpl_parse_enabled","type":"","path":"php/maxdb_rpl_parse_enabled.html","desc":"Check if RPL parse is enabled"},{"name":"maxdb_rpl_probe","type":"","path":"php/maxdb_rpl_probe.html","desc":"RPL probe"},{"name":"maxdb_rpl_query_type","type":"","path":"php/maxdb_rpl_query_type.html","desc":"Returns RPL query type"},{"name":"maxdb_select_db","type":"","path":"php/maxdb_select_db.html","desc":"Selects the default database for database queries"},{"name":"maxdb_send_long_data","type":"","path":"php/maxdb_send_long_data.html","desc":"别名 maxdb_stmt_send_long_data"},{"name":"maxdb_send_query","type":"","path":"php/maxdb_send_query.html","desc":"Send the query and return"},{"name":"maxdb_server_end","type":"","path":"php/maxdb_server_end.html","desc":"Shut down the embedded server"},{"name":"maxdb_server_init","type":"","path":"php/maxdb_server_init.html","desc":"Initialize embedded server"},{"name":"maxdb_set_opt","type":"","path":"php/maxdb_set_opt.html","desc":"别名 maxdb_options"},{"name":"maxdb_sqlstate","type":"","path":"php/maxdb_sqlstate.html","desc":"Returns the SQLSTATE error from previous MaxDB operation"},{"name":"maxdb_ssl_set","type":"","path":"php/maxdb_ssl_set.html","desc":"Used for establishing secure connections using SSL"},{"name":"maxdb_stat","type":"","path":"php/maxdb_stat.html","desc":"Gets the current system status"},{"name":"maxdb_stmt_affected_rows","type":"","path":"php/maxdb_stmt_affected_rows.html","desc":"Returns the total number of rows changed, del"},{"name":"maxdb_stmt_bind_param","type":"","path":"php/maxdb_stmt_bind_param.html","desc":"Binds variables to a prepared statement as parameters"},{"name":"maxdb_stmt_bind_result","type":"","path":"php/maxdb_stmt_bind_result.html","desc":"Binds variables to a prepared statement for result storage"},{"name":"maxdb_stmt_close","type":"","path":"php/maxdb_stmt_close.html","desc":"Closes a prepared statement"},{"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"},{"name":"maxdb_stmt_data_seek","type":"","path":"php/maxdb_stmt_data_seek.html","desc":"Seeks to an arbitray row in statement result set"},{"name":"maxdb_stmt_errno","type":"","path":"php/maxdb_stmt_errno.html","desc":"Returns the error code for the most recent statement call"},{"name":"maxdb_stmt_error","type":"","path":"php/maxdb_stmt_error.html","desc":"Returns a string description for last statement error"},{"name":"maxdb_stmt_execute","type":"","path":"php/maxdb_stmt_execute.html","desc":"Executes a prepared Query"},{"name":"maxdb_stmt_fetch","type":"","path":"php/maxdb_stmt_fetch.html","desc":"Fetch results from a prepared statement into the bound variables"},{"name":"maxdb_stmt_free_result","type":"","path":"php/maxdb_stmt_free_result.html","desc":"Frees stored result memory for the given statement handle"},{"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"},{"name":"maxdb_stmt_num_rows","type":"","path":"php/maxdb_stmt_num_rows.html","desc":"Return the number of rows in statements result set"},{"name":"maxdb_stmt_param_count","type":"","path":"php/maxdb_stmt_param_count.html","desc":"Returns the number of parameter for the given statement"},{"name":"maxdb_stmt_prepare","type":"","path":"php/maxdb_stmt_prepare.html","desc":"Prepare an SQL statement for execution"},{"name":"maxdb_stmt_reset","type":"","path":"php/maxdb_stmt_reset.html","desc":"Resets a prepared statement"},{"name":"maxdb_stmt_result_metadata","type":"","path":"php/maxdb_stmt_result_metadata.html","desc":"Returns result set metadata from a prepared statement"},{"name":"maxdb_stmt_send_long_data","type":"","path":"php/maxdb_stmt_send_long_data.html","desc":"Send data in blocks"},{"name":"maxdb_stmt_sqlstate","type":"","path":"php/maxdb_stmt_sqlstate.html","desc":"Returns SQLSTATE error from previous statement operation"},{"name":"maxdb_stmt_store_result","type":"","path":"php/maxdb_stmt_store_result.html","desc":"Transfers a result set from a prepared statement"},{"name":"maxdb_store_result","type":"","path":"php/maxdb_store_result.html","desc":"Transfers a result set from the last query"},{"name":"maxdb_thread_id","type":"","path":"php/maxdb_thread_id.html","desc":"Returns the thread ID for the current connection"},{"name":"maxdb_thread_safe","type":"","path":"php/maxdb_thread_safe.html","desc":"Returns whether thread safety is given or not"},{"name":"maxdb_use_result","type":"","path":"php/maxdb_use_result.html","desc":"Initiate a result set retrieval"},{"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"},{"name":"mb_check_encoding","type":"","path":"php/mb_check_encoding.html","desc":"检查字符串在指定的编码里是否有效"},{"name":"mb_chr","type":"","path":"php/mb_chr.html","desc":"Get a specific character"},{"name":"mb_convert_case","type":"","path":"php/mb_convert_case.html","desc":"对字符串进行大小写转换"},{"name":"mb_convert_encoding","type":"","path":"php/mb_convert_encoding.html","desc":"转换字符的编码"},{"name":"mb_convert_kana","type":"","path":"php/mb_convert_kana.html","desc":"Convert "kana" one from another ("zen-kaku", "han-kaku" and more)"},{"name":"mb_convert_variables","type":"","path":"php/mb_convert_variables.html","desc":"转换一个或多个变量的字符编码"},{"name":"mb_decode_mimeheader","type":"","path":"php/mb_decode_mimeheader.html","desc":"解码 MIME 头字段中的字符串"},{"name":"mb_decode_numericentity","type":"","path":"php/mb_decode_numericentity.html","desc":"根据 HTML 数字字符串解码成字符"},{"name":"mb_detect_encoding","type":"","path":"php/mb_detect_encoding.html","desc":"检测字符的编码"},{"name":"mb_detect_order","type":"","path":"php/mb_detect_order.html","desc":"设置获取 字符编码的检测顺序"},{"name":"mb_encode_mimeheader","type":"","path":"php/mb_encode_mimeheader.html","desc":"为 MIME 头编码字符串"},{"name":"mb_encode_numericentity","type":"","path":"php/mb_encode_numericentity.html","desc":"Encode character to HTML numeric string reference"},{"name":"mb_encoding_aliases","type":"","path":"php/mb_encoding_aliases.html","desc":"Get aliases of a known encoding type"},{"name":"mb_ereg","type":"","path":"php/mb_ereg.html","desc":"Regular expression match with multibyte support"},{"name":"mb_eregi","type":"","path":"php/mb_eregi.html","desc":"Regular expression match ignoring case with multibyte support"},{"name":"mb_eregi_replace","type":"","path":"php/mb_eregi_replace.html","desc":"Replace regular expression with multibyte support ignoring case"},{"name":"mb_ereg_match","type":"","path":"php/mb_ereg_match.html","desc":"Regular expression match for multibyte string"},{"name":"mb_ereg_replace","type":"","path":"php/mb_ereg_replace.html","desc":"Replace regular expression with multibyte support"},{"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"},{"name":"mb_ereg_search","type":"","path":"php/mb_ereg_search.html","desc":"Multibyte regular expression match for predefined multibyte string"},{"name":"mb_ereg_search_getpos","type":"","path":"php/mb_ereg_search_getpos.html","desc":"Returns start point for next regular expression match"},{"name":"mb_ereg_search_getregs","type":"","path":"php/mb_ereg_search_getregs.html","desc":"Retrieve the result from the last multibyte regular expression match"},{"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"},{"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"},{"name":"mb_ereg_search_regs","type":"","path":"php/mb_ereg_search_regs.html","desc":"Returns the matched part of a multibyte regular expression"},{"name":"mb_ereg_search_setpos","type":"","path":"php/mb_ereg_search_setpos.html","desc":"Set start point of next regular expression match"},{"name":"mb_get_info","type":"","path":"php/mb_get_info.html","desc":"获取 mbstring 的内部设置"},{"name":"mb_http_input","type":"","path":"php/mb_http_input.html","desc":"检测 HTTP 输入字符编码"},{"name":"mb_http_output","type":"","path":"php/mb_http_output.html","desc":"设置获取 HTTP 输出字符编码"},{"name":"mb_internal_encoding","type":"","path":"php/mb_internal_encoding.html","desc":"设置获取内部字符编码"},{"name":"mb_language","type":"","path":"php/mb_language.html","desc":"设置获取当前的语言"},{"name":"mb_list_encodings","type":"","path":"php/mb_list_encodings.html","desc":"返回所有支持编码的数组"},{"name":"mb_ord","type":"","path":"php/mb_ord.html","desc":"Get code point of character"},{"name":"mb_output_handler","type":"","path":"php/mb_output_handler.html","desc":"在输出缓冲中转换字符编码的回调函数"},{"name":"mb_parse_str","type":"","path":"php/mb_parse_str.html","desc":"解析 GETPOSTCOOKIE 数据并设置全局变量"},{"name":"mb_preferred_mime_name","type":"","path":"php/mb_preferred_mime_name.html","desc":"获取 MIME 字符串"},{"name":"mb_regex_encoding","type":"","path":"php/mb_regex_encoding.html","desc":"SetGet character encoding for multibyte regex"},{"name":"mb_regex_set_options","type":"","path":"php/mb_regex_set_options.html","desc":"SetGet the default options for mbregex functions"},{"name":"mb_send_mail","type":"","path":"php/mb_send_mail.html","desc":"发送编码过的邮件"},{"name":"mb_split","type":"","path":"php/mb_split.html","desc":"使用正则表达式分割多字节字符串"},{"name":"mb_strcut","type":"","path":"php/mb_strcut.html","desc":"获取字符的一部分"},{"name":"mb_strimwidth","type":"","path":"php/mb_strimwidth.html","desc":"获取按指定宽度截断的字符串"},{"name":"mb_stripos","type":"","path":"php/mb_stripos.html","desc":"大小写不敏感地查找字符串在另一个字符串中首次出现的位置"},{"name":"mb_stristr","type":"","path":"php/mb_stristr.html","desc":"大小写不敏感地查找字符串在另一个字符串里的首次出现"},{"name":"mb_strlen","type":"","path":"php/mb_strlen.html","desc":"获取字符串的长度"},{"name":"mb_strpos","type":"","path":"php/mb_strpos.html","desc":"查找字符串在另一个字符串中首次出现的位置"},{"name":"mb_strrchr","type":"","path":"php/mb_strrchr.html","desc":"查找指定字符在另一个字符串中最后一次的出现"},{"name":"mb_strrichr","type":"","path":"php/mb_strrichr.html","desc":"大小写不敏感地查找指定字符在另一个字符串中最后一次的出现"},{"name":"mb_strripos","type":"","path":"php/mb_strripos.html","desc":"大小写不敏感地在字符串中查找一个字符串最后出现的位置"},{"name":"mb_strrpos","type":"","path":"php/mb_strrpos.html","desc":"查找字符串在一个字符串中最后出现的位置"},{"name":"mb_strstr","type":"","path":"php/mb_strstr.html","desc":"查找字符串在另一个字符串里的首次出现"},{"name":"mb_strtolower","type":"","path":"php/mb_strtolower.html","desc":"使字符串小写"},{"name":"mb_strtoupper","type":"","path":"php/mb_strtoupper.html","desc":"使字符串大写"},{"name":"mb_strwidth","type":"","path":"php/mb_strwidth.html","desc":"返回字符串的宽度"},{"name":"mb_substitute_character","type":"","path":"php/mb_substitute_character.html","desc":"设置获取替代字符"},{"name":"mb_substr","type":"","path":"php/mb_substr.html","desc":"获取部分字符串"},{"name":"mb_substr_count","type":"","path":"php/mb_substr_count.html","desc":"统计字符串出现的次数"},{"name":"mcrypt_cbc","type":"","path":"php/mcrypt_cbc.html","desc":"以 CBC 模式加解密数据"},{"name":"mcrypt_cfb","type":"","path":"php/mcrypt_cfb.html","desc":"以 CFB 模式加解密数据"},{"name":"mcrypt_create_iv","type":"","path":"php/mcrypt_create_iv.html","desc":"从随机源创建初始向量"},{"name":"mcrypt_decrypt","type":"","path":"php/mcrypt_decrypt.html","desc":"使用给定参数解密密文"},{"name":"mcrypt_ecb","type":"","path":"php/mcrypt_ecb.html","desc":"已废弃:使用 ECB 模式加解密数据"},{"name":"mcrypt_encrypt","type":"","path":"php/mcrypt_encrypt.html","desc":"使用给定参数加密明文"},{"name":"mcrypt_enc_get_algorithms_name","type":"","path":"php/mcrypt_enc_get_algorithms_name.html","desc":"返回打开的算法名称"},{"name":"mcrypt_enc_get_block_size","type":"","path":"php/mcrypt_enc_get_block_size.html","desc":"返回打开的算法的分组大小"},{"name":"mcrypt_enc_get_iv_size","type":"","path":"php/mcrypt_enc_get_iv_size.html","desc":"返回打开的算法的初始向量大小"},{"name":"mcrypt_enc_get_key_size","type":"","path":"php/mcrypt_enc_get_key_size.html","desc":"返回打开的模式所能支持的最长密钥"},{"name":"mcrypt_enc_get_modes_name","type":"","path":"php/mcrypt_enc_get_modes_name.html","desc":"返回打开的模式的名称"},{"name":"mcrypt_enc_get_supported_key_sizes","type":"","path":"php/mcrypt_enc_get_supported_key_sizes.html","desc":"以数组方式返回打开的算法所支持的密钥长度"},{"name":"mcrypt_enc_is_block_algorithm","type":"","path":"php/mcrypt_enc_is_block_algorithm.html","desc":"检测打开模式的算法是否为分组算法"},{"name":"mcrypt_enc_is_block_algorithm_mode","type":"","path":"php/mcrypt_enc_is_block_algorithm_mode.html","desc":"检测打开的模式是否支持分组加密"},{"name":"mcrypt_enc_is_block_mode","type":"","path":"php/mcrypt_enc_is_block_mode.html","desc":"检测打开的模式是否以分组方式输出"},{"name":"mcrypt_enc_self_test","type":"","path":"php/mcrypt_enc_self_test.html","desc":"在打开的模块上进行自检"},{"name":"mcrypt_generic","type":"","path":"php/mcrypt_generic.html","desc":"加密数据"},{"name":"mcrypt_generic_deinit","type":"","path":"php/mcrypt_generic_deinit.html","desc":"对加密模块进行清理工作"},{"name":"mcrypt_generic_end","type":"","path":"php/mcrypt_generic_end.html","desc":"终止加密"},{"name":"mcrypt_generic_init","type":"","path":"php/mcrypt_generic_init.html","desc":"初始化加密所需的缓冲区"},{"name":"mcrypt_get_block_size","type":"","path":"php/mcrypt_get_block_size.html","desc":"获得加密算法的分组大小"},{"name":"mcrypt_get_cipher_name","type":"","path":"php/mcrypt_get_cipher_name.html","desc":"获取加密算法名称"},{"name":"mcrypt_get_iv_size","type":"","path":"php/mcrypt_get_iv_size.html","desc":"返回指定算法模式组合的初始向量大小"},{"name":"mcrypt_get_key_size","type":"","path":"php/mcrypt_get_key_size.html","desc":"获取指定加密算法的密钥大小"},{"name":"mcrypt_list_algorithms","type":"","path":"php/mcrypt_list_algorithms.html","desc":"获取支持的加密算法"},{"name":"mcrypt_list_modes","type":"","path":"php/mcrypt_list_modes.html","desc":"获取所支持的模式"},{"name":"mcrypt_module_close","type":"","path":"php/mcrypt_module_close.html","desc":"关闭加密模块"},{"name":"mcrypt_module_get_algo_block_size","type":"","path":"php/mcrypt_module_get_algo_block_size.html","desc":"返回指定算法的分组大小"},{"name":"mcrypt_module_get_algo_key_size","type":"","path":"php/mcrypt_module_get_algo_key_size.html","desc":"获取打开模式所支持的最大密钥大小"},{"name":"mcrypt_module_get_supported_key_sizes","type":"","path":"php/mcrypt_module_get_supported_key_sizes.html","desc":"以数组形式返回打开的算法所支持的密钥大小"},{"name":"mcrypt_module_is_block_algorithm","type":"","path":"php/mcrypt_module_is_block_algorithm.html","desc":"检测指定算法是否为分组加密算法"},{"name":"mcrypt_module_is_block_algorithm_mode","type":"","path":"php/mcrypt_module_is_block_algorithm_mode.html","desc":"返回指定模块是否是分组加密模式"},{"name":"mcrypt_module_is_block_mode","type":"","path":"php/mcrypt_module_is_block_mode.html","desc":"检测指定模式是否以分组方式输出"},{"name":"mcrypt_module_open","type":"","path":"php/mcrypt_module_open.html","desc":"打开算法和模式对应的模块"},{"name":"mcrypt_module_self_test","type":"","path":"php/mcrypt_module_self_test.html","desc":"在指定模块上执行自检"},{"name":"mcrypt_ofb","type":"","path":"php/mcrypt_ofb.html","desc":"使用 OFB 模式加密解密数据"},{"name":"md5","type":"","path":"php/md5.html","desc":"计算字符串的 MD5 散列值"},{"name":"md5_file","type":"","path":"php/md5_file.html","desc":"计算指定文件的 MD5 散列值"},{"name":"mdecrypt_generic","type":"","path":"php/mdecrypt_generic.html","desc":"解密数据"},{"name":"memcache_debug","type":"","path":"php/memcache_debug.html","desc":"转换调试输出的开关"},{"name":"memory_get_peak_usage","type":"","path":"php/memory_get_peak_usage.html","desc":"返回分配给 PHP 内存的峰值"},{"name":"memory_get_usage","type":"","path":"php/memory_get_usage.html","desc":"返回分配给 PHP 的内存量"},{"name":"metaphone","type":"","path":"php/metaphone.html","desc":"Calculate the metaphone key of a string"},{"name":"method_exists","type":"","path":"php/method_exists.html","desc":"检查类的方法是否存在"},{"name":"mhash","type":"","path":"php/mhash.html","desc":"Computes hash"},{"name":"mhash_count","type":"","path":"php/mhash_count.html","desc":"Gets the highest available hash ID"},{"name":"mhash_get_block_size","type":"","path":"php/mhash_get_block_size.html","desc":"Gets the block size of the specified hash"},{"name":"mhash_get_hash_name","type":"","path":"php/mhash_get_hash_name.html","desc":"Gets the name of the specified hash"},{"name":"mhash_keygen_s2k","type":"","path":"php/mhash_keygen_s2k.html","desc":"Generates a key"},{"name":"microtime","type":"","path":"php/microtime.html","desc":"返回当前 Unix 时间戳和微秒数"},{"name":"mime_content_type","type":"","path":"php/mime_content_type.html","desc":"检测文件的 MIME 类型"},{"name":"min","type":"","path":"php/min.html","desc":"找出最小值"},{"name":"ming_keypress","type":"","path":"php/ming_keypress.html","desc":"Returns the action flag for keyPress(char)"},{"name":"ming_setcubicthreshold","type":"","path":"php/ming_setcubicthreshold.html","desc":"Set cubic threshold"},{"name":"ming_setscale","type":"","path":"php/ming_setscale.html","desc":"Set the global scaling factor"},{"name":"ming_setswfcompression","type":"","path":"php/ming_setswfcompression.html","desc":"Sets the SWF output compression"},{"name":"ming_useconstants","type":"","path":"php/ming_useconstants.html","desc":"Use constant pool"},{"name":"ming_useswfversion","type":"","path":"php/ming_useswfversion.html","desc":"Sets the SWF version"},{"name":"mkdir","type":"","path":"php/mkdir.html","desc":"新建目录"},{"name":"mktime","type":"","path":"php/mktime.html","desc":"取得一个日期的 Unix 时间戳"},{"name":"money_format","type":"","path":"php/money_format.html","desc":"将数字格式化成货币字符串"},{"name":"mongodb.bson_fromjson","type":"","path":"php/mongodb.bson_fromjson.html","desc":"Returns the BSON representation of a JSON value"},{"name":"mongodb.bson_fromphp","type":"","path":"php/mongodb.bson_fromphp.html","desc":"Returns the BSON representation of a PHP value"},{"name":"mongodb.bson_tocanonicalextendedjson","type":"","path":"php/mongodb.bson_tocanonicalextendedjson.html","desc":"Returns the Canonical Extended JSON representation of a BSON value"},{"name":"mongodb.bson_tojson","type":"","path":"php/mongodb.bson_tojson.html","desc":"Returns the Legacy Extended JSON representation of a BSON value"},{"name":"mongodb.bson_tophp","type":"","path":"php/mongodb.bson_tophp.html","desc":"Returns the PHP representation of a BSON value"},{"name":"mongodb.bson_torelaxedextendedjson","type":"","path":"php/mongodb.bson_torelaxedextendedjson.html","desc":"Returns the Relaxed Extended JSON representation of a BSON value"},{"name":"mongodb.driver.monitoring.addsubscriber","type":"","path":"php/mongodb.driver.monitoring.addsubscriber.html","desc":"Registers a new monitoring event subscriber"},{"name":"mongodb.driver.monitoring.removesubscriber","type":"","path":"php/mongodb.driver.monitoring.removesubscriber.html","desc":"Unregisters an existing monitoring event subscriber"},{"name":"move_uploaded_file","type":"","path":"php/move_uploaded_file.html","desc":"将上传的文件移动到新位置"},{"name":"mqseries_back","type":"","path":"php/mqseries_back.html","desc":"MQSeries MQBACK"},{"name":"mqseries_begin","type":"","path":"php/mqseries_begin.html","desc":"MQseries MQBEGIN"},{"name":"mqseries_close","type":"","path":"php/mqseries_close.html","desc":"MQSeries MQCLOSE"},{"name":"mqseries_cmit","type":"","path":"php/mqseries_cmit.html","desc":"MQSeries MQCMIT"},{"name":"mqseries_conn","type":"","path":"php/mqseries_conn.html","desc":"MQSeries MQCONN"},{"name":"mqseries_connx","type":"","path":"php/mqseries_connx.html","desc":"MQSeries MQCONNX"},{"name":"mqseries_disc","type":"","path":"php/mqseries_disc.html","desc":"MQSeries MQDISC"},{"name":"mqseries_get","type":"","path":"php/mqseries_get.html","desc":"MQSeries MQGET"},{"name":"mqseries_inq","type":"","path":"php/mqseries_inq.html","desc":"MQSeries MQINQ"},{"name":"mqseries_open","type":"","path":"php/mqseries_open.html","desc":"MQSeries MQOPEN"},{"name":"mqseries_put","type":"","path":"php/mqseries_put.html","desc":"MQSeries MQPUT"},{"name":"mqseries_put1","type":"","path":"php/mqseries_put1.html","desc":"MQSeries MQPUT1"},{"name":"mqseries_set","type":"","path":"php/mqseries_set.html","desc":"MQSeries MQSET"},{"name":"mqseries_strerror","type":"","path":"php/mqseries_strerror.html","desc":"Returns the error message corresponding to a result code (MQRC)"},{"name":"msession_connect","type":"","path":"php/msession_connect.html","desc":"Connect to msession server"},{"name":"msession_count","type":"","path":"php/msession_count.html","desc":"Get session count"},{"name":"msession_create","type":"","path":"php/msession_create.html","desc":"Create a session"},{"name":"msession_destroy","type":"","path":"php/msession_destroy.html","desc":"Destroy a session"},{"name":"msession_disconnect","type":"","path":"php/msession_disconnect.html","desc":"Close connection to msession server"},{"name":"msession_find","type":"","path":"php/msession_find.html","desc":"Find all sessions with name and value"},{"name":"msession_get","type":"","path":"php/msession_get.html","desc":"Get value from session"},{"name":"msession_get_array","type":"","path":"php/msession_get_array.html","desc":"Get array of msession variables"},{"name":"msession_get_data","type":"","path":"php/msession_get_data.html","desc":"Get data session unstructured data"},{"name":"msession_inc","type":"","path":"php/msession_inc.html","desc":"Increment value in session"},{"name":"msession_list","type":"","path":"php/msession_list.html","desc":"List all sessions"},{"name":"msession_listvar","type":"","path":"php/msession_listvar.html","desc":"List sessions with variable"},{"name":"msession_lock","type":"","path":"php/msession_lock.html","desc":"Lock a session"},{"name":"msession_plugin","type":"","path":"php/msession_plugin.html","desc":"Call an escape function within the msession personality plugin"},{"name":"msession_randstr","type":"","path":"php/msession_randstr.html","desc":"Get random string"},{"name":"msession_set","type":"","path":"php/msession_set.html","desc":"Set value in session"},{"name":"msession_set_array","type":"","path":"php/msession_set_array.html","desc":"Set msession variables from an array"},{"name":"msession_set_data","type":"","path":"php/msession_set_data.html","desc":"Set data session unstructured data"},{"name":"msession_timeout","type":"","path":"php/msession_timeout.html","desc":"Setget session timeout"},{"name":"msession_uniq","type":"","path":"php/msession_uniq.html","desc":"Get unique id"},{"name":"msession_unlock","type":"","path":"php/msession_unlock.html","desc":"Unlock a session"},{"name":"msg_get_queue","type":"","path":"php/msg_get_queue.html","desc":"Create or attach to a message queue"},{"name":"msg_queue_exists","type":"","path":"php/msg_queue_exists.html","desc":"Check whether a message queue exists"},{"name":"msg_receive","type":"","path":"php/msg_receive.html","desc":"Receive a message from a message queue"},{"name":"msg_remove_queue","type":"","path":"php/msg_remove_queue.html","desc":"Destroy a message queue"},{"name":"msg_send","type":"","path":"php/msg_send.html","desc":"Send a message to a message queue"},{"name":"msg_set_queue","type":"","path":"php/msg_set_queue.html","desc":"Set information in the message queue data structure"},{"name":"msg_stat_queue","type":"","path":"php/msg_stat_queue.html","desc":"Returns information from the message queue data structure"},{"name":"msql","type":"","path":"php/msql.html","desc":"Alias of msql_db_query"},{"name":"msql_affected_rows","type":"","path":"php/msql_affected_rows.html","desc":"Returns number of affected rows"},{"name":"msql_close","type":"","path":"php/msql_close.html","desc":"Close mSQL connection"},{"name":"msql_connect","type":"","path":"php/msql_connect.html","desc":"Open mSQL connection"},{"name":"msql_createdb","type":"","path":"php/msql_createdb.html","desc":"别名 msql_create_db"},{"name":"msql_create_db","type":"","path":"php/msql_create_db.html","desc":"Create mSQL database"},{"name":"msql_data_seek","type":"","path":"php/msql_data_seek.html","desc":"Move internal row pointer"},{"name":"msql_dbname","type":"","path":"php/msql_dbname.html","desc":"别名 msql_result"},{"name":"msql_db_query","type":"","path":"php/msql_db_query.html","desc":"Send mSQL query"},{"name":"msql_drop_db","type":"","path":"php/msql_drop_db.html","desc":"Drop (delete) mSQL database"},{"name":"msql_error","type":"","path":"php/msql_error.html","desc":"Returns error message of last msql call"},{"name":"msql_fetch_array","type":"","path":"php/msql_fetch_array.html","desc":"Fetch row as array"},{"name":"msql_fetch_field","type":"","path":"php/msql_fetch_field.html","desc":"Get field information"},{"name":"msql_fetch_object","type":"","path":"php/msql_fetch_object.html","desc":"Fetch row as object"},{"name":"msql_fetch_row","type":"","path":"php/msql_fetch_row.html","desc":"Get row as enumerated array"},{"name":"msql_fieldflags","type":"","path":"php/msql_fieldflags.html","desc":"Alias of msql_field_flags"},{"name":"msql_fieldlen","type":"","path":"php/msql_fieldlen.html","desc":"Alias of msql_field_len"},{"name":"msql_fieldname","type":"","path":"php/msql_fieldname.html","desc":"Alias of msql_field_name"},{"name":"msql_fieldtable","type":"","path":"php/msql_fieldtable.html","desc":"Alias of msql_field_table"},{"name":"msql_fieldtype","type":"","path":"php/msql_fieldtype.html","desc":"Alias of msql_field_type"},{"name":"msql_field_flags","type":"","path":"php/msql_field_flags.html","desc":"Get field flags"},{"name":"msql_field_len","type":"","path":"php/msql_field_len.html","desc":"Get field length"},{"name":"msql_field_name","type":"","path":"php/msql_field_name.html","desc":"Get the name of the specified field in a result"},{"name":"msql_field_seek","type":"","path":"php/msql_field_seek.html","desc":"Set field offset"},{"name":"msql_field_table","type":"","path":"php/msql_field_table.html","desc":"Get table name for field"},{"name":"msql_field_type","type":"","path":"php/msql_field_type.html","desc":"Get field type"},{"name":"msql_free_result","type":"","path":"php/msql_free_result.html","desc":"Free result memory"},{"name":"msql_list_dbs","type":"","path":"php/msql_list_dbs.html","desc":"List mSQL databases on server"},{"name":"msql_list_fields","type":"","path":"php/msql_list_fields.html","desc":"List result fields"},{"name":"msql_list_tables","type":"","path":"php/msql_list_tables.html","desc":"List tables in an mSQL database"},{"name":"msql_numfields","type":"","path":"php/msql_numfields.html","desc":"Alias of msql_num_fields"},{"name":"msql_numrows","type":"","path":"php/msql_numrows.html","desc":"Alias of msql_num_rows"},{"name":"msql_num_fields","type":"","path":"php/msql_num_fields.html","desc":"Get number of fields in result"},{"name":"msql_num_rows","type":"","path":"php/msql_num_rows.html","desc":"Get number of rows in result"},{"name":"msql_pconnect","type":"","path":"php/msql_pconnect.html","desc":"Open persistent mSQL connection"},{"name":"msql_query","type":"","path":"php/msql_query.html","desc":"Send mSQL query"},{"name":"msql_regcase","type":"","path":"php/msql_regcase.html","desc":"Alias of sql_regcase"},{"name":"msql_result","type":"","path":"php/msql_result.html","desc":"Get result data"},{"name":"msql_select_db","type":"","path":"php/msql_select_db.html","desc":"Select mSQL database"},{"name":"msql_tablename","type":"","path":"php/msql_tablename.html","desc":"Alias of msql_result"},{"name":"mssql_bind","type":"","path":"php/mssql_bind.html","desc":"Adds a parameter to a stored procedure or a remote stored procedure"},{"name":"mssql_close","type":"","path":"php/mssql_close.html","desc":"关闭MS SQL Server链接"},{"name":"mssql_connect","type":"","path":"php/mssql_connect.html","desc":"打开MS SQL server链接"},{"name":"mssql_data_seek","type":"","path":"php/mssql_data_seek.html","desc":"Moves internal row pointer"},{"name":"mssql_execute","type":"","path":"php/mssql_execute.html","desc":"Executes a stored procedure on a MS SQL server database"},{"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"},{"name":"mssql_fetch_assoc","type":"","path":"php/mssql_fetch_assoc.html","desc":"Returns an associative array of the current row in the result"},{"name":"mssql_fetch_batch","type":"","path":"php/mssql_fetch_batch.html","desc":"Returns the next batch of records"},{"name":"mssql_fetch_field","type":"","path":"php/mssql_fetch_field.html","desc":"Get field information"},{"name":"mssql_fetch_object","type":"","path":"php/mssql_fetch_object.html","desc":"Fetch row as object"},{"name":"mssql_fetch_row","type":"","path":"php/mssql_fetch_row.html","desc":"Get row as enumerated array"},{"name":"mssql_field_length","type":"","path":"php/mssql_field_length.html","desc":"Get the length of a field"},{"name":"mssql_field_name","type":"","path":"php/mssql_field_name.html","desc":"Get the name of a field"},{"name":"mssql_field_seek","type":"","path":"php/mssql_field_seek.html","desc":"Seeks to the specified field offset"},{"name":"mssql_field_type","type":"","path":"php/mssql_field_type.html","desc":"Gets the type of a field"},{"name":"mssql_free_result","type":"","path":"php/mssql_free_result.html","desc":"Free result memory"},{"name":"mssql_free_statement","type":"","path":"php/mssql_free_statement.html","desc":"Free statement memory"},{"name":"mssql_get_last_message","type":"","path":"php/mssql_get_last_message.html","desc":"Returns the last message from the server"},{"name":"mssql_guid_string","type":"","path":"php/mssql_guid_string.html","desc":"Converts a 16 byte binary GUID to a string"},{"name":"mssql_init","type":"","path":"php/mssql_init.html","desc":"Initializes a stored procedure or a remote stored procedure"},{"name":"mssql_min_error_severity","type":"","path":"php/mssql_min_error_severity.html","desc":"Sets the minimum error severity"},{"name":"mssql_min_message_severity","type":"","path":"php/mssql_min_message_severity.html","desc":"Sets the minimum message severity"},{"name":"mssql_next_result","type":"","path":"php/mssql_next_result.html","desc":"Move the internal result pointer to the next result"},{"name":"mssql_num_fields","type":"","path":"php/mssql_num_fields.html","desc":"Gets the number of fields in result"},{"name":"mssql_num_rows","type":"","path":"php/mssql_num_rows.html","desc":"Gets the number of rows in result"},{"name":"mssql_pconnect","type":"","path":"php/mssql_pconnect.html","desc":"Open persistent MS SQL connection"},{"name":"mssql_query","type":"","path":"php/mssql_query.html","desc":"Send MS SQL query"},{"name":"mssql_result","type":"","path":"php/mssql_result.html","desc":"Get result data"},{"name":"mssql_rows_affected","type":"","path":"php/mssql_rows_affected.html","desc":"Returns the number of records affected by the query"},{"name":"mssql_select_db","type":"","path":"php/mssql_select_db.html","desc":"Select MS SQL database"},{"name":"mt_getrandmax","type":"","path":"php/mt_getrandmax.html","desc":"显示随机数的最大可能值"},{"name":"mt_rand","type":"","path":"php/mt_rand.html","desc":"生成更好的随机数"},{"name":"mt_srand","type":"","path":"php/mt_srand.html","desc":"播下一个更好的随机数发生器种子"},{"name":"mysqli_bind_param","type":"","path":"php/mysqli_bind_param.html","desc":"mysqli_stmt_bind_param 的别名"},{"name":"mysqli_bind_result","type":"","path":"php/mysqli_bind_result.html","desc":"mysqli_stmt_bind_result 的别名"},{"name":"mysqli_client_encoding","type":"","path":"php/mysqli_client_encoding.html","desc":"mysqli_character_set_name 的别名"},{"name":"mysqli_connect","type":"","path":"php/mysqli_connect.html","desc":"别名 mysqli__construct"},{"name":"mysqli_disable_reads_from_master","type":"","path":"php/mysqli_disable_reads_from_master.html","desc":"在主从服务器结构中,禁用从主机读取数据"},{"name":"mysqli_disable_rpl_parse","type":"","path":"php/mysqli_disable_rpl_parse.html","desc":"禁用RPL解析"},{"name":"mysqli_enable_reads_from_master","type":"","path":"php/mysqli_enable_reads_from_master.html","desc":"开启从主机读取"},{"name":"mysqli_enable_rpl_parse","type":"","path":"php/mysqli_enable_rpl_parse.html","desc":"开启RPL解析"},{"name":"mysqli_escape_string","type":"","path":"php/mysqli_escape_string.html","desc":"别名 mysqli_real_escape_string"},{"name":"mysqli_execute","type":"","path":"php/mysqli_execute.html","desc":"mysqli_stmt_execute 的别名"},{"name":"mysqli_fetch","type":"","path":"php/mysqli_fetch.html","desc":"mysqli_stmt_fetch 的别名。"},{"name":"mysqli_get_cache_stats","type":"","path":"php/mysqli_get_cache_stats.html","desc":"返回客户端Zval缓存统计信息"},{"name":"mysqli_get_client_stats","type":"","path":"php/mysqli_get_client_stats.html","desc":"返回客户端进程统计信息"},{"name":"mysqli_get_links_stats","type":"","path":"php/mysqli_get_links_stats.html","desc":"返回打开和缓存的链接相关信息"},{"name":"mysqli_get_metadata","type":"","path":"php/mysqli_get_metadata.html","desc":"mysqli_stmt_result_metadata 的别名"},{"name":"mysqli_master_query","type":"","path":"php/mysqli_master_query.html","desc":"在主从机制中强制在主机中执行一个查询"},{"name":"mysqli_param_count","type":"","path":"php/mysqli_param_count.html","desc":"mysqli_stmt_param_count 的别名"},{"name":"mysqli_report","type":"","path":"php/mysqli_report.html","desc":"别名 mysqli_driver->report_mode"},{"name":"mysqli_rpl_parse_enabled","type":"","path":"php/mysqli_rpl_parse_enabled.html","desc":"检查是否开启了 RPL 解析"},{"name":"mysqli_rpl_probe","type":"","path":"php/mysqli_rpl_probe.html","desc":"RPL 探测"},{"name":"mysqli_send_long_data","type":"","path":"php/mysqli_send_long_data.html","desc":"mysqli_stmt_send_long_data 的别名"},{"name":"mysqli_set_opt","type":"","path":"php/mysqli_set_opt.html","desc":"mysqli_options 的别名"},{"name":"mysqli_slave_query","type":"","path":"php/mysqli_slave_query.html","desc":"在主从机制中强制在从机上执行一个查询"},{"name":"mysqlnd_memcache_get_config","type":"","path":"php/mysqlnd_memcache_get_config.html","desc":"Returns information about the plugin configuration"},{"name":"mysqlnd_memcache_set","type":"","path":"php/mysqlnd_memcache_set.html","desc":"Associate a MySQL connection with a Memcache connection"},{"name":"mysqlnd_ms_dump_servers","type":"","path":"php/mysqlnd_ms_dump_servers.html","desc":"Returns a list of currently configured servers"},{"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"},{"name":"mysqlnd_ms_fabric_select_shard","type":"","path":"php/mysqlnd_ms_fabric_select_shard.html","desc":"Switch to shard"},{"name":"mysqlnd_ms_get_last_gtid","type":"","path":"php/mysqlnd_ms_get_last_gtid.html","desc":"返回最后的全局同步 ID (GTID)"},{"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"},{"name":"mysqlnd_ms_get_stats","type":"","path":"php/mysqlnd_ms_get_stats.html","desc":"Returns query distribution and connection statistics"},{"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"},{"name":"mysqlnd_ms_query_is_select","type":"","path":"php/mysqlnd_ms_query_is_select.html","desc":"查询给定的 SQL 会发送给 master、slave 还是最后使用的 MySQL server 执行。"},{"name":"mysqlnd_ms_set_qos","type":"","path":"php/mysqlnd_ms_set_qos.html","desc":"Sets the quality of service needed from the cluster"},{"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"},{"name":"mysqlnd_ms_xa_begin","type":"","path":"php/mysqlnd_ms_xa_begin.html","desc":"Starts a distributedXA transaction among MySQL servers"},{"name":"mysqlnd_ms_xa_commit","type":"","path":"php/mysqlnd_ms_xa_commit.html","desc":"Commits a distributedXA transaction among MySQL servers"},{"name":"mysqlnd_ms_xa_gc","type":"","path":"php/mysqlnd_ms_xa_gc.html","desc":"Garbage collects unfinished XA transactions after severe errors"},{"name":"mysqlnd_ms_xa_rollback","type":"","path":"php/mysqlnd_ms_xa_rollback.html","desc":"Rolls back a distributedXA transaction among MySQL servers"},{"name":"mysqlnd_qc_clear_cache","type":"","path":"php/mysqlnd_qc_clear_cache.html","desc":"Flush all cache contents"},{"name":"mysqlnd_qc_get_available_handlers","type":"","path":"php/mysqlnd_qc_get_available_handlers.html","desc":"Returns a list of available storage handler"},{"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"},{"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"},{"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"},{"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"},{"name":"mysqlnd_qc_set_cache_condition","type":"","path":"php/mysqlnd_qc_set_cache_condition.html","desc":"Set conditions for automatic caching"},{"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"},{"name":"mysqlnd_qc_set_storage_handler","type":"","path":"php/mysqlnd_qc_set_storage_handler.html","desc":"Change current storage handler"},{"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"},{"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"},{"name":"mysqlnd_uh_set_connection_proxy","type":"","path":"php/mysqlnd_uh_set_connection_proxy.html","desc":"Installs a proxy for mysqlnd connections"},{"name":"mysqlnd_uh_set_statement_proxy","type":"","path":"php/mysqlnd_uh_set_statement_proxy.html","desc":"Installs a proxy for mysqlnd statements"},{"name":"mysql_affected_rows","type":"","path":"php/mysql_affected_rows.html","desc":"取得前一次 MySQL 操作所影响的记录行数"},{"name":"mysql_client_encoding","type":"","path":"php/mysql_client_encoding.html","desc":"返回字符集的名称"},{"name":"mysql_close","type":"","path":"php/mysql_close.html","desc":"关闭 MySQL 连接"},{"name":"mysql_connect","type":"","path":"php/mysql_connect.html","desc":"打开一个到 MySQL 服务器的连接"},{"name":"mysql_create_db","type":"","path":"php/mysql_create_db.html","desc":"新建一个 MySQL 数据库"},{"name":"mysql_data_seek","type":"","path":"php/mysql_data_seek.html","desc":"移动内部结果的指针"},{"name":"mysql_db_name","type":"","path":"php/mysql_db_name.html","desc":"取得结果数据"},{"name":"mysql_db_query","type":"","path":"php/mysql_db_query.html","desc":"发送一条 MySQL 查询"},{"name":"mysql_drop_db","type":"","path":"php/mysql_drop_db.html","desc":"丢弃(删除)一个 MySQL 数据库"},{"name":"mysql_errno","type":"","path":"php/mysql_errno.html","desc":"返回上一个 MySQL 操作中的错误信息的数字编码"},{"name":"mysql_error","type":"","path":"php/mysql_error.html","desc":"返回上一个 MySQL 操作产生的文本错误信息"},{"name":"mysql_escape_string","type":"","path":"php/mysql_escape_string.html","desc":"转义一个字符串用于 mysql_query"},{"name":"mysql_fetch_array","type":"","path":"php/mysql_fetch_array.html","desc":"从结果集中取得一行作为关联数组,或数字数组,或二者兼有"},{"name":"mysql_fetch_assoc","type":"","path":"php/mysql_fetch_assoc.html","desc":"从结果集中取得一行作为关联数组"},{"name":"mysql_fetch_field","type":"","path":"php/mysql_fetch_field.html","desc":"从结果集中取得列信息并作为对象返回"},{"name":"mysql_fetch_lengths","type":"","path":"php/mysql_fetch_lengths.html","desc":"取得结果集中每个输出的长度"},{"name":"mysql_fetch_object","type":"","path":"php/mysql_fetch_object.html","desc":"从结果集中取得一行作为对象"},{"name":"mysql_fetch_row","type":"","path":"php/mysql_fetch_row.html","desc":"从结果集中取得一行作为枚举数组"},{"name":"mysql_field_flags","type":"","path":"php/mysql_field_flags.html","desc":"从结果中取得和指定字段关联的标志"},{"name":"mysql_field_len","type":"","path":"php/mysql_field_len.html","desc":"返回指定字段的长度"},{"name":"mysql_field_name","type":"","path":"php/mysql_field_name.html","desc":"取得结果中指定字段的字段名"},{"name":"mysql_field_seek","type":"","path":"php/mysql_field_seek.html","desc":"将结果集中的指针设定为制定的字段偏移量"},{"name":"mysql_field_table","type":"","path":"php/mysql_field_table.html","desc":"取得指定字段所在的表名"},{"name":"mysql_field_type","type":"","path":"php/mysql_field_type.html","desc":"取得结果集中指定字段的类型"},{"name":"mysql_free_result","type":"","path":"php/mysql_free_result.html","desc":"释放结果内存"},{"name":"mysql_get_client_info","type":"","path":"php/mysql_get_client_info.html","desc":"取得 MySQL 客户端信息"},{"name":"mysql_get_host_info","type":"","path":"php/mysql_get_host_info.html","desc":"取得 MySQL 主机信息"},{"name":"mysql_get_proto_info","type":"","path":"php/mysql_get_proto_info.html","desc":"取得 MySQL 协议信息"},{"name":"mysql_get_server_info","type":"","path":"php/mysql_get_server_info.html","desc":"取得 MySQL 服务器信息"},{"name":"mysql_info","type":"","path":"php/mysql_info.html","desc":"取得最近一条查询的信息"},{"name":"mysql_insert_id","type":"","path":"php/mysql_insert_id.html","desc":"取得上一步 INSERT 操作产生的 ID"},{"name":"mysql_list_dbs","type":"","path":"php/mysql_list_dbs.html","desc":"列出 MySQL 服务器中所有的数据库"},{"name":"mysql_list_fields","type":"","path":"php/mysql_list_fields.html","desc":"列出 MySQL 结果中的字段"},{"name":"mysql_list_processes","type":"","path":"php/mysql_list_processes.html","desc":"列出 MySQL 进程"},{"name":"mysql_list_tables","type":"","path":"php/mysql_list_tables.html","desc":"列出 MySQL 数据库中的表"},{"name":"mysql_num_fields","type":"","path":"php/mysql_num_fields.html","desc":"取得结果集中字段的数目"},{"name":"mysql_num_rows","type":"","path":"php/mysql_num_rows.html","desc":"取得结果集中行的数目"},{"name":"mysql_pconnect","type":"","path":"php/mysql_pconnect.html","desc":"打开一个到 MySQL 服务器的持久连接"},{"name":"mysql_ping","type":"","path":"php/mysql_ping.html","desc":"Ping 一个服务器连接,如果没有连接则重新连接"},{"name":"mysql_query","type":"","path":"php/mysql_query.html","desc":"发送一条 MySQL 查询"},{"name":"mysql_real_escape_string","type":"","path":"php/mysql_real_escape_string.html","desc":"转义 SQL 语句中使用的字符串中的特殊字符,并考虑到连接的当前字符集"},{"name":"mysql_result","type":"","path":"php/mysql_result.html","desc":"取得结果数据"},{"name":"mysql_select_db","type":"","path":"php/mysql_select_db.html","desc":"选择 MySQL 数据库"},{"name":"mysql_set_charset","type":"","path":"php/mysql_set_charset.html","desc":"设置客户端的字符集"},{"name":"mysql_stat","type":"","path":"php/mysql_stat.html","desc":"取得当前系统状态"},{"name":"mysql_tablename","type":"","path":"php/mysql_tablename.html","desc":"取得表名"},{"name":"mysql_thread_id","type":"","path":"php/mysql_thread_id.html","desc":"返回当前线程的 ID"},{"name":"mysql_unbuffered_query","type":"","path":"php/mysql_unbuffered_query.html","desc":"向 MySQL 发送一条 SQL 查询,并不获取和缓存结果的行"},{"name":"mysql_xdevapi_expression","type":"","path":"php/mysql_xdevapi_expression.html","desc":"Bind prepared statement variables as parameters"},{"name":"mysql_xdevapi_getsession","type":"","path":"php/mysql_xdevapi_getsession.html","desc":"Connect to a MySQL server"},{"name":"m_checkstatus","type":"","path":"php/m_checkstatus.html","desc":"Check to see if a transaction has completed"},{"name":"m_completeauthorizations","type":"","path":"php/m_completeauthorizations.html","desc":"Number of complete authorizations in queue, returning an array of their identifiers"},{"name":"m_connect","type":"","path":"php/m_connect.html","desc":"Establish the connection to MCVE"},{"name":"m_connectionerror","type":"","path":"php/m_connectionerror.html","desc":"Get a textual representation of why a connection failed"},{"name":"m_deletetrans","type":"","path":"php/m_deletetrans.html","desc":"Delete specified transaction from MCVE_CONN structure"},{"name":"m_destroyconn","type":"","path":"php/m_destroyconn.html","desc":"Destroy the connection and MCVE_CONN structure"},{"name":"m_destroyengine","type":"","path":"php/m_destroyengine.html","desc":"Free memory associated with IPSSL connectivity"},{"name":"m_getcell","type":"","path":"php/m_getcell.html","desc":"Get a specific cell from a comma delimited response by column name"},{"name":"m_getcellbynum","type":"","path":"php/m_getcellbynum.html","desc":"Get a specific cell from a comma delimited response by column number"},{"name":"m_getcommadelimited","type":"","path":"php/m_getcommadelimited.html","desc":"Get the RAW comma delimited data returned from MCVE"},{"name":"m_getheader","type":"","path":"php/m_getheader.html","desc":"Get the name of the column in a comma-delimited response"},{"name":"m_initconn","type":"","path":"php/m_initconn.html","desc":"Create and initialize an MCVE_CONN structure"},{"name":"m_initengine","type":"","path":"php/m_initengine.html","desc":"Ready the client for IPSSL Communication"},{"name":"m_iscommadelimited","type":"","path":"php/m_iscommadelimited.html","desc":"Checks to see if response is comma delimited"},{"name":"m_maxconntimeout","type":"","path":"php/m_maxconntimeout.html","desc":"The maximum amount of time the API will attempt a connection to MCVE"},{"name":"m_monitor","type":"","path":"php/m_monitor.html","desc":"Perform communication with MCVE (sendreceive data) Non-blocking"},{"name":"m_numcolumns","type":"","path":"php/m_numcolumns.html","desc":"Number of columns returned in a comma delimited response"},{"name":"m_numrows","type":"","path":"php/m_numrows.html","desc":"Number of rows returned in a comma delimited response"},{"name":"m_parsecommadelimited","type":"","path":"php/m_parsecommadelimited.html","desc":"Parse the comma delimited response so m_getcell, etc will work"},{"name":"m_responsekeys","type":"","path":"php/m_responsekeys.html","desc":"Returns array of strings which represents the keys that can"},{"name":"m_responseparam","type":"","path":"php/m_responseparam.html","desc":"Get a custom response parameter"},{"name":"m_returnstatus","type":"","path":"php/m_returnstatus.html","desc":"Check to see if the transaction was successful"},{"name":"m_setblocking","type":"","path":"php/m_setblocking.html","desc":"Set blockingnon-blocking mode for connection"},{"name":"m_setdropfile","type":"","path":"php/m_setdropfile.html","desc":"Set the connection method to Drop-File"},{"name":"m_setip","type":"","path":"php/m_setip.html","desc":"Set the connection method to IP"},{"name":"m_setssl","type":"","path":"php/m_setssl.html","desc":"Set the connection method to SSL"},{"name":"m_setssl_cafile","type":"","path":"php/m_setssl_cafile.html","desc":"Set SSL CA (Certificate Authority) file for verification o"},{"name":"m_setssl_files","type":"","path":"php/m_setssl_files.html","desc":"Set certificate key files and certificates if server requires client cer"},{"name":"m_settimeout","type":"","path":"php/m_settimeout.html","desc":"Set maximum transaction time (per trans)"},{"name":"m_sslcert_gen_hash","type":"","path":"php/m_sslcert_gen_hash.html","desc":"Generate hash for SSL client certificate verification"},{"name":"m_transactionssent","type":"","path":"php/m_transactionssent.html","desc":"Check to see if outgoing buffer is clear"},{"name":"m_transinqueue","type":"","path":"php/m_transinqueue.html","desc":"Number of transactions in client-queue"},{"name":"m_transkeyval","type":"","path":"php/m_transkeyval.html","desc":"Add keyvalue pair to a transaction. Replaces deprecated transparam()"},{"name":"m_transnew","type":"","path":"php/m_transnew.html","desc":"Start a new transaction"},{"name":"m_transsend","type":"","path":"php/m_transsend.html","desc":"Finalize and send the transaction"},{"name":"m_uwait","type":"","path":"php/m_uwait.html","desc":"Wait x microsecs"},{"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"},{"name":"m_verifyconnection","type":"","path":"php/m_verifyconnection.html","desc":"Set whether or not to PING upon connect to verify connection"},{"name":"m_verifysslcert","type":"","path":"php/m_verifysslcert.html","desc":"Set whether or not to verify the server ssl certificate"},{"name":"natcasesort","type":"","path":"php/natcasesort.html","desc":"用“自然排序”算法对数组进行不区分大小写字母的排序"},{"name":"natsort","type":"","path":"php/natsort.html","desc":"用“自然排序”算法对数组排序"},{"name":"ncurses_addch","type":"","path":"php/ncurses_addch.html","desc":"Add character at current position and advance cursor"},{"name":"ncurses_addchnstr","type":"","path":"php/ncurses_addchnstr.html","desc":"Add attributed string with specified length at current position"},{"name":"ncurses_addchstr","type":"","path":"php/ncurses_addchstr.html","desc":"Add attributed string at current position"},{"name":"ncurses_addnstr","type":"","path":"php/ncurses_addnstr.html","desc":"Add string with specified length at current position"},{"name":"ncurses_addstr","type":"","path":"php/ncurses_addstr.html","desc":"Output text at current position"},{"name":"ncurses_assume_default_colors","type":"","path":"php/ncurses_assume_default_colors.html","desc":"Define default colors for color 0"},{"name":"ncurses_attroff","type":"","path":"php/ncurses_attroff.html","desc":"Turn off the given attributes"},{"name":"ncurses_attron","type":"","path":"php/ncurses_attron.html","desc":"Turn on the given attributes"},{"name":"ncurses_attrset","type":"","path":"php/ncurses_attrset.html","desc":"Set given attributes"},{"name":"ncurses_baudrate","type":"","path":"php/ncurses_baudrate.html","desc":"Returns baudrate of terminal"},{"name":"ncurses_beep","type":"","path":"php/ncurses_beep.html","desc":"Let the terminal beep"},{"name":"ncurses_bkgd","type":"","path":"php/ncurses_bkgd.html","desc":"Set background property for terminal screen"},{"name":"ncurses_bkgdset","type":"","path":"php/ncurses_bkgdset.html","desc":"Control screen background"},{"name":"ncurses_border","type":"","path":"php/ncurses_border.html","desc":"Draw a border around the screen using attributed characters"},{"name":"ncurses_bottom_panel","type":"","path":"php/ncurses_bottom_panel.html","desc":"Moves a visible panel to the bottom of the stack"},{"name":"ncurses_can_change_color","type":"","path":"php/ncurses_can_change_color.html","desc":"Checks if terminal color definitions can be changed"},{"name":"ncurses_cbreak","type":"","path":"php/ncurses_cbreak.html","desc":"Switch off input buffering"},{"name":"ncurses_clear","type":"","path":"php/ncurses_clear.html","desc":"Clear screen"},{"name":"ncurses_clrtobot","type":"","path":"php/ncurses_clrtobot.html","desc":"Clear screen from current position to bottom"},{"name":"ncurses_clrtoeol","type":"","path":"php/ncurses_clrtoeol.html","desc":"Clear screen from current position to end of line"},{"name":"ncurses_color_content","type":"","path":"php/ncurses_color_content.html","desc":"Retrieves RGB components of a color"},{"name":"ncurses_color_set","type":"","path":"php/ncurses_color_set.html","desc":"Set active foreground and background colors"},{"name":"ncurses_curs_set","type":"","path":"php/ncurses_curs_set.html","desc":"Set cursor state"},{"name":"ncurses_define_key","type":"","path":"php/ncurses_define_key.html","desc":"Define a keycode"},{"name":"ncurses_def_prog_mode","type":"","path":"php/ncurses_def_prog_mode.html","desc":"Saves terminals (program) mode"},{"name":"ncurses_def_shell_mode","type":"","path":"php/ncurses_def_shell_mode.html","desc":"Saves terminals (shell) mode"},{"name":"ncurses_delay_output","type":"","path":"php/ncurses_delay_output.html","desc":"Delay output on terminal using padding characters"},{"name":"ncurses_delch","type":"","path":"php/ncurses_delch.html","desc":"Delete character at current position, move rest of line left"},{"name":"ncurses_deleteln","type":"","path":"php/ncurses_deleteln.html","desc":"Delete line at current position, move rest of screen up"},{"name":"ncurses_delwin","type":"","path":"php/ncurses_delwin.html","desc":"Delete a ncurses window"},{"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)"},{"name":"ncurses_doupdate","type":"","path":"php/ncurses_doupdate.html","desc":"Write all prepared refreshes to terminal"},{"name":"ncurses_echo","type":"","path":"php/ncurses_echo.html","desc":"Activate keyboard input echo"},{"name":"ncurses_echochar","type":"","path":"php/ncurses_echochar.html","desc":"Single character output including refresh"},{"name":"ncurses_end","type":"","path":"php/ncurses_end.html","desc":"Stop using ncurses, clean up the screen"},{"name":"ncurses_erase","type":"","path":"php/ncurses_erase.html","desc":"Erase terminal screen"},{"name":"ncurses_erasechar","type":"","path":"php/ncurses_erasechar.html","desc":"Returns current erase character"},{"name":"ncurses_filter","type":"","path":"php/ncurses_filter.html","desc":"Set LINES for iniscr() and newterm() to 1"},{"name":"ncurses_flash","type":"","path":"php/ncurses_flash.html","desc":"Flash terminal screen (visual bell)"},{"name":"ncurses_flushinp","type":"","path":"php/ncurses_flushinp.html","desc":"Flush keyboard input buffer"},{"name":"ncurses_getch","type":"","path":"php/ncurses_getch.html","desc":"Read a character from keyboard"},{"name":"ncurses_getmaxyx","type":"","path":"php/ncurses_getmaxyx.html","desc":"Returns the size of a window"},{"name":"ncurses_getmouse","type":"","path":"php/ncurses_getmouse.html","desc":"Reads mouse event"},{"name":"ncurses_getyx","type":"","path":"php/ncurses_getyx.html","desc":"Returns the current cursor position for a window"},{"name":"ncurses_halfdelay","type":"","path":"php/ncurses_halfdelay.html","desc":"Put terminal into halfdelay mode"},{"name":"ncurses_has_colors","type":"","path":"php/ncurses_has_colors.html","desc":"Checks if terminal has color capabilities"},{"name":"ncurses_has_ic","type":"","path":"php/ncurses_has_ic.html","desc":"Check for insert- and delete-capabilities"},{"name":"ncurses_has_il","type":"","path":"php/ncurses_has_il.html","desc":"Check for line insert- and delete-capabilities"},{"name":"ncurses_has_key","type":"","path":"php/ncurses_has_key.html","desc":"Check for presence of a function key on terminal keyboard"},{"name":"ncurses_hide_panel","type":"","path":"php/ncurses_hide_panel.html","desc":"Remove panel from the stack, making it invisible"},{"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"},{"name":"ncurses_inch","type":"","path":"php/ncurses_inch.html","desc":"Get character and attribute at current position"},{"name":"ncurses_init","type":"","path":"php/ncurses_init.html","desc":"Initialize ncurses"},{"name":"ncurses_init_color","type":"","path":"php/ncurses_init_color.html","desc":"Define a terminal color"},{"name":"ncurses_init_pair","type":"","path":"php/ncurses_init_pair.html","desc":"Define a color pair"},{"name":"ncurses_insch","type":"","path":"php/ncurses_insch.html","desc":"Insert character moving rest of line including character at current position"},{"name":"ncurses_insdelln","type":"","path":"php/ncurses_insdelln.html","desc":"Insert lines before current line scrolling down (negative numbers delete and scroll up)"},{"name":"ncurses_insertln","type":"","path":"php/ncurses_insertln.html","desc":"Insert a line, move rest of screen down"},{"name":"ncurses_insstr","type":"","path":"php/ncurses_insstr.html","desc":"Insert string at current position, moving rest of line right"},{"name":"ncurses_instr","type":"","path":"php/ncurses_instr.html","desc":"Reads string from terminal screen"},{"name":"ncurses_isendwin","type":"","path":"php/ncurses_isendwin.html","desc":"Ncurses is in endwin mode, normal screen output may be performed"},{"name":"ncurses_keyok","type":"","path":"php/ncurses_keyok.html","desc":"Enable or disable a keycode"},{"name":"ncurses_keypad","type":"","path":"php/ncurses_keypad.html","desc":"Turns keypad on or off"},{"name":"ncurses_killchar","type":"","path":"php/ncurses_killchar.html","desc":"Returns current line kill character"},{"name":"ncurses_meta","type":"","path":"php/ncurses_meta.html","desc":"EnablesDisable 8-bit meta key information"},{"name":"ncurses_mouseinterval","type":"","path":"php/ncurses_mouseinterval.html","desc":"Set timeout for mouse button clicks"},{"name":"ncurses_mousemask","type":"","path":"php/ncurses_mousemask.html","desc":"Sets mouse options"},{"name":"ncurses_mouse_trafo","type":"","path":"php/ncurses_mouse_trafo.html","desc":"Transforms coordinates"},{"name":"ncurses_move","type":"","path":"php/ncurses_move.html","desc":"Move output position"},{"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]"},{"name":"ncurses_mvaddch","type":"","path":"php/ncurses_mvaddch.html","desc":"Move current position and add character"},{"name":"ncurses_mvaddchnstr","type":"","path":"php/ncurses_mvaddchnstr.html","desc":"Move position and add attributed string with specified length"},{"name":"ncurses_mvaddchstr","type":"","path":"php/ncurses_mvaddchstr.html","desc":"Move position and add attributed string"},{"name":"ncurses_mvaddnstr","type":"","path":"php/ncurses_mvaddnstr.html","desc":"Move position and add string with specified length"},{"name":"ncurses_mvaddstr","type":"","path":"php/ncurses_mvaddstr.html","desc":"Move position and add string"},{"name":"ncurses_mvcur","type":"","path":"php/ncurses_mvcur.html","desc":"Move cursor immediately"},{"name":"ncurses_mvdelch","type":"","path":"php/ncurses_mvdelch.html","desc":"Move position and delete character, shift rest of line left"},{"name":"ncurses_mvgetch","type":"","path":"php/ncurses_mvgetch.html","desc":"Move position and get character at new position"},{"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"},{"name":"ncurses_mvinch","type":"","path":"php/ncurses_mvinch.html","desc":"Move position and get attributed character at new position"},{"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"},{"name":"ncurses_mvwaddstr","type":"","path":"php/ncurses_mvwaddstr.html","desc":"Add string at new position in window"},{"name":"ncurses_napms","type":"","path":"php/ncurses_napms.html","desc":"Sleep"},{"name":"ncurses_newpad","type":"","path":"php/ncurses_newpad.html","desc":"Creates a new pad (window)"},{"name":"ncurses_newwin","type":"","path":"php/ncurses_newwin.html","desc":"Create a new window"},{"name":"ncurses_new_panel","type":"","path":"php/ncurses_new_panel.html","desc":"Create a new panel and associate it with window"},{"name":"ncurses_nl","type":"","path":"php/ncurses_nl.html","desc":"Translate newline and carriage return line feed"},{"name":"ncurses_nocbreak","type":"","path":"php/ncurses_nocbreak.html","desc":"Switch terminal to cooked mode"},{"name":"ncurses_noecho","type":"","path":"php/ncurses_noecho.html","desc":"Switch off keyboard input echo"},{"name":"ncurses_nonl","type":"","path":"php/ncurses_nonl.html","desc":"Do not translate newline and carriage return line feed"},{"name":"ncurses_noqiflush","type":"","path":"php/ncurses_noqiflush.html","desc":"Do not flush on signal characters"},{"name":"ncurses_noraw","type":"","path":"php/ncurses_noraw.html","desc":"Switch terminal out of raw mode"},{"name":"ncurses_pair_content","type":"","path":"php/ncurses_pair_content.html","desc":"Retrieves foreground and background colors of a color pair"},{"name":"ncurses_panel_above","type":"","path":"php/ncurses_panel_above.html","desc":"Returns the panel above panel"},{"name":"ncurses_panel_below","type":"","path":"php/ncurses_panel_below.html","desc":"Returns the panel below panel"},{"name":"ncurses_panel_window","type":"","path":"php/ncurses_panel_window.html","desc":"Returns the window associated with panel"},{"name":"ncurses_pnoutrefresh","type":"","path":"php/ncurses_pnoutrefresh.html","desc":"Copies a region from a pad into the virtual screen"},{"name":"ncurses_prefresh","type":"","path":"php/ncurses_prefresh.html","desc":"Copies a region from a pad into the virtual screen"},{"name":"ncurses_putp","type":"","path":"php/ncurses_putp.html","desc":"Apply padding information to the string and output it"},{"name":"ncurses_qiflush","type":"","path":"php/ncurses_qiflush.html","desc":"Flush on signal characters"},{"name":"ncurses_raw","type":"","path":"php/ncurses_raw.html","desc":"Switch terminal into raw mode"},{"name":"ncurses_refresh","type":"","path":"php/ncurses_refresh.html","desc":"Refresh screen"},{"name":"ncurses_replace_panel","type":"","path":"php/ncurses_replace_panel.html","desc":"Replaces the window associated with panel"},{"name":"ncurses_resetty","type":"","path":"php/ncurses_resetty.html","desc":"Restores saved terminal state"},{"name":"ncurses_reset_prog_mode","type":"","path":"php/ncurses_reset_prog_mode.html","desc":"Resets the prog mode saved by def_prog_mode"},{"name":"ncurses_reset_shell_mode","type":"","path":"php/ncurses_reset_shell_mode.html","desc":"Resets the shell mode saved by def_shell_mode"},{"name":"ncurses_savetty","type":"","path":"php/ncurses_savetty.html","desc":"Saves terminal state"},{"name":"ncurses_scrl","type":"","path":"php/ncurses_scrl.html","desc":"Scroll window content up or down without changing current position"},{"name":"ncurses_scr_dump","type":"","path":"php/ncurses_scr_dump.html","desc":"Dump screen content to file"},{"name":"ncurses_scr_init","type":"","path":"php/ncurses_scr_init.html","desc":"Initialize screen from file dump"},{"name":"ncurses_scr_restore","type":"","path":"php/ncurses_scr_restore.html","desc":"Restore screen from file dump"},{"name":"ncurses_scr_set","type":"","path":"php/ncurses_scr_set.html","desc":"Inherit screen from file dump"},{"name":"ncurses_show_panel","type":"","path":"php/ncurses_show_panel.html","desc":"Places an invisible panel on top of the stack, making it visible"},{"name":"ncurses_slk_attr","type":"","path":"php/ncurses_slk_attr.html","desc":"Returns current soft label key attribute"},{"name":"ncurses_slk_attroff","type":"","path":"php/ncurses_slk_attroff.html","desc":"Turn off the given attributes for soft function-key labels"},{"name":"ncurses_slk_attron","type":"","path":"php/ncurses_slk_attron.html","desc":"Turn on the given attributes for soft function-key labels"},{"name":"ncurses_slk_attrset","type":"","path":"php/ncurses_slk_attrset.html","desc":"Set given attributes for soft function-key labels"},{"name":"ncurses_slk_clear","type":"","path":"php/ncurses_slk_clear.html","desc":"Clears soft labels from screen"},{"name":"ncurses_slk_color","type":"","path":"php/ncurses_slk_color.html","desc":"Sets color for soft label keys"},{"name":"ncurses_slk_init","type":"","path":"php/ncurses_slk_init.html","desc":"Initializes soft label key functions"},{"name":"ncurses_slk_noutrefresh","type":"","path":"php/ncurses_slk_noutrefresh.html","desc":"Copies soft label keys to virtual screen"},{"name":"ncurses_slk_refresh","type":"","path":"php/ncurses_slk_refresh.html","desc":"Copies soft label keys to screen"},{"name":"ncurses_slk_restore","type":"","path":"php/ncurses_slk_restore.html","desc":"Restores soft label keys"},{"name":"ncurses_slk_set","type":"","path":"php/ncurses_slk_set.html","desc":"Sets function key labels"},{"name":"ncurses_slk_touch","type":"","path":"php/ncurses_slk_touch.html","desc":"Forces output when ncurses_slk_noutrefresh is performed"},{"name":"ncurses_standend","type":"","path":"php/ncurses_standend.html","desc":"Stop using 'standout' attribute"},{"name":"ncurses_standout","type":"","path":"php/ncurses_standout.html","desc":"Start using 'standout' attribute"},{"name":"ncurses_start_color","type":"","path":"php/ncurses_start_color.html","desc":"Initializes color functionality"},{"name":"ncurses_termattrs","type":"","path":"php/ncurses_termattrs.html","desc":"Returns a logical OR of all attribute flags supported by terminal"},{"name":"ncurses_termname","type":"","path":"php/ncurses_termname.html","desc":"Returns terminals (short)-name"},{"name":"ncurses_timeout","type":"","path":"php/ncurses_timeout.html","desc":"Set timeout for special key sequences"},{"name":"ncurses_top_panel","type":"","path":"php/ncurses_top_panel.html","desc":"Moves a visible panel to the top of the stack"},{"name":"ncurses_typeahead","type":"","path":"php/ncurses_typeahead.html","desc":"Specify different filedescriptor for typeahead checking"},{"name":"ncurses_ungetch","type":"","path":"php/ncurses_ungetch.html","desc":"Put a character back into the input stream"},{"name":"ncurses_ungetmouse","type":"","path":"php/ncurses_ungetmouse.html","desc":"Pushes mouse event to queue"},{"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"},{"name":"ncurses_use_default_colors","type":"","path":"php/ncurses_use_default_colors.html","desc":"Assign terminal default colors to color id -1"},{"name":"ncurses_use_env","type":"","path":"php/ncurses_use_env.html","desc":"Control use of environment information about terminal size"},{"name":"ncurses_use_extended_names","type":"","path":"php/ncurses_use_extended_names.html","desc":"Control use of extended names in terminfo descriptions"},{"name":"ncurses_vidattr","type":"","path":"php/ncurses_vidattr.html","desc":"Display the string on the terminal in the video attribute mode"},{"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"},{"name":"ncurses_waddch","type":"","path":"php/ncurses_waddch.html","desc":"Adds character at current position in a window and advance cursor"},{"name":"ncurses_waddstr","type":"","path":"php/ncurses_waddstr.html","desc":"Outputs text at current postion in window"},{"name":"ncurses_wattroff","type":"","path":"php/ncurses_wattroff.html","desc":"Turns off attributes for a window"},{"name":"ncurses_wattron","type":"","path":"php/ncurses_wattron.html","desc":"Turns on attributes for a window"},{"name":"ncurses_wattrset","type":"","path":"php/ncurses_wattrset.html","desc":"Set the attributes for a window"},{"name":"ncurses_wborder","type":"","path":"php/ncurses_wborder.html","desc":"Draws a border around the window using attributed characters"},{"name":"ncurses_wclear","type":"","path":"php/ncurses_wclear.html","desc":"Clears window"},{"name":"ncurses_wcolor_set","type":"","path":"php/ncurses_wcolor_set.html","desc":"Sets windows color pairings"},{"name":"ncurses_werase","type":"","path":"php/ncurses_werase.html","desc":"Erase window contents"},{"name":"ncurses_wgetch","type":"","path":"php/ncurses_wgetch.html","desc":"Reads a character from keyboard (window)"},{"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"},{"name":"ncurses_wmouse_trafo","type":"","path":"php/ncurses_wmouse_trafo.html","desc":"Transforms windowstdscr coordinates"},{"name":"ncurses_wmove","type":"","path":"php/ncurses_wmove.html","desc":"Moves windows output position"},{"name":"ncurses_wnoutrefresh","type":"","path":"php/ncurses_wnoutrefresh.html","desc":"Copies window to virtual screen"},{"name":"ncurses_wrefresh","type":"","path":"php/ncurses_wrefresh.html","desc":"Refresh window on terminal screen"},{"name":"ncurses_wstandend","type":"","path":"php/ncurses_wstandend.html","desc":"End standout mode for a window"},{"name":"ncurses_wstandout","type":"","path":"php/ncurses_wstandout.html","desc":"Enter standout mode for a window"},{"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"},{"name":"newt_bell","type":"","path":"php/newt_bell.html","desc":"Send a beep to the terminal"},{"name":"newt_button","type":"","path":"php/newt_button.html","desc":"Create a new button"},{"name":"newt_button_bar","type":"","path":"php/newt_button_bar.html","desc":"This function returns a grid containing the buttons created"},{"name":"newt_centered_window","type":"","path":"php/newt_centered_window.html","desc":"Open a centered window of the specified size"},{"name":"newt_checkbox","type":"","path":"php/newt_checkbox.html","desc":"说明"},{"name":"newt_checkbox_get_value","type":"","path":"php/newt_checkbox_get_value.html","desc":"Retreives value of checkox resource"},{"name":"newt_checkbox_set_flags","type":"","path":"php/newt_checkbox_set_flags.html","desc":"Configures checkbox resource"},{"name":"newt_checkbox_set_value","type":"","path":"php/newt_checkbox_set_value.html","desc":"Sets the value of the checkbox"},{"name":"newt_checkbox_tree","type":"","path":"php/newt_checkbox_tree.html","desc":"说明"},{"name":"newt_checkbox_tree_add_item","type":"","path":"php/newt_checkbox_tree_add_item.html","desc":"Adds new item to the checkbox tree"},{"name":"newt_checkbox_tree_find_item","type":"","path":"php/newt_checkbox_tree_find_item.html","desc":"Finds an item in the checkbox tree"},{"name":"newt_checkbox_tree_get_current","type":"","path":"php/newt_checkbox_tree_get_current.html","desc":"Returns checkbox tree selected item"},{"name":"newt_checkbox_tree_get_entry_value","type":"","path":"php/newt_checkbox_tree_get_entry_value.html","desc":"说明"},{"name":"newt_checkbox_tree_get_multi_selection","type":"","path":"php/newt_checkbox_tree_get_multi_selection.html","desc":"说明"},{"name":"newt_checkbox_tree_get_selection","type":"","path":"php/newt_checkbox_tree_get_selection.html","desc":"说明"},{"name":"newt_checkbox_tree_multi","type":"","path":"php/newt_checkbox_tree_multi.html","desc":"说明"},{"name":"newt_checkbox_tree_set_current","type":"","path":"php/newt_checkbox_tree_set_current.html","desc":"说明"},{"name":"newt_checkbox_tree_set_entry","type":"","path":"php/newt_checkbox_tree_set_entry.html","desc":"说明"},{"name":"newt_checkbox_tree_set_entry_value","type":"","path":"php/newt_checkbox_tree_set_entry_value.html","desc":"说明"},{"name":"newt_checkbox_tree_set_width","type":"","path":"php/newt_checkbox_tree_set_width.html","desc":"说明"},{"name":"newt_clear_key_buffer","type":"","path":"php/newt_clear_key_buffer.html","desc":"Discards the contents of the terminal's input buffer"},{"name":"newt_cls","type":"","path":"php/newt_cls.html","desc":"说明"},{"name":"newt_compact_button","type":"","path":"php/newt_compact_button.html","desc":"说明"},{"name":"newt_component_add_callback","type":"","path":"php/newt_component_add_callback.html","desc":"说明"},{"name":"newt_component_takes_focus","type":"","path":"php/newt_component_takes_focus.html","desc":"说明"},{"name":"newt_create_grid","type":"","path":"php/newt_create_grid.html","desc":"说明"},{"name":"newt_cursor_off","type":"","path":"php/newt_cursor_off.html","desc":"说明"},{"name":"newt_cursor_on","type":"","path":"php/newt_cursor_on.html","desc":"说明"},{"name":"newt_delay","type":"","path":"php/newt_delay.html","desc":"说明"},{"name":"newt_draw_form","type":"","path":"php/newt_draw_form.html","desc":"说明"},{"name":"newt_draw_root_text","type":"","path":"php/newt_draw_root_text.html","desc":"Displays the string text at the position indicated"},{"name":"newt_entry","type":"","path":"php/newt_entry.html","desc":"说明"},{"name":"newt_entry_get_value","type":"","path":"php/newt_entry_get_value.html","desc":"说明"},{"name":"newt_entry_set","type":"","path":"php/newt_entry_set.html","desc":"说明"},{"name":"newt_entry_set_filter","type":"","path":"php/newt_entry_set_filter.html","desc":"说明"},{"name":"newt_entry_set_flags","type":"","path":"php/newt_entry_set_flags.html","desc":"说明"},{"name":"newt_finished","type":"","path":"php/newt_finished.html","desc":"Uninitializes newt interface"},{"name":"newt_form","type":"","path":"php/newt_form.html","desc":"Create a form"},{"name":"newt_form_add_component","type":"","path":"php/newt_form_add_component.html","desc":"Adds a single component to the form"},{"name":"newt_form_add_components","type":"","path":"php/newt_form_add_components.html","desc":"Add several components to the form"},{"name":"newt_form_add_hot_key","type":"","path":"php/newt_form_add_hot_key.html","desc":"说明"},{"name":"newt_form_destroy","type":"","path":"php/newt_form_destroy.html","desc":"Destroys a form"},{"name":"newt_form_get_current","type":"","path":"php/newt_form_get_current.html","desc":"说明"},{"name":"newt_form_run","type":"","path":"php/newt_form_run.html","desc":"Runs a form"},{"name":"newt_form_set_background","type":"","path":"php/newt_form_set_background.html","desc":"说明"},{"name":"newt_form_set_height","type":"","path":"php/newt_form_set_height.html","desc":"说明"},{"name":"newt_form_set_size","type":"","path":"php/newt_form_set_size.html","desc":"说明"},{"name":"newt_form_set_timer","type":"","path":"php/newt_form_set_timer.html","desc":"说明"},{"name":"newt_form_set_width","type":"","path":"php/newt_form_set_width.html","desc":"说明"},{"name":"newt_form_watch_fd","type":"","path":"php/newt_form_watch_fd.html","desc":"说明"},{"name":"newt_get_screen_size","type":"","path":"php/newt_get_screen_size.html","desc":"Fills in the passed references with the current siz"},{"name":"newt_grid_add_components_to_form","type":"","path":"php/newt_grid_add_components_to_form.html","desc":"说明"},{"name":"newt_grid_basic_window","type":"","path":"php/newt_grid_basic_window.html","desc":"说明"},{"name":"newt_grid_free","type":"","path":"php/newt_grid_free.html","desc":"说明"},{"name":"newt_grid_get_size","type":"","path":"php/newt_grid_get_size.html","desc":"说明"},{"name":"newt_grid_h_close_stacked","type":"","path":"php/newt_grid_h_close_stacked.html","desc":"说明"},{"name":"newt_grid_h_stacked","type":"","path":"php/newt_grid_h_stacked.html","desc":"说明"},{"name":"newt_grid_place","type":"","path":"php/newt_grid_place.html","desc":"说明"},{"name":"newt_grid_set_field","type":"","path":"php/newt_grid_set_field.html","desc":"说明"},{"name":"newt_grid_simple_window","type":"","path":"php/newt_grid_simple_window.html","desc":"说明"},{"name":"newt_grid_v_close_stacked","type":"","path":"php/newt_grid_v_close_stacked.html","desc":"说明"},{"name":"newt_grid_v_stacked","type":"","path":"php/newt_grid_v_stacked.html","desc":"说明"},{"name":"newt_grid_wrapped_window","type":"","path":"php/newt_grid_wrapped_window.html","desc":"说明"},{"name":"newt_grid_wrapped_window_at","type":"","path":"php/newt_grid_wrapped_window_at.html","desc":"说明"},{"name":"newt_init","type":"","path":"php/newt_init.html","desc":"Initialize newt"},{"name":"newt_label","type":"","path":"php/newt_label.html","desc":"说明"},{"name":"newt_label_set_text","type":"","path":"php/newt_label_set_text.html","desc":"说明"},{"name":"newt_listbox","type":"","path":"php/newt_listbox.html","desc":"说明"},{"name":"newt_listbox_append_entry","type":"","path":"php/newt_listbox_append_entry.html","desc":"说明"},{"name":"newt_listbox_clear","type":"","path":"php/newt_listbox_clear.html","desc":"说明"},{"name":"newt_listbox_clear_selection","type":"","path":"php/newt_listbox_clear_selection.html","desc":"说明"},{"name":"newt_listbox_delete_entry","type":"","path":"php/newt_listbox_delete_entry.html","desc":"说明"},{"name":"newt_listbox_get_current","type":"","path":"php/newt_listbox_get_current.html","desc":"说明"},{"name":"newt_listbox_get_selection","type":"","path":"php/newt_listbox_get_selection.html","desc":"说明"},{"name":"newt_listbox_insert_entry","type":"","path":"php/newt_listbox_insert_entry.html","desc":"说明"},{"name":"newt_listbox_item_count","type":"","path":"php/newt_listbox_item_count.html","desc":"说明"},{"name":"newt_listbox_select_item","type":"","path":"php/newt_listbox_select_item.html","desc":"说明"},{"name":"newt_listbox_set_current","type":"","path":"php/newt_listbox_set_current.html","desc":"说明"},{"name":"newt_listbox_set_current_by_key","type":"","path":"php/newt_listbox_set_current_by_key.html","desc":"说明"},{"name":"newt_listbox_set_data","type":"","path":"php/newt_listbox_set_data.html","desc":"说明"},{"name":"newt_listbox_set_entry","type":"","path":"php/newt_listbox_set_entry.html","desc":"说明"},{"name":"newt_listbox_set_width","type":"","path":"php/newt_listbox_set_width.html","desc":"说明"},{"name":"newt_listitem","type":"","path":"php/newt_listitem.html","desc":"说明"},{"name":"newt_listitem_get_data","type":"","path":"php/newt_listitem_get_data.html","desc":"说明"},{"name":"newt_listitem_set","type":"","path":"php/newt_listitem_set.html","desc":"说明"},{"name":"newt_open_window","type":"","path":"php/newt_open_window.html","desc":"Open a window of the specified size and position"},{"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"},{"name":"newt_pop_window","type":"","path":"php/newt_pop_window.html","desc":"Removes the top window from the display"},{"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"},{"name":"newt_radiobutton","type":"","path":"php/newt_radiobutton.html","desc":"说明"},{"name":"newt_radio_get_current","type":"","path":"php/newt_radio_get_current.html","desc":"说明"},{"name":"newt_redraw_help_line","type":"","path":"php/newt_redraw_help_line.html","desc":"说明"},{"name":"newt_reflow_text","type":"","path":"php/newt_reflow_text.html","desc":"说明"},{"name":"newt_refresh","type":"","path":"php/newt_refresh.html","desc":"Updates modified portions of the screen"},{"name":"newt_resize_screen","type":"","path":"php/newt_resize_screen.html","desc":"说明"},{"name":"newt_resume","type":"","path":"php/newt_resume.html","desc":"Resume using the newt interface after"},{"name":"newt_run_form","type":"","path":"php/newt_run_form.html","desc":"Runs a form"},{"name":"newt_scale","type":"","path":"php/newt_scale.html","desc":"说明"},{"name":"newt_scale_set","type":"","path":"php/newt_scale_set.html","desc":"说明"},{"name":"newt_scrollbar_set","type":"","path":"php/newt_scrollbar_set.html","desc":"说明"},{"name":"newt_set_help_callback","type":"","path":"php/newt_set_help_callback.html","desc":"说明"},{"name":"newt_set_suspend_callback","type":"","path":"php/newt_set_suspend_callback.html","desc":"Set a callback function which gets invoked w"},{"name":"newt_suspend","type":"","path":"php/newt_suspend.html","desc":"Tells newt to return the terminal to its initial state"},{"name":"newt_textbox","type":"","path":"php/newt_textbox.html","desc":"说明"},{"name":"newt_textbox_get_num_lines","type":"","path":"php/newt_textbox_get_num_lines.html","desc":"说明"},{"name":"newt_textbox_reflowed","type":"","path":"php/newt_textbox_reflowed.html","desc":"说明"},{"name":"newt_textbox_set_height","type":"","path":"php/newt_textbox_set_height.html","desc":"说明"},{"name":"newt_textbox_set_text","type":"","path":"php/newt_textbox_set_text.html","desc":"说明"},{"name":"newt_vertical_scrollbar","type":"","path":"php/newt_vertical_scrollbar.html","desc":"说明"},{"name":"newt_wait_for_key","type":"","path":"php/newt_wait_for_key.html","desc":"Doesn't return until a key has been pressed"},{"name":"newt_win_choice","type":"","path":"php/newt_win_choice.html","desc":"说明"},{"name":"newt_win_entries","type":"","path":"php/newt_win_entries.html","desc":"说明"},{"name":"newt_win_menu","type":"","path":"php/newt_win_menu.html","desc":"说明"},{"name":"newt_win_message","type":"","path":"php/newt_win_message.html","desc":"说明"},{"name":"newt_win_messagev","type":"","path":"php/newt_win_messagev.html","desc":"说明"},{"name":"newt_win_ternary","type":"","path":"php/newt_win_ternary.html","desc":"说明"},{"name":"next","type":"","path":"php/next.html","desc":"将数组中的内部指针向前移动一位"},{"name":"ngettext","type":"","path":"php/ngettext.html","desc":"Plural version of gettext"},{"name":"nl2br","type":"","path":"php/nl2br.html","desc":"在字符串所有新行之前插入 HTML 换行标记"},{"name":"nl_langinfo","type":"","path":"php/nl_langinfo.html","desc":"Query language and locale information"},{"name":"nsapi_request_headers","type":"","path":"php/nsapi_request_headers.html","desc":"Fetch all HTTP request headers"},{"name":"nsapi_response_headers","type":"","path":"php/nsapi_response_headers.html","desc":"Fetch all HTTP response headers"},{"name":"nsapi_virtual","type":"","path":"php/nsapi_virtual.html","desc":"Perform an NSAPI sub-request"},{"name":"number_format","type":"","path":"php/number_format.html","desc":"以千位分隔符方式格式化一个数字"},{"name":"oauth_get_sbs","type":"","path":"php/oauth_get_sbs.html","desc":"生成一个签名字符基串"},{"name":"oauth_urlencode","type":"","path":"php/oauth_urlencode.html","desc":"将 URI 编码为 RFC 3986 规范"},{"name":"ob_clean","type":"","path":"php/ob_clean.html","desc":"清空(擦掉)输出缓冲区"},{"name":"ob_end_clean","type":"","path":"php/ob_end_clean.html","desc":"清空(擦除)缓冲区并关闭输出缓冲"},{"name":"ob_end_flush","type":"","path":"php/ob_end_flush.html","desc":"冲刷出(送出)输出缓冲区内容并关闭缓冲"},{"name":"ob_flush","type":"","path":"php/ob_flush.html","desc":"冲刷出(送出)输出缓冲区中的内容"},{"name":"ob_get_clean","type":"","path":"php/ob_get_clean.html","desc":"得到当前缓冲区的内容并删除当前输出缓。"},{"name":"ob_get_contents","type":"","path":"php/ob_get_contents.html","desc":"返回输出缓冲区的内容"},{"name":"ob_get_flush","type":"","path":"php/ob_get_flush.html","desc":"刷出(送出)缓冲区内容,以字符串形式返回内容,并关闭输出缓冲区。"},{"name":"ob_get_length","type":"","path":"php/ob_get_length.html","desc":"返回输出缓冲区内容的长度"},{"name":"ob_get_level","type":"","path":"php/ob_get_level.html","desc":"返回输出缓冲机制的嵌套级别"},{"name":"ob_get_status","type":"","path":"php/ob_get_status.html","desc":"得到所有输出缓冲区的状态"},{"name":"ob_gzhandler","type":"","path":"php/ob_gzhandler.html","desc":"在ob_start中使用的用来压缩输出缓冲区中内容的回调函数。ob_start callback function to gzip output buffer"},{"name":"ob_iconv_handler","type":"","path":"php/ob_iconv_handler.html","desc":"以输出缓冲处理程序转换字符编码"},{"name":"ob_implicit_flush","type":"","path":"php/ob_implicit_flush.html","desc":"打开关闭绝对刷送"},{"name":"ob_list_handlers","type":"","path":"php/ob_list_handlers.html","desc":"列出所有使用中的输出处理程序。"},{"name":"ob_start","type":"","path":"php/ob_start.html","desc":"打开输出控制缓冲"},{"name":"ob_tidyhandler","type":"","path":"php/ob_tidyhandler.html","desc":"ob_start callback function to repair the buffer"},{"name":"ocibindbyname","type":"","path":"php/ocibindbyname.html","desc":"别名 oci_bind_by_name"},{"name":"ocicancel","type":"","path":"php/ocicancel.html","desc":"别名 oci_cancel"},{"name":"ocicloselob","type":"","path":"php/ocicloselob.html","desc":"别名 OCI-Lobclose"},{"name":"ocicollappend","type":"","path":"php/ocicollappend.html","desc":"别名 OCI-Collectionappend"},{"name":"ocicollassign","type":"","path":"php/ocicollassign.html","desc":"别名 OCI-Collectionassign"},{"name":"ocicollassignelem","type":"","path":"php/ocicollassignelem.html","desc":"别名 OCI-CollectionassignElem"},{"name":"ocicollgetelem","type":"","path":"php/ocicollgetelem.html","desc":"别名 OCI-CollectiongetElem"},{"name":"ocicollmax","type":"","path":"php/ocicollmax.html","desc":"别名 OCI-Collectionmax"},{"name":"ocicollsize","type":"","path":"php/ocicollsize.html","desc":"别名 OCI-Collectionsize"},{"name":"ocicolltrim","type":"","path":"php/ocicolltrim.html","desc":"别名 OCI-Collectiontrim"},{"name":"ocicolumnisnull","type":"","path":"php/ocicolumnisnull.html","desc":"别名 oci_field_is_null"},{"name":"ocicolumnname","type":"","path":"php/ocicolumnname.html","desc":"别名 oci_field_name"},{"name":"ocicolumnprecision","type":"","path":"php/ocicolumnprecision.html","desc":"别名 oci_field_precision"},{"name":"ocicolumnscale","type":"","path":"php/ocicolumnscale.html","desc":"别名 oci_field_scale"},{"name":"ocicolumnsize","type":"","path":"php/ocicolumnsize.html","desc":"别名 oci_field_size"},{"name":"ocicolumntype","type":"","path":"php/ocicolumntype.html","desc":"别名 oci_field_type"},{"name":"ocicolumntyperaw","type":"","path":"php/ocicolumntyperaw.html","desc":"别名 oci_field_type_raw"},{"name":"ocicommit","type":"","path":"php/ocicommit.html","desc":"别名 oci_commit"},{"name":"ocidefinebyname","type":"","path":"php/ocidefinebyname.html","desc":"别名 oci_define_by_name"},{"name":"ocierror","type":"","path":"php/ocierror.html","desc":"别名 oci_error"},{"name":"ociexecute","type":"","path":"php/ociexecute.html","desc":"别名 oci_execute"},{"name":"ocifetch","type":"","path":"php/ocifetch.html","desc":"别名 oci_fetch"},{"name":"ocifetchinto","type":"","path":"php/ocifetchinto.html","desc":"Obsolete variant of oci_fetch_array, oci_fetch"},{"name":"ocifetchstatement","type":"","path":"php/ocifetchstatement.html","desc":"别名 oci_fetch_all"},{"name":"ocifreecollection","type":"","path":"php/ocifreecollection.html","desc":"别名 OCI-Collectionfree"},{"name":"ocifreecursor","type":"","path":"php/ocifreecursor.html","desc":"别名 oci_free_statement"},{"name":"ocifreedesc","type":"","path":"php/ocifreedesc.html","desc":"别名 OCI-Lobfree"},{"name":"ocifreestatement","type":"","path":"php/ocifreestatement.html","desc":"别名 oci_free_statement"},{"name":"ociinternaldebug","type":"","path":"php/ociinternaldebug.html","desc":"别名 oci_internal_debug"},{"name":"ociloadlob","type":"","path":"php/ociloadlob.html","desc":"别名 OCI-Lobload"},{"name":"ocilogoff","type":"","path":"php/ocilogoff.html","desc":"别名 oci_close"},{"name":"ocilogon","type":"","path":"php/ocilogon.html","desc":"别名 oci_connect"},{"name":"ocinewcollection","type":"","path":"php/ocinewcollection.html","desc":"别名 oci_new_collection"},{"name":"ocinewcursor","type":"","path":"php/ocinewcursor.html","desc":"别名 oci_new_cursor"},{"name":"ocinewdescriptor","type":"","path":"php/ocinewdescriptor.html","desc":"别名 oci_new_descriptor"},{"name":"ocinlogon","type":"","path":"php/ocinlogon.html","desc":"别名 oci_new_connect"},{"name":"ocinumcols","type":"","path":"php/ocinumcols.html","desc":"别名 oci_num_fields"},{"name":"ociparse","type":"","path":"php/ociparse.html","desc":"别名 oci_parse"},{"name":"ociplogon","type":"","path":"php/ociplogon.html","desc":"别名 oci_pconnect"},{"name":"ociresult","type":"","path":"php/ociresult.html","desc":"别名 oci_result"},{"name":"ocirollback","type":"","path":"php/ocirollback.html","desc":"别名 oci_rollback"},{"name":"ocirowcount","type":"","path":"php/ocirowcount.html","desc":"别名 oci_num_rows"},{"name":"ocisavelob","type":"","path":"php/ocisavelob.html","desc":"别名 OCI-Lobsave"},{"name":"ocisavelobfile","type":"","path":"php/ocisavelobfile.html","desc":"别名 OCI-Lobimport"},{"name":"ociserverversion","type":"","path":"php/ociserverversion.html","desc":"别名 oci_server_version"},{"name":"ocisetprefetch","type":"","path":"php/ocisetprefetch.html","desc":"别名 oci_set_prefetch"},{"name":"ocistatementtype","type":"","path":"php/ocistatementtype.html","desc":"别名 oci_statement_type"},{"name":"ociwritelobtofile","type":"","path":"php/ociwritelobtofile.html","desc":"别名 OCI-Lobexport"},{"name":"ociwritetemporarylob","type":"","path":"php/ociwritetemporarylob.html","desc":"别名 OCI-LobwriteTemporary"},{"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"},{"name":"oci_bind_by_name","type":"","path":"php/oci_bind_by_name.html","desc":"绑定一个 PHP 变量到一个 Oracle 位置标志符"},{"name":"oci_cancel","type":"","path":"php/oci_cancel.html","desc":"中断游标读取数据"},{"name":"oci_client_version","type":"","path":"php/oci_client_version.html","desc":"Returns the Oracle client library version"},{"name":"oci_close","type":"","path":"php/oci_close.html","desc":"关闭 Oracle 连接"},{"name":"oci_commit","type":"","path":"php/oci_commit.html","desc":"提交未执行的事务处理"},{"name":"oci_connect","type":"","path":"php/oci_connect.html","desc":"建立一个到 Oracle 服务器的连接"},{"name":"oci_define_by_name","type":"","path":"php/oci_define_by_name.html","desc":"在 SELECT 中使用 PHP 变量作为定义的步骤"},{"name":"oci_error","type":"","path":"php/oci_error.html","desc":"返回上一个错误"},{"name":"oci_execute","type":"","path":"php/oci_execute.html","desc":"执行一条语句"},{"name":"oci_fetch","type":"","path":"php/oci_fetch.html","desc":"Fetches the next row into result-buffer"},{"name":"oci_fetch_all","type":"","path":"php/oci_fetch_all.html","desc":"获取结果数据的所有行到一个数组"},{"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"},{"name":"oci_fetch_assoc","type":"","path":"php/oci_fetch_assoc.html","desc":"Returns the next row from a query as an associative array"},{"name":"oci_fetch_object","type":"","path":"php/oci_fetch_object.html","desc":"Returns the next row from a query as an object"},{"name":"oci_fetch_row","type":"","path":"php/oci_fetch_row.html","desc":"Returns the next row from a query as a numeric array"},{"name":"oci_field_is_null","type":"","path":"php/oci_field_is_null.html","desc":"检查字段是否为 NULL"},{"name":"oci_field_name","type":"","path":"php/oci_field_name.html","desc":"返回字段名"},{"name":"oci_field_precision","type":"","path":"php/oci_field_precision.html","desc":"返回字段精度"},{"name":"oci_field_scale","type":"","path":"php/oci_field_scale.html","desc":"返回字段范围"},{"name":"oci_field_size","type":"","path":"php/oci_field_size.html","desc":"返回字段大小"},{"name":"oci_field_type","type":"","path":"php/oci_field_type.html","desc":"返回字段的数据类型"},{"name":"oci_field_type_raw","type":"","path":"php/oci_field_type_raw.html","desc":"返回字段的原始 Oracle 数据类型"},{"name":"oci_free_descriptor","type":"","path":"php/oci_free_descriptor.html","desc":"Frees a descriptor"},{"name":"oci_free_statement","type":"","path":"php/oci_free_statement.html","desc":"释放关联于语句或游标的所有资源"},{"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"},{"name":"oci_internal_debug","type":"","path":"php/oci_internal_debug.html","desc":"打开或关闭内部调试输出"},{"name":"oci_lob_copy","type":"","path":"php/oci_lob_copy.html","desc":"Copies large object"},{"name":"oci_lob_is_equal","type":"","path":"php/oci_lob_is_equal.html","desc":"Compares two LOBFILE locators for equality"},{"name":"oci_new_collection","type":"","path":"php/oci_new_collection.html","desc":"分配新的 collection 对象"},{"name":"oci_new_connect","type":"","path":"php/oci_new_connect.html","desc":"建定一个到 Oracle 服务器的新连接"},{"name":"oci_new_cursor","type":"","path":"php/oci_new_cursor.html","desc":"分配并返回一个新的游标(语句句柄)"},{"name":"oci_new_descriptor","type":"","path":"php/oci_new_descriptor.html","desc":"初始化一个新的空 LOB 或 FILE 描述符"},{"name":"oci_num_fields","type":"","path":"php/oci_num_fields.html","desc":"返回结果列的数目"},{"name":"oci_num_rows","type":"","path":"php/oci_num_rows.html","desc":"返回语句执行后受影响的行数"},{"name":"oci_parse","type":"","path":"php/oci_parse.html","desc":"配置 Oracle 语句预备执行"},{"name":"oci_password_change","type":"","path":"php/oci_password_change.html","desc":"修改 Oracle 用户的密码"},{"name":"oci_pconnect","type":"","path":"php/oci_pconnect.html","desc":"使用一个持久连接连到 Oracle 数据库"},{"name":"oci_register_taf_callback","type":"","path":"php/oci_register_taf_callback.html","desc":"Register a user-defined callback function for Oracle Database TAF"},{"name":"oci_result","type":"","path":"php/oci_result.html","desc":"返回所取得行中字段的值"},{"name":"oci_rollback","type":"","path":"php/oci_rollback.html","desc":"回滚未提交的事务"},{"name":"oci_server_version","type":"","path":"php/oci_server_version.html","desc":"返回服务器版本信息"},{"name":"oci_set_action","type":"","path":"php/oci_set_action.html","desc":"Sets the action name"},{"name":"oci_set_call_timout","type":"","path":"php/oci_set_call_timout.html","desc":"Sets a millisecond timeout for database calls"},{"name":"oci_set_client_identifier","type":"","path":"php/oci_set_client_identifier.html","desc":"Sets the client identifier"},{"name":"oci_set_client_info","type":"","path":"php/oci_set_client_info.html","desc":"Sets the client information"},{"name":"oci_set_db_operation","type":"","path":"php/oci_set_db_operation.html","desc":"Sets the database operation"},{"name":"oci_set_edition","type":"","path":"php/oci_set_edition.html","desc":"Sets the database edition"},{"name":"oci_set_module_name","type":"","path":"php/oci_set_module_name.html","desc":"Sets the module name"},{"name":"oci_set_prefetch","type":"","path":"php/oci_set_prefetch.html","desc":"设置预提取行数"},{"name":"oci_statement_type","type":"","path":"php/oci_statement_type.html","desc":"返回 OCI 语句的类型"},{"name":"oci_unregister_taf_callback","type":"","path":"php/oci_unregister_taf_callback.html","desc":"Unregister a user-defined callback function for Oracle Database TAF"},{"name":"octdec","type":"","path":"php/octdec.html","desc":"八进制转换为十进制"},{"name":"odbc_autocommit","type":"","path":"php/odbc_autocommit.html","desc":"Toggle autocommit behaviour"},{"name":"odbc_binmode","type":"","path":"php/odbc_binmode.html","desc":"Handling of binary column data"},{"name":"odbc_close","type":"","path":"php/odbc_close.html","desc":"Close an ODBC connection"},{"name":"odbc_close_all","type":"","path":"php/odbc_close_all.html","desc":"Close all ODBC connections"},{"name":"odbc_columnprivileges","type":"","path":"php/odbc_columnprivileges.html","desc":"Lists columns and associated privileges for the given table"},{"name":"odbc_columns","type":"","path":"php/odbc_columns.html","desc":"Lists the column names in specified tables"},{"name":"odbc_commit","type":"","path":"php/odbc_commit.html","desc":"Commit an ODBC transaction"},{"name":"odbc_connect","type":"","path":"php/odbc_connect.html","desc":"Connect to a datasource"},{"name":"odbc_cursor","type":"","path":"php/odbc_cursor.html","desc":"Get cursorname"},{"name":"odbc_data_source","type":"","path":"php/odbc_data_source.html","desc":"Returns information about a current connection"},{"name":"odbc_do","type":"","path":"php/odbc_do.html","desc":"别名 odbc_exec"},{"name":"odbc_error","type":"","path":"php/odbc_error.html","desc":"Get the last error code"},{"name":"odbc_errormsg","type":"","path":"php/odbc_errormsg.html","desc":"Get the last error message"},{"name":"odbc_exec","type":"","path":"php/odbc_exec.html","desc":"Prepare and execute an SQL statement"},{"name":"odbc_execute","type":"","path":"php/odbc_execute.html","desc":"Execute a prepared statement"},{"name":"odbc_fetch_array","type":"","path":"php/odbc_fetch_array.html","desc":"Fetch a result row as an associative array"},{"name":"odbc_fetch_into","type":"","path":"php/odbc_fetch_into.html","desc":"Fetch one result row into array"},{"name":"odbc_fetch_object","type":"","path":"php/odbc_fetch_object.html","desc":"Fetch a result row as an object"},{"name":"odbc_fetch_row","type":"","path":"php/odbc_fetch_row.html","desc":"Fetch a row"},{"name":"odbc_field_len","type":"","path":"php/odbc_field_len.html","desc":"Get the length (precision) of a field"},{"name":"odbc_field_name","type":"","path":"php/odbc_field_name.html","desc":"Get the columnname"},{"name":"odbc_field_num","type":"","path":"php/odbc_field_num.html","desc":"Return column number"},{"name":"odbc_field_precision","type":"","path":"php/odbc_field_precision.html","desc":"别名 odbc_field_len"},{"name":"odbc_field_scale","type":"","path":"php/odbc_field_scale.html","desc":"Get the scale of a field"},{"name":"odbc_field_type","type":"","path":"php/odbc_field_type.html","desc":"Datatype of a field"},{"name":"odbc_foreignkeys","type":"","path":"php/odbc_foreignkeys.html","desc":"Retrieves a list of foreign keys"},{"name":"odbc_free_result","type":"","path":"php/odbc_free_result.html","desc":"Free resources associated with a result"},{"name":"odbc_gettypeinfo","type":"","path":"php/odbc_gettypeinfo.html","desc":"Retrieves information about data types supported by the data source"},{"name":"odbc_longreadlen","type":"","path":"php/odbc_longreadlen.html","desc":"Handling of LONG columns"},{"name":"odbc_next_result","type":"","path":"php/odbc_next_result.html","desc":"Checks if multiple results are available"},{"name":"odbc_num_fields","type":"","path":"php/odbc_num_fields.html","desc":"Number of columns in a result"},{"name":"odbc_num_rows","type":"","path":"php/odbc_num_rows.html","desc":"Number of rows in a result"},{"name":"odbc_pconnect","type":"","path":"php/odbc_pconnect.html","desc":"Open a persistent database connection"},{"name":"odbc_prepare","type":"","path":"php/odbc_prepare.html","desc":"Prepares a statement for execution"},{"name":"odbc_primarykeys","type":"","path":"php/odbc_primarykeys.html","desc":"Gets the primary keys for a table"},{"name":"odbc_procedurecolumns","type":"","path":"php/odbc_procedurecolumns.html","desc":"Retrieve information about parameters to procedures"},{"name":"odbc_procedures","type":"","path":"php/odbc_procedures.html","desc":"Get the list of procedures stored in a specific data source"},{"name":"odbc_result","type":"","path":"php/odbc_result.html","desc":"Get result data"},{"name":"odbc_result_all","type":"","path":"php/odbc_result_all.html","desc":"Print result as HTML table"},{"name":"odbc_rollback","type":"","path":"php/odbc_rollback.html","desc":"Rollback a transaction"},{"name":"odbc_setoption","type":"","path":"php/odbc_setoption.html","desc":"Adjust ODBC settings"},{"name":"odbc_specialcolumns","type":"","path":"php/odbc_specialcolumns.html","desc":"Retrieves special columns"},{"name":"odbc_statistics","type":"","path":"php/odbc_statistics.html","desc":"Retrieve statistics about a table"},{"name":"odbc_tableprivileges","type":"","path":"php/odbc_tableprivileges.html","desc":"Lists tables and the privileges associated with each table"},{"name":"odbc_tables","type":"","path":"php/odbc_tables.html","desc":"Get the list of table names stored in a specific data source"},{"name":"opcache_compile_file","type":"","path":"php/opcache_compile_file.html","desc":"无需运行,即可编译并缓存 PHP 脚本"},{"name":"opcache_get_configuration","type":"","path":"php/opcache_get_configuration.html","desc":"获取缓存的配置信息"},{"name":"opcache_get_status","type":"","path":"php/opcache_get_status.html","desc":"获取缓存的状态信息"},{"name":"opcache_invalidate","type":"","path":"php/opcache_invalidate.html","desc":"废除脚本缓存"},{"name":"opcache_is_script_cached","type":"","path":"php/opcache_is_script_cached.html","desc":"Tells whether a script is cached in OPCache"},{"name":"opcache_reset","type":"","path":"php/opcache_reset.html","desc":"重置字节码缓存的内容"},{"name":"openal_buffer_create","type":"","path":"php/openal_buffer_create.html","desc":"Generate OpenAL buffer"},{"name":"openal_buffer_data","type":"","path":"php/openal_buffer_data.html","desc":"Load a buffer with data"},{"name":"openal_buffer_destroy","type":"","path":"php/openal_buffer_destroy.html","desc":"Destroys an OpenAL buffer"},{"name":"openal_buffer_get","type":"","path":"php/openal_buffer_get.html","desc":"Retrieve an OpenAL buffer property"},{"name":"openal_buffer_loadwav","type":"","path":"php/openal_buffer_loadwav.html","desc":"Load a .wav file into a buffer"},{"name":"openal_context_create","type":"","path":"php/openal_context_create.html","desc":"Create an audio processing context"},{"name":"openal_context_current","type":"","path":"php/openal_context_current.html","desc":"Make the specified context current"},{"name":"openal_context_destroy","type":"","path":"php/openal_context_destroy.html","desc":"Destroys a context"},{"name":"openal_context_process","type":"","path":"php/openal_context_process.html","desc":"Process the specified context"},{"name":"openal_context_suspend","type":"","path":"php/openal_context_suspend.html","desc":"Suspend the specified context"},{"name":"openal_device_close","type":"","path":"php/openal_device_close.html","desc":"Close an OpenAL device"},{"name":"openal_device_open","type":"","path":"php/openal_device_open.html","desc":"Initialize the OpenAL audio layer"},{"name":"openal_listener_get","type":"","path":"php/openal_listener_get.html","desc":"Retrieve a listener property"},{"name":"openal_listener_set","type":"","path":"php/openal_listener_set.html","desc":"Set a listener property"},{"name":"openal_source_create","type":"","path":"php/openal_source_create.html","desc":"Generate a source resource"},{"name":"openal_source_destroy","type":"","path":"php/openal_source_destroy.html","desc":"Destroy a source resource"},{"name":"openal_source_get","type":"","path":"php/openal_source_get.html","desc":"Retrieve an OpenAL source property"},{"name":"openal_source_pause","type":"","path":"php/openal_source_pause.html","desc":"Pause the source"},{"name":"openal_source_play","type":"","path":"php/openal_source_play.html","desc":"Start playing the source"},{"name":"openal_source_rewind","type":"","path":"php/openal_source_rewind.html","desc":"Rewind the source"},{"name":"openal_source_set","type":"","path":"php/openal_source_set.html","desc":"Set source property"},{"name":"openal_source_stop","type":"","path":"php/openal_source_stop.html","desc":"Stop playing the source"},{"name":"openal_stream","type":"","path":"php/openal_stream.html","desc":"Begin streaming on a source"},{"name":"opendir","type":"","path":"php/opendir.html","desc":"打开目录句柄"},{"name":"openlog","type":"","path":"php/openlog.html","desc":"Open connection to system logger"},{"name":"openssl_cipher_iv_length","type":"","path":"php/openssl_cipher_iv_length.html","desc":"获取密码iv长度"},{"name":"openssl_csr_export","type":"","path":"php/openssl_csr_export.html","desc":"将CSR作为字符串导出"},{"name":"openssl_csr_export_to_file","type":"","path":"php/openssl_csr_export_to_file.html","desc":"将CSR导出到文件"},{"name":"openssl_csr_get_public_key","type":"","path":"php/openssl_csr_get_public_key.html","desc":"返回CSR的公钥"},{"name":"openssl_csr_get_subject","type":"","path":"php/openssl_csr_get_subject.html","desc":"返回CSR的主题"},{"name":"openssl_csr_new","type":"","path":"php/openssl_csr_new.html","desc":"生成一个 CSR"},{"name":"openssl_csr_sign","type":"","path":"php/openssl_csr_sign.html","desc":"用另一个证书签署 CSR (或者本身) 并且生成一个证书"},{"name":"openssl_decrypt","type":"","path":"php/openssl_decrypt.html","desc":"解密数据"},{"name":"openssl_dh_compute_key","type":"","path":"php/openssl_dh_compute_key.html","desc":"计算远程DH密钥(公钥)和本地DH密钥的共享密钥"},{"name":"openssl_digest","type":"","path":"php/openssl_digest.html","desc":"计算摘要"},{"name":"openssl_encrypt","type":"","path":"php/openssl_encrypt.html","desc":"加密数据"},{"name":"openssl_error_string","type":"","path":"php/openssl_error_string.html","desc":"返回 openSSL 错误消息"},{"name":"openssl_free_key","type":"","path":"php/openssl_free_key.html","desc":"释放密钥资源"},{"name":"openssl_get_cert_locations","type":"","path":"php/openssl_get_cert_locations.html","desc":"检索可用的证书位置"},{"name":"openssl_get_cipher_methods","type":"","path":"php/openssl_get_cipher_methods.html","desc":"获取可用的加密算法"},{"name":"openssl_get_curve_names","type":"","path":"php/openssl_get_curve_names.html","desc":"获得ECC的可用曲线名称列表"},{"name":"openssl_get_md_methods","type":"","path":"php/openssl_get_md_methods.html","desc":"获取可用的摘要算法"},{"name":"openssl_get_privatekey","type":"","path":"php/openssl_get_privatekey.html","desc":"别名 openssl_pkey_get_private"},{"name":"openssl_get_publickey","type":"","path":"php/openssl_get_publickey.html","desc":"别名 openssl_pkey_get_public"},{"name":"openssl_open","type":"","path":"php/openssl_open.html","desc":"打开密封的数据"},{"name":"openssl_pbkdf2","type":"","path":"php/openssl_pbkdf2.html","desc":"生成一个 PKCS5 v2 PBKDF2 字符串"},{"name":"openssl_pkcs12_export","type":"","path":"php/openssl_pkcs12_export.html","desc":"将 PKCS#12 兼容证书存储文件导出到变量"},{"name":"openssl_pkcs12_export_to_file","type":"","path":"php/openssl_pkcs12_export_to_file.html","desc":"输出一个 PKCS#12 兼容的证书存储文件"},{"name":"openssl_pkcs12_read","type":"","path":"php/openssl_pkcs12_read.html","desc":"将 PKCS#12 证书存储区解析到数组中"},{"name":"openssl_pkcs7_decrypt","type":"","path":"php/openssl_pkcs7_decrypt.html","desc":"解密一个 SMIME 加密的消息"},{"name":"openssl_pkcs7_encrypt","type":"","path":"php/openssl_pkcs7_encrypt.html","desc":"加密一个 SMIME 消息"},{"name":"openssl_pkcs7_read","type":"","path":"php/openssl_pkcs7_read.html","desc":"将PKCS7文件导出为PEM格式证书的数组"},{"name":"openssl_pkcs7_sign","type":"","path":"php/openssl_pkcs7_sign.html","desc":"对一个 SMIME 消息进行签名"},{"name":"openssl_pkcs7_verify","type":"","path":"php/openssl_pkcs7_verify.html","desc":"校验一个已签名的 SMIME 消息的签名"},{"name":"openssl_pkey_export","type":"","path":"php/openssl_pkey_export.html","desc":"将一个密钥的可输出表示转换为字符串"},{"name":"openssl_pkey_export_to_file","type":"","path":"php/openssl_pkey_export_to_file.html","desc":"将密钥导出到文件中"},{"name":"openssl_pkey_free","type":"","path":"php/openssl_pkey_free.html","desc":"释放一个私钥"},{"name":"openssl_pkey_get_details","type":"","path":"php/openssl_pkey_get_details.html","desc":"返回包含密钥详情的数组"},{"name":"openssl_pkey_get_private","type":"","path":"php/openssl_pkey_get_private.html","desc":"获取私钥"},{"name":"openssl_pkey_get_public","type":"","path":"php/openssl_pkey_get_public.html","desc":"从证书中解析公钥,以供使用。"},{"name":"openssl_pkey_new","type":"","path":"php/openssl_pkey_new.html","desc":"生成一个新的私钥"},{"name":"openssl_private_decrypt","type":"","path":"php/openssl_private_decrypt.html","desc":"使用私钥解密数据"},{"name":"openssl_private_encrypt","type":"","path":"php/openssl_private_encrypt.html","desc":"使用私钥加密数据"},{"name":"openssl_public_decrypt","type":"","path":"php/openssl_public_decrypt.html","desc":"使用公钥解密数据"},{"name":"openssl_public_encrypt","type":"","path":"php/openssl_public_encrypt.html","desc":"使用公钥加密数据"},{"name":"openssl_random_pseudo_bytes","type":"","path":"php/openssl_random_pseudo_bytes.html","desc":"生成一个伪随机字节串"},{"name":"openssl_seal","type":"","path":"php/openssl_seal.html","desc":"密封 (加密) 数据"},{"name":"openssl_sign","type":"","path":"php/openssl_sign.html","desc":"Generate signature"},{"name":"openssl_spki_export","type":"","path":"php/openssl_spki_export.html","desc":"通过签名公钥和挑战导出一个可用的PEM格式的公钥"},{"name":"openssl_spki_export_challenge","type":"","path":"php/openssl_spki_export_challenge.html","desc":"导出与签名公钥和挑战相关的挑战字符串"},{"name":"openssl_spki_new","type":"","path":"php/openssl_spki_new.html","desc":"生成一个新的签名公钥和挑战"},{"name":"openssl_spki_verify","type":"","path":"php/openssl_spki_verify.html","desc":"验证签名公钥和挑战。"},{"name":"openssl_verify","type":"","path":"php/openssl_verify.html","desc":"验证签名"},{"name":"openssl_x509_checkpurpose","type":"","path":"php/openssl_x509_checkpurpose.html","desc":"验证是否可以为特定目的使用证书"},{"name":"openssl_x509_check_private_key","type":"","path":"php/openssl_x509_check_private_key.html","desc":"检查私钥是否对应于证书"},{"name":"openssl_x509_export","type":"","path":"php/openssl_x509_export.html","desc":"以字符串格式导出证书"},{"name":"openssl_x509_export_to_file","type":"","path":"php/openssl_x509_export_to_file.html","desc":"导出证书至文件"},{"name":"openssl_x509_fingerprint","type":"","path":"php/openssl_x509_fingerprint.html","desc":"计算一个给定的x.509证书的指纹或摘要"},{"name":"openssl_x509_free","type":"","path":"php/openssl_x509_free.html","desc":"释放证书资源"},{"name":"openssl_x509_parse","type":"","path":"php/openssl_x509_parse.html","desc":"解析一个X509证书并作为一个数组返回信息"},{"name":"openssl_x509_read","type":"","path":"php/openssl_x509_read.html","desc":"解析一个x.509证书并返回一个资源标识符"},{"name":"ord","type":"","path":"php/ord.html","desc":"转换字符串第一个字节为 0-255 之间的值"},{"name":"output_add_rewrite_var","type":"","path":"php/output_add_rewrite_var.html","desc":"添加URL重写器的值(Add URL rewriter values)"},{"name":"output_reset_rewrite_vars","type":"","path":"php/output_reset_rewrite_vars.html","desc":"重设URL重写器的值(Reset URL rewriter values)"},{"name":"override_function","type":"","path":"php/override_function.html","desc":"Overrides built-in functions"},{"name":"pack","type":"","path":"php/pack.html","desc":"将数据打包成二进制字符串"},{"name":"parsekit_compile_file","type":"","path":"php/parsekit_compile_file.html","desc":"Compile a PHP file and return the resulting op array"},{"name":"parsekit_compile_string","type":"","path":"php/parsekit_compile_string.html","desc":"Compile a string of PHP code and return the resulting op array"},{"name":"parsekit_func_arginfo","type":"","path":"php/parsekit_func_arginfo.html","desc":"Return information regarding function argument(s)"},{"name":"parse_ini_file","type":"","path":"php/parse_ini_file.html","desc":"解析一个配置文件"},{"name":"parse_ini_string","type":"","path":"php/parse_ini_string.html","desc":"解析配置字符串"},{"name":"parse_str","type":"","path":"php/parse_str.html","desc":"将字符串解析成多个变量"},{"name":"parse_url","type":"","path":"php/parse_url.html","desc":"解析 URL,返回其组成部分"},{"name":"passthru","type":"","path":"php/passthru.html","desc":"执行外部程序并且显示原始输出"},{"name":"password_get_info","type":"","path":"php/password_get_info.html","desc":"返回指定散列(hash)的相关信息"},{"name":"password_hash","type":"","path":"php/password_hash.html","desc":"创建密码的散列(hash)"},{"name":"password_needs_rehash","type":"","path":"php/password_needs_rehash.html","desc":"检测散列值是否匹配指定的选项"},{"name":"password_verify","type":"","path":"php/password_verify.html","desc":"验证密码是否和散列值匹配"},{"name":"pathinfo","type":"","path":"php/pathinfo.html","desc":"返回文件路径的信息"},{"name":"pclose","type":"","path":"php/pclose.html","desc":"关闭进程文件指针"},{"name":"pcntl_alarm","type":"","path":"php/pcntl_alarm.html","desc":"为进程设置一个alarm闹钟信号"},{"name":"pcntl_async_signals","type":"","path":"php/pcntl_async_signals.html","desc":"Enabledisable asynchronous signal handling or return the old setting"},{"name":"pcntl_errno","type":"","path":"php/pcntl_errno.html","desc":"别名 pcntl_get_last_error"},{"name":"pcntl_exec","type":"","path":"php/pcntl_exec.html","desc":"在当前进程空间执行指定程序"},{"name":"pcntl_fork","type":"","path":"php/pcntl_fork.html","desc":"在当前进程当前位置产生分支(子进程)。译注:fork是创建了一个子进程,父进程和"},{"name":"pcntl_getpriority","type":"","path":"php/pcntl_getpriority.html","desc":"获取任意进程的优先级"},{"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"},{"name":"pcntl_setpriority","type":"","path":"php/pcntl_setpriority.html","desc":"修改任意进程的优先级"},{"name":"pcntl_signal","type":"","path":"php/pcntl_signal.html","desc":"安装一个信号处理器"},{"name":"pcntl_signal_dispatch","type":"","path":"php/pcntl_signal_dispatch.html","desc":"调用等待信号的处理器"},{"name":"pcntl_signal_get_handler","type":"","path":"php/pcntl_signal_get_handler.html","desc":"Get the current handler for specified signal"},{"name":"pcntl_sigprocmask","type":"","path":"php/pcntl_sigprocmask.html","desc":"设置或检索阻塞信号"},{"name":"pcntl_sigtimedwait","type":"","path":"php/pcntl_sigtimedwait.html","desc":"带超时机制的信号等待"},{"name":"pcntl_sigwaitinfo","type":"","path":"php/pcntl_sigwaitinfo.html","desc":"等待信号"},{"name":"pcntl_strerror","type":"","path":"php/pcntl_strerror.html","desc":"Retrieve the system error message associated with the given errno"},{"name":"pcntl_wait","type":"","path":"php/pcntl_wait.html","desc":"等待或返回fork的子进程状态"},{"name":"pcntl_waitpid","type":"","path":"php/pcntl_waitpid.html","desc":"等待或返回fork的子进程状态"},{"name":"pcntl_wexitstatus","type":"","path":"php/pcntl_wexitstatus.html","desc":"返回一个中断的子进程的返回代码"},{"name":"pcntl_wifexited","type":"","path":"php/pcntl_wifexited.html","desc":"检查状态代码是否代表一个正常的退出。"},{"name":"pcntl_wifsignaled","type":"","path":"php/pcntl_wifsignaled.html","desc":"检查子进程状态码是否代表由于某个信号而中断"},{"name":"pcntl_wifstopped","type":"","path":"php/pcntl_wifstopped.html","desc":"检查子进程当前是否已经停止"},{"name":"pcntl_wstopsig","type":"","path":"php/pcntl_wstopsig.html","desc":"返回导致子进程停止的信号"},{"name":"pcntl_wtermsig","type":"","path":"php/pcntl_wtermsig.html","desc":"返回导致子进程中断的信号"},{"name":"pdf_activate_item","type":"","path":"php/pdf_activate_item.html","desc":"Activate structure element or other content item"},{"name":"pdf_add_annotation","type":"","path":"php/pdf_add_annotation.html","desc":"Add annotation [deprecated]"},{"name":"pdf_add_bookmark","type":"","path":"php/pdf_add_bookmark.html","desc":"Add bookmark for current page [deprecated]"},{"name":"pdf_add_launchlink","type":"","path":"php/pdf_add_launchlink.html","desc":"Add launch annotation for current page [deprecated]"},{"name":"pdf_add_locallink","type":"","path":"php/pdf_add_locallink.html","desc":"Add link annotation for current page [deprecated]"},{"name":"pdf_add_nameddest","type":"","path":"php/pdf_add_nameddest.html","desc":"Create named destination"},{"name":"pdf_add_note","type":"","path":"php/pdf_add_note.html","desc":"Set annotation for current page [deprecated]"},{"name":"pdf_add_outline","type":"","path":"php/pdf_add_outline.html","desc":"Add bookmark for current page [deprecated]"},{"name":"pdf_add_pdflink","type":"","path":"php/pdf_add_pdflink.html","desc":"Add file link annotation for current page [deprecated]"},{"name":"pdf_add_table_cell","type":"","path":"php/pdf_add_table_cell.html","desc":"Add a cell to a new or existing table"},{"name":"pdf_add_textflow","type":"","path":"php/pdf_add_textflow.html","desc":"Create Textflow or add text to existing Textflow"},{"name":"pdf_add_thumbnail","type":"","path":"php/pdf_add_thumbnail.html","desc":"Add thumbnail for current page"},{"name":"pdf_add_weblink","type":"","path":"php/pdf_add_weblink.html","desc":"Add weblink for current page [deprecated]"},{"name":"pdf_arc","type":"","path":"php/pdf_arc.html","desc":"Draw a counterclockwise circular arc segment"},{"name":"pdf_arcn","type":"","path":"php/pdf_arcn.html","desc":"Draw a clockwise circular arc segment"},{"name":"pdf_attach_file","type":"","path":"php/pdf_attach_file.html","desc":"Add file attachment for current page [deprecated]"},{"name":"pdf_begin_document","type":"","path":"php/pdf_begin_document.html","desc":"Create new PDF file"},{"name":"pdf_begin_font","type":"","path":"php/pdf_begin_font.html","desc":"Start a Type 3 font definition"},{"name":"pdf_begin_glyph","type":"","path":"php/pdf_begin_glyph.html","desc":"Start glyph definition for Type 3 font"},{"name":"pdf_begin_item","type":"","path":"php/pdf_begin_item.html","desc":"Open structure element or other content item"},{"name":"pdf_begin_layer","type":"","path":"php/pdf_begin_layer.html","desc":"Start layer"},{"name":"pdf_begin_page","type":"","path":"php/pdf_begin_page.html","desc":"Start new page [deprecated]"},{"name":"pdf_begin_page_ext","type":"","path":"php/pdf_begin_page_ext.html","desc":"Start new page"},{"name":"pdf_begin_pattern","type":"","path":"php/pdf_begin_pattern.html","desc":"Start pattern definition"},{"name":"pdf_begin_template","type":"","path":"php/pdf_begin_template.html","desc":"Start template definition [deprecated]"},{"name":"pdf_begin_template_ext","type":"","path":"php/pdf_begin_template_ext.html","desc":"Start template definition"},{"name":"pdf_circle","type":"","path":"php/pdf_circle.html","desc":"Draw a circle"},{"name":"pdf_clip","type":"","path":"php/pdf_clip.html","desc":"Clip to current path"},{"name":"pdf_close","type":"","path":"php/pdf_close.html","desc":"Close pdf resource [deprecated]"},{"name":"pdf_closepath","type":"","path":"php/pdf_closepath.html","desc":"Close current path"},{"name":"pdf_closepath_fill_stroke","type":"","path":"php/pdf_closepath_fill_stroke.html","desc":"Close, fill and stroke current path"},{"name":"pdf_closepath_stroke","type":"","path":"php/pdf_closepath_stroke.html","desc":"Close and stroke path"},{"name":"pdf_close_image","type":"","path":"php/pdf_close_image.html","desc":"Close image"},{"name":"pdf_close_pdi","type":"","path":"php/pdf_close_pdi.html","desc":"Close the input PDF document [deprecated]"},{"name":"pdf_close_pdi_page","type":"","path":"php/pdf_close_pdi_page.html","desc":"Close the page handle"},{"name":"pdf_concat","type":"","path":"php/pdf_concat.html","desc":"Concatenate a matrix to the CTM"},{"name":"pdf_continue_text","type":"","path":"php/pdf_continue_text.html","desc":"Output text in next line"},{"name":"pdf_create_3dview","type":"","path":"php/pdf_create_3dview.html","desc":"Create 3D view"},{"name":"pdf_create_action","type":"","path":"php/pdf_create_action.html","desc":"Create action for objects or events"},{"name":"pdf_create_annotation","type":"","path":"php/pdf_create_annotation.html","desc":"Create rectangular annotation"},{"name":"pdf_create_bookmark","type":"","path":"php/pdf_create_bookmark.html","desc":"Create bookmark"},{"name":"pdf_create_field","type":"","path":"php/pdf_create_field.html","desc":"Create form field"},{"name":"pdf_create_fieldgroup","type":"","path":"php/pdf_create_fieldgroup.html","desc":"Create form field group"},{"name":"pdf_create_gstate","type":"","path":"php/pdf_create_gstate.html","desc":"Create graphics state object"},{"name":"pdf_create_pvf","type":"","path":"php/pdf_create_pvf.html","desc":"Create PDFlib virtual file"},{"name":"pdf_create_textflow","type":"","path":"php/pdf_create_textflow.html","desc":"Create textflow object"},{"name":"pdf_curveto","type":"","path":"php/pdf_curveto.html","desc":"Draw Bezier curve"},{"name":"pdf_define_layer","type":"","path":"php/pdf_define_layer.html","desc":"Create layer definition"},{"name":"pdf_delete","type":"","path":"php/pdf_delete.html","desc":"Delete PDFlib object"},{"name":"pdf_delete_pvf","type":"","path":"php/pdf_delete_pvf.html","desc":"Delete PDFlib virtual file"},{"name":"pdf_delete_table","type":"","path":"php/pdf_delete_table.html","desc":"Delete table object"},{"name":"pdf_delete_textflow","type":"","path":"php/pdf_delete_textflow.html","desc":"Delete textflow object"},{"name":"pdf_encoding_set_char","type":"","path":"php/pdf_encoding_set_char.html","desc":"Add glyph name andor Unicode value"},{"name":"pdf_endpath","type":"","path":"php/pdf_endpath.html","desc":"End current path"},{"name":"pdf_end_document","type":"","path":"php/pdf_end_document.html","desc":"关闭 PDF 文件"},{"name":"pdf_end_font","type":"","path":"php/pdf_end_font.html","desc":"Terminate Type 3 font definition"},{"name":"pdf_end_glyph","type":"","path":"php/pdf_end_glyph.html","desc":"Terminate glyph definition for Type 3 font"},{"name":"pdf_end_item","type":"","path":"php/pdf_end_item.html","desc":"Close structure element or other content item"},{"name":"pdf_end_layer","type":"","path":"php/pdf_end_layer.html","desc":"Deactivate all active layers"},{"name":"pdf_end_page","type":"","path":"php/pdf_end_page.html","desc":"Finish page"},{"name":"pdf_end_page_ext","type":"","path":"php/pdf_end_page_ext.html","desc":"Finish page"},{"name":"pdf_end_pattern","type":"","path":"php/pdf_end_pattern.html","desc":"Finish pattern"},{"name":"pdf_end_template","type":"","path":"php/pdf_end_template.html","desc":"Finish template"},{"name":"pdf_fill","type":"","path":"php/pdf_fill.html","desc":"Fill current path"},{"name":"pdf_fill_imageblock","type":"","path":"php/pdf_fill_imageblock.html","desc":"Fill image block with variable data"},{"name":"pdf_fill_pdfblock","type":"","path":"php/pdf_fill_pdfblock.html","desc":"Fill PDF block with variable data"},{"name":"pdf_fill_stroke","type":"","path":"php/pdf_fill_stroke.html","desc":"Fill and stroke path"},{"name":"pdf_fill_textblock","type":"","path":"php/pdf_fill_textblock.html","desc":"Fill text block with variable data"},{"name":"pdf_findfont","type":"","path":"php/pdf_findfont.html","desc":"Prepare font for later use [deprecated]"},{"name":"pdf_fit_image","type":"","path":"php/pdf_fit_image.html","desc":"Place image or template"},{"name":"pdf_fit_pdi_page","type":"","path":"php/pdf_fit_pdi_page.html","desc":"Place imported PDF page"},{"name":"pdf_fit_table","type":"","path":"php/pdf_fit_table.html","desc":"Place table on page"},{"name":"pdf_fit_textflow","type":"","path":"php/pdf_fit_textflow.html","desc":"Format textflow in rectangular area"},{"name":"pdf_fit_textline","type":"","path":"php/pdf_fit_textline.html","desc":"Place single line of text"},{"name":"pdf_get_apiname","type":"","path":"php/pdf_get_apiname.html","desc":"Get name of unsuccessfull API function"},{"name":"pdf_get_buffer","type":"","path":"php/pdf_get_buffer.html","desc":"Get PDF output buffer"},{"name":"pdf_get_errmsg","type":"","path":"php/pdf_get_errmsg.html","desc":"Get error text"},{"name":"pdf_get_errnum","type":"","path":"php/pdf_get_errnum.html","desc":"Get error number"},{"name":"pdf_get_font","type":"","path":"php/pdf_get_font.html","desc":"Get font [deprecated]"},{"name":"pdf_get_fontname","type":"","path":"php/pdf_get_fontname.html","desc":"Get font name [deprecated]"},{"name":"pdf_get_fontsize","type":"","path":"php/pdf_get_fontsize.html","desc":"Font handling [deprecated]"},{"name":"pdf_get_image_height","type":"","path":"php/pdf_get_image_height.html","desc":"Get image height [deprecated]"},{"name":"pdf_get_image_width","type":"","path":"php/pdf_get_image_width.html","desc":"Get image width [deprecated]"},{"name":"pdf_get_majorversion","type":"","path":"php/pdf_get_majorversion.html","desc":"Get major version number [deprecated]"},{"name":"pdf_get_minorversion","type":"","path":"php/pdf_get_minorversion.html","desc":"Get minor version number [deprecated]"},{"name":"pdf_get_parameter","type":"","path":"php/pdf_get_parameter.html","desc":"Get string parameter"},{"name":"pdf_get_pdi_parameter","type":"","path":"php/pdf_get_pdi_parameter.html","desc":"Get PDI string parameter [deprecated]"},{"name":"pdf_get_pdi_value","type":"","path":"php/pdf_get_pdi_value.html","desc":"Get PDI numerical parameter [deprecated]"},{"name":"pdf_get_value","type":"","path":"php/pdf_get_value.html","desc":"Get numerical parameter"},{"name":"pdf_info_font","type":"","path":"php/pdf_info_font.html","desc":"Query detailed information about a loaded font"},{"name":"pdf_info_matchbox","type":"","path":"php/pdf_info_matchbox.html","desc":"Query matchbox information"},{"name":"pdf_info_table","type":"","path":"php/pdf_info_table.html","desc":"Retrieve table information"},{"name":"pdf_info_textflow","type":"","path":"php/pdf_info_textflow.html","desc":"Query textflow state"},{"name":"pdf_info_textline","type":"","path":"php/pdf_info_textline.html","desc":"Perform textline formatting and query metrics"},{"name":"pdf_initgraphics","type":"","path":"php/pdf_initgraphics.html","desc":"Reset graphic state"},{"name":"pdf_lineto","type":"","path":"php/pdf_lineto.html","desc":"Draw a line"},{"name":"pdf_load_3ddata","type":"","path":"php/pdf_load_3ddata.html","desc":"Load 3D model"},{"name":"pdf_load_font","type":"","path":"php/pdf_load_font.html","desc":"Search and prepare font"},{"name":"pdf_load_iccprofile","type":"","path":"php/pdf_load_iccprofile.html","desc":"Search and prepare ICC profile"},{"name":"pdf_load_image","type":"","path":"php/pdf_load_image.html","desc":"打开一个图像文件"},{"name":"pdf_makespotcolor","type":"","path":"php/pdf_makespotcolor.html","desc":"Make spot color"},{"name":"pdf_moveto","type":"","path":"php/pdf_moveto.html","desc":"Set current point"},{"name":"pdf_new","type":"","path":"php/pdf_new.html","desc":"Create PDFlib object"},{"name":"pdf_open_ccitt","type":"","path":"php/pdf_open_ccitt.html","desc":"Open raw CCITT image [deprecated]"},{"name":"pdf_open_file","type":"","path":"php/pdf_open_file.html","desc":"Create PDF file [deprecated]"},{"name":"pdf_open_gif","type":"","path":"php/pdf_open_gif.html","desc":"Open GIF image [deprecated]"},{"name":"pdf_open_image","type":"","path":"php/pdf_open_image.html","desc":"Use image data [deprecated]"},{"name":"pdf_open_image_file","type":"","path":"php/pdf_open_image_file.html","desc":"Read image from file [deprecated]"},{"name":"pdf_open_jpeg","type":"","path":"php/pdf_open_jpeg.html","desc":"Open JPEG image [deprecated]"},{"name":"pdf_open_memory_image","type":"","path":"php/pdf_open_memory_image.html","desc":"Open image created with PHP's image functions [not supported]"},{"name":"pdf_open_pdi","type":"","path":"php/pdf_open_pdi.html","desc":"Open PDF file [deprecated]"},{"name":"pdf_open_pdi_document","type":"","path":"php/pdf_open_pdi_document.html","desc":"Prepare a pdi document"},{"name":"pdf_open_pdi_page","type":"","path":"php/pdf_open_pdi_page.html","desc":"Prepare a page"},{"name":"pdf_open_tiff","type":"","path":"php/pdf_open_tiff.html","desc":"Open TIFF image [deprecated]"},{"name":"pdf_pcos_get_number","type":"","path":"php/pdf_pcos_get_number.html","desc":"Get value of pCOS path with type number or boolean"},{"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"},{"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"},{"name":"pdf_place_image","type":"","path":"php/pdf_place_image.html","desc":"Place image on the page [deprecated]"},{"name":"pdf_place_pdi_page","type":"","path":"php/pdf_place_pdi_page.html","desc":"Place PDF page [deprecated]"},{"name":"pdf_process_pdi","type":"","path":"php/pdf_process_pdi.html","desc":"Process imported PDF document"},{"name":"pdf_rect","type":"","path":"php/pdf_rect.html","desc":"Draw rectangle"},{"name":"pdf_restore","type":"","path":"php/pdf_restore.html","desc":"Restore graphics state"},{"name":"pdf_resume_page","type":"","path":"php/pdf_resume_page.html","desc":"Resume page"},{"name":"pdf_rotate","type":"","path":"php/pdf_rotate.html","desc":"Rotate coordinate system"},{"name":"pdf_save","type":"","path":"php/pdf_save.html","desc":"Save graphics state"},{"name":"pdf_scale","type":"","path":"php/pdf_scale.html","desc":"Scale coordinate system"},{"name":"pdf_setcolor","type":"","path":"php/pdf_setcolor.html","desc":"Set fill and stroke color"},{"name":"pdf_setdash","type":"","path":"php/pdf_setdash.html","desc":"Set simple dash pattern"},{"name":"pdf_setdashpattern","type":"","path":"php/pdf_setdashpattern.html","desc":"Set dash pattern"},{"name":"pdf_setflat","type":"","path":"php/pdf_setflat.html","desc":"Set flatness"},{"name":"pdf_setfont","type":"","path":"php/pdf_setfont.html","desc":"Set font"},{"name":"pdf_setgray","type":"","path":"php/pdf_setgray.html","desc":"Set color to gray [deprecated]"},{"name":"pdf_setgray_fill","type":"","path":"php/pdf_setgray_fill.html","desc":"Set fill color to gray [deprecated]"},{"name":"pdf_setgray_stroke","type":"","path":"php/pdf_setgray_stroke.html","desc":"Set stroke color to gray [deprecated]"},{"name":"pdf_setlinecap","type":"","path":"php/pdf_setlinecap.html","desc":"Set linecap parameter"},{"name":"pdf_setlinejoin","type":"","path":"php/pdf_setlinejoin.html","desc":"Set linejoin parameter"},{"name":"pdf_setlinewidth","type":"","path":"php/pdf_setlinewidth.html","desc":"Set line width"},{"name":"pdf_setmatrix","type":"","path":"php/pdf_setmatrix.html","desc":"Set current transformation matrix"},{"name":"pdf_setmiterlimit","type":"","path":"php/pdf_setmiterlimit.html","desc":"Set miter limit"},{"name":"pdf_setpolydash","type":"","path":"php/pdf_setpolydash.html","desc":"Set complicated dash pattern [deprecated]"},{"name":"pdf_setrgbcolor","type":"","path":"php/pdf_setrgbcolor.html","desc":"Set fill and stroke rgb color values [deprecated]"},{"name":"pdf_setrgbcolor_fill","type":"","path":"php/pdf_setrgbcolor_fill.html","desc":"Set fill rgb color values [deprecated]"},{"name":"pdf_setrgbcolor_stroke","type":"","path":"php/pdf_setrgbcolor_stroke.html","desc":"Set stroke rgb color values [deprecated]"},{"name":"pdf_set_border_color","type":"","path":"php/pdf_set_border_color.html","desc":"Set border color of annotations [deprecated]"},{"name":"pdf_set_border_dash","type":"","path":"php/pdf_set_border_dash.html","desc":"Set border dash style of annotations [deprecated]"},{"name":"pdf_set_border_style","type":"","path":"php/pdf_set_border_style.html","desc":"Set border style of annotations [deprecated]"},{"name":"pdf_set_char_spacing","type":"","path":"php/pdf_set_char_spacing.html","desc":"Set character spacing [deprecated]"},{"name":"pdf_set_duration","type":"","path":"php/pdf_set_duration.html","desc":"Set duration between pages [deprecated]"},{"name":"pdf_set_gstate","type":"","path":"php/pdf_set_gstate.html","desc":"Activate graphics state object"},{"name":"pdf_set_horiz_scaling","type":"","path":"php/pdf_set_horiz_scaling.html","desc":"Set horizontal text scaling [deprecated]"},{"name":"pdf_set_info","type":"","path":"php/pdf_set_info.html","desc":"Fill document info field"},{"name":"pdf_set_info_author","type":"","path":"php/pdf_set_info_author.html","desc":"Fill the author document info field [deprecated]"},{"name":"pdf_set_info_creator","type":"","path":"php/pdf_set_info_creator.html","desc":"Fill the creator document info field [deprecated]"},{"name":"pdf_set_info_keywords","type":"","path":"php/pdf_set_info_keywords.html","desc":"Fill the keywords document info field [deprecated]"},{"name":"pdf_set_info_subject","type":"","path":"php/pdf_set_info_subject.html","desc":"Fill the subject document info field [deprecated]"},{"name":"pdf_set_info_title","type":"","path":"php/pdf_set_info_title.html","desc":"Fill the title document info field [deprecated]"},{"name":"pdf_set_layer_dependency","type":"","path":"php/pdf_set_layer_dependency.html","desc":"Define relationships among layers"},{"name":"pdf_set_leading","type":"","path":"php/pdf_set_leading.html","desc":"Set distance between text lines [deprecated]"},{"name":"pdf_set_parameter","type":"","path":"php/pdf_set_parameter.html","desc":"Set string parameter"},{"name":"pdf_set_text_matrix","type":"","path":"php/pdf_set_text_matrix.html","desc":"Set text matrix [deprecated]"},{"name":"pdf_set_text_pos","type":"","path":"php/pdf_set_text_pos.html","desc":"Set text position"},{"name":"pdf_set_text_rendering","type":"","path":"php/pdf_set_text_rendering.html","desc":"Determine text rendering [deprecated]"},{"name":"pdf_set_text_rise","type":"","path":"php/pdf_set_text_rise.html","desc":"Set text rise [deprecated]"},{"name":"pdf_set_value","type":"","path":"php/pdf_set_value.html","desc":"Set numerical parameter"},{"name":"pdf_set_word_spacing","type":"","path":"php/pdf_set_word_spacing.html","desc":"Set spacing between words [deprecated]"},{"name":"pdf_shading","type":"","path":"php/pdf_shading.html","desc":"Define blend"},{"name":"pdf_shading_pattern","type":"","path":"php/pdf_shading_pattern.html","desc":"Define shading pattern"},{"name":"pdf_shfill","type":"","path":"php/pdf_shfill.html","desc":"Fill area with shading"},{"name":"pdf_show","type":"","path":"php/pdf_show.html","desc":"Output text at current position"},{"name":"pdf_show_boxed","type":"","path":"php/pdf_show_boxed.html","desc":"Output text in a box [deprecated]"},{"name":"pdf_show_xy","type":"","path":"php/pdf_show_xy.html","desc":"Output text at given position"},{"name":"pdf_skew","type":"","path":"php/pdf_skew.html","desc":"Skew the coordinate system"},{"name":"pdf_stringwidth","type":"","path":"php/pdf_stringwidth.html","desc":"Return width of text"},{"name":"pdf_stroke","type":"","path":"php/pdf_stroke.html","desc":"Stroke path"},{"name":"pdf_suspend_page","type":"","path":"php/pdf_suspend_page.html","desc":"Suspend page"},{"name":"pdf_translate","type":"","path":"php/pdf_translate.html","desc":"Set origin of coordinate system"},{"name":"pdf_utf16_to_utf8","type":"","path":"php/pdf_utf16_to_utf8.html","desc":"Convert string from UTF-16 to UTF-8"},{"name":"pdf_utf32_to_utf16","type":"","path":"php/pdf_utf32_to_utf16.html","desc":"Convert string from UTF-32 to UTF-16"},{"name":"pdf_utf8_to_utf16","type":"","path":"php/pdf_utf8_to_utf16.html","desc":"Convert string from UTF-8 to UTF-16"},{"name":"pfsockopen","type":"","path":"php/pfsockopen.html","desc":"打开一个持久的网络连接或者Unix套接字连接。"},{"name":"pg_affected_rows","type":"","path":"php/pg_affected_rows.html","desc":"返回受影响的记录数目"},{"name":"pg_cancel_query","type":"","path":"php/pg_cancel_query.html","desc":"取消异步查询"},{"name":"pg_client_encoding","type":"","path":"php/pg_client_encoding.html","desc":"取得客户端编码方式"},{"name":"pg_close","type":"","path":"php/pg_close.html","desc":"关闭一个 PostgreSQL 连接"},{"name":"pg_connect","type":"","path":"php/pg_connect.html","desc":"打开一个 PostgreSQL 连接"},{"name":"pg_connection_busy","type":"","path":"php/pg_connection_busy.html","desc":"获知连接是否为忙"},{"name":"pg_connection_reset","type":"","path":"php/pg_connection_reset.html","desc":"重置连接(再次连接)"},{"name":"pg_connection_status","type":"","path":"php/pg_connection_status.html","desc":"获得连接状态"},{"name":"pg_connect_poll","type":"","path":"php/pg_connect_poll.html","desc":"正在进行尝试轮询 PostgreSQL 链接状态。"},{"name":"pg_consume_input","type":"","path":"php/pg_consume_input.html","desc":"Reads input on the connection"},{"name":"pg_convert","type":"","path":"php/pg_convert.html","desc":"将关联的数组值转换为适合 SQL 语句的格式。"},{"name":"pg_copy_from","type":"","path":"php/pg_copy_from.html","desc":"根据数组将记录插入表中"},{"name":"pg_copy_to","type":"","path":"php/pg_copy_to.html","desc":"将一个表拷贝到数组中"},{"name":"pg_dbname","type":"","path":"php/pg_dbname.html","desc":"获得数据库名"},{"name":"pg_delete","type":"","path":"php/pg_delete.html","desc":"删除记录"},{"name":"pg_end_copy","type":"","path":"php/pg_end_copy.html","desc":"与 PostgreSQL 后端同步"},{"name":"pg_escape_bytea","type":"","path":"php/pg_escape_bytea.html","desc":"转义 bytea 类型的二进制数据"},{"name":"pg_escape_identifier","type":"","path":"php/pg_escape_identifier.html","desc":"Escape a identifier for insertion into a text field"},{"name":"pg_escape_literal","type":"","path":"php/pg_escape_literal.html","desc":"Escape a literal for insertion into a text field"},{"name":"pg_escape_string","type":"","path":"php/pg_escape_string.html","desc":"转义 textchar 类型的字符串"},{"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"},{"name":"pg_fetch_all","type":"","path":"php/pg_fetch_all.html","desc":"从结果中提取所有行作为一个数组"},{"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"},{"name":"pg_fetch_array","type":"","path":"php/pg_fetch_array.html","desc":"提取一行作为数组"},{"name":"pg_fetch_assoc","type":"","path":"php/pg_fetch_assoc.html","desc":"提取一行作为关联数组"},{"name":"pg_fetch_object","type":"","path":"php/pg_fetch_object.html","desc":"提取一行作为对象"},{"name":"pg_fetch_result","type":"","path":"php/pg_fetch_result.html","desc":"从结果资源中返回值"},{"name":"pg_fetch_row","type":"","path":"php/pg_fetch_row.html","desc":"提取一行作为枚举数组"},{"name":"pg_field_is_null","type":"","path":"php/pg_field_is_null.html","desc":"测试字段是否为 NULL"},{"name":"pg_field_name","type":"","path":"php/pg_field_name.html","desc":"返回字段的名字"},{"name":"pg_field_num","type":"","path":"php/pg_field_num.html","desc":"返回字段的编号"},{"name":"pg_field_prtlen","type":"","path":"php/pg_field_prtlen.html","desc":"返回打印出来的长度"},{"name":"pg_field_size","type":"","path":"php/pg_field_size.html","desc":"返回指定字段占用内部存储空间的大小"},{"name":"pg_field_table","type":"","path":"php/pg_field_table.html","desc":"Returns the name or oid of the tables field"},{"name":"pg_field_type","type":"","path":"php/pg_field_type.html","desc":"返回相应字段的类型名称"},{"name":"pg_field_type_oid","type":"","path":"php/pg_field_type_oid.html","desc":"Returns the type ID (OID) for the corresponding field number"},{"name":"pg_flush","type":"","path":"php/pg_flush.html","desc":"刷新链接中已处理的数据查询"},{"name":"pg_free_result","type":"","path":"php/pg_free_result.html","desc":"释放查询结果占用的内存"},{"name":"pg_get_notify","type":"","path":"php/pg_get_notify.html","desc":"Ping 数据库连接"},{"name":"pg_get_pid","type":"","path":"php/pg_get_pid.html","desc":"Ping 数据库连接"},{"name":"pg_get_result","type":"","path":"php/pg_get_result.html","desc":"取得异步查询结果"},{"name":"pg_host","type":"","path":"php/pg_host.html","desc":"返回和某连接关联的主机名"},{"name":"pg_insert","type":"","path":"php/pg_insert.html","desc":"将数组插入到表中"},{"name":"pg_last_error","type":"","path":"php/pg_last_error.html","desc":"得到某连接的最后一条错误信息"},{"name":"pg_last_notice","type":"","path":"php/pg_last_notice.html","desc":"返回 PostgreSQL 服务器最新一条公告信息"},{"name":"pg_last_oid","type":"","path":"php/pg_last_oid.html","desc":"返回上一个对象的 oid"},{"name":"pg_lo_close","type":"","path":"php/pg_lo_close.html","desc":"关闭一个大型对象"},{"name":"pg_lo_create","type":"","path":"php/pg_lo_create.html","desc":"新建一个大型对象"},{"name":"pg_lo_export","type":"","path":"php/pg_lo_export.html","desc":"将大型对象导出到文件"},{"name":"pg_lo_import","type":"","path":"php/pg_lo_import.html","desc":"将文件导入为大型对象"},{"name":"pg_lo_open","type":"","path":"php/pg_lo_open.html","desc":"打开一个大型对象"},{"name":"pg_lo_read","type":"","path":"php/pg_lo_read.html","desc":"从大型对象中读入数据"},{"name":"pg_lo_read_all","type":"","path":"php/pg_lo_read_all.html","desc":"读入整个大型对象并直接发送给浏览器"},{"name":"pg_lo_seek","type":"","path":"php/pg_lo_seek.html","desc":"移动大型对象中的指针"},{"name":"pg_lo_tell","type":"","path":"php/pg_lo_tell.html","desc":"返回大型对象的当前指针位置"},{"name":"pg_lo_truncate","type":"","path":"php/pg_lo_truncate.html","desc":"Truncates a large object"},{"name":"pg_lo_unlink","type":"","path":"php/pg_lo_unlink.html","desc":"删除一个大型对象"},{"name":"pg_lo_write","type":"","path":"php/pg_lo_write.html","desc":"向大型对象写入数据"},{"name":"pg_meta_data","type":"","path":"php/pg_meta_data.html","desc":"获得表的元数据"},{"name":"pg_num_fields","type":"","path":"php/pg_num_fields.html","desc":"返回字段的数目"},{"name":"pg_num_rows","type":"","path":"php/pg_num_rows.html","desc":"返回行的数目"},{"name":"pg_options","type":"","path":"php/pg_options.html","desc":"获得和连接有关的选项"},{"name":"pg_parameter_status","type":"","path":"php/pg_parameter_status.html","desc":"Looks up a current parameter setting of the server"},{"name":"pg_pconnect","type":"","path":"php/pg_pconnect.html","desc":"打开一个持久的 PostgreSQL 连接"},{"name":"pg_ping","type":"","path":"php/pg_ping.html","desc":"Ping 数据库连接"},{"name":"pg_port","type":"","path":"php/pg_port.html","desc":"返回该连接的端口号"},{"name":"pg_prepare","type":"","path":"php/pg_prepare.html","desc":"Submits a request to create a prepared statement "},{"name":"pg_put_line","type":"","path":"php/pg_put_line.html","desc":"向 PostgreSQL 后端发送以 NULL 结尾的字符串"},{"name":"pg_query","type":"","path":"php/pg_query.html","desc":"执行查询"},{"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"},{"name":"pg_result_error","type":"","path":"php/pg_result_error.html","desc":"获得查询结果的错误信息"},{"name":"pg_result_error_field","type":"","path":"php/pg_result_error_field.html","desc":"Returns an individual field of an error report"},{"name":"pg_result_seek","type":"","path":"php/pg_result_seek.html","desc":"在结果资源中设定内部行偏移量"},{"name":"pg_result_status","type":"","path":"php/pg_result_status.html","desc":"获得查询结果的状态"},{"name":"pg_select","type":"","path":"php/pg_select.html","desc":"选择记录"},{"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)"},{"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"},{"name":"pg_send_query","type":"","path":"php/pg_send_query.html","desc":"发送异步查询"},{"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)"},{"name":"pg_set_client_encoding","type":"","path":"php/pg_set_client_encoding.html","desc":"设定客户端编码"},{"name":"pg_set_error_verbosity","type":"","path":"php/pg_set_error_verbosity.html","desc":"Determines the verbosity of messages returned by pg_la"},{"name":"pg_socket","type":"","path":"php/pg_socket.html","desc":"Get a read only handle to the socket underlying a PostgreSQL connection"},{"name":"pg_trace","type":"","path":"php/pg_trace.html","desc":"启动一个 PostgreSQL 连接的追踪功能"},{"name":"pg_transaction_status","type":"","path":"php/pg_transaction_status.html","desc":"Returns the current in-transaction status of the server"},{"name":"pg_tty","type":"","path":"php/pg_tty.html","desc":"返回该连接的 tty 号"},{"name":"pg_unescape_bytea","type":"","path":"php/pg_unescape_bytea.html","desc":"取消 bytea 类型中的字符串转义"},{"name":"pg_untrace","type":"","path":"php/pg_untrace.html","desc":"关闭 PostgreSQL 连接的追踪功能"},{"name":"pg_update","type":"","path":"php/pg_update.html","desc":"更新表"},{"name":"pg_version","type":"","path":"php/pg_version.html","desc":"Returns an array with client, protocol and server version (when available)"},{"name":"phpcredits","type":"","path":"php/phpcredits.html","desc":"打印 PHP 贡献者名单"},{"name":"phpdbg_break_file","type":"","path":"php/phpdbg_break_file.html","desc":"Inserts a breakpoint at a line in a file"},{"name":"phpdbg_break_function","type":"","path":"php/phpdbg_break_function.html","desc":"Inserts a breakpoint at entry to a function"},{"name":"phpdbg_break_method","type":"","path":"php/phpdbg_break_method.html","desc":"Inserts a breakpoint at entry to a method"},{"name":"phpdbg_break_next","type":"","path":"php/phpdbg_break_next.html","desc":"Inserts a breakpoint at the next opcode"},{"name":"phpdbg_clear","type":"","path":"php/phpdbg_clear.html","desc":"Clears all breakpoints"},{"name":"phpdbg_color","type":"","path":"php/phpdbg_color.html","desc":"Sets the color of certain elements"},{"name":"phpdbg_end_oplog","type":"","path":"php/phpdbg_end_oplog.html","desc":"说明"},{"name":"phpdbg_exec","type":"","path":"php/phpdbg_exec.html","desc":"Attempts to set the execution context"},{"name":"phpdbg_get_executable","type":"","path":"php/phpdbg_get_executable.html","desc":"说明"},{"name":"phpdbg_prompt","type":"","path":"php/phpdbg_prompt.html","desc":"Sets the command prompt"},{"name":"phpdbg_start_oplog","type":"","path":"php/phpdbg_start_oplog.html","desc":"说明"},{"name":"phpinfo","type":"","path":"php/phpinfo.html","desc":"输出关于 PHP 配置的信息"},{"name":"phpversion","type":"","path":"php/phpversion.html","desc":"获取当前的PHP版本"},{"name":"php_check_syntax","type":"","path":"php/php_check_syntax.html","desc":"检查PHP的语法(并执行)指定的文件"},{"name":"php_ini_loaded_file","type":"","path":"php/php_ini_loaded_file.html","desc":"取得已加载的 php.ini 文件的路径"},{"name":"php_ini_scanned_files","type":"","path":"php/php_ini_scanned_files.html","desc":"返回从额外 ini 目录里解析的 .ini 文件列表"},{"name":"php_logo_guid","type":"","path":"php/php_logo_guid.html","desc":"获取 logo 的 guid"},{"name":"php_sapi_name","type":"","path":"php/php_sapi_name.html","desc":"返回 web 服务器和 PHP 之间的接口类型"},{"name":"php_strip_whitespace","type":"","path":"php/php_strip_whitespace.html","desc":"返回删除注释和空格后的PHP源码"},{"name":"php_uname","type":"","path":"php/php_uname.html","desc":"返回运行 PHP 的系统的有关信息"},{"name":"pi","type":"","path":"php/pi.html","desc":"得到圆周率值"},{"name":"png2wbmp","type":"","path":"php/png2wbmp.html","desc":"将 PNG 图像文件转换为 WBMP 图像文件"},{"name":"popen","type":"","path":"php/popen.html","desc":"打开进程文件指针"},{"name":"pos","type":"","path":"php/pos.html","desc":"current 的别名"},{"name":"posix_access","type":"","path":"php/posix_access.html","desc":"Determine accessibility of a file"},{"name":"posix_ctermid","type":"","path":"php/posix_ctermid.html","desc":"Get path name of controlling terminal"},{"name":"posix_errno","type":"","path":"php/posix_errno.html","desc":"别名 posix_get_last_error"},{"name":"posix_getcwd","type":"","path":"php/posix_getcwd.html","desc":"Pathname of current directory"},{"name":"posix_getegid","type":"","path":"php/posix_getegid.html","desc":"Return the effective group ID of the current process"},{"name":"posix_geteuid","type":"","path":"php/posix_geteuid.html","desc":"Return the effective user ID of the current process"},{"name":"posix_getgid","type":"","path":"php/posix_getgid.html","desc":"Return the real group ID of the current process"},{"name":"posix_getgrgid","type":"","path":"php/posix_getgrgid.html","desc":"Return info about a group by group id"},{"name":"posix_getgrnam","type":"","path":"php/posix_getgrnam.html","desc":"Return info about a group by name"},{"name":"posix_getgroups","type":"","path":"php/posix_getgroups.html","desc":"Return the group set of the current process"},{"name":"posix_getlogin","type":"","path":"php/posix_getlogin.html","desc":"Return login name"},{"name":"posix_getpgid","type":"","path":"php/posix_getpgid.html","desc":"Get process group id for job control"},{"name":"posix_getpgrp","type":"","path":"php/posix_getpgrp.html","desc":"Return the current process group identifier"},{"name":"posix_getpid","type":"","path":"php/posix_getpid.html","desc":"返回当前进程 id"},{"name":"posix_getppid","type":"","path":"php/posix_getppid.html","desc":"Return the parent process identifier"},{"name":"posix_getpwnam","type":"","path":"php/posix_getpwnam.html","desc":"Return info about a user by username"},{"name":"posix_getpwuid","type":"","path":"php/posix_getpwuid.html","desc":"Return info about a user by user id"},{"name":"posix_getrlimit","type":"","path":"php/posix_getrlimit.html","desc":"Return info about system resource limits"},{"name":"posix_getsid","type":"","path":"php/posix_getsid.html","desc":"Get the current sid of the process"},{"name":"posix_getuid","type":"","path":"php/posix_getuid.html","desc":"Return the real user ID of the current process"},{"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"},{"name":"posix_initgroups","type":"","path":"php/posix_initgroups.html","desc":"Calculate the group access list"},{"name":"posix_isatty","type":"","path":"php/posix_isatty.html","desc":"Determine if a file descriptor is an interactive terminal"},{"name":"posix_kill","type":"","path":"php/posix_kill.html","desc":"Send a signal to a process"},{"name":"posix_mkfifo","type":"","path":"php/posix_mkfifo.html","desc":"Create a fifo special file (a named pipe)"},{"name":"posix_mknod","type":"","path":"php/posix_mknod.html","desc":"Create a special or ordinary file (POSIX.1)"},{"name":"posix_setegid","type":"","path":"php/posix_setegid.html","desc":"Set the effective GID of the current process"},{"name":"posix_seteuid","type":"","path":"php/posix_seteuid.html","desc":"Set the effective UID of the current process"},{"name":"posix_setgid","type":"","path":"php/posix_setgid.html","desc":"Set the GID of the current process"},{"name":"posix_setpgid","type":"","path":"php/posix_setpgid.html","desc":"Set process group id for job control"},{"name":"posix_setrlimit","type":"","path":"php/posix_setrlimit.html","desc":"Set system resource limits"},{"name":"posix_setsid","type":"","path":"php/posix_setsid.html","desc":"Make the current process a session leader"},{"name":"posix_setuid","type":"","path":"php/posix_setuid.html","desc":"Set the UID of the current process"},{"name":"posix_strerror","type":"","path":"php/posix_strerror.html","desc":"Retrieve the system error message associated with the given errno"},{"name":"posix_times","type":"","path":"php/posix_times.html","desc":"Get process times"},{"name":"posix_ttyname","type":"","path":"php/posix_ttyname.html","desc":"Determine terminal device name"},{"name":"posix_uname","type":"","path":"php/posix_uname.html","desc":"Get system name"},{"name":"pow","type":"","path":"php/pow.html","desc":"指数表达式"},{"name":"preg_filter","type":"","path":"php/preg_filter.html","desc":"执行一个正则表达式搜索和替换"},{"name":"preg_grep","type":"","path":"php/preg_grep.html","desc":"返回匹配模式的数组条目"},{"name":"preg_last_error","type":"","path":"php/preg_last_error.html","desc":"返回最后一个PCRE正则执行产生的错误代码"},{"name":"preg_match","type":"","path":"php/preg_match.html","desc":"执行匹配正则表达式"},{"name":"preg_match_all","type":"","path":"php/preg_match_all.html","desc":"执行一个全局正则表达式匹配"},{"name":"preg_quote","type":"","path":"php/preg_quote.html","desc":"转义正则表达式字符"},{"name":"preg_replace","type":"","path":"php/preg_replace.html","desc":"执行一个正则表达式的搜索和替换"},{"name":"preg_replace_callback","type":"","path":"php/preg_replace_callback.html","desc":"执行一个正则表达式搜索并且使用一个回调进行替换"},{"name":"preg_replace_callback_array","type":"","path":"php/preg_replace_callback_array.html","desc":"Perform a regular expression search and replace using callbacks"},{"name":"preg_split","type":"","path":"php/preg_split.html","desc":"通过一个正则表达式分隔字符串"},{"name":"prev","type":"","path":"php/prev.html","desc":"将数组的内部指针倒回一位"},{"name":"print","type":"","path":"php/print.html","desc":"输出字符串"},{"name":"printf","type":"","path":"php/printf.html","desc":"输出格式化字符串"},{"name":"print_r","type":"","path":"php/print_r.html","desc":"以易于理解的格式打印变量。"},{"name":"proc_close","type":"","path":"php/proc_close.html","desc":"关闭由 proc_open 打开的进程并且返回进程退出码"},{"name":"proc_get_status","type":"","path":"php/proc_get_status.html","desc":"获取由 proc_open 函数打开的进程的信息"},{"name":"proc_nice","type":"","path":"php/proc_nice.html","desc":"修改当前进程的优先级"},{"name":"proc_open","type":"","path":"php/proc_open.html","desc":"执行一个命令,并且打开用来输入输出的文件指针。"},{"name":"proc_terminate","type":"","path":"php/proc_terminate.html","desc":"杀除由 proc_open 打开的进程"},{"name":"property_exists","type":"","path":"php/property_exists.html","desc":"检查对象或类是否具有该属性"},{"name":"pspell_add_to_personal","type":"","path":"php/pspell_add_to_personal.html","desc":"Add the word to a personal wordlist"},{"name":"pspell_add_to_session","type":"","path":"php/pspell_add_to_session.html","desc":"Add the word to the wordlist in the current session"},{"name":"pspell_check","type":"","path":"php/pspell_check.html","desc":"Check a word"},{"name":"pspell_clear_session","type":"","path":"php/pspell_clear_session.html","desc":"Clear the current session"},{"name":"pspell_config_create","type":"","path":"php/pspell_config_create.html","desc":"Create a config used to open a dictionary"},{"name":"pspell_config_data_dir","type":"","path":"php/pspell_config_data_dir.html","desc":"Location of language data files"},{"name":"pspell_config_dict_dir","type":"","path":"php/pspell_config_dict_dir.html","desc":"Location of the main word list"},{"name":"pspell_config_ignore","type":"","path":"php/pspell_config_ignore.html","desc":"Ignore words less than N characters long"},{"name":"pspell_config_mode","type":"","path":"php/pspell_config_mode.html","desc":"Change the mode number of suggestions returned"},{"name":"pspell_config_personal","type":"","path":"php/pspell_config_personal.html","desc":"Set a file that contains personal wordlist"},{"name":"pspell_config_repl","type":"","path":"php/pspell_config_repl.html","desc":"Set a file that contains replacement pairs"},{"name":"pspell_config_runtogether","type":"","path":"php/pspell_config_runtogether.html","desc":"Consider run-together words as valid compounds"},{"name":"pspell_config_save_repl","type":"","path":"php/pspell_config_save_repl.html","desc":"Determine whether to save a replacement pa"},{"name":"pspell_new","type":"","path":"php/pspell_new.html","desc":"Load a new dictionary"},{"name":"pspell_new_config","type":"","path":"php/pspell_new_config.html","desc":"Load a new dictionary with settings based on a given config"},{"name":"pspell_new_personal","type":"","path":"php/pspell_new_personal.html","desc":"Load a new dictionary with personal wordlist"},{"name":"pspell_save_wordlist","type":"","path":"php/pspell_save_wordlist.html","desc":"Save the personal wordlist to a file"},{"name":"pspell_store_replacement","type":"","path":"php/pspell_store_replacement.html","desc":"Store a replacement pair for a word"},{"name":"pspell_suggest","type":"","path":"php/pspell_suggest.html","desc":"Suggest spellings of a word"},{"name":"ps_add_bookmark","type":"","path":"php/ps_add_bookmark.html","desc":"Add bookmark to current page"},{"name":"ps_add_launchlink","type":"","path":"php/ps_add_launchlink.html","desc":"Adds link which launches file"},{"name":"ps_add_locallink","type":"","path":"php/ps_add_locallink.html","desc":"Adds link to a page in the same document"},{"name":"ps_add_note","type":"","path":"php/ps_add_note.html","desc":"Adds note to current page"},{"name":"ps_add_pdflink","type":"","path":"php/ps_add_pdflink.html","desc":"Adds link to a page in a second pdf document"},{"name":"ps_add_weblink","type":"","path":"php/ps_add_weblink.html","desc":"Adds link to a web location"},{"name":"ps_arc","type":"","path":"php/ps_arc.html","desc":"Draws an arc counterclockwise"},{"name":"ps_arcn","type":"","path":"php/ps_arcn.html","desc":"Draws an arc clockwise"},{"name":"ps_begin_page","type":"","path":"php/ps_begin_page.html","desc":"Start a new page"},{"name":"ps_begin_pattern","type":"","path":"php/ps_begin_pattern.html","desc":"Start a new pattern"},{"name":"ps_begin_template","type":"","path":"php/ps_begin_template.html","desc":"Start a new template"},{"name":"ps_circle","type":"","path":"php/ps_circle.html","desc":"Draws a circle"},{"name":"ps_clip","type":"","path":"php/ps_clip.html","desc":"Clips drawing to current path"},{"name":"ps_close","type":"","path":"php/ps_close.html","desc":"Closes a PostScript document"},{"name":"ps_closepath","type":"","path":"php/ps_closepath.html","desc":"Closes path"},{"name":"ps_closepath_stroke","type":"","path":"php/ps_closepath_stroke.html","desc":"Closes and strokes path"},{"name":"ps_close_image","type":"","path":"php/ps_close_image.html","desc":"Closes image and frees memory"},{"name":"ps_continue_text","type":"","path":"php/ps_continue_text.html","desc":"Continue text in next line"},{"name":"ps_curveto","type":"","path":"php/ps_curveto.html","desc":"Draws a curve"},{"name":"ps_delete","type":"","path":"php/ps_delete.html","desc":"Deletes all resources of a PostScript document"},{"name":"ps_end_page","type":"","path":"php/ps_end_page.html","desc":"End a page"},{"name":"ps_end_pattern","type":"","path":"php/ps_end_pattern.html","desc":"End a pattern"},{"name":"ps_end_template","type":"","path":"php/ps_end_template.html","desc":"End a template"},{"name":"ps_fill","type":"","path":"php/ps_fill.html","desc":"Fills the current path"},{"name":"ps_fill_stroke","type":"","path":"php/ps_fill_stroke.html","desc":"Fills and strokes the current path"},{"name":"ps_findfont","type":"","path":"php/ps_findfont.html","desc":"Loads a font"},{"name":"ps_get_buffer","type":"","path":"php/ps_get_buffer.html","desc":"Fetches the full buffer containig the generated PS data"},{"name":"ps_get_parameter","type":"","path":"php/ps_get_parameter.html","desc":"Gets certain parameters"},{"name":"ps_get_value","type":"","path":"php/ps_get_value.html","desc":"Gets certain values"},{"name":"ps_hyphenate","type":"","path":"php/ps_hyphenate.html","desc":"Hyphenates a word"},{"name":"ps_include_file","type":"","path":"php/ps_include_file.html","desc":"Reads an external file with raw PostScript code"},{"name":"ps_lineto","type":"","path":"php/ps_lineto.html","desc":"Draws a line"},{"name":"ps_makespotcolor","type":"","path":"php/ps_makespotcolor.html","desc":"Create spot color"},{"name":"ps_moveto","type":"","path":"php/ps_moveto.html","desc":"Sets current point"},{"name":"ps_new","type":"","path":"php/ps_new.html","desc":"Creates a new PostScript document object"},{"name":"ps_open_file","type":"","path":"php/ps_open_file.html","desc":"Opens a file for output"},{"name":"ps_open_image","type":"","path":"php/ps_open_image.html","desc":"Reads an image for later placement"},{"name":"ps_open_image_file","type":"","path":"php/ps_open_image_file.html","desc":"Opens image from file"},{"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"},{"name":"ps_place_image","type":"","path":"php/ps_place_image.html","desc":"Places image on the page"},{"name":"ps_rect","type":"","path":"php/ps_rect.html","desc":"Draws a rectangle"},{"name":"ps_restore","type":"","path":"php/ps_restore.html","desc":"Restore previously save context"},{"name":"ps_rotate","type":"","path":"php/ps_rotate.html","desc":"Sets rotation factor"},{"name":"ps_save","type":"","path":"php/ps_save.html","desc":"Save current context"},{"name":"ps_scale","type":"","path":"php/ps_scale.html","desc":"Sets scaling factor"},{"name":"ps_setcolor","type":"","path":"php/ps_setcolor.html","desc":"Sets current color"},{"name":"ps_setdash","type":"","path":"php/ps_setdash.html","desc":"Sets appearance of a dashed line"},{"name":"ps_setflat","type":"","path":"php/ps_setflat.html","desc":"Sets flatness"},{"name":"ps_setfont","type":"","path":"php/ps_setfont.html","desc":"Sets font to use for following output"},{"name":"ps_setgray","type":"","path":"php/ps_setgray.html","desc":"Sets gray value"},{"name":"ps_setlinecap","type":"","path":"php/ps_setlinecap.html","desc":"Sets appearance of line ends"},{"name":"ps_setlinejoin","type":"","path":"php/ps_setlinejoin.html","desc":"Sets how contected lines are joined"},{"name":"ps_setlinewidth","type":"","path":"php/ps_setlinewidth.html","desc":"Sets width of a line"},{"name":"ps_setmiterlimit","type":"","path":"php/ps_setmiterlimit.html","desc":"Sets the miter limit"},{"name":"ps_setoverprintmode","type":"","path":"php/ps_setoverprintmode.html","desc":"Sets overprint mode"},{"name":"ps_setpolydash","type":"","path":"php/ps_setpolydash.html","desc":"Sets appearance of a dashed line"},{"name":"ps_set_border_color","type":"","path":"php/ps_set_border_color.html","desc":"Sets color of border for annotations"},{"name":"ps_set_border_dash","type":"","path":"php/ps_set_border_dash.html","desc":"Sets length of dashes for border of annotations"},{"name":"ps_set_border_style","type":"","path":"php/ps_set_border_style.html","desc":"Sets border style of annotations"},{"name":"ps_set_info","type":"","path":"php/ps_set_info.html","desc":"Sets information fields of document"},{"name":"ps_set_parameter","type":"","path":"php/ps_set_parameter.html","desc":"Sets certain parameters"},{"name":"ps_set_text_pos","type":"","path":"php/ps_set_text_pos.html","desc":"Sets position for text output"},{"name":"ps_set_value","type":"","path":"php/ps_set_value.html","desc":"Sets certain values"},{"name":"ps_shading","type":"","path":"php/ps_shading.html","desc":"Creates a shading for later use"},{"name":"ps_shading_pattern","type":"","path":"php/ps_shading_pattern.html","desc":"Creates a pattern based on a shading"},{"name":"ps_shfill","type":"","path":"php/ps_shfill.html","desc":"Fills an area with a shading"},{"name":"ps_show","type":"","path":"php/ps_show.html","desc":"Output text"},{"name":"ps_show2","type":"","path":"php/ps_show2.html","desc":"Output a text at current position"},{"name":"ps_show_boxed","type":"","path":"php/ps_show_boxed.html","desc":"Output text in a box"},{"name":"ps_show_xy","type":"","path":"php/ps_show_xy.html","desc":"Output text at given position"},{"name":"ps_show_xy2","type":"","path":"php/ps_show_xy2.html","desc":"Output text at position"},{"name":"ps_stringwidth","type":"","path":"php/ps_stringwidth.html","desc":"Gets width of a string"},{"name":"ps_string_geometry","type":"","path":"php/ps_string_geometry.html","desc":"Gets geometry of a string"},{"name":"ps_stroke","type":"","path":"php/ps_stroke.html","desc":"Draws the current path"},{"name":"ps_symbol","type":"","path":"php/ps_symbol.html","desc":"Output a glyph"},{"name":"ps_symbol_name","type":"","path":"php/ps_symbol_name.html","desc":"Gets name of a glyph"},{"name":"ps_symbol_width","type":"","path":"php/ps_symbol_width.html","desc":"Gets width of a glyph"},{"name":"ps_translate","type":"","path":"php/ps_translate.html","desc":"Sets translation"},{"name":"putenv","type":"","path":"php/putenv.html","desc":"设置环境变量的值"},{"name":"px_close","type":"","path":"php/px_close.html","desc":"Closes a paradox database"},{"name":"px_create_fp","type":"","path":"php/px_create_fp.html","desc":"Create a new paradox database"},{"name":"px_date2string","type":"","path":"php/px_date2string.html","desc":"Converts a date into a string"},{"name":"px_delete","type":"","path":"php/px_delete.html","desc":"Deletes resource of paradox database"},{"name":"px_delete_record","type":"","path":"php/px_delete_record.html","desc":"Deletes record from paradox database"},{"name":"px_get_field","type":"","path":"php/px_get_field.html","desc":"Returns the specification of a single field"},{"name":"px_get_info","type":"","path":"php/px_get_info.html","desc":"Return lots of information about a paradox file"},{"name":"px_get_parameter","type":"","path":"php/px_get_parameter.html","desc":"Gets a parameter"},{"name":"px_get_record","type":"","path":"php/px_get_record.html","desc":"Returns record of paradox database"},{"name":"px_get_schema","type":"","path":"php/px_get_schema.html","desc":"Returns the database schema"},{"name":"px_get_value","type":"","path":"php/px_get_value.html","desc":"Gets a value"},{"name":"px_insert_record","type":"","path":"php/px_insert_record.html","desc":"Inserts record into paradox database"},{"name":"px_new","type":"","path":"php/px_new.html","desc":"Create a new paradox object"},{"name":"px_numfields","type":"","path":"php/px_numfields.html","desc":"Returns number of fields in a database"},{"name":"px_numrecords","type":"","path":"php/px_numrecords.html","desc":"Returns number of records in a database"},{"name":"px_open_fp","type":"","path":"php/px_open_fp.html","desc":"Open paradox database"},{"name":"px_put_record","type":"","path":"php/px_put_record.html","desc":"Stores record into paradox database"},{"name":"px_retrieve_record","type":"","path":"php/px_retrieve_record.html","desc":"Returns record of paradox database"},{"name":"px_set_blob_file","type":"","path":"php/px_set_blob_file.html","desc":"Sets the file where blobs are read from"},{"name":"px_set_parameter","type":"","path":"php/px_set_parameter.html","desc":"Sets a parameter"},{"name":"px_set_tablename","type":"","path":"php/px_set_tablename.html","desc":"Sets the name of a table (deprecated)"},{"name":"px_set_targetencoding","type":"","path":"php/px_set_targetencoding.html","desc":"Sets the encoding for character fields (deprecated)"},{"name":"px_set_value","type":"","path":"php/px_set_value.html","desc":"Sets a value"},{"name":"px_timestamp2string","type":"","path":"php/px_timestamp2string.html","desc":"Converts the timestamp into a string"},{"name":"px_update_record","type":"","path":"php/px_update_record.html","desc":"Updates record in paradox database"},{"name":"quoted_printable_decode","type":"","path":"php/quoted_printable_decode.html","desc":"将 quoted-printable 字符串转换为 8-bit 字符串"},{"name":"quoted_printable_encode","type":"","path":"php/quoted_printable_encode.html","desc":"将 8-bit 字符串转换成 quoted-printable 字符串"},{"name":"quotemeta","type":"","path":"php/quotemeta.html","desc":"转义元字符集"},{"name":"rad2deg","type":"","path":"php/rad2deg.html","desc":"将弧度数转换为相应的角度数"},{"name":"radius_acct_open","type":"","path":"php/radius_acct_open.html","desc":"Creates a Radius handle for accounting"},{"name":"radius_add_server","type":"","path":"php/radius_add_server.html","desc":"Adds a server"},{"name":"radius_auth_open","type":"","path":"php/radius_auth_open.html","desc":"Creates a Radius handle for authentication"},{"name":"radius_close","type":"","path":"php/radius_close.html","desc":"Frees all ressources"},{"name":"radius_config","type":"","path":"php/radius_config.html","desc":"Causes the library to read the given configuration file"},{"name":"radius_create_request","type":"","path":"php/radius_create_request.html","desc":"Create accounting or authentication request"},{"name":"radius_cvt_addr","type":"","path":"php/radius_cvt_addr.html","desc":"Converts raw data to IP-Address"},{"name":"radius_cvt_int","type":"","path":"php/radius_cvt_int.html","desc":"Converts raw data to integer"},{"name":"radius_cvt_string","type":"","path":"php/radius_cvt_string.html","desc":"Converts raw data to string"},{"name":"radius_demangle","type":"","path":"php/radius_demangle.html","desc":"Demangles data"},{"name":"radius_demangle_mppe_key","type":"","path":"php/radius_demangle_mppe_key.html","desc":"Derives mppe-keys from mangled data"},{"name":"radius_get_attr","type":"","path":"php/radius_get_attr.html","desc":"Extracts an attribute"},{"name":"radius_get_tagged_attr_data","type":"","path":"php/radius_get_tagged_attr_data.html","desc":"Extracts the data from a tagged attribute"},{"name":"radius_get_tagged_attr_tag","type":"","path":"php/radius_get_tagged_attr_tag.html","desc":"Extracts the tag from a tagged attribute"},{"name":"radius_get_vendor_attr","type":"","path":"php/radius_get_vendor_attr.html","desc":"Extracts a vendor specific attribute"},{"name":"radius_put_addr","type":"","path":"php/radius_put_addr.html","desc":"Attaches an IP address attribute"},{"name":"radius_put_attr","type":"","path":"php/radius_put_attr.html","desc":"Attaches a binary attribute"},{"name":"radius_put_int","type":"","path":"php/radius_put_int.html","desc":"Attaches an integer attribute"},{"name":"radius_put_string","type":"","path":"php/radius_put_string.html","desc":"Attaches a string attribute"},{"name":"radius_put_vendor_addr","type":"","path":"php/radius_put_vendor_addr.html","desc":"Attaches a vendor specific IP address attribute"},{"name":"radius_put_vendor_attr","type":"","path":"php/radius_put_vendor_attr.html","desc":"Attaches a vendor specific binary attribute"},{"name":"radius_put_vendor_int","type":"","path":"php/radius_put_vendor_int.html","desc":"Attaches a vendor specific integer attribute"},{"name":"radius_put_vendor_string","type":"","path":"php/radius_put_vendor_string.html","desc":"Attaches a vendor specific string attribute"},{"name":"radius_request_authenticator","type":"","path":"php/radius_request_authenticator.html","desc":"Returns the request authenticator"},{"name":"radius_salt_encrypt_attr","type":"","path":"php/radius_salt_encrypt_attr.html","desc":"Salt-encrypts a value"},{"name":"radius_send_request","type":"","path":"php/radius_send_request.html","desc":"Sends the request and waits for a reply"},{"name":"radius_server_secret","type":"","path":"php/radius_server_secret.html","desc":"Returns the shared secret"},{"name":"radius_strerror","type":"","path":"php/radius_strerror.html","desc":"Returns an error message"},{"name":"rand","type":"","path":"php/rand.html","desc":"产生一个随机整数"},{"name":"random_bytes","type":"","path":"php/random_bytes.html","desc":"Generates cryptographically secure pseudo-random bytes"},{"name":"random_int","type":"","path":"php/random_int.html","desc":"Generates cryptographically secure pseudo-random integers"},{"name":"range","type":"","path":"php/range.html","desc":"根据范围创建数组,包含指定的元素"},{"name":"rar_wrapper_cache_stats","type":"","path":"php/rar_wrapper_cache_stats.html","desc":"Cache hits and misses for the URL wrapper"},{"name":"rawurldecode","type":"","path":"php/rawurldecode.html","desc":"对已编码的 URL 字符串进行解码"},{"name":"rawurlencode","type":"","path":"php/rawurlencode.html","desc":"按照 RFC 3986 对 URL 进行编码"},{"name":"readdir","type":"","path":"php/readdir.html","desc":"从目录句柄中读取条目"},{"name":"readfile","type":"","path":"php/readfile.html","desc":"输出文件"},{"name":"readgzfile","type":"","path":"php/readgzfile.html","desc":"Output a gz-file"},{"name":"readline","type":"","path":"php/readline.html","desc":"读取一行"},{"name":"readline_add_history","type":"","path":"php/readline_add_history.html","desc":"添加一行命令行历史记录"},{"name":"readline_callback_handler_install","type":"","path":"php/readline_callback_handler_install.html","desc":"初始化一个 readline 回调接口,然后终端输出提示信息并立即返回"},{"name":"readline_callback_handler_remove","type":"","path":"php/readline_callback_handler_remove.html","desc":"移除上一个安装的回调函数句柄并且恢复终端设置"},{"name":"readline_callback_read_char","type":"","path":"php/readline_callback_read_char.html","desc":"当一个行被接收时读取一个字符并且通知 readline 调用回调函数"},{"name":"readline_clear_history","type":"","path":"php/readline_clear_history.html","desc":"清除历史"},{"name":"readline_completion_function","type":"","path":"php/readline_completion_function.html","desc":"注册一个完成函数"},{"name":"readline_info","type":"","path":"php/readline_info.html","desc":"获取设置readline内部的各个变量"},{"name":"readline_list_history","type":"","path":"php/readline_list_history.html","desc":"获取命令历史列表"},{"name":"readline_on_new_line","type":"","path":"php/readline_on_new_line.html","desc":"通知readline将光标移动到新行"},{"name":"readline_read_history","type":"","path":"php/readline_read_history.html","desc":"读取命令历史"},{"name":"readline_redisplay","type":"","path":"php/readline_redisplay.html","desc":"重绘显示区"},{"name":"readline_write_history","type":"","path":"php/readline_write_history.html","desc":"写入历史记录"},{"name":"readlink","type":"","path":"php/readlink.html","desc":"返回符号连接指向的目标"},{"name":"read_exif_data","type":"","path":"php/read_exif_data.html","desc":"别名 exif_read_data"},{"name":"realpath","type":"","path":"php/realpath.html","desc":"返回规范化的绝对路径名"},{"name":"realpath_cache_get","type":"","path":"php/realpath_cache_get.html","desc":"获取真实目录缓存的详情"},{"name":"realpath_cache_size","type":"","path":"php/realpath_cache_size.html","desc":"获取真实路径缓冲区的大小"},{"name":"recode","type":"","path":"php/recode.html","desc":"别名 recode_string"},{"name":"recode_file","type":"","path":"php/recode_file.html","desc":"Recode from file to file according to recode request"},{"name":"recode_string","type":"","path":"php/recode_string.html","desc":"Recode a string according to a recode request"},{"name":"register_shutdown_function","type":"","path":"php/register_shutdown_function.html","desc":"注册一个会在php中止时执行的函数"},{"name":"register_tick_function","type":"","path":"php/register_tick_function.html","desc":"Register a function for execution on each tick"},{"name":"rename","type":"","path":"php/rename.html","desc":"重命名一个文件或目录"},{"name":"rename_function","type":"","path":"php/rename_function.html","desc":"Renames orig_name to new_name in the global function table"},{"name":"require","type":"","path":"php/require.html","desc":"require"},{"name":"require_once","type":"","path":"php/require_once.html","desc":"require_once"},{"name":"reset","type":"","path":"php/reset.html","desc":"将数组的内部指针指向第一个单元"},{"name":"restore_error_handler","type":"","path":"php/restore_error_handler.html","desc":"还原之前的错误处理函数"},{"name":"restore_exception_handler","type":"","path":"php/restore_exception_handler.html","desc":"恢复之前定义过的异常处理函数。"},{"name":"restore_include_path","type":"","path":"php/restore_include_path.html","desc":"还原 include_path 配置选项的值"},{"name":"return","type":"","path":"php/return.html","desc":"return"},{"name":"rewind","type":"","path":"php/rewind.html","desc":"倒回文件指针的位置"},{"name":"rewinddir","type":"","path":"php/rewinddir.html","desc":"倒回目录句柄"},{"name":"rmdir","type":"","path":"php/rmdir.html","desc":"删除目录"},{"name":"round","type":"","path":"php/round.html","desc":"对浮点数进行四舍五入"},{"name":"rpm_close","type":"","path":"php/rpm_close.html","desc":"Closes an RPM file"},{"name":"rpm_get_tag","type":"","path":"php/rpm_get_tag.html","desc":"Retrieves a header tag from an RPM file"},{"name":"rpm_is_valid","type":"","path":"php/rpm_is_valid.html","desc":"Tests a filename for validity as an RPM file"},{"name":"rpm_open","type":"","path":"php/rpm_open.html","desc":"Opens an RPM file"},{"name":"rpm_version","type":"","path":"php/rpm_version.html","desc":"Returns a string representing the current versio"},{"name":"rrdc_disconnect","type":"","path":"php/rrdc_disconnect.html","desc":"Close any outstanding connection to rrd caching daemon"},{"name":"rrd_create","type":"","path":"php/rrd_create.html","desc":"Creates rrd database file"},{"name":"rrd_error","type":"","path":"php/rrd_error.html","desc":"Gets latest error message"},{"name":"rrd_fetch","type":"","path":"php/rrd_fetch.html","desc":"Fetch the data for graph as array"},{"name":"rrd_first","type":"","path":"php/rrd_first.html","desc":"Gets the timestamp of the first sample from rrd file"},{"name":"rrd_graph","type":"","path":"php/rrd_graph.html","desc":"Creates image from a data"},{"name":"rrd_info","type":"","path":"php/rrd_info.html","desc":"Gets information about rrd file"},{"name":"rrd_last","type":"","path":"php/rrd_last.html","desc":"Gets unix timestamp of the last sample"},{"name":"rrd_lastupdate","type":"","path":"php/rrd_lastupdate.html","desc":"Gets information about last updated data"},{"name":"rrd_restore","type":"","path":"php/rrd_restore.html","desc":"Restores the RRD file from XML dump"},{"name":"rrd_tune","type":"","path":"php/rrd_tune.html","desc":"Tunes some RRD database file header options"},{"name":"rrd_update","type":"","path":"php/rrd_update.html","desc":"Updates the RRD database"},{"name":"rrd_version","type":"","path":"php/rrd_version.html","desc":"Gets information about underlying rrdtool library"},{"name":"rrd_xport","type":"","path":"php/rrd_xport.html","desc":"Exports the information about RRD database"},{"name":"rsort","type":"","path":"php/rsort.html","desc":"对数组逆向排序"},{"name":"rtrim","type":"","path":"php/rtrim.html","desc":"删除字符串末端的空白字符(或者其他字符)"},{"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"},{"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"},{"name":"runkit_constant_add","type":"","path":"php/runkit_constant_add.html","desc":"Similar to define(), but allows defining in class definitions as well"},{"name":"runkit_constant_redefine","type":"","path":"php/runkit_constant_redefine.html","desc":"Redefine an already defined constant"},{"name":"runkit_constant_remove","type":"","path":"php/runkit_constant_remove.html","desc":"RemoveDelete an already defined constant"},{"name":"runkit_function_add","type":"","path":"php/runkit_function_add.html","desc":"Add a new function, similar to create_function"},{"name":"runkit_function_copy","type":"","path":"php/runkit_function_copy.html","desc":"Copy a function to a new function name"},{"name":"runkit_function_redefine","type":"","path":"php/runkit_function_redefine.html","desc":"Replace a function definition with a new implementation"},{"name":"runkit_function_remove","type":"","path":"php/runkit_function_remove.html","desc":"Remove a function definition"},{"name":"runkit_function_rename","type":"","path":"php/runkit_function_rename.html","desc":"Change a function's name"},{"name":"runkit_import","type":"","path":"php/runkit_import.html","desc":"Process a PHP file importing function and class definitions, overwriting where appropriate"},{"name":"runkit_lint","type":"","path":"php/runkit_lint.html","desc":"Check the PHP syntax of the specified php code"},{"name":"runkit_lint_file","type":"","path":"php/runkit_lint_file.html","desc":"Check the PHP syntax of the specified file"},{"name":"runkit_method_add","type":"","path":"php/runkit_method_add.html","desc":"Dynamically adds a new method to a given class"},{"name":"runkit_method_copy","type":"","path":"php/runkit_method_copy.html","desc":"Copies a method from class to another"},{"name":"runkit_method_redefine","type":"","path":"php/runkit_method_redefine.html","desc":"Dynamically changes the code of the given method"},{"name":"runkit_method_remove","type":"","path":"php/runkit_method_remove.html","desc":"Dynamically removes the given method"},{"name":"runkit_method_rename","type":"","path":"php/runkit_method_rename.html","desc":"Dynamically changes the name of the given method"},{"name":"runkit_return_value_used","type":"","path":"php/runkit_return_value_used.html","desc":"Determines if the current functions return value will be used"},{"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"},{"name":"runkit_superglobals","type":"","path":"php/runkit_superglobals.html","desc":"Return numerically indexed array of registered superglobals"},{"name":"sapi_windows_cp_conv","type":"","path":"php/sapi_windows_cp_conv.html","desc":"Convert string from one codepage to another"},{"name":"sapi_windows_cp_get","type":"","path":"php/sapi_windows_cp_get.html","desc":"Get process codepage"},{"name":"sapi_windows_cp_is_utf8","type":"","path":"php/sapi_windows_cp_is_utf8.html","desc":"Indicates whether the codepage is UTF-8 compatible"},{"name":"sapi_windows_cp_set","type":"","path":"php/sapi_windows_cp_set.html","desc":"Set process codepage"},{"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."},{"name":"scandir","type":"","path":"php/scandir.html","desc":"列出指定路径中的文件和目录"},{"name":"seaslog_get_author","type":"","path":"php/seaslog_get_author.html","desc":"获取 SeasLog 作者"},{"name":"seaslog_get_version","type":"","path":"php/seaslog_get_version.html","desc":"获取 SeasLog 的版本"},{"name":"sem_acquire","type":"","path":"php/sem_acquire.html","desc":"Acquire a semaphore"},{"name":"sem_get","type":"","path":"php/sem_get.html","desc":"Get a semaphore id"},{"name":"sem_release","type":"","path":"php/sem_release.html","desc":"Release a semaphore"},{"name":"sem_remove","type":"","path":"php/sem_remove.html","desc":"Remove a semaphore"},{"name":"serialize","type":"","path":"php/serialize.html","desc":"产生一个可存储的值的表示"},{"name":"session_abort","type":"","path":"php/session_abort.html","desc":"Discard session array changes and finish session"},{"name":"session_cache_expire","type":"","path":"php/session_cache_expire.html","desc":"返回当前缓存的到期时间"},{"name":"session_cache_limiter","type":"","path":"php/session_cache_limiter.html","desc":"读取设置缓存限制器"},{"name":"session_commit","type":"","path":"php/session_commit.html","desc":"session_write_close 的别名"},{"name":"session_create_id","type":"","path":"php/session_create_id.html","desc":"Create new session id"},{"name":"session_decode","type":"","path":"php/session_decode.html","desc":"解码会话数据"},{"name":"session_destroy","type":"","path":"php/session_destroy.html","desc":"销毁一个会话中的全部数据"},{"name":"session_encode","type":"","path":"php/session_encode.html","desc":"将当前会话数据编码为一个字符串"},{"name":"session_gc","type":"","path":"php/session_gc.html","desc":"Perform session data garbage collection"},{"name":"session_get_cookie_params","type":"","path":"php/session_get_cookie_params.html","desc":"获取会话 cookie 参数"},{"name":"session_id","type":"","path":"php/session_id.html","desc":"获取设置当前会话 ID"},{"name":"session_is_registered","type":"","path":"php/session_is_registered.html","desc":"检查变量是否在会话中已经注册"},{"name":"session_module_name","type":"","path":"php/session_module_name.html","desc":"获取设置会话模块名称"},{"name":"session_name","type":"","path":"php/session_name.html","desc":"读取设置会话名称"},{"name":"session_pgsql_add_error","type":"","path":"php/session_pgsql_add_error.html","desc":"Increments error counts and sets last error message"},{"name":"session_pgsql_get_error","type":"","path":"php/session_pgsql_get_error.html","desc":"Returns number of errors and last error message"},{"name":"session_pgsql_get_field","type":"","path":"php/session_pgsql_get_field.html","desc":"Get custom field value"},{"name":"session_pgsql_reset","type":"","path":"php/session_pgsql_reset.html","desc":"Reset connection to session database servers"},{"name":"session_pgsql_set_field","type":"","path":"php/session_pgsql_set_field.html","desc":"Set custom field value"},{"name":"session_pgsql_status","type":"","path":"php/session_pgsql_status.html","desc":"Get current save handler status"},{"name":"session_regenerate_id","type":"","path":"php/session_regenerate_id.html","desc":"使用新生成的会话 ID 更新现有会话 ID"},{"name":"session_register","type":"","path":"php/session_register.html","desc":"Register one or more global variables with the current session"},{"name":"session_register_shutdown","type":"","path":"php/session_register_shutdown.html","desc":"关闭会话"},{"name":"session_reset","type":"","path":"php/session_reset.html","desc":"Re-initialize session array with original values"},{"name":"session_save_path","type":"","path":"php/session_save_path.html","desc":"读取设置当前会话的保存路径"},{"name":"session_set_cookie_params","type":"","path":"php/session_set_cookie_params.html","desc":"设置会话 cookie 参数"},{"name":"session_set_save_handler","type":"","path":"php/session_set_save_handler.html","desc":"设置用户自定义会话存储函数"},{"name":"session_start","type":"","path":"php/session_start.html","desc":"启动新会话或者重用现有会话"},{"name":"session_status","type":"","path":"php/session_status.html","desc":"返回当前会话状态"},{"name":"session_unregister","type":"","path":"php/session_unregister.html","desc":"Unregister a global variable from the current session"},{"name":"session_unset","type":"","path":"php/session_unset.html","desc":"释放所有的会话变量"},{"name":"session_write_close","type":"","path":"php/session_write_close.html","desc":"Write session data and end session"},{"name":"setcookie","type":"","path":"php/setcookie.html","desc":"发送 Cookie"},{"name":"setlocale","type":"","path":"php/setlocale.html","desc":"设置地区信息"},{"name":"setproctitle","type":"","path":"php/setproctitle.html","desc":"Set the process title"},{"name":"setrawcookie","type":"","path":"php/setrawcookie.html","desc":"发送未经 URL 编码的 cookie"},{"name":"setthreadtitle","type":"","path":"php/setthreadtitle.html","desc":"Set the thread title"},{"name":"settype","type":"","path":"php/settype.html","desc":"设置变量的类型"},{"name":"set_error_handler","type":"","path":"php/set_error_handler.html","desc":"设置用户自定义的错误处理函数"},{"name":"set_exception_handler","type":"","path":"php/set_exception_handler.html","desc":"设置用户自定义的异常处理函数"},{"name":"set_file_buffer","type":"","path":"php/set_file_buffer.html","desc":"stream_set_write_buffer 的别名"},{"name":"set_include_path","type":"","path":"php/set_include_path.html","desc":"设置 include_path 配置选项"},{"name":"set_magic_quotes_runtime","type":"","path":"php/set_magic_quotes_runtime.html","desc":"设置当前 magic_quotes_runtime 配置选项的激活状态"},{"name":"set_socket_blocking","type":"","path":"php/set_socket_blocking.html","desc":"别名 stream_set_blocking"},{"name":"set_time_limit","type":"","path":"php/set_time_limit.html","desc":"设置脚本最大执行时间"},{"name":"sha1","type":"","path":"php/sha1.html","desc":"计算字符串的 sha1 散列值"},{"name":"sha1_file","type":"","path":"php/sha1_file.html","desc":"计算文件的 sha1 散列值"},{"name":"shell_exec","type":"","path":"php/shell_exec.html","desc":"通过 shell 环境执行命令,并且将完整的输出以字符串的方式返回。"},{"name":"shmop_close","type":"","path":"php/shmop_close.html","desc":"Close shared memory block"},{"name":"shmop_delete","type":"","path":"php/shmop_delete.html","desc":"Delete shared memory block"},{"name":"shmop_open","type":"","path":"php/shmop_open.html","desc":"Create or open shared memory block"},{"name":"shmop_read","type":"","path":"php/shmop_read.html","desc":"Read data from shared memory block"},{"name":"shmop_size","type":"","path":"php/shmop_size.html","desc":"Get size of shared memory block"},{"name":"shmop_write","type":"","path":"php/shmop_write.html","desc":"Write data into shared memory block"},{"name":"shm_attach","type":"","path":"php/shm_attach.html","desc":"Creates or open a shared memory segment"},{"name":"shm_detach","type":"","path":"php/shm_detach.html","desc":"Disconnects from shared memory segment"},{"name":"shm_get_var","type":"","path":"php/shm_get_var.html","desc":"Returns a variable from shared memory"},{"name":"shm_has_var","type":"","path":"php/shm_has_var.html","desc":"Check whether a specific entry exists"},{"name":"shm_put_var","type":"","path":"php/shm_put_var.html","desc":"Inserts or updates a variable in shared memory"},{"name":"shm_remove","type":"","path":"php/shm_remove.html","desc":"Removes shared memory from Unix systems"},{"name":"shm_remove_var","type":"","path":"php/shm_remove_var.html","desc":"Removes a variable from shared memory"},{"name":"show_source","type":"","path":"php/show_source.html","desc":"别名 highlight_file"},{"name":"shuffle","type":"","path":"php/shuffle.html","desc":"打乱数组"},{"name":"similar_text","type":"","path":"php/similar_text.html","desc":"计算两个字符串的相似度"},{"name":"simplexml_import_dom","type":"","path":"php/simplexml_import_dom.html","desc":"Get a SimpleXMLElement object from a DOM node"},{"name":"simplexml_load_file","type":"","path":"php/simplexml_load_file.html","desc":"Interprets an XML file into an object"},{"name":"simplexml_load_string","type":"","path":"php/simplexml_load_string.html","desc":"Interprets a string of XML into an object"},{"name":"sin","type":"","path":"php/sin.html","desc":"正弦"},{"name":"sinh","type":"","path":"php/sinh.html","desc":"双曲正弦"},{"name":"sizeof","type":"","path":"php/sizeof.html","desc":"count 的别名"},{"name":"sleep","type":"","path":"php/sleep.html","desc":"延缓执行"},{"name":"snmp2_get","type":"","path":"php/snmp2_get.html","desc":"Fetch an SNMP object"},{"name":"snmp2_getnext","type":"","path":"php/snmp2_getnext.html","desc":"Fetch the SNMP object which follows the given object id"},{"name":"snmp2_real_walk","type":"","path":"php/snmp2_real_walk.html","desc":"Return all objects including their respective object ID within the specified one"},{"name":"snmp2_set","type":"","path":"php/snmp2_set.html","desc":"Set the value of an SNMP object"},{"name":"snmp2_walk","type":"","path":"php/snmp2_walk.html","desc":"Fetch all the SNMP objects from an agent"},{"name":"snmp3_get","type":"","path":"php/snmp3_get.html","desc":"Fetch an SNMP object"},{"name":"snmp3_getnext","type":"","path":"php/snmp3_getnext.html","desc":"Fetch the SNMP object which follows the given object id"},{"name":"snmp3_real_walk","type":"","path":"php/snmp3_real_walk.html","desc":"Return all objects including their respective object ID within the specified one"},{"name":"snmp3_set","type":"","path":"php/snmp3_set.html","desc":"Set the value of an SNMP object"},{"name":"snmp3_walk","type":"","path":"php/snmp3_walk.html","desc":"Fetch all the SNMP objects from an agent"},{"name":"snmpget","type":"","path":"php/snmpget.html","desc":"获取一个 SNMP 对象"},{"name":"snmpgetnext","type":"","path":"php/snmpgetnext.html","desc":"Fetch the SNMP object which follows the given object id"},{"name":"snmprealwalk","type":"","path":"php/snmprealwalk.html","desc":"返回指定的所有对象,包括它们各自的对象 ID"},{"name":"snmpset","type":"","path":"php/snmpset.html","desc":"设置一个 SNMP 对象"},{"name":"snmpwalk","type":"","path":"php/snmpwalk.html","desc":"从代理返回所有的 SNMP 对象"},{"name":"snmpwalkoid","type":"","path":"php/snmpwalkoid.html","desc":"查询关于网络实体的信息树"},{"name":"snmp_get_quick_print","type":"","path":"php/snmp_get_quick_print.html","desc":"返回 UCD 库中 quick_print 设置的当前值"},{"name":"snmp_get_valueretrieval","type":"","path":"php/snmp_get_valueretrieval.html","desc":"Return the method how the SNMP values will be returned"},{"name":"snmp_read_mib","type":"","path":"php/snmp_read_mib.html","desc":"Reads and parses a MIB file into the active MIB tree"},{"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"},{"name":"snmp_set_oid_numeric_print","type":"","path":"php/snmp_set_oid_numeric_print.html","desc":"Set the OID output format"},{"name":"snmp_set_oid_output_format","type":"","path":"php/snmp_set_oid_output_format.html","desc":"Set the OID output format"},{"name":"snmp_set_quick_print","type":"","path":"php/snmp_set_quick_print.html","desc":"设置 UCD SNMP 库中 quick_print 的值"},{"name":"snmp_set_valueretrieval","type":"","path":"php/snmp_set_valueretrieval.html","desc":"Specify the method how the SNMP values will be returned"},{"name":"socket_accept","type":"","path":"php/socket_accept.html","desc":"Accepts a connection on a socket"},{"name":"socket_addrinfo_bind","type":"","path":"php/socket_addrinfo_bind.html","desc":"Create and bind to a socket from a given addrinfo"},{"name":"socket_addrinfo_connect","type":"","path":"php/socket_addrinfo_connect.html","desc":"Create and connect to a socket from a given addrinfo"},{"name":"socket_addrinfo_explain","type":"","path":"php/socket_addrinfo_explain.html","desc":"Get information about addrinfo"},{"name":"socket_addrinfo_lookup","type":"","path":"php/socket_addrinfo_lookup.html","desc":"Get array with contents of getaddrinfo about the given hostname"},{"name":"socket_bind","type":"","path":"php/socket_bind.html","desc":"给套接字绑定名字"},{"name":"socket_clear_error","type":"","path":"php/socket_clear_error.html","desc":"清除套接字或者最后的错误代码上的错误"},{"name":"socket_close","type":"","path":"php/socket_close.html","desc":"关闭套接字资源"},{"name":"socket_cmsg_space","type":"","path":"php/socket_cmsg_space.html","desc":"Calculate message buffer size"},{"name":"socket_connect","type":"","path":"php/socket_connect.html","desc":"开启一个套接字连接"},{"name":"socket_create","type":"","path":"php/socket_create.html","desc":"创建一个套接字(通讯节点)"},{"name":"socket_create_listen","type":"","path":"php/socket_create_listen.html","desc":"Opens a socket on port to accept connections"},{"name":"socket_create_pair","type":"","path":"php/socket_create_pair.html","desc":"Creates a pair of indistinguishable sockets and stores them in an array"},{"name":"socket_export_stream","type":"","path":"php/socket_export_stream.html","desc":"Export a socket extension resource into a stream that encapsulates a socket"},{"name":"socket_getopt","type":"","path":"php/socket_getopt.html","desc":"别名 socket_get_option"},{"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"},{"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"},{"name":"socket_get_option","type":"","path":"php/socket_get_option.html","desc":"Gets socket options for the socket"},{"name":"socket_get_status","type":"","path":"php/socket_get_status.html","desc":"别名 stream_get_meta_data"},{"name":"socket_import_stream","type":"","path":"php/socket_import_stream.html","desc":"Import a stream"},{"name":"socket_last_error","type":"","path":"php/socket_last_error.html","desc":"Returns the last error on the socket"},{"name":"socket_listen","type":"","path":"php/socket_listen.html","desc":"Listens for a connection on a socket"},{"name":"socket_read","type":"","path":"php/socket_read.html","desc":"Reads a maximum of length bytes from a socket"},{"name":"socket_recv","type":"","path":"php/socket_recv.html","desc":"从已连接的socket接收数据"},{"name":"socket_recvfrom","type":"","path":"php/socket_recvfrom.html","desc":"Receives data from a socket whether or not it is connection-oriented"},{"name":"socket_recvmsg","type":"","path":"php/socket_recvmsg.html","desc":"Read a message"},{"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"},{"name":"socket_send","type":"","path":"php/socket_send.html","desc":"Sends data to a connected socket"},{"name":"socket_sendmsg","type":"","path":"php/socket_sendmsg.html","desc":"Send a message"},{"name":"socket_sendto","type":"","path":"php/socket_sendto.html","desc":"Sends a message to a socket, whether it is connected or not"},{"name":"socket_setopt","type":"","path":"php/socket_setopt.html","desc":"别名 socket_set_option"},{"name":"socket_set_block","type":"","path":"php/socket_set_block.html","desc":"Sets blocking mode on a socket resource"},{"name":"socket_set_blocking","type":"","path":"php/socket_set_blocking.html","desc":"别名 stream_set_blocking"},{"name":"socket_set_nonblock","type":"","path":"php/socket_set_nonblock.html","desc":"Sets nonblocking mode for file descriptor fd"},{"name":"socket_set_option","type":"","path":"php/socket_set_option.html","desc":"Sets socket options for the socket"},{"name":"socket_set_timeout","type":"","path":"php/socket_set_timeout.html","desc":"别名 stream_set_timeout"},{"name":"socket_shutdown","type":"","path":"php/socket_shutdown.html","desc":"Shuts down a socket for receiving, sending, or both"},{"name":"socket_strerror","type":"","path":"php/socket_strerror.html","desc":"Return a string describing a socket error"},{"name":"socket_write","type":"","path":"php/socket_write.html","desc":"Write to a socket"},{"name":"sodium_add","type":"","path":"php/sodium_add.html","desc":"Add large numbers"},{"name":"sodium_bin2hex","type":"","path":"php/sodium_bin2hex.html","desc":"Encode to hexadecimal"},{"name":"sodium_compare","type":"","path":"php/sodium_compare.html","desc":"Compare large numbers"},{"name":"sodium_crypto_aead_aes256gcm_decrypt","type":"","path":"php/sodium_crypto_aead_aes256gcm_decrypt.html","desc":"Decrypt in combined mode with precalculation"},{"name":"sodium_crypto_aead_aes256gcm_encrypt","type":"","path":"php/sodium_crypto_aead_aes256gcm_encrypt.html","desc":"Encrypt in combined mode with precalculation"},{"name":"sodium_crypto_aead_aes256gcm_is_available","type":"","path":"php/sodium_crypto_aead_aes256gcm_is_available.html","desc":"Check if hardware supports AES256-GCM"},{"name":"sodium_crypto_aead_aes256gcm_keygen","type":"","path":"php/sodium_crypto_aead_aes256gcm_keygen.html","desc":"Get random bytes for key"},{"name":"sodium_crypto_aead_chacha20poly1305_decrypt","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_decrypt.html","desc":"Verify that the ciphertext includes a valid tag"},{"name":"sodium_crypto_aead_chacha20poly1305_encrypt","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_encrypt.html","desc":"Encrypt a message"},{"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"},{"name":"sodium_crypto_aead_chacha20poly1305_ietf_encrypt","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_ietf_encrypt.html","desc":"Encrypt a message"},{"name":"sodium_crypto_aead_chacha20poly1305_ietf_keygen","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_ietf_keygen.html","desc":"Get random bytes for key"},{"name":"sodium_crypto_aead_chacha20poly1305_keygen","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_keygen.html","desc":"Get random bytes for key"},{"name":"sodium_crypto_auth","type":"","path":"php/sodium_crypto_auth.html","desc":"Compute a tag for the message"},{"name":"sodium_crypto_auth_keygen","type":"","path":"php/sodium_crypto_auth_keygen.html","desc":"Get random bytes for key"},{"name":"sodium_crypto_auth_verify","type":"","path":"php/sodium_crypto_auth_verify.html","desc":"Verifies that the tag is valid for the message"},{"name":"sodium_crypto_box","type":"","path":"php/sodium_crypto_box.html","desc":"Encrypt a message"},{"name":"sodium_crypto_box_keypair","type":"","path":"php/sodium_crypto_box_keypair.html","desc":"Randomly generate a secret key and a corresponding public key"},{"name":"sodium_crypto_box_open","type":"","path":"php/sodium_crypto_box_open.html","desc":"Verify and decrypt a ciphertext"},{"name":"sodium_crypto_box_seal","type":"","path":"php/sodium_crypto_box_seal.html","desc":"Encrypt a message"},{"name":"sodium_crypto_box_seal_open","type":"","path":"php/sodium_crypto_box_seal_open.html","desc":"Decrypt the ciphertext"},{"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"},{"name":"sodium_crypto_generichash","type":"","path":"php/sodium_crypto_generichash.html","desc":"Get a hash of the message"},{"name":"sodium_crypto_generichash_final","type":"","path":"php/sodium_crypto_generichash_final.html","desc":"Complete the hash"},{"name":"sodium_crypto_generichash_init","type":"","path":"php/sodium_crypto_generichash_init.html","desc":"Initialize a hash"},{"name":"sodium_crypto_generichash_keygen","type":"","path":"php/sodium_crypto_generichash_keygen.html","desc":"Get random bytes for key"},{"name":"sodium_crypto_generichash_update","type":"","path":"php/sodium_crypto_generichash_update.html","desc":"Add message to a hash"},{"name":"sodium_crypto_kdf_derive_from_key","type":"","path":"php/sodium_crypto_kdf_derive_from_key.html","desc":"Derive a subkey"},{"name":"sodium_crypto_kdf_keygen","type":"","path":"php/sodium_crypto_kdf_keygen.html","desc":"Get random bytes for key"},{"name":"sodium_crypto_kx_keypair","type":"","path":"php/sodium_crypto_kx_keypair.html","desc":"Creates a new sodium keypair"},{"name":"sodium_crypto_pwhash","type":"","path":"php/sodium_crypto_pwhash.html","desc":"Derive a key from a password"},{"name":"sodium_crypto_pwhash_scryptsalsa208sha256","type":"","path":"php/sodium_crypto_pwhash_scryptsalsa208sha256.html","desc":"Derives a key from a password"},{"name":"sodium_crypto_pwhash_scryptsalsa208sha256_str","type":"","path":"php/sodium_crypto_pwhash_scryptsalsa208sha256_str.html","desc":"Get an ASCII encoded hash"},{"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"},{"name":"sodium_crypto_pwhash_str","type":"","path":"php/sodium_crypto_pwhash_str.html","desc":"Get an ASCII-encoded hash"},{"name":"sodium_crypto_pwhash_str_verify","type":"","path":"php/sodium_crypto_pwhash_str_verify.html","desc":"Verifies that a password matches a hash"},{"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"},{"name":"sodium_crypto_scalarmult_base","type":"","path":"php/sodium_crypto_scalarmult_base.html","desc":"别名 sodium_crypto_box_publickey_from_secretkey"},{"name":"sodium_crypto_secretbox","type":"","path":"php/sodium_crypto_secretbox.html","desc":"Encrypt a message"},{"name":"sodium_crypto_secretbox_keygen","type":"","path":"php/sodium_crypto_secretbox_keygen.html","desc":"Get random bytes for key"},{"name":"sodium_crypto_secretbox_open","type":"","path":"php/sodium_crypto_secretbox_open.html","desc":"Verify and decrypt a ciphertext"},{"name":"sodium_crypto_shorthash","type":"","path":"php/sodium_crypto_shorthash.html","desc":"Compute a fixed-size fingerprint for the message"},{"name":"sodium_crypto_shorthash_keygen","type":"","path":"php/sodium_crypto_shorthash_keygen.html","desc":"Get random bytes for key"},{"name":"sodium_crypto_sign","type":"","path":"php/sodium_crypto_sign.html","desc":"Sign a message"},{"name":"sodium_crypto_sign_detached","type":"","path":"php/sodium_crypto_sign_detached.html","desc":"Sign the message"},{"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"},{"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"},{"name":"sodium_crypto_sign_keypair","type":"","path":"php/sodium_crypto_sign_keypair.html","desc":"Randomly generate a secret key and a corresponding public key"},{"name":"sodium_crypto_sign_open","type":"","path":"php/sodium_crypto_sign_open.html","desc":"Check that the signed message has a valid signature"},{"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"},{"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"},{"name":"sodium_crypto_sign_verify_detached","type":"","path":"php/sodium_crypto_sign_verify_detached.html","desc":"Verify signature for the message"},{"name":"sodium_crypto_stream","type":"","path":"php/sodium_crypto_stream.html","desc":"Generate a deterministic sequence of bytes from a seed"},{"name":"sodium_crypto_stream_keygen","type":"","path":"php/sodium_crypto_stream_keygen.html","desc":"Get random bytes for key"},{"name":"sodium_crypto_stream_xor","type":"","path":"php/sodium_crypto_stream_xor.html","desc":"Encrypt a message"},{"name":"sodium_hex2bin","type":"","path":"php/sodium_hex2bin.html","desc":"Decodes a hexadecimally encoded binary string"},{"name":"sodium_increment","type":"","path":"php/sodium_increment.html","desc":"Increment large number"},{"name":"sodium_memcmp","type":"","path":"php/sodium_memcmp.html","desc":"Test for equality in constant-time"},{"name":"sodium_memzero","type":"","path":"php/sodium_memzero.html","desc":"Overwrite buf with zeros"},{"name":"sodium_pad","type":"","path":"php/sodium_pad.html","desc":"Add padding data"},{"name":"sodium_unpad","type":"","path":"php/sodium_unpad.html","desc":"Remove padding data"},{"name":"solr_get_version","type":"","path":"php/solr_get_version.html","desc":"返回当前Solr扩展的版本"},{"name":"sort","type":"","path":"php/sort.html","desc":"对数组排序"},{"name":"soundex","type":"","path":"php/soundex.html","desc":"Calculate the soundex key of a string"},{"name":"split","type":"","path":"php/split.html","desc":"用正则表达式将字符串分割到数组中"},{"name":"spliti","type":"","path":"php/spliti.html","desc":"用正则表达式不区分大小写将字符串分割到数组中"},{"name":"spl_autoload","type":"","path":"php/spl_autoload.html","desc":"__autoload()函数的默认实现"},{"name":"spl_autoload_call","type":"","path":"php/spl_autoload_call.html","desc":"尝试调用所有已注册的__autoload()函数来装载请求类"},{"name":"spl_autoload_extensions","type":"","path":"php/spl_autoload_extensions.html","desc":"注册并返回spl_autoload函数使用的默认文件扩展名。"},{"name":"spl_autoload_functions","type":"","path":"php/spl_autoload_functions.html","desc":"返回所有已注册的__autoload()函数。"},{"name":"spl_autoload_register","type":"","path":"php/spl_autoload_register.html","desc":"注册给定的函数作为 __autoload 的实现"},{"name":"spl_autoload_unregister","type":"","path":"php/spl_autoload_unregister.html","desc":"注销已注册的__autoload()函数"},{"name":"spl_classes","type":"","path":"php/spl_classes.html","desc":"返回所有可用的SPL类"},{"name":"spl_object_hash","type":"","path":"php/spl_object_hash.html","desc":"返回指定对象的hash id"},{"name":"spl_object_id","type":"","path":"php/spl_object_id.html","desc":"Return the integer object handle for given object"},{"name":"sprintf","type":"","path":"php/sprintf.html","desc":"Return a formatted string"},{"name":"sqlite_array_query","type":"","path":"php/sqlite_array_query.html","desc":"Execute a query against a given database and returns an array"},{"name":"sqlite_busy_timeout","type":"","path":"php/sqlite_busy_timeout.html","desc":"Set busy timeout duration, or disable busy handlers"},{"name":"sqlite_changes","type":"","path":"php/sqlite_changes.html","desc":"Returns the number of rows that were changed by "},{"name":"sqlite_close","type":"","path":"php/sqlite_close.html","desc":"Closes an open SQLite database"},{"name":"sqlite_column","type":"","path":"php/sqlite_column.html","desc":"Fetches a column from the current row of a result set"},{"name":"sqlite_create_aggregate","type":"","path":"php/sqlite_create_aggregate.html","desc":"Register an aggregating UDF for use in SQL statements"},{"name":"sqlite_create_function","type":"","path":"php/sqlite_create_function.html","desc":"Registers a "regular" User Defined Function for use in SQL statements"},{"name":"sqlite_current","type":"","path":"php/sqlite_current.html","desc":"Fetches the current row from a result set as an array"},{"name":"sqlite_error_string","type":"","path":"php/sqlite_error_string.html","desc":"Returns the textual description of an error code"},{"name":"sqlite_escape_string","type":"","path":"php/sqlite_escape_string.html","desc":"Escapes a string for use as a query parameter"},{"name":"sqlite_exec","type":"","path":"php/sqlite_exec.html","desc":"Executes a result-less query against a given database"},{"name":"sqlite_factory","type":"","path":"php/sqlite_factory.html","desc":"Opens an SQLite database and returns an SQLiteDatabase object"},{"name":"sqlite_fetch_all","type":"","path":"php/sqlite_fetch_all.html","desc":"Fetches all rows from a result set as an array of arrays"},{"name":"sqlite_fetch_array","type":"","path":"php/sqlite_fetch_array.html","desc":"Fetches the next row from a result set as an array"},{"name":"sqlite_fetch_column_types","type":"","path":"php/sqlite_fetch_column_types.html","desc":"Return an array of column types from a particular table"},{"name":"sqlite_fetch_object","type":"","path":"php/sqlite_fetch_object.html","desc":"Fetches the next row from a result set as an object"},{"name":"sqlite_fetch_single","type":"","path":"php/sqlite_fetch_single.html","desc":"Fetches the first column of a result set as a string"},{"name":"sqlite_fetch_string","type":"","path":"php/sqlite_fetch_string.html","desc":"别名 sqlite_fetch_single"},{"name":"sqlite_field_name","type":"","path":"php/sqlite_field_name.html","desc":"Returns the name of a particular field"},{"name":"sqlite_has_more","type":"","path":"php/sqlite_has_more.html","desc":"Finds whether or not more rows are available"},{"name":"sqlite_has_prev","type":"","path":"php/sqlite_has_prev.html","desc":"Returns whether or not a previous row is available"},{"name":"sqlite_key","type":"","path":"php/sqlite_key.html","desc":"Returns the current row index"},{"name":"sqlite_last_error","type":"","path":"php/sqlite_last_error.html","desc":"Returns the error code of the last error for a database"},{"name":"sqlite_last_insert_rowid","type":"","path":"php/sqlite_last_insert_rowid.html","desc":"Returns the rowid of the most recently inserted row"},{"name":"sqlite_libencoding","type":"","path":"php/sqlite_libencoding.html","desc":"Returns the encoding of the linked SQLite library"},{"name":"sqlite_libversion","type":"","path":"php/sqlite_libversion.html","desc":"Returns the version of the linked SQLite library"},{"name":"sqlite_next","type":"","path":"php/sqlite_next.html","desc":"Seek to the next row number"},{"name":"sqlite_num_fields","type":"","path":"php/sqlite_num_fields.html","desc":"Returns the number of fields in a result set"},{"name":"sqlite_num_rows","type":"","path":"php/sqlite_num_rows.html","desc":"Returns the number of rows in a buffered result set"},{"name":"sqlite_open","type":"","path":"php/sqlite_open.html","desc":"Opens an SQLite database and create the database if it does not exist"},{"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"},{"name":"sqlite_prev","type":"","path":"php/sqlite_prev.html","desc":"Seek to the previous row number of a result set"},{"name":"sqlite_query","type":"","path":"php/sqlite_query.html","desc":"Executes a query against a given database and returns a result handle"},{"name":"sqlite_rewind","type":"","path":"php/sqlite_rewind.html","desc":"Seek to the first row number"},{"name":"sqlite_seek","type":"","path":"php/sqlite_seek.html","desc":"Seek to a particular row number of a buffered result set"},{"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"},{"name":"sqlite_udf_decode_binary","type":"","path":"php/sqlite_udf_decode_binary.html","desc":"Decode binary data passed as parameters to an UDF"},{"name":"sqlite_udf_encode_binary","type":"","path":"php/sqlite_udf_encode_binary.html","desc":"Encode binary data before returning it from an UDF"},{"name":"sqlite_unbuffered_query","type":"","path":"php/sqlite_unbuffered_query.html","desc":"Execute a query that does not prefetch and buffer all data"},{"name":"sqlite_valid","type":"","path":"php/sqlite_valid.html","desc":"Returns whether more rows are available"},{"name":"sqlsrv_begin_transaction","type":"","path":"php/sqlsrv_begin_transaction.html","desc":"Begins a database transaction"},{"name":"sqlsrv_cancel","type":"","path":"php/sqlsrv_cancel.html","desc":"Cancels a statement"},{"name":"sqlsrv_client_info","type":"","path":"php/sqlsrv_client_info.html","desc":"Returns information about the client and specified connection"},{"name":"sqlsrv_close","type":"","path":"php/sqlsrv_close.html","desc":"Closes an open connection and releases resourses associated with the connection"},{"name":"sqlsrv_commit","type":"","path":"php/sqlsrv_commit.html","desc":"Commits a transaction that was begun with sqlsrv_begin_transaction"},{"name":"sqlsrv_configure","type":"","path":"php/sqlsrv_configure.html","desc":"Changes the driver error handling and logging configurations"},{"name":"sqlsrv_connect","type":"","path":"php/sqlsrv_connect.html","desc":"Opens a connection to a Microsoft SQL Server database"},{"name":"sqlsrv_errors","type":"","path":"php/sqlsrv_errors.html","desc":"Returns error and warning information about the last SQLSRV operation performed"},{"name":"sqlsrv_execute","type":"","path":"php/sqlsrv_execute.html","desc":"Executes a statement prepared with sqlsrv_prepare"},{"name":"sqlsrv_fetch","type":"","path":"php/sqlsrv_fetch.html","desc":"Makes the next row in a result set available for reading"},{"name":"sqlsrv_fetch_array","type":"","path":"php/sqlsrv_fetch_array.html","desc":"Returns a row as an array"},{"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"},{"name":"sqlsrv_field_metadata","type":"","path":"php/sqlsrv_field_metadata.html","desc":"Retrieves metadata for the fields of a statement pre"},{"name":"sqlsrv_free_stmt","type":"","path":"php/sqlsrv_free_stmt.html","desc":"Frees all resources for the specified statement"},{"name":"sqlsrv_get_config","type":"","path":"php/sqlsrv_get_config.html","desc":"Returns the value of the specified configuration setting"},{"name":"sqlsrv_get_field","type":"","path":"php/sqlsrv_get_field.html","desc":"Gets field data from the currently selected row"},{"name":"sqlsrv_has_rows","type":"","path":"php/sqlsrv_has_rows.html","desc":"Indicates whether the specified statement has rows"},{"name":"sqlsrv_next_result","type":"","path":"php/sqlsrv_next_result.html","desc":"Makes the next result of the specified statement active"},{"name":"sqlsrv_num_fields","type":"","path":"php/sqlsrv_num_fields.html","desc":"Retrieves the number of fields (columns) on a statement"},{"name":"sqlsrv_num_rows","type":"","path":"php/sqlsrv_num_rows.html","desc":"Retrieves the number of rows in a result set"},{"name":"sqlsrv_prepare","type":"","path":"php/sqlsrv_prepare.html","desc":"Prepares a query for execution"},{"name":"sqlsrv_query","type":"","path":"php/sqlsrv_query.html","desc":"Prepares and executes a query"},{"name":"sqlsrv_rollback","type":"","path":"php/sqlsrv_rollback.html","desc":"Rolls back a transaction that was be"},{"name":"sqlsrv_rows_affected","type":"","path":"php/sqlsrv_rows_affected.html","desc":"Returns the number of rows modified by the last INSERT, UP"},{"name":"sqlsrv_send_stream_data","type":"","path":"php/sqlsrv_send_stream_data.html","desc":"Sends data from parameter streams to the server"},{"name":"sqlsrv_server_info","type":"","path":"php/sqlsrv_server_info.html","desc":"Returns information about the server"},{"name":"sql_regcase","type":"","path":"php/sql_regcase.html","desc":"产生用于不区分大小的匹配的正则表达式"},{"name":"sqrt","type":"","path":"php/sqrt.html","desc":"平方根"},{"name":"srand","type":"","path":"php/srand.html","desc":"播下随机数发生器种子"},{"name":"sscanf","type":"","path":"php/sscanf.html","desc":"根据指定格式解析输入的字符"},{"name":"ssdeep_fuzzy_compare","type":"","path":"php/ssdeep_fuzzy_compare.html","desc":"Calculates the match score between two fuzzy hash signatures"},{"name":"ssdeep_fuzzy_hash","type":"","path":"php/ssdeep_fuzzy_hash.html","desc":"Create a fuzzy hash from a string"},{"name":"ssdeep_fuzzy_hash_filename","type":"","path":"php/ssdeep_fuzzy_hash_filename.html","desc":"Create a fuzzy hash from a file"},{"name":"ssh2_auth_agent","type":"","path":"php/ssh2_auth_agent.html","desc":"Authenticate over SSH using the ssh agent"},{"name":"ssh2_auth_hostbased_file","type":"","path":"php/ssh2_auth_hostbased_file.html","desc":"Authenticate using a public hostkey"},{"name":"ssh2_auth_none","type":"","path":"php/ssh2_auth_none.html","desc":"Authenticate as "none""},{"name":"ssh2_auth_password","type":"","path":"php/ssh2_auth_password.html","desc":"Authenticate over SSH using a plain password"},{"name":"ssh2_auth_pubkey_file","type":"","path":"php/ssh2_auth_pubkey_file.html","desc":"Authenticate using a public key"},{"name":"ssh2_connect","type":"","path":"php/ssh2_connect.html","desc":"Connect to an SSH server"},{"name":"ssh2_disconnect","type":"","path":"php/ssh2_disconnect.html","desc":"Close a connection to a remote SSH server"},{"name":"ssh2_exec","type":"","path":"php/ssh2_exec.html","desc":"Execute a command on a remote server"},{"name":"ssh2_fetch_stream","type":"","path":"php/ssh2_fetch_stream.html","desc":"Fetch an extended data stream"},{"name":"ssh2_fingerprint","type":"","path":"php/ssh2_fingerprint.html","desc":"Retrieve fingerprint of remote server"},{"name":"ssh2_methods_negotiated","type":"","path":"php/ssh2_methods_negotiated.html","desc":"Return list of negotiated methods"},{"name":"ssh2_publickey_add","type":"","path":"php/ssh2_publickey_add.html","desc":"Add an authorized publickey"},{"name":"ssh2_publickey_init","type":"","path":"php/ssh2_publickey_init.html","desc":"Initialize Publickey subsystem"},{"name":"ssh2_publickey_list","type":"","path":"php/ssh2_publickey_list.html","desc":"List currently authorized publickeys"},{"name":"ssh2_publickey_remove","type":"","path":"php/ssh2_publickey_remove.html","desc":"Remove an authorized publickey"},{"name":"ssh2_scp_recv","type":"","path":"php/ssh2_scp_recv.html","desc":"Request a file via SCP"},{"name":"ssh2_scp_send","type":"","path":"php/ssh2_scp_send.html","desc":"Send a file via SCP"},{"name":"ssh2_sftp","type":"","path":"php/ssh2_sftp.html","desc":"Initialize SFTP subsystem"},{"name":"ssh2_sftp_chmod","type":"","path":"php/ssh2_sftp_chmod.html","desc":"Changes file mode"},{"name":"ssh2_sftp_lstat","type":"","path":"php/ssh2_sftp_lstat.html","desc":"Stat a symbolic link"},{"name":"ssh2_sftp_mkdir","type":"","path":"php/ssh2_sftp_mkdir.html","desc":"Create a directory"},{"name":"ssh2_sftp_readlink","type":"","path":"php/ssh2_sftp_readlink.html","desc":"Return the target of a symbolic link"},{"name":"ssh2_sftp_realpath","type":"","path":"php/ssh2_sftp_realpath.html","desc":"Resolve the realpath of a provided path string"},{"name":"ssh2_sftp_rename","type":"","path":"php/ssh2_sftp_rename.html","desc":"Rename a remote file"},{"name":"ssh2_sftp_rmdir","type":"","path":"php/ssh2_sftp_rmdir.html","desc":"Remove a directory"},{"name":"ssh2_sftp_stat","type":"","path":"php/ssh2_sftp_stat.html","desc":"Stat a file on a remote filesystem"},{"name":"ssh2_sftp_symlink","type":"","path":"php/ssh2_sftp_symlink.html","desc":"Create a symlink"},{"name":"ssh2_sftp_unlink","type":"","path":"php/ssh2_sftp_unlink.html","desc":"Delete a file"},{"name":"ssh2_shell","type":"","path":"php/ssh2_shell.html","desc":"Request an interactive shell"},{"name":"ssh2_tunnel","type":"","path":"php/ssh2_tunnel.html","desc":"Open a tunnel through a remote server"},{"name":"stat","type":"","path":"php/stat.html","desc":"给出文件的信息"},{"name":"stats_absolute_deviation","type":"","path":"php/stats_absolute_deviation.html","desc":"Returns the absolute deviation of an array of values"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"name":"stats_covariance","type":"","path":"php/stats_covariance.html","desc":"Computes the covariance of two data sets"},{"name":"stats_dens_beta","type":"","path":"php/stats_dens_beta.html","desc":"Probability density function of the beta distribution"},{"name":"stats_dens_cauchy","type":"","path":"php/stats_dens_cauchy.html","desc":"Probability density function of the Cauchy distribution"},{"name":"stats_dens_chisquare","type":"","path":"php/stats_dens_chisquare.html","desc":"Probability density function of the chi-square distribution"},{"name":"stats_dens_exponential","type":"","path":"php/stats_dens_exponential.html","desc":"Probability density function of the exponential distribution"},{"name":"stats_dens_f","type":"","path":"php/stats_dens_f.html","desc":"Probability density function of the F distribution"},{"name":"stats_dens_gamma","type":"","path":"php/stats_dens_gamma.html","desc":"Probability density function of the gamma distribution"},{"name":"stats_dens_laplace","type":"","path":"php/stats_dens_laplace.html","desc":"Probability density function of the Laplace distribution"},{"name":"stats_dens_logistic","type":"","path":"php/stats_dens_logistic.html","desc":"Probability density function of the logistic distribution"},{"name":"stats_dens_normal","type":"","path":"php/stats_dens_normal.html","desc":"Probability density function of the normal distribution"},{"name":"stats_dens_pmf_binomial","type":"","path":"php/stats_dens_pmf_binomial.html","desc":"Probability mass function of the binomial distribution"},{"name":"stats_dens_pmf_hypergeometric","type":"","path":"php/stats_dens_pmf_hypergeometric.html","desc":"Probability mass function of the hypergeometric distribution"},{"name":"stats_dens_pmf_negative_binomial","type":"","path":"php/stats_dens_pmf_negative_binomial.html","desc":"Probability density function of the negative binomial distribution"},{"name":"stats_dens_pmf_poisson","type":"","path":"php/stats_dens_pmf_poisson.html","desc":"Probability mass function of the Poisson distribution"},{"name":"stats_dens_t","type":"","path":"php/stats_dens_t.html","desc":"Probability density function of the t-distribution"},{"name":"stats_dens_uniform","type":"","path":"php/stats_dens_uniform.html","desc":"Probability density function of the uniform distribution"},{"name":"stats_dens_weibull","type":"","path":"php/stats_dens_weibull.html","desc":"Probability density function of the Weibull distribution"},{"name":"stats_harmonic_mean","type":"","path":"php/stats_harmonic_mean.html","desc":"Returns the harmonic mean of an array of values"},{"name":"stats_kurtosis","type":"","path":"php/stats_kurtosis.html","desc":"Computes the kurtosis of the data in the array"},{"name":"stats_rand_gen_beta","type":"","path":"php/stats_rand_gen_beta.html","desc":"Generates a random deviate from the beta distribution"},{"name":"stats_rand_gen_chisquare","type":"","path":"php/stats_rand_gen_chisquare.html","desc":"Generates a random deviate from the chi-square distribution"},{"name":"stats_rand_gen_exponential","type":"","path":"php/stats_rand_gen_exponential.html","desc":"Generates a random deviate from the exponential distribution"},{"name":"stats_rand_gen_f","type":"","path":"php/stats_rand_gen_f.html","desc":"Generates a random deviate from the F distribution"},{"name":"stats_rand_gen_funiform","type":"","path":"php/stats_rand_gen_funiform.html","desc":"Generates uniform float between low (exclusive) and high (exclusive)"},{"name":"stats_rand_gen_gamma","type":"","path":"php/stats_rand_gen_gamma.html","desc":"Generates a random deviate from the gamma distribution"},{"name":"stats_rand_gen_ibinomial","type":"","path":"php/stats_rand_gen_ibinomial.html","desc":"Generates a random deviate from the binomial distribution"},{"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"},{"name":"stats_rand_gen_int","type":"","path":"php/stats_rand_gen_int.html","desc":"Generates random integer between 1 and 2147483562"},{"name":"stats_rand_gen_ipoisson","type":"","path":"php/stats_rand_gen_ipoisson.html","desc":"Generates a single random deviate from a Poisson distribution"},{"name":"stats_rand_gen_iuniform","type":"","path":"php/stats_rand_gen_iuniform.html","desc":"Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)"},{"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"},{"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"},{"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"},{"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"},{"name":"stats_rand_gen_normal","type":"","path":"php/stats_rand_gen_normal.html","desc":"Generates a single random deviate from a normal distribution"},{"name":"stats_rand_gen_t","type":"","path":"php/stats_rand_gen_t.html","desc":"Generates a single random deviate from a t-distribution"},{"name":"stats_rand_get_seeds","type":"","path":"php/stats_rand_get_seeds.html","desc":"Get the seed values of the random number generator"},{"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"},{"name":"stats_rand_ranf","type":"","path":"php/stats_rand_ranf.html","desc":"Generates a random floating point number between 0 and 1"},{"name":"stats_rand_setall","type":"","path":"php/stats_rand_setall.html","desc":"Set seed values to the random generator"},{"name":"stats_skew","type":"","path":"php/stats_skew.html","desc":"Computes the skewness of the data in the array"},{"name":"stats_standard_deviation","type":"","path":"php/stats_standard_deviation.html","desc":"Returns the standard deviation"},{"name":"stats_stat_binomial_coef","type":"","path":"php/stats_stat_binomial_coef.html","desc":"Returns a binomial coefficient"},{"name":"stats_stat_correlation","type":"","path":"php/stats_stat_correlation.html","desc":"Returns the Pearson correlation coefficient of two data sets"},{"name":"stats_stat_factorial","type":"","path":"php/stats_stat_factorial.html","desc":"Returns the factorial of an integer"},{"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"},{"name":"stats_stat_innerproduct","type":"","path":"php/stats_stat_innerproduct.html","desc":"Returns the inner product of two vectors"},{"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"},{"name":"stats_stat_percentile","type":"","path":"php/stats_stat_percentile.html","desc":"Returns the percentile value"},{"name":"stats_stat_powersum","type":"","path":"php/stats_stat_powersum.html","desc":"Returns the power sum of a vector"},{"name":"stats_variance","type":"","path":"php/stats_variance.html","desc":"Returns the variance"},{"name":"stomp_connect_error","type":"","path":"php/stomp_connect_error.html","desc":"Returns a string description of the last connect error"},{"name":"stomp_version","type":"","path":"php/stomp_version.html","desc":"Gets the current stomp extension version"},{"name":"strcasecmp","type":"","path":"php/strcasecmp.html","desc":"二进制安全比较字符串(不区分大小写)"},{"name":"strchr","type":"","path":"php/strchr.html","desc":"别名 strstr"},{"name":"strcmp","type":"","path":"php/strcmp.html","desc":"二进制安全字符串比较"},{"name":"strcoll","type":"","path":"php/strcoll.html","desc":"基于区域设置的字符串比较"},{"name":"strcspn","type":"","path":"php/strcspn.html","desc":"获取不匹配遮罩的起始子字符串的长度"},{"name":"stream_bucket_append","type":"","path":"php/stream_bucket_append.html","desc":"Append bucket to brigade"},{"name":"stream_bucket_make_writeable","type":"","path":"php/stream_bucket_make_writeable.html","desc":"Return a bucket object from the brigade for operating on"},{"name":"stream_bucket_new","type":"","path":"php/stream_bucket_new.html","desc":"Create a new bucket for use on the current stream"},{"name":"stream_bucket_prepend","type":"","path":"php/stream_bucket_prepend.html","desc":"Prepend bucket to brigade"},{"name":"stream_context_create","type":"","path":"php/stream_context_create.html","desc":"创建资源流上下文"},{"name":"stream_context_get_default","type":"","path":"php/stream_context_get_default.html","desc":"Retrieve the default stream context"},{"name":"stream_context_get_options","type":"","path":"php/stream_context_get_options.html","desc":"获取资源流数据包上下文的参数"},{"name":"stream_context_get_params","type":"","path":"php/stream_context_get_params.html","desc":"Retrieves parameters from a context"},{"name":"stream_context_set_default","type":"","path":"php/stream_context_set_default.html","desc":"Set the default stream context"},{"name":"stream_context_set_option","type":"","path":"php/stream_context_set_option.html","desc":"对资源流、数据包或者上下文设置参数"},{"name":"stream_context_set_params","type":"","path":"php/stream_context_set_params.html","desc":"Set parameters for a streamwrappercontext"},{"name":"stream_copy_to_stream","type":"","path":"php/stream_copy_to_stream.html","desc":"Copies data from one stream to another"},{"name":"stream_filter_append","type":"","path":"php/stream_filter_append.html","desc":"Attach a filter to a stream"},{"name":"stream_filter_prepend","type":"","path":"php/stream_filter_prepend.html","desc":"Attach a filter to a stream"},{"name":"stream_filter_register","type":"","path":"php/stream_filter_register.html","desc":"Register a user defined stream filter"},{"name":"stream_filter_remove","type":"","path":"php/stream_filter_remove.html","desc":"从资源流里移除某个过滤器"},{"name":"stream_get_contents","type":"","path":"php/stream_get_contents.html","desc":"读取资源流到一个字符串"},{"name":"stream_get_filters","type":"","path":"php/stream_get_filters.html","desc":"获取已注册的数据流过滤器列表"},{"name":"stream_get_line","type":"","path":"php/stream_get_line.html","desc":"从资源流里读取一行直到给定的定界符"},{"name":"stream_get_meta_data","type":"","path":"php/stream_get_meta_data.html","desc":"从封装协议文件指针中取得报头/元数据"},{"name":"stream_get_transports","type":"","path":"php/stream_get_transports.html","desc":"获取已注册的套接字传输协议列表"},{"name":"stream_get_wrappers","type":"","path":"php/stream_get_wrappers.html","desc":"获取已注册的流类型"},{"name":"stream_isatty","type":"","path":"php/stream_isatty.html","desc":"Check if a stream is a TTY"},{"name":"stream_is_local","type":"","path":"php/stream_is_local.html","desc":"Checks if a stream is a local stream"},{"name":"stream_notification_callback","type":"","path":"php/stream_notification_callback.html","desc":"A callback function for the notification context parameter"},{"name":"stream_register_wrapper","type":"","path":"php/stream_register_wrapper.html","desc":"别名 stream_wrapper_register"},{"name":"stream_resolve_include_path","type":"","path":"php/stream_resolve_include_path.html","desc":"Resolve filename against the include path"},{"name":"stream_select","type":"","path":"php/stream_select.html","desc":"Runs the equivalent of the select() system call on t"},{"name":"stream_set_blocking","type":"","path":"php/stream_set_blocking.html","desc":"为资源流设置阻塞或者阻塞模式"},{"name":"stream_set_chunk_size","type":"","path":"php/stream_set_chunk_size.html","desc":"设置资源流区块大小"},{"name":"stream_set_read_buffer","type":"","path":"php/stream_set_read_buffer.html","desc":"Set read file buffering on the given stream"},{"name":"stream_set_timeout","type":"","path":"php/stream_set_timeout.html","desc":"Set timeout period on a stream"},{"name":"stream_set_write_buffer","type":"","path":"php/stream_set_write_buffer.html","desc":"Sets write file buffering on the given stream"},{"name":"stream_socket_accept","type":"","path":"php/stream_socket_accept.html","desc":"接受由 stream_socket_server 创建的套接字连接"},{"name":"stream_socket_client","type":"","path":"php/stream_socket_client.html","desc":"Open Internet or Unix domain socket connection"},{"name":"stream_socket_enable_crypto","type":"","path":"php/stream_socket_enable_crypto.html","desc":"Turns encryption onoff on an already connected socket"},{"name":"stream_socket_get_name","type":"","path":"php/stream_socket_get_name.html","desc":"获取本地或者远程的套接字名称"},{"name":"stream_socket_pair","type":"","path":"php/stream_socket_pair.html","desc":"创建一对完全一样的网络套接字连接流"},{"name":"stream_socket_recvfrom","type":"","path":"php/stream_socket_recvfrom.html","desc":"Receives data from a socket, connected or not"},{"name":"stream_socket_sendto","type":"","path":"php/stream_socket_sendto.html","desc":"Sends a message to a socket, whether it is connected or not"},{"name":"stream_socket_server","type":"","path":"php/stream_socket_server.html","desc":"Create an Internet or Unix domain server socket"},{"name":"stream_socket_shutdown","type":"","path":"php/stream_socket_shutdown.html","desc":"Shutdown a full-duplex connection"},{"name":"stream_supports_lock","type":"","path":"php/stream_supports_lock.html","desc":"Tells whether the stream supports locking"},{"name":"stream_wrapper_register","type":"","path":"php/stream_wrapper_register.html","desc":"注册一个用 PHP 类实现的 URL 封装协议"},{"name":"stream_wrapper_restore","type":"","path":"php/stream_wrapper_restore.html","desc":"Restores a previously unregistered built-in wrapper"},{"name":"stream_wrapper_unregister","type":"","path":"php/stream_wrapper_unregister.html","desc":"Unregister a URL wrapper"},{"name":"strftime","type":"","path":"php/strftime.html","desc":"根据区域设置格式化本地时间/日期"},{"name":"stripcslashes","type":"","path":"php/stripcslashes.html","desc":"反引用一个使用 addcslashes 转义的字符串"},{"name":"stripos","type":"","path":"php/stripos.html","desc":"查找字符串首次出现的位置(不区分大小写)"},{"name":"stripslashes","type":"","path":"php/stripslashes.html","desc":"反引用一个引用字符串"},{"name":"strip_tags","type":"","path":"php/strip_tags.html","desc":"从字符串中去除 HTML 和 PHP 标记"},{"name":"stristr","type":"","path":"php/stristr.html","desc":"strstr 函数的忽略大小写版本"},{"name":"strlen","type":"","path":"php/strlen.html","desc":"获取字符串长度"},{"name":"strnatcasecmp","type":"","path":"php/strnatcasecmp.html","desc":"使用“自然顺序”算法比较字符串(不区分大小写)"},{"name":"strnatcmp","type":"","path":"php/strnatcmp.html","desc":"使用自然排序算法比较字符串"},{"name":"strncasecmp","type":"","path":"php/strncasecmp.html","desc":"二进制安全比较字符串开头的若干个字符(不区分大小写)"},{"name":"strncmp","type":"","path":"php/strncmp.html","desc":"二进制安全比较字符串开头的若干个字符"},{"name":"strpbrk","type":"","path":"php/strpbrk.html","desc":"在字符串中查找一组字符的任何一个字符"},{"name":"strpos","type":"","path":"php/strpos.html","desc":"查找字符串首次出现的位置"},{"name":"strptime","type":"","path":"php/strptime.html","desc":"解析由 strftime 生成的日期/时间"},{"name":"strrchr","type":"","path":"php/strrchr.html","desc":"查找指定字符在字符串中的最后一次出现"},{"name":"strrev","type":"","path":"php/strrev.html","desc":"反转字符串"},{"name":"strripos","type":"","path":"php/strripos.html","desc":"计算指定字符串在目标字符串中最后一次出现的位置(不区分大小写)"},{"name":"strrpos","type":"","path":"php/strrpos.html","desc":"计算指定字符串在目标字符串中最后一次出现的位置"},{"name":"strspn","type":"","path":"php/strspn.html","desc":"计算字符串中全部字符都存在于指定字符集合中的第一段子串的长度。"},{"name":"strstr","type":"","path":"php/strstr.html","desc":"查找字符串的首次出现"},{"name":"strtok","type":"","path":"php/strtok.html","desc":"标记分割字符串"},{"name":"strtolower","type":"","path":"php/strtolower.html","desc":"将字符串转化为小写"},{"name":"strtotime","type":"","path":"php/strtotime.html","desc":"将任何字符串的日期时间描述解析为 Unix 时间戳"},{"name":"strtoupper","type":"","path":"php/strtoupper.html","desc":"将字符串转化为大写"},{"name":"strtr","type":"","path":"php/strtr.html","desc":"转换指定字符"},{"name":"strval","type":"","path":"php/strval.html","desc":"获取变量的字符串值"},{"name":"str_getcsv","type":"","path":"php/str_getcsv.html","desc":"解析 CSV 字符串为一个数组"},{"name":"str_ireplace","type":"","path":"php/str_ireplace.html","desc":"str_replace 的忽略大小写版本"},{"name":"str_pad","type":"","path":"php/str_pad.html","desc":"使用另一个字符串填充字符串为指定长度"},{"name":"str_repeat","type":"","path":"php/str_repeat.html","desc":"重复一个字符串"},{"name":"str_replace","type":"","path":"php/str_replace.html","desc":"子字符串替换"},{"name":"str_rot13","type":"","path":"php/str_rot13.html","desc":"对字符串执行 ROT13 转换"},{"name":"str_shuffle","type":"","path":"php/str_shuffle.html","desc":"随机打乱一个字符串"},{"name":"str_split","type":"","path":"php/str_split.html","desc":"将字符串转换为数组"},{"name":"str_word_count","type":"","path":"php/str_word_count.html","desc":"返回字符串中单词的使用情况"},{"name":"substr","type":"","path":"php/substr.html","desc":"返回字符串的子串"},{"name":"substr_compare","type":"","path":"php/substr_compare.html","desc":"二进制安全比较字符串(从偏移位置比较指定长度)"},{"name":"substr_count","type":"","path":"php/substr_count.html","desc":"计算字串出现的次数"},{"name":"substr_replace","type":"","path":"php/substr_replace.html","desc":"替换字符串的子串"},{"name":"svn_add","type":"","path":"php/svn_add.html","desc":"计划在工作目录添加项"},{"name":"svn_auth_get_parameter","type":"","path":"php/svn_auth_get_parameter.html","desc":"Retrieves authentication parameter"},{"name":"svn_auth_set_parameter","type":"","path":"php/svn_auth_set_parameter.html","desc":"Sets an authentication parameter"},{"name":"svn_blame","type":"","path":"php/svn_blame.html","desc":"Get the SVN blame for a file"},{"name":"svn_cat","type":"","path":"php/svn_cat.html","desc":"Returns the contents of a file in a repository"},{"name":"svn_checkout","type":"","path":"php/svn_checkout.html","desc":"Checks out a working copy from the repository"},{"name":"svn_cleanup","type":"","path":"php/svn_cleanup.html","desc":"Recursively cleanup a working copy directory, finishing incomplete operations and removing locks"},{"name":"svn_client_version","type":"","path":"php/svn_client_version.html","desc":"Returns the version of the SVN client libraries"},{"name":"svn_commit","type":"","path":"php/svn_commit.html","desc":"将修改的本地文件副本发送至版本库"},{"name":"svn_delete","type":"","path":"php/svn_delete.html","desc":"Delete items from a working copy or repository"},{"name":"svn_diff","type":"","path":"php/svn_diff.html","desc":"Recursively diffs two paths"},{"name":"svn_export","type":"","path":"php/svn_export.html","desc":"Export the contents of a SVN directory"},{"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"},{"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"},{"name":"svn_fs_begin_txn2","type":"","path":"php/svn_fs_begin_txn2.html","desc":"Create a new transaction"},{"name":"svn_fs_change_node_prop","type":"","path":"php/svn_fs_change_node_prop.html","desc":"Return true if everything is ok, false otherwise"},{"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"},{"name":"svn_fs_contents_changed","type":"","path":"php/svn_fs_contents_changed.html","desc":"Return true if content is different, false otherwise"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"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"},{"name":"svn_fs_node_prop","type":"","path":"php/svn_fs_node_prop.html","desc":"Returns the value of a property for a node"},{"name":"svn_fs_props_changed","type":"","path":"php/svn_fs_props_changed.html","desc":"Return true if props are different, false otherwise"},{"name":"svn_fs_revision_prop","type":"","path":"php/svn_fs_revision_prop.html","desc":"Fetches the value of a named property"},{"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"},{"name":"svn_fs_txn_root","type":"","path":"php/svn_fs_txn_root.html","desc":"Creates and returns a transaction root"},{"name":"svn_fs_youngest_rev","type":"","path":"php/svn_fs_youngest_rev.html","desc":"Returns the number of the youngest revision in the filesystem"},{"name":"svn_import","type":"","path":"php/svn_import.html","desc":"Imports an unversioned path into a repository"},{"name":"svn_log","type":"","path":"php/svn_log.html","desc":"Returns the commit log messages of a repository URL"},{"name":"svn_ls","type":"","path":"php/svn_ls.html","desc":"Returns list of directory contents in repository URL, optionally at revision number"},{"name":"svn_mkdir","type":"","path":"php/svn_mkdir.html","desc":"Creates a directory in a working copy or repository"},{"name":"svn_repos_create","type":"","path":"php/svn_repos_create.html","desc":"Create a new subversion repository at path"},{"name":"svn_repos_fs","type":"","path":"php/svn_repos_fs.html","desc":"Gets a handle on the filesystem for a repository"},{"name":"svn_repos_fs_begin_txn_for_commit","type":"","path":"php/svn_repos_fs_begin_txn_for_commit.html","desc":"Create a new transaction"},{"name":"svn_repos_fs_commit_txn","type":"","path":"php/svn_repos_fs_commit_txn.html","desc":"Commits a transaction and returns the new revision"},{"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"},{"name":"svn_repos_open","type":"","path":"php/svn_repos_open.html","desc":"Open a shared lock on a repository"},{"name":"svn_repos_recover","type":"","path":"php/svn_repos_recover.html","desc":"Run recovery procedures on the repository located at path"},{"name":"svn_revert","type":"","path":"php/svn_revert.html","desc":"Revert changes to the working copy"},{"name":"svn_status","type":"","path":"php/svn_status.html","desc":"Returns the status of working copy files and directories"},{"name":"svn_update","type":"","path":"php/svn_update.html","desc":"Update working copy"},{"name":"swoole_async_dns_lookup","type":"","path":"php/swoole_async_dns_lookup.html","desc":"Async and non-blocking hostname to IP lookup"},{"name":"swoole_async_read","type":"","path":"php/swoole_async_read.html","desc":"Read file stream asynchronously"},{"name":"swoole_async_readfile","type":"","path":"php/swoole_async_readfile.html","desc":"Read a file asynchronously"},{"name":"swoole_async_set","type":"","path":"php/swoole_async_set.html","desc":"Update the async IO options"},{"name":"swoole_async_write","type":"","path":"php/swoole_async_write.html","desc":"Write data to a file stream asynchronously"},{"name":"swoole_async_writefile","type":"","path":"php/swoole_async_writefile.html","desc":"Write data to a file asynchronously"},{"name":"swoole_client_select","type":"","path":"php/swoole_client_select.html","desc":"Get the file description which are ready to readwrite or error"},{"name":"swoole_cpu_num","type":"","path":"php/swoole_cpu_num.html","desc":"Get the number of CPU"},{"name":"swoole_errno","type":"","path":"php/swoole_errno.html","desc":"Get the error code of the latest system call"},{"name":"swoole_event_add","type":"","path":"php/swoole_event_add.html","desc":"Add new callback functions of a socket into the EventLoop"},{"name":"swoole_event_defer","type":"","path":"php/swoole_event_defer.html","desc":"Add callback function to the next event loop"},{"name":"swoole_event_del","type":"","path":"php/swoole_event_del.html","desc":"Remove all event callback functions of a socket"},{"name":"swoole_event_exit","type":"","path":"php/swoole_event_exit.html","desc":"Exit the eventloop, only available at the client side"},{"name":"swoole_event_set","type":"","path":"php/swoole_event_set.html","desc":"Update the event callback functions of a socket"},{"name":"swoole_event_wait","type":"","path":"php/swoole_event_wait.html","desc":"Start the event loop"},{"name":"swoole_event_write","type":"","path":"php/swoole_event_write.html","desc":"Write data to a socket"},{"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"},{"name":"swoole_last_error","type":"","path":"php/swoole_last_error.html","desc":"Get the lastest error message"},{"name":"swoole_load_module","type":"","path":"php/swoole_load_module.html","desc":"Load a swoole extension"},{"name":"swoole_select","type":"","path":"php/swoole_select.html","desc":"Select the file descriptions which are ready to readwrite or error in the eventloop"},{"name":"swoole_set_process_name","type":"","path":"php/swoole_set_process_name.html","desc":"Set the process name"},{"name":"swoole_strerror","type":"","path":"php/swoole_strerror.html","desc":"Convert the Errno into error messages"},{"name":"swoole_timer_after","type":"","path":"php/swoole_timer_after.html","desc":"Trigger a one time callback function in the future"},{"name":"swoole_timer_exists","type":"","path":"php/swoole_timer_exists.html","desc":"Check if a timer callback function is existed"},{"name":"swoole_timer_tick","type":"","path":"php/swoole_timer_tick.html","desc":"Trigger a timer tick callback function by time interval"},{"name":"swoole_version","type":"","path":"php/swoole_version.html","desc":"Get the version of Swoole"},{"name":"sybase_affected_rows","type":"","path":"php/sybase_affected_rows.html","desc":"Gets number of affected rows in last query"},{"name":"sybase_close","type":"","path":"php/sybase_close.html","desc":"Closes a Sybase connection"},{"name":"sybase_connect","type":"","path":"php/sybase_connect.html","desc":"Opens a Sybase server connection"},{"name":"sybase_data_seek","type":"","path":"php/sybase_data_seek.html","desc":"Moves internal row pointer"},{"name":"sybase_deadlock_retry_count","type":"","path":"php/sybase_deadlock_retry_count.html","desc":"Sets the deadlock retry count"},{"name":"sybase_fetch_array","type":"","path":"php/sybase_fetch_array.html","desc":"Fetch row as array"},{"name":"sybase_fetch_assoc","type":"","path":"php/sybase_fetch_assoc.html","desc":"Fetch a result row as an associative array"},{"name":"sybase_fetch_field","type":"","path":"php/sybase_fetch_field.html","desc":"Get field information from a result"},{"name":"sybase_fetch_object","type":"","path":"php/sybase_fetch_object.html","desc":"Fetch a row as an object"},{"name":"sybase_fetch_row","type":"","path":"php/sybase_fetch_row.html","desc":"Get a result row as an enumerated array"},{"name":"sybase_field_seek","type":"","path":"php/sybase_field_seek.html","desc":"Sets field offset"},{"name":"sybase_free_result","type":"","path":"php/sybase_free_result.html","desc":"Frees result memory"},{"name":"sybase_get_last_message","type":"","path":"php/sybase_get_last_message.html","desc":"Returns the last message from the server"},{"name":"sybase_min_client_severity","type":"","path":"php/sybase_min_client_severity.html","desc":"Sets minimum client severity"},{"name":"sybase_min_error_severity","type":"","path":"php/sybase_min_error_severity.html","desc":"Sets minimum error severity"},{"name":"sybase_min_message_severity","type":"","path":"php/sybase_min_message_severity.html","desc":"Sets minimum message severity"},{"name":"sybase_min_server_severity","type":"","path":"php/sybase_min_server_severity.html","desc":"Sets minimum server severity"},{"name":"sybase_num_fields","type":"","path":"php/sybase_num_fields.html","desc":"Gets the number of fields in a result set"},{"name":"sybase_num_rows","type":"","path":"php/sybase_num_rows.html","desc":"Get number of rows in a result set"},{"name":"sybase_pconnect","type":"","path":"php/sybase_pconnect.html","desc":"Open persistent Sybase connection"},{"name":"sybase_query","type":"","path":"php/sybase_query.html","desc":"Sends a Sybase query"},{"name":"sybase_result","type":"","path":"php/sybase_result.html","desc":"Get result data"},{"name":"sybase_select_db","type":"","path":"php/sybase_select_db.html","desc":"Selects a Sybase database"},{"name":"sybase_set_message_handler","type":"","path":"php/sybase_set_message_handler.html","desc":"Sets the handler called when a server message is raised"},{"name":"sybase_unbuffered_query","type":"","path":"php/sybase_unbuffered_query.html","desc":"Send a Sybase query and do not block"},{"name":"symlink","type":"","path":"php/symlink.html","desc":"建立符号连接"},{"name":"syslog","type":"","path":"php/syslog.html","desc":"Generate a system log message"},{"name":"system","type":"","path":"php/system.html","desc":"执行外部程序,并且显示输出"},{"name":"sys_getloadavg","type":"","path":"php/sys_getloadavg.html","desc":"获取系统的负载(load average)"},{"name":"sys_get_temp_dir","type":"","path":"php/sys_get_temp_dir.html","desc":"返回用于临时文件的目录"},{"name":"taint","type":"","path":"php/taint.html","desc":"Taint a string"},{"name":"tan","type":"","path":"php/tan.html","desc":"正切"},{"name":"tanh","type":"","path":"php/tanh.html","desc":"双曲正切"},{"name":"tcpwrap_check","type":"","path":"php/tcpwrap_check.html","desc":"Performs a tcpwrap check"},{"name":"tempnam","type":"","path":"php/tempnam.html","desc":"建立一个具有唯一文件名的文件"},{"name":"textdomain","type":"","path":"php/textdomain.html","desc":"Sets the default domain"},{"name":"tidy_access_count","type":"","path":"php/tidy_access_count.html","desc":"Returns the Number of Tidy accessibility warnings encountered for specified document"},{"name":"tidy_config_count","type":"","path":"php/tidy_config_count.html","desc":"Returns the Number of Tidy configuration errors encountered for specified document"},{"name":"tidy_error_count","type":"","path":"php/tidy_error_count.html","desc":"Returns the Number of Tidy errors encountered for specified document"},{"name":"tidy_get_output","type":"","path":"php/tidy_get_output.html","desc":"Return a string representing the parsed tidy markup"},{"name":"tidy_warning_count","type":"","path":"php/tidy_warning_count.html","desc":"Returns the Number of Tidy warnings encountered for specified document"},{"name":"time","type":"","path":"php/time.html","desc":"返回当前的 Unix 时间戳"},{"name":"timezone_abbreviations_list","type":"","path":"php/timezone_abbreviations_list.html","desc":"别名 DateTimeZonelistAbbreviations"},{"name":"timezone_identifiers_list","type":"","path":"php/timezone_identifiers_list.html","desc":"别名 DateTimeZonelistIdentifiers"},{"name":"timezone_location_get","type":"","path":"php/timezone_location_get.html","desc":"别名 DateTimeZonegetLocation"},{"name":"timezone_name_from_abbr","type":"","path":"php/timezone_name_from_abbr.html","desc":"Returns the timezone name from abbreviation"},{"name":"timezone_name_get","type":"","path":"php/timezone_name_get.html","desc":"别名 DateTimeZonegetName"},{"name":"timezone_offset_get","type":"","path":"php/timezone_offset_get.html","desc":"别名 DateTimeZonegetOffset"},{"name":"timezone_open","type":"","path":"php/timezone_open.html","desc":"别名 DateTimeZone__construct"},{"name":"timezone_transitions_get","type":"","path":"php/timezone_transitions_get.html","desc":"别名 DateTimeZonegetTransitions"},{"name":"timezone_version_get","type":"","path":"php/timezone_version_get.html","desc":"Gets the version of the timezonedb"},{"name":"time_nanosleep","type":"","path":"php/time_nanosleep.html","desc":"延缓执行若干秒和纳秒"},{"name":"time_sleep_until","type":"","path":"php/time_sleep_until.html","desc":"使脚本睡眠到指定的时间为止。"},{"name":"tmpfile","type":"","path":"php/tmpfile.html","desc":"建立一个临时文件"},{"name":"token_get_all","type":"","path":"php/token_get_all.html","desc":"将提供的源码按 PHP 标记进行分割"},{"name":"token_name","type":"","path":"php/token_name.html","desc":"获取提供的 PHP 解析器代号的符号名称"},{"name":"touch","type":"","path":"php/touch.html","desc":"设定文件的访问和修改时间"},{"name":"trader_acos","type":"","path":"php/trader_acos.html","desc":"Vector Trigonometric ACos"},{"name":"trader_ad","type":"","path":"php/trader_ad.html","desc":"Chaikin AD Line"},{"name":"trader_add","type":"","path":"php/trader_add.html","desc":"Vector Arithmetic Add"},{"name":"trader_adosc","type":"","path":"php/trader_adosc.html","desc":"Chaikin AD Oscillator"},{"name":"trader_adx","type":"","path":"php/trader_adx.html","desc":"Average Directional Movement Index"},{"name":"trader_adxr","type":"","path":"php/trader_adxr.html","desc":"Average Directional Movement Index Rating"},{"name":"trader_apo","type":"","path":"php/trader_apo.html","desc":"Absolute Price Oscillator"},{"name":"trader_aroon","type":"","path":"php/trader_aroon.html","desc":"Aroon"},{"name":"trader_aroonosc","type":"","path":"php/trader_aroonosc.html","desc":"Aroon Oscillator"},{"name":"trader_asin","type":"","path":"php/trader_asin.html","desc":"Vector Trigonometric ASin"},{"name":"trader_atan","type":"","path":"php/trader_atan.html","desc":"Vector Trigonometric ATan"},{"name":"trader_atr","type":"","path":"php/trader_atr.html","desc":"Average True Range"},{"name":"trader_avgprice","type":"","path":"php/trader_avgprice.html","desc":"Average Price"},{"name":"trader_bbands","type":"","path":"php/trader_bbands.html","desc":"Bollinger Bands"},{"name":"trader_beta","type":"","path":"php/trader_beta.html","desc":"Beta"},{"name":"trader_bop","type":"","path":"php/trader_bop.html","desc":"Balance Of Power"},{"name":"trader_cci","type":"","path":"php/trader_cci.html","desc":"Commodity Channel Index"},{"name":"trader_cdl2crows","type":"","path":"php/trader_cdl2crows.html","desc":"Two Crows"},{"name":"trader_cdl3blackcrows","type":"","path":"php/trader_cdl3blackcrows.html","desc":"Three Black Crows"},{"name":"trader_cdl3inside","type":"","path":"php/trader_cdl3inside.html","desc":"Three Inside UpDown"},{"name":"trader_cdl3linestrike","type":"","path":"php/trader_cdl3linestrike.html","desc":"Three-Line Strike"},{"name":"trader_cdl3outside","type":"","path":"php/trader_cdl3outside.html","desc":"Three Outside UpDown"},{"name":"trader_cdl3starsinsouth","type":"","path":"php/trader_cdl3starsinsouth.html","desc":"Three Stars In The South"},{"name":"trader_cdl3whitesoldiers","type":"","path":"php/trader_cdl3whitesoldiers.html","desc":"Three Advancing White Soldiers"},{"name":"trader_cdlabandonedbaby","type":"","path":"php/trader_cdlabandonedbaby.html","desc":"Abandoned Baby"},{"name":"trader_cdladvanceblock","type":"","path":"php/trader_cdladvanceblock.html","desc":"Advance Block"},{"name":"trader_cdlbelthold","type":"","path":"php/trader_cdlbelthold.html","desc":"Belt-hold"},{"name":"trader_cdlbreakaway","type":"","path":"php/trader_cdlbreakaway.html","desc":"Breakaway"},{"name":"trader_cdlclosingmarubozu","type":"","path":"php/trader_cdlclosingmarubozu.html","desc":"Closing Marubozu"},{"name":"trader_cdlconcealbabyswall","type":"","path":"php/trader_cdlconcealbabyswall.html","desc":"Concealing Baby Swallow"},{"name":"trader_cdlcounterattack","type":"","path":"php/trader_cdlcounterattack.html","desc":"Counterattack"},{"name":"trader_cdldarkcloudcover","type":"","path":"php/trader_cdldarkcloudcover.html","desc":"Dark Cloud Cover"},{"name":"trader_cdldoji","type":"","path":"php/trader_cdldoji.html","desc":"Doji"},{"name":"trader_cdldojistar","type":"","path":"php/trader_cdldojistar.html","desc":"Doji Star"},{"name":"trader_cdldragonflydoji","type":"","path":"php/trader_cdldragonflydoji.html","desc":"Dragonfly Doji"},{"name":"trader_cdlengulfing","type":"","path":"php/trader_cdlengulfing.html","desc":"Engulfing Pattern"},{"name":"trader_cdleveningdojistar","type":"","path":"php/trader_cdleveningdojistar.html","desc":"Evening Doji Star"},{"name":"trader_cdleveningstar","type":"","path":"php/trader_cdleveningstar.html","desc":"Evening Star"},{"name":"trader_cdlgapsidesidewhite","type":"","path":"php/trader_cdlgapsidesidewhite.html","desc":"UpDown-gap side-by-side white lines"},{"name":"trader_cdlgravestonedoji","type":"","path":"php/trader_cdlgravestonedoji.html","desc":"Gravestone Doji"},{"name":"trader_cdlhammer","type":"","path":"php/trader_cdlhammer.html","desc":"Hammer"},{"name":"trader_cdlhangingman","type":"","path":"php/trader_cdlhangingman.html","desc":"Hanging Man"},{"name":"trader_cdlharami","type":"","path":"php/trader_cdlharami.html","desc":"Harami Pattern"},{"name":"trader_cdlharamicross","type":"","path":"php/trader_cdlharamicross.html","desc":"Harami Cross Pattern"},{"name":"trader_cdlhighwave","type":"","path":"php/trader_cdlhighwave.html","desc":"High-Wave Candle"},{"name":"trader_cdlhikkake","type":"","path":"php/trader_cdlhikkake.html","desc":"Hikkake Pattern"},{"name":"trader_cdlhikkakemod","type":"","path":"php/trader_cdlhikkakemod.html","desc":"Modified Hikkake Pattern"},{"name":"trader_cdlhomingpigeon","type":"","path":"php/trader_cdlhomingpigeon.html","desc":"Homing Pigeon"},{"name":"trader_cdlidentical3crows","type":"","path":"php/trader_cdlidentical3crows.html","desc":"Identical Three Crows"},{"name":"trader_cdlinneck","type":"","path":"php/trader_cdlinneck.html","desc":"In-Neck Pattern"},{"name":"trader_cdlinvertedhammer","type":"","path":"php/trader_cdlinvertedhammer.html","desc":"Inverted Hammer"},{"name":"trader_cdlkicking","type":"","path":"php/trader_cdlkicking.html","desc":"Kicking"},{"name":"trader_cdlkickingbylength","type":"","path":"php/trader_cdlkickingbylength.html","desc":"Kicking - bullbear determined by the longer marubozu"},{"name":"trader_cdlladderbottom","type":"","path":"php/trader_cdlladderbottom.html","desc":"Ladder Bottom"},{"name":"trader_cdllongleggeddoji","type":"","path":"php/trader_cdllongleggeddoji.html","desc":"Long Legged Doji"},{"name":"trader_cdllongline","type":"","path":"php/trader_cdllongline.html","desc":"Long Line Candle"},{"name":"trader_cdlmarubozu","type":"","path":"php/trader_cdlmarubozu.html","desc":"Marubozu"},{"name":"trader_cdlmatchinglow","type":"","path":"php/trader_cdlmatchinglow.html","desc":"Matching Low"},{"name":"trader_cdlmathold","type":"","path":"php/trader_cdlmathold.html","desc":"Mat Hold"},{"name":"trader_cdlmorningdojistar","type":"","path":"php/trader_cdlmorningdojistar.html","desc":"Morning Doji Star"},{"name":"trader_cdlmorningstar","type":"","path":"php/trader_cdlmorningstar.html","desc":"Morning Star"},{"name":"trader_cdlonneck","type":"","path":"php/trader_cdlonneck.html","desc":"On-Neck Pattern"},{"name":"trader_cdlpiercing","type":"","path":"php/trader_cdlpiercing.html","desc":"Piercing Pattern"},{"name":"trader_cdlrickshawman","type":"","path":"php/trader_cdlrickshawman.html","desc":"Rickshaw Man"},{"name":"trader_cdlrisefall3methods","type":"","path":"php/trader_cdlrisefall3methods.html","desc":"RisingFalling Three Methods"},{"name":"trader_cdlseparatinglines","type":"","path":"php/trader_cdlseparatinglines.html","desc":"Separating Lines"},{"name":"trader_cdlshootingstar","type":"","path":"php/trader_cdlshootingstar.html","desc":"Shooting Star"},{"name":"trader_cdlshortline","type":"","path":"php/trader_cdlshortline.html","desc":"Short Line Candle"},{"name":"trader_cdlspinningtop","type":"","path":"php/trader_cdlspinningtop.html","desc":"Spinning Top"},{"name":"trader_cdlstalledpattern","type":"","path":"php/trader_cdlstalledpattern.html","desc":"Stalled Pattern"},{"name":"trader_cdlsticksandwich","type":"","path":"php/trader_cdlsticksandwich.html","desc":"Stick Sandwich"},{"name":"trader_cdltakuri","type":"","path":"php/trader_cdltakuri.html","desc":"Takuri (Dragonfly Doji with very long lower shadow)"},{"name":"trader_cdltasukigap","type":"","path":"php/trader_cdltasukigap.html","desc":"Tasuki Gap"},{"name":"trader_cdlthrusting","type":"","path":"php/trader_cdlthrusting.html","desc":"Thrusting Pattern"},{"name":"trader_cdltristar","type":"","path":"php/trader_cdltristar.html","desc":"Tristar Pattern"},{"name":"trader_cdlunique3river","type":"","path":"php/trader_cdlunique3river.html","desc":"Unique 3 River"},{"name":"trader_cdlupsidegap2crows","type":"","path":"php/trader_cdlupsidegap2crows.html","desc":"Upside Gap Two Crows"},{"name":"trader_cdlxsidegap3methods","type":"","path":"php/trader_cdlxsidegap3methods.html","desc":"UpsideDownside Gap Three Methods"},{"name":"trader_ceil","type":"","path":"php/trader_ceil.html","desc":"Vector Ceil"},{"name":"trader_cmo","type":"","path":"php/trader_cmo.html","desc":"Chande Momentum Oscillator"},{"name":"trader_correl","type":"","path":"php/trader_correl.html","desc":"Pearson's Correlation Coefficient (r)"},{"name":"trader_cos","type":"","path":"php/trader_cos.html","desc":"Vector Trigonometric Cos"},{"name":"trader_cosh","type":"","path":"php/trader_cosh.html","desc":"Vector Trigonometric Cosh"},{"name":"trader_dema","type":"","path":"php/trader_dema.html","desc":"Double Exponential Moving Average"},{"name":"trader_div","type":"","path":"php/trader_div.html","desc":"Vector Arithmetic Div"},{"name":"trader_dx","type":"","path":"php/trader_dx.html","desc":"Directional Movement Index"},{"name":"trader_ema","type":"","path":"php/trader_ema.html","desc":"Exponential Moving Average"},{"name":"trader_errno","type":"","path":"php/trader_errno.html","desc":"Get error code"},{"name":"trader_exp","type":"","path":"php/trader_exp.html","desc":"Vector Arithmetic Exp"},{"name":"trader_floor","type":"","path":"php/trader_floor.html","desc":"Vector Floor"},{"name":"trader_get_compat","type":"","path":"php/trader_get_compat.html","desc":"Get compatibility mode"},{"name":"trader_get_unstable_period","type":"","path":"php/trader_get_unstable_period.html","desc":"Get unstable period"},{"name":"trader_ht_dcperiod","type":"","path":"php/trader_ht_dcperiod.html","desc":"Hilbert Transform - Dominant Cycle Period"},{"name":"trader_ht_dcphase","type":"","path":"php/trader_ht_dcphase.html","desc":"Hilbert Transform - Dominant Cycle Phase"},{"name":"trader_ht_phasor","type":"","path":"php/trader_ht_phasor.html","desc":"Hilbert Transform - Phasor Components"},{"name":"trader_ht_sine","type":"","path":"php/trader_ht_sine.html","desc":"Hilbert Transform - SineWave"},{"name":"trader_ht_trendline","type":"","path":"php/trader_ht_trendline.html","desc":"Hilbert Transform - Instantaneous Trendline"},{"name":"trader_ht_trendmode","type":"","path":"php/trader_ht_trendmode.html","desc":"Hilbert Transform - Trend vs Cycle Mode"},{"name":"trader_kama","type":"","path":"php/trader_kama.html","desc":"Kaufman Adaptive Moving Average"},{"name":"trader_linearreg","type":"","path":"php/trader_linearreg.html","desc":"Linear Regression"},{"name":"trader_linearreg_angle","type":"","path":"php/trader_linearreg_angle.html","desc":"Linear Regression Angle"},{"name":"trader_linearreg_intercept","type":"","path":"php/trader_linearreg_intercept.html","desc":"Linear Regression Intercept"},{"name":"trader_linearreg_slope","type":"","path":"php/trader_linearreg_slope.html","desc":"Linear Regression Slope"},{"name":"trader_ln","type":"","path":"php/trader_ln.html","desc":"Vector Log Natural"},{"name":"trader_log10","type":"","path":"php/trader_log10.html","desc":"Vector Log10"},{"name":"trader_ma","type":"","path":"php/trader_ma.html","desc":"Moving average"},{"name":"trader_macd","type":"","path":"php/trader_macd.html","desc":"Moving Average ConvergenceDivergence"},{"name":"trader_macdext","type":"","path":"php/trader_macdext.html","desc":"MACD with controllable MA type"},{"name":"trader_macdfix","type":"","path":"php/trader_macdfix.html","desc":"Moving Average ConvergenceDivergence Fix 1226"},{"name":"trader_mama","type":"","path":"php/trader_mama.html","desc":"MESA Adaptive Moving Average"},{"name":"trader_mavp","type":"","path":"php/trader_mavp.html","desc":"Moving average with variable period"},{"name":"trader_max","type":"","path":"php/trader_max.html","desc":"Highest value over a specified period"},{"name":"trader_maxindex","type":"","path":"php/trader_maxindex.html","desc":"Index of highest value over a specified period"},{"name":"trader_medprice","type":"","path":"php/trader_medprice.html","desc":"Median Price"},{"name":"trader_mfi","type":"","path":"php/trader_mfi.html","desc":"Money Flow Index"},{"name":"trader_midpoint","type":"","path":"php/trader_midpoint.html","desc":"MidPoint over period"},{"name":"trader_midprice","type":"","path":"php/trader_midprice.html","desc":"Midpoint Price over period"},{"name":"trader_min","type":"","path":"php/trader_min.html","desc":"Lowest value over a specified period"},{"name":"trader_minindex","type":"","path":"php/trader_minindex.html","desc":"Index of lowest value over a specified period"},{"name":"trader_minmax","type":"","path":"php/trader_minmax.html","desc":"Lowest and highest values over a specified period"},{"name":"trader_minmaxindex","type":"","path":"php/trader_minmaxindex.html","desc":"Indexes of lowest and highest values over a specified period"},{"name":"trader_minus_di","type":"","path":"php/trader_minus_di.html","desc":"Minus Directional Indicator"},{"name":"trader_minus_dm","type":"","path":"php/trader_minus_dm.html","desc":"Minus Directional Movement"},{"name":"trader_mom","type":"","path":"php/trader_mom.html","desc":"Momentum"},{"name":"trader_mult","type":"","path":"php/trader_mult.html","desc":"Vector Arithmetic Mult"},{"name":"trader_natr","type":"","path":"php/trader_natr.html","desc":"Normalized Average True Range"},{"name":"trader_obv","type":"","path":"php/trader_obv.html","desc":"On Balance Volume"},{"name":"trader_plus_di","type":"","path":"php/trader_plus_di.html","desc":"Plus Directional Indicator"},{"name":"trader_plus_dm","type":"","path":"php/trader_plus_dm.html","desc":"Plus Directional Movement"},{"name":"trader_ppo","type":"","path":"php/trader_ppo.html","desc":"Percentage Price Oscillator"},{"name":"trader_roc","type":"","path":"php/trader_roc.html","desc":"Rate of change ((priceprevPrice)-1)100"},{"name":"trader_rocp","type":"","path":"php/trader_rocp.html","desc":"Rate of change Percentage (price-prevPrice)prevPrice"},{"name":"trader_rocr","type":"","path":"php/trader_rocr.html","desc":"Rate of change ratio (priceprevPrice)"},{"name":"trader_rocr100","type":"","path":"php/trader_rocr100.html","desc":"Rate of change ratio 100 scale (priceprevPrice)100"},{"name":"trader_rsi","type":"","path":"php/trader_rsi.html","desc":"Relative Strength Index"},{"name":"trader_sar","type":"","path":"php/trader_sar.html","desc":"Parabolic SAR"},{"name":"trader_sarext","type":"","path":"php/trader_sarext.html","desc":"Parabolic SAR - Extended"},{"name":"trader_set_compat","type":"","path":"php/trader_set_compat.html","desc":"Set compatibility mode"},{"name":"trader_set_unstable_period","type":"","path":"php/trader_set_unstable_period.html","desc":"Set unstable period"},{"name":"trader_sin","type":"","path":"php/trader_sin.html","desc":"Vector Trigonometric Sin"},{"name":"trader_sinh","type":"","path":"php/trader_sinh.html","desc":"Vector Trigonometric Sinh"},{"name":"trader_sma","type":"","path":"php/trader_sma.html","desc":"Simple Moving Average"},{"name":"trader_sqrt","type":"","path":"php/trader_sqrt.html","desc":"Vector Square Root"},{"name":"trader_stddev","type":"","path":"php/trader_stddev.html","desc":"Standard Deviation"},{"name":"trader_stoch","type":"","path":"php/trader_stoch.html","desc":"Stochastic"},{"name":"trader_stochf","type":"","path":"php/trader_stochf.html","desc":"Stochastic Fast"},{"name":"trader_stochrsi","type":"","path":"php/trader_stochrsi.html","desc":"Stochastic Relative Strength Index"},{"name":"trader_sub","type":"","path":"php/trader_sub.html","desc":"Vector Arithmetic Subtraction"},{"name":"trader_sum","type":"","path":"php/trader_sum.html","desc":"Summation"},{"name":"trader_t3","type":"","path":"php/trader_t3.html","desc":"Triple Exponential Moving Average (T3)"},{"name":"trader_tan","type":"","path":"php/trader_tan.html","desc":"Vector Trigonometric Tan"},{"name":"trader_tanh","type":"","path":"php/trader_tanh.html","desc":"Vector Trigonometric Tanh"},{"name":"trader_tema","type":"","path":"php/trader_tema.html","desc":"Triple Exponential Moving Average"},{"name":"trader_trange","type":"","path":"php/trader_trange.html","desc":"True Range"},{"name":"trader_trima","type":"","path":"php/trader_trima.html","desc":"Triangular Moving Average"},{"name":"trader_trix","type":"","path":"php/trader_trix.html","desc":"1-day Rate-Of-Change (ROC) of a Triple Smooth EMA"},{"name":"trader_tsf","type":"","path":"php/trader_tsf.html","desc":"Time Series Forecast"},{"name":"trader_typprice","type":"","path":"php/trader_typprice.html","desc":"Typical Price"},{"name":"trader_ultosc","type":"","path":"php/trader_ultosc.html","desc":"Ultimate Oscillator"},{"name":"trader_var","type":"","path":"php/trader_var.html","desc":"Variance"},{"name":"trader_wclprice","type":"","path":"php/trader_wclprice.html","desc":"Weighted Close Price"},{"name":"trader_willr","type":"","path":"php/trader_willr.html","desc":"Williams' %R"},{"name":"trader_wma","type":"","path":"php/trader_wma.html","desc":"Weighted Moving Average"},{"name":"trait_exists","type":"","path":"php/trait_exists.html","desc":"检查指定的 trait 是否存在"},{"name":"trigger_error","type":"","path":"php/trigger_error.html","desc":"产生一个用户级别的 errorwarningnotice 信息"},{"name":"trim","type":"","path":"php/trim.html","desc":"去除字符串首尾处的空白字符(或者其他字符)"},{"name":"uasort","type":"","path":"php/uasort.html","desc":"使用用户自定义的比较函数对数组中的值进行排序并保持索引关联"},{"name":"ucfirst","type":"","path":"php/ucfirst.html","desc":"将字符串的首字母转换为大写"},{"name":"ucwords","type":"","path":"php/ucwords.html","desc":"将字符串中每个单词的首字母转换为大写"},{"name":"udm_add_search_limit","type":"","path":"php/udm_add_search_limit.html","desc":"Add various search limits"},{"name":"udm_alloc_agent","type":"","path":"php/udm_alloc_agent.html","desc":"Allocate mnoGoSearch session"},{"name":"udm_alloc_agent_array","type":"","path":"php/udm_alloc_agent_array.html","desc":"Allocate mnoGoSearch session"},{"name":"udm_api_version","type":"","path":"php/udm_api_version.html","desc":"Get mnoGoSearch API version"},{"name":"udm_cat_list","type":"","path":"php/udm_cat_list.html","desc":"Get all the categories on the same level with the current one"},{"name":"udm_cat_path","type":"","path":"php/udm_cat_path.html","desc":"Get the path to the current category"},{"name":"udm_check_charset","type":"","path":"php/udm_check_charset.html","desc":"Check if the given charset is known to mnogosearch"},{"name":"udm_clear_search_limits","type":"","path":"php/udm_clear_search_limits.html","desc":"Clear all mnoGoSearch search restrictions"},{"name":"udm_crc32","type":"","path":"php/udm_crc32.html","desc":"Return CRC32 checksum of given string"},{"name":"udm_errno","type":"","path":"php/udm_errno.html","desc":"Get mnoGoSearch error number"},{"name":"udm_error","type":"","path":"php/udm_error.html","desc":"Get mnoGoSearch error message"},{"name":"udm_find","type":"","path":"php/udm_find.html","desc":"Perform search"},{"name":"udm_free_agent","type":"","path":"php/udm_free_agent.html","desc":"Free mnoGoSearch session"},{"name":"udm_free_ispell_data","type":"","path":"php/udm_free_ispell_data.html","desc":"Free memory allocated for ispell data"},{"name":"udm_free_res","type":"","path":"php/udm_free_res.html","desc":"Free mnoGoSearch result"},{"name":"udm_get_doc_count","type":"","path":"php/udm_get_doc_count.html","desc":"Get total number of documents in database"},{"name":"udm_get_res_field","type":"","path":"php/udm_get_res_field.html","desc":"Fetch a result field"},{"name":"udm_get_res_param","type":"","path":"php/udm_get_res_param.html","desc":"Get mnoGoSearch result parameters"},{"name":"udm_hash32","type":"","path":"php/udm_hash32.html","desc":"Return Hash32 checksum of given string"},{"name":"udm_load_ispell_data","type":"","path":"php/udm_load_ispell_data.html","desc":"Load ispell data"},{"name":"udm_set_agent_param","type":"","path":"php/udm_set_agent_param.html","desc":"Set mnoGoSearch agent session parameters"},{"name":"ui_draw_text_font_fontfamilies","type":"","path":"php/ui_draw_text_font_fontfamilies.html","desc":"Retrieve Font Families"},{"name":"ui_quit","type":"","path":"php/ui_quit.html","desc":"Quit UI Loop"},{"name":"ui_run","type":"","path":"php/ui_run.html","desc":"Enter UI Loop"},{"name":"uksort","type":"","path":"php/uksort.html","desc":"使用用户自定义的比较函数对数组中的键名进行排序"},{"name":"umask","type":"","path":"php/umask.html","desc":"改变当前的 umask"},{"name":"uniqid","type":"","path":"php/uniqid.html","desc":"生成一个唯一ID"},{"name":"unixtojd","type":"","path":"php/unixtojd.html","desc":"转变Unix时间戳为Julian Day计数"},{"name":"unlink","type":"","path":"php/unlink.html","desc":"删除文件"},{"name":"unpack","type":"","path":"php/unpack.html","desc":"Unpack data from binary string"},{"name":"unregister_tick_function","type":"","path":"php/unregister_tick_function.html","desc":"De-register a function for execution on each tick"},{"name":"unserialize","type":"","path":"php/unserialize.html","desc":"从已存储的表示中创建 PHP 的值"},{"name":"unset","type":"","path":"php/unset.html","desc":"释放给定的变量"},{"name":"untaint","type":"","path":"php/untaint.html","desc":"Untaint strings"},{"name":"uopz_add_function","type":"","path":"php/uopz_add_function.html","desc":"Adds non-existent function or method"},{"name":"uopz_allow_exit","type":"","path":"php/uopz_allow_exit.html","desc":"Allows control over disabled exit opcode"},{"name":"uopz_backup","type":"","path":"php/uopz_backup.html","desc":"Backup a function"},{"name":"uopz_compose","type":"","path":"php/uopz_compose.html","desc":"Compose a class"},{"name":"uopz_copy","type":"","path":"php/uopz_copy.html","desc":"Copy a function"},{"name":"uopz_delete","type":"","path":"php/uopz_delete.html","desc":"Delete a function"},{"name":"uopz_del_function","type":"","path":"php/uopz_del_function.html","desc":"Deletes previously added function or method"},{"name":"uopz_extend","type":"","path":"php/uopz_extend.html","desc":"Extend a class at runtime"},{"name":"uopz_flags","type":"","path":"php/uopz_flags.html","desc":"Get or set flags on function or class"},{"name":"uopz_function","type":"","path":"php/uopz_function.html","desc":"Creates a function at runtime"},{"name":"uopz_get_exit_status","type":"","path":"php/uopz_get_exit_status.html","desc":"Retrieve the last set exit status"},{"name":"uopz_get_hook","type":"","path":"php/uopz_get_hook.html","desc":"Gets previously set hook on function or method"},{"name":"uopz_get_mock","type":"","path":"php/uopz_get_mock.html","desc":"Get the current mock for a class"},{"name":"uopz_get_property","type":"","path":"php/uopz_get_property.html","desc":"Gets value of class or instance property"},{"name":"uopz_get_return","type":"","path":"php/uopz_get_return.html","desc":"Gets a previous set return value for a function"},{"name":"uopz_get_static","type":"","path":"php/uopz_get_static.html","desc":"Gets the static variables from function or method scope"},{"name":"uopz_implement","type":"","path":"php/uopz_implement.html","desc":"Implements an interface at runtime"},{"name":"uopz_overload","type":"","path":"php/uopz_overload.html","desc":"Overload a VM opcode"},{"name":"uopz_redefine","type":"","path":"php/uopz_redefine.html","desc":"Redefine a constant"},{"name":"uopz_rename","type":"","path":"php/uopz_rename.html","desc":"Rename a function at runtime"},{"name":"uopz_restore","type":"","path":"php/uopz_restore.html","desc":"Restore a previously backed up function"},{"name":"uopz_set_hook","type":"","path":"php/uopz_set_hook.html","desc":"Sets hook to execute when entering a function or method"},{"name":"uopz_set_mock","type":"","path":"php/uopz_set_mock.html","desc":"Use mock instead of class for new objects"},{"name":"uopz_set_property","type":"","path":"php/uopz_set_property.html","desc":"Sets value of existing class or instance property"},{"name":"uopz_set_return","type":"","path":"php/uopz_set_return.html","desc":"Provide a return value for an existing function"},{"name":"uopz_set_static","type":"","path":"php/uopz_set_static.html","desc":"Sets the static variables in function or method scope"},{"name":"uopz_undefine","type":"","path":"php/uopz_undefine.html","desc":"Undefine a constant"},{"name":"uopz_unset_hook","type":"","path":"php/uopz_unset_hook.html","desc":"Removes previously set hook on function or method"},{"name":"uopz_unset_mock","type":"","path":"php/uopz_unset_mock.html","desc":"Unset previously set mock"},{"name":"uopz_unset_return","type":"","path":"php/uopz_unset_return.html","desc":"Unsets a previously set return value for a function"},{"name":"urldecode","type":"","path":"php/urldecode.html","desc":"解码已编码的 URL 字符串"},{"name":"urlencode","type":"","path":"php/urlencode.html","desc":"编码 URL 字符串"},{"name":"user_error","type":"","path":"php/user_error.html","desc":"trigger_error 的别名"},{"name":"use_soap_error_handler","type":"","path":"php/use_soap_error_handler.html","desc":"Set whether to use the SOAP error handler"},{"name":"usleep","type":"","path":"php/usleep.html","desc":"以指定的微秒数延迟执行"},{"name":"usort","type":"","path":"php/usort.html","desc":"使用用户自定义的比较函数对数组中的值进行排序"},{"name":"utf8_decode","type":"","path":"php/utf8_decode.html","desc":"将用 UTF-8 方式编码的 ISO-8859-1 字符串转换成单字节的 ISO-8859-1 字符串。"},{"name":"utf8_encode","type":"","path":"php/utf8_encode.html","desc":"将 ISO-8859-1 编码的字符串转换为 UTF-8 编码"},{"name":"variant_abs","type":"","path":"php/variant_abs.html","desc":"Returns the absolute value of a variant"},{"name":"variant_add","type":"","path":"php/variant_add.html","desc":""Adds" two variant values together and returns the result"},{"name":"variant_and","type":"","path":"php/variant_and.html","desc":"Performs a bitwise AND operation between two variants"},{"name":"variant_cast","type":"","path":"php/variant_cast.html","desc":"Convert a variant into a new variant object of another type"},{"name":"variant_cat","type":"","path":"php/variant_cat.html","desc":"Concatenates two variant values together and returns the result"},{"name":"variant_cmp","type":"","path":"php/variant_cmp.html","desc":"Compares two variants"},{"name":"variant_date_from_timestamp","type":"","path":"php/variant_date_from_timestamp.html","desc":"Returns a variant date representation of a Unix timestamp"},{"name":"variant_date_to_timestamp","type":"","path":"php/variant_date_to_timestamp.html","desc":"Converts a variant datetime value to Unix timestamp"},{"name":"variant_div","type":"","path":"php/variant_div.html","desc":"Returns the result from dividing two variants"},{"name":"variant_eqv","type":"","path":"php/variant_eqv.html","desc":"Performs a bitwise equivalence on two variants"},{"name":"variant_fix","type":"","path":"php/variant_fix.html","desc":"Returns the integer portion of a variant"},{"name":"variant_get_type","type":"","path":"php/variant_get_type.html","desc":"Returns the type of a variant object"},{"name":"variant_idiv","type":"","path":"php/variant_idiv.html","desc":"Converts variants to integers and then returns the result from dividing them"},{"name":"variant_imp","type":"","path":"php/variant_imp.html","desc":"Performs a bitwise implication on two variants"},{"name":"variant_int","type":"","path":"php/variant_int.html","desc":"Returns the integer portion of a variant"},{"name":"variant_mod","type":"","path":"php/variant_mod.html","desc":"Divides two variants and returns only the remainder"},{"name":"variant_mul","type":"","path":"php/variant_mul.html","desc":"Multiplies the values of the two variants"},{"name":"variant_neg","type":"","path":"php/variant_neg.html","desc":"Performs logical negation on a variant"},{"name":"variant_not","type":"","path":"php/variant_not.html","desc":"Performs bitwise not negation on a variant"},{"name":"variant_or","type":"","path":"php/variant_or.html","desc":"Performs a logical disjunction on two variants"},{"name":"variant_pow","type":"","path":"php/variant_pow.html","desc":"Returns the result of performing the power function with two variants"},{"name":"variant_round","type":"","path":"php/variant_round.html","desc":"Rounds a variant to the specified number of decimal places"},{"name":"variant_set","type":"","path":"php/variant_set.html","desc":"Assigns a new value for a variant object"},{"name":"variant_set_type","type":"","path":"php/variant_set_type.html","desc":"Convert a variant into another type "in-place""},{"name":"variant_sub","type":"","path":"php/variant_sub.html","desc":"Subtracts the value of the right variant from the left variant value"},{"name":"variant_xor","type":"","path":"php/variant_xor.html","desc":"Performs a logical exclusion on two variants"},{"name":"var_dump","type":"","path":"php/var_dump.html","desc":"打印变量的相关信息"},{"name":"var_export","type":"","path":"php/var_export.html","desc":"输出或返回一个变量的字符串表示"},{"name":"version_compare","type":"","path":"php/version_compare.html","desc":"对比两个「PHP 规范化」的版本数字字符串"},{"name":"vfprintf","type":"","path":"php/vfprintf.html","desc":"将格式化字符串写入流"},{"name":"virtual","type":"","path":"php/virtual.html","desc":"执行 Apache 子请求"},{"name":"vpopmail_add_alias_domain","type":"","path":"php/vpopmail_add_alias_domain.html","desc":"Add an alias for a virtual domain"},{"name":"vpopmail_add_alias_domain_ex","type":"","path":"php/vpopmail_add_alias_domain_ex.html","desc":"Add alias to an existing virtual domain"},{"name":"vpopmail_add_domain","type":"","path":"php/vpopmail_add_domain.html","desc":"Add a new virtual domain"},{"name":"vpopmail_add_domain_ex","type":"","path":"php/vpopmail_add_domain_ex.html","desc":"Add a new virtual domain"},{"name":"vpopmail_add_user","type":"","path":"php/vpopmail_add_user.html","desc":"Add a new user to the specified virtual domain"},{"name":"vpopmail_alias_add","type":"","path":"php/vpopmail_alias_add.html","desc":"Insert a virtual alias"},{"name":"vpopmail_alias_del","type":"","path":"php/vpopmail_alias_del.html","desc":"Deletes all virtual aliases of a user"},{"name":"vpopmail_alias_del_domain","type":"","path":"php/vpopmail_alias_del_domain.html","desc":"Deletes all virtual aliases of a domain"},{"name":"vpopmail_alias_get","type":"","path":"php/vpopmail_alias_get.html","desc":"Get all lines of an alias for a domain"},{"name":"vpopmail_alias_get_all","type":"","path":"php/vpopmail_alias_get_all.html","desc":"Get all lines of an alias for a domain"},{"name":"vpopmail_auth_user","type":"","path":"php/vpopmail_auth_user.html","desc":"Attempt to validate a usernamedomainpassword"},{"name":"vpopmail_del_domain","type":"","path":"php/vpopmail_del_domain.html","desc":"Delete a virtual domain"},{"name":"vpopmail_del_domain_ex","type":"","path":"php/vpopmail_del_domain_ex.html","desc":"Delete a virtual domain"},{"name":"vpopmail_del_user","type":"","path":"php/vpopmail_del_user.html","desc":"Delete a user from a virtual domain"},{"name":"vpopmail_error","type":"","path":"php/vpopmail_error.html","desc":"Get text message for last vpopmail error"},{"name":"vpopmail_passwd","type":"","path":"php/vpopmail_passwd.html","desc":"Change a virtual user's password"},{"name":"vpopmail_set_user_quota","type":"","path":"php/vpopmail_set_user_quota.html","desc":"Sets a virtual user's quota"},{"name":"vprintf","type":"","path":"php/vprintf.html","desc":"输出格式化字符串"},{"name":"vsprintf","type":"","path":"php/vsprintf.html","desc":"返回格式化字符串"},{"name":"wddx_add_vars","type":"","path":"php/wddx_add_vars.html","desc":"Add variables to a WDDX packet with the specified ID"},{"name":"wddx_deserialize","type":"","path":"php/wddx_deserialize.html","desc":"Unserializes a WDDX packet"},{"name":"wddx_packet_end","type":"","path":"php/wddx_packet_end.html","desc":"Ends a WDDX packet with the specified ID"},{"name":"wddx_packet_start","type":"","path":"php/wddx_packet_start.html","desc":"Starts a new WDDX packet with structure inside it"},{"name":"wddx_serialize_value","type":"","path":"php/wddx_serialize_value.html","desc":"Serialize a single value into a WDDX packet"},{"name":"wddx_serialize_vars","type":"","path":"php/wddx_serialize_vars.html","desc":"Serialize variables into a WDDX packet"},{"name":"win32_continue_service","type":"","path":"php/win32_continue_service.html","desc":"Resumes a paused service"},{"name":"win32_create_service","type":"","path":"php/win32_create_service.html","desc":"Creates a new service entry in the SCM database"},{"name":"win32_delete_service","type":"","path":"php/win32_delete_service.html","desc":"Deletes a service entry from the SCM database"},{"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"},{"name":"win32_pause_service","type":"","path":"php/win32_pause_service.html","desc":"Pauses a service"},{"name":"win32_ps_list_procs","type":"","path":"php/win32_ps_list_procs.html","desc":"List running processes"},{"name":"win32_ps_stat_mem","type":"","path":"php/win32_ps_stat_mem.html","desc":"Stat memory utilization"},{"name":"win32_ps_stat_proc","type":"","path":"php/win32_ps_stat_proc.html","desc":"Stat process"},{"name":"win32_query_service_status","type":"","path":"php/win32_query_service_status.html","desc":"Queries the status of a service"},{"name":"win32_send_custom_control","type":"","path":"php/win32_send_custom_control.html","desc":"Send a custom control to the service"},{"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"},{"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"},{"name":"win32_set_service_status","type":"","path":"php/win32_set_service_status.html","desc":"Update the service status"},{"name":"win32_start_service","type":"","path":"php/win32_start_service.html","desc":"Starts a service"},{"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"},{"name":"win32_stop_service","type":"","path":"php/win32_stop_service.html","desc":"Stops a service"},{"name":"wincache_fcache_fileinfo","type":"","path":"php/wincache_fcache_fileinfo.html","desc":"Retrieves information about files cached in the file cache"},{"name":"wincache_fcache_meminfo","type":"","path":"php/wincache_fcache_meminfo.html","desc":"Retrieves information about file cache memory usage"},{"name":"wincache_lock","type":"","path":"php/wincache_lock.html","desc":"Acquires an exclusive lock on a given key"},{"name":"wincache_ocache_fileinfo","type":"","path":"php/wincache_ocache_fileinfo.html","desc":"Retrieves information about files cached in the opcode cache"},{"name":"wincache_ocache_meminfo","type":"","path":"php/wincache_ocache_meminfo.html","desc":"Retrieves information about opcode cache memory usage"},{"name":"wincache_refresh_if_changed","type":"","path":"php/wincache_refresh_if_changed.html","desc":"Refreshes the cache entries for the cached files"},{"name":"wincache_rplist_fileinfo","type":"","path":"php/wincache_rplist_fileinfo.html","desc":"Retrieves information about resolve file path cache"},{"name":"wincache_rplist_meminfo","type":"","path":"php/wincache_rplist_meminfo.html","desc":"Retrieves information about memory usage by the resolve file path cache"},{"name":"wincache_scache_info","type":"","path":"php/wincache_scache_info.html","desc":"Retrieves information about files cached in the session cache"},{"name":"wincache_scache_meminfo","type":"","path":"php/wincache_scache_meminfo.html","desc":"Retrieves information about session cache memory usage"},{"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"},{"name":"wincache_ucache_cas","type":"","path":"php/wincache_ucache_cas.html","desc":"Compares the variable with old value and assigns new value to it"},{"name":"wincache_ucache_clear","type":"","path":"php/wincache_ucache_clear.html","desc":"Deletes entire content of the user cache"},{"name":"wincache_ucache_dec","type":"","path":"php/wincache_ucache_dec.html","desc":"Decrements the value associated with the key"},{"name":"wincache_ucache_delete","type":"","path":"php/wincache_ucache_delete.html","desc":"Deletes variables from the user cache"},{"name":"wincache_ucache_exists","type":"","path":"php/wincache_ucache_exists.html","desc":"Checks if a variable exists in the user cache"},{"name":"wincache_ucache_get","type":"","path":"php/wincache_ucache_get.html","desc":"Gets a variable stored in the user cache"},{"name":"wincache_ucache_inc","type":"","path":"php/wincache_ucache_inc.html","desc":"Increments the value associated with the key"},{"name":"wincache_ucache_info","type":"","path":"php/wincache_ucache_info.html","desc":"Retrieves information about data stored in the user cache"},{"name":"wincache_ucache_meminfo","type":"","path":"php/wincache_ucache_meminfo.html","desc":"Retrieves information about user cache memory usage"},{"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"},{"name":"wincache_unlock","type":"","path":"php/wincache_unlock.html","desc":"Releases an exclusive lock on a given key"},{"name":"wordwrap","type":"","path":"php/wordwrap.html","desc":"打断字符串为指定数量的字串"},{"name":"xattr_get","type":"","path":"php/xattr_get.html","desc":"Get an extended attribute"},{"name":"xattr_list","type":"","path":"php/xattr_list.html","desc":"Get a list of extended attributes"},{"name":"xattr_remove","type":"","path":"php/xattr_remove.html","desc":"Remove an extended attribute"},{"name":"xattr_set","type":"","path":"php/xattr_set.html","desc":"Set an extended attribute"},{"name":"xattr_supported","type":"","path":"php/xattr_supported.html","desc":"Check if filesystem supports extended attributes"},{"name":"xdiff_file_bdiff","type":"","path":"php/xdiff_file_bdiff.html","desc":"Make binary diff of two files"},{"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"},{"name":"xdiff_file_bpatch","type":"","path":"php/xdiff_file_bpatch.html","desc":"Patch a file with a binary diff"},{"name":"xdiff_file_diff","type":"","path":"php/xdiff_file_diff.html","desc":"Make unified diff of two files"},{"name":"xdiff_file_diff_binary","type":"","path":"php/xdiff_file_diff_binary.html","desc":"Alias of xdiff_file_bdiff"},{"name":"xdiff_file_merge3","type":"","path":"php/xdiff_file_merge3.html","desc":"Merge 3 files into one"},{"name":"xdiff_file_patch","type":"","path":"php/xdiff_file_patch.html","desc":"Patch a file with an unified diff"},{"name":"xdiff_file_patch_binary","type":"","path":"php/xdiff_file_patch_binary.html","desc":"Alias of xdiff_file_bpatch"},{"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"},{"name":"xdiff_string_bdiff","type":"","path":"php/xdiff_string_bdiff.html","desc":"Make binary diff of two strings"},{"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"},{"name":"xdiff_string_bpatch","type":"","path":"php/xdiff_string_bpatch.html","desc":"Patch a string with a binary diff"},{"name":"xdiff_string_diff","type":"","path":"php/xdiff_string_diff.html","desc":"Make unified diff of two strings"},{"name":"xdiff_string_diff_binary","type":"","path":"php/xdiff_string_diff_binary.html","desc":"Alias of xdiff_string_bdiff"},{"name":"xdiff_string_merge3","type":"","path":"php/xdiff_string_merge3.html","desc":"Merge 3 strings into one"},{"name":"xdiff_string_patch","type":"","path":"php/xdiff_string_patch.html","desc":"Patch a string with an unified diff"},{"name":"xdiff_string_patch_binary","type":"","path":"php/xdiff_string_patch_binary.html","desc":"Alias of xdiff_string_bpatch"},{"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"},{"name":"xhprof_disable","type":"","path":"php/xhprof_disable.html","desc":"停止 xhprof 分析器"},{"name":"xhprof_enable","type":"","path":"php/xhprof_enable.html","desc":"启动 xhprof 性能分析器"},{"name":"xhprof_sample_disable","type":"","path":"php/xhprof_sample_disable.html","desc":"停止 xhprof 性能采样分析器"},{"name":"xhprof_sample_enable","type":"","path":"php/xhprof_sample_enable.html","desc":"以采样模式启动 XHProf 性能分析"},{"name":"xmlrpc_decode","type":"","path":"php/xmlrpc_decode.html","desc":"将 XML 译码为 PHP 本身的类型"},{"name":"xmlrpc_decode_request","type":"","path":"php/xmlrpc_decode_request.html","desc":"将 XML 译码为 PHP 本身的类型"},{"name":"xmlrpc_encode","type":"","path":"php/xmlrpc_encode.html","desc":"为 PHP 的值生成 XML"},{"name":"xmlrpc_encode_request","type":"","path":"php/xmlrpc_encode_request.html","desc":"为 PHP 的值生成 XML"},{"name":"xmlrpc_get_type","type":"","path":"php/xmlrpc_get_type.html","desc":"为 PHP 的值获取 xmlrpc 的类型"},{"name":"xmlrpc_is_fault","type":"","path":"php/xmlrpc_is_fault.html","desc":"Determines if an array value represents an XMLRPC fault"},{"name":"xmlrpc_parse_method_descriptions","type":"","path":"php/xmlrpc_parse_method_descriptions.html","desc":"将 XML 译码成方法描述的列表"},{"name":"xmlrpc_server_add_introspection_data","type":"","path":"php/xmlrpc_server_add_introspection_data.html","desc":"添加自我描述的文档"},{"name":"xmlrpc_server_call_method","type":"","path":"php/xmlrpc_server_call_method.html","desc":"解析 XML 请求同时调用方法"},{"name":"xmlrpc_server_create","type":"","path":"php/xmlrpc_server_create.html","desc":"创建一个 xmlrpc 服务端"},{"name":"xmlrpc_server_destroy","type":"","path":"php/xmlrpc_server_destroy.html","desc":"销毁服务端资源"},{"name":"xmlrpc_server_register_introspection_callback","type":"","path":"php/xmlrpc_server_register_introspection_callback.html","desc":"注册一个 PHP 函数用于生成文档"},{"name":"xmlrpc_server_register_method","type":"","path":"php/xmlrpc_server_register_method.html","desc":"注册一个 PHP 函数用于匹配 xmlrpc 方法名"},{"name":"xmlrpc_set_type","type":"","path":"php/xmlrpc_set_type.html","desc":"为一个 PHP 字符串值设置 xmlrpc 的类型、base64 或日期时间"},{"name":"xmlwriter_end_attribute","type":"","path":"php/xmlwriter_end_attribute.html","desc":"End attribute"},{"name":"xmlwriter_end_cdata","type":"","path":"php/xmlwriter_end_cdata.html","desc":"End current CDATA"},{"name":"xmlwriter_end_comment","type":"","path":"php/xmlwriter_end_comment.html","desc":"Create end comment"},{"name":"xmlwriter_end_document","type":"","path":"php/xmlwriter_end_document.html","desc":"End current document"},{"name":"xmlwriter_end_dtd","type":"","path":"php/xmlwriter_end_dtd.html","desc":"End current DTD"},{"name":"xmlwriter_end_dtd_attlist","type":"","path":"php/xmlwriter_end_dtd_attlist.html","desc":"End current DTD AttList"},{"name":"xmlwriter_end_dtd_element","type":"","path":"php/xmlwriter_end_dtd_element.html","desc":"End current DTD element"},{"name":"xmlwriter_end_dtd_entity","type":"","path":"php/xmlwriter_end_dtd_entity.html","desc":"End current DTD Entity"},{"name":"xmlwriter_end_element","type":"","path":"php/xmlwriter_end_element.html","desc":"End current element"},{"name":"xmlwriter_end_pi","type":"","path":"php/xmlwriter_end_pi.html","desc":"End current PI"},{"name":"xmlwriter_flush","type":"","path":"php/xmlwriter_flush.html","desc":"Flush current buffer"},{"name":"xmlwriter_full_end_element","type":"","path":"php/xmlwriter_full_end_element.html","desc":"End current element"},{"name":"xmlwriter_open_memory","type":"","path":"php/xmlwriter_open_memory.html","desc":"Create new xmlwriter using memory for string output"},{"name":"xmlwriter_open_uri","type":"","path":"php/xmlwriter_open_uri.html","desc":"Create new xmlwriter using source uri for output"},{"name":"xmlwriter_output_memory","type":"","path":"php/xmlwriter_output_memory.html","desc":"Returns current buffer"},{"name":"xmlwriter_set_indent","type":"","path":"php/xmlwriter_set_indent.html","desc":"Toggle indentation onoff"},{"name":"xmlwriter_set_indent_string","type":"","path":"php/xmlwriter_set_indent_string.html","desc":"Set string used for indenting"},{"name":"xmlwriter_start_attribute","type":"","path":"php/xmlwriter_start_attribute.html","desc":"Create start attribute"},{"name":"xmlwriter_start_attribute_ns","type":"","path":"php/xmlwriter_start_attribute_ns.html","desc":"Create start namespaced attribute"},{"name":"xmlwriter_start_cdata","type":"","path":"php/xmlwriter_start_cdata.html","desc":"Create start CDATA tag"},{"name":"xmlwriter_start_comment","type":"","path":"php/xmlwriter_start_comment.html","desc":"Create start comment"},{"name":"xmlwriter_start_document","type":"","path":"php/xmlwriter_start_document.html","desc":"Create document tag"},{"name":"xmlwriter_start_dtd","type":"","path":"php/xmlwriter_start_dtd.html","desc":"Create start DTD tag"},{"name":"xmlwriter_start_dtd_attlist","type":"","path":"php/xmlwriter_start_dtd_attlist.html","desc":"Create start DTD AttList"},{"name":"xmlwriter_start_dtd_element","type":"","path":"php/xmlwriter_start_dtd_element.html","desc":"Create start DTD element"},{"name":"xmlwriter_start_dtd_entity","type":"","path":"php/xmlwriter_start_dtd_entity.html","desc":"Create start DTD Entity"},{"name":"xmlwriter_start_element","type":"","path":"php/xmlwriter_start_element.html","desc":"Create start element tag"},{"name":"xmlwriter_start_element_ns","type":"","path":"php/xmlwriter_start_element_ns.html","desc":"Create start namespaced element tag"},{"name":"xmlwriter_start_pi","type":"","path":"php/xmlwriter_start_pi.html","desc":"Create start PI tag"},{"name":"xmlwriter_text","type":"","path":"php/xmlwriter_text.html","desc":"Write text"},{"name":"xmlwriter_write_attribute","type":"","path":"php/xmlwriter_write_attribute.html","desc":"Write full attribute"},{"name":"xmlwriter_write_attribute_ns","type":"","path":"php/xmlwriter_write_attribute_ns.html","desc":"Write full namespaced attribute"},{"name":"xmlwriter_write_cdata","type":"","path":"php/xmlwriter_write_cdata.html","desc":"Write full CDATA tag"},{"name":"xmlwriter_write_comment","type":"","path":"php/xmlwriter_write_comment.html","desc":"Write full comment tag"},{"name":"xmlwriter_write_dtd","type":"","path":"php/xmlwriter_write_dtd.html","desc":"Write full DTD tag"},{"name":"xmlwriter_write_dtd_attlist","type":"","path":"php/xmlwriter_write_dtd_attlist.html","desc":"Write full DTD AttList tag"},{"name":"xmlwriter_write_dtd_element","type":"","path":"php/xmlwriter_write_dtd_element.html","desc":"Write full DTD element tag"},{"name":"xmlwriter_write_dtd_entity","type":"","path":"php/xmlwriter_write_dtd_entity.html","desc":"Write full DTD Entity tag"},{"name":"xmlwriter_write_element","type":"","path":"php/xmlwriter_write_element.html","desc":"Write full element tag"},{"name":"xmlwriter_write_element_ns","type":"","path":"php/xmlwriter_write_element_ns.html","desc":"Write full namespaced element tag"},{"name":"xmlwriter_write_pi","type":"","path":"php/xmlwriter_write_pi.html","desc":"Writes a PI"},{"name":"xmlwriter_write_raw","type":"","path":"php/xmlwriter_write_raw.html","desc":"Write a raw XML text"},{"name":"xml_error_string","type":"","path":"php/xml_error_string.html","desc":"获取 XML 解析器的错误字符串"},{"name":"xml_get_current_byte_index","type":"","path":"php/xml_get_current_byte_index.html","desc":"获取 XML 解析器的当前字节索引"},{"name":"xml_get_current_column_number","type":"","path":"php/xml_get_current_column_number.html","desc":"获取 XML 解析器的当前列号"},{"name":"xml_get_current_line_number","type":"","path":"php/xml_get_current_line_number.html","desc":"获取 XML 解析器的当前行号"},{"name":"xml_get_error_code","type":"","path":"php/xml_get_error_code.html","desc":"获取 XML 解析器错误代码"},{"name":"xml_parse","type":"","path":"php/xml_parse.html","desc":"开始解析一个 XML 文档"},{"name":"xml_parser_create","type":"","path":"php/xml_parser_create.html","desc":"建立一个 XML 解析器"},{"name":"xml_parser_create_ns","type":"","path":"php/xml_parser_create_ns.html","desc":"生成一个支持命名空间的 XML 解析器"},{"name":"xml_parser_free","type":"","path":"php/xml_parser_free.html","desc":"释放指定的 XML 解析器"},{"name":"xml_parser_get_option","type":"","path":"php/xml_parser_get_option.html","desc":"从 XML 解析器获取选项设置信息"},{"name":"xml_parser_set_option","type":"","path":"php/xml_parser_set_option.html","desc":"为指定 XML 解析进行选项设置"},{"name":"xml_parse_into_struct","type":"","path":"php/xml_parse_into_struct.html","desc":"将 XML 数据解析到数组中"},{"name":"xml_set_character_data_handler","type":"","path":"php/xml_set_character_data_handler.html","desc":"建立字符数据处理器"},{"name":"xml_set_default_handler","type":"","path":"php/xml_set_default_handler.html","desc":"建立默认处理器"},{"name":"xml_set_element_handler","type":"","path":"php/xml_set_element_handler.html","desc":"建立起始和终止元素处理器"},{"name":"xml_set_end_namespace_decl_handler","type":"","path":"php/xml_set_end_namespace_decl_handler.html","desc":"建立终止命名空间声明处理器"},{"name":"xml_set_external_entity_ref_handler","type":"","path":"php/xml_set_external_entity_ref_handler.html","desc":"建立外部实体指向处理器"},{"name":"xml_set_notation_decl_handler","type":"","path":"php/xml_set_notation_decl_handler.html","desc":"建立注释声明处理器"},{"name":"xml_set_object","type":"","path":"php/xml_set_object.html","desc":"在对象中使用 XML 解析器"},{"name":"xml_set_processing_instruction_handler","type":"","path":"php/xml_set_processing_instruction_handler.html","desc":"建立处理指令(PI)处理器"},{"name":"xml_set_start_namespace_decl_handler","type":"","path":"php/xml_set_start_namespace_decl_handler.html","desc":"建立起始命名空间声明处理器"},{"name":"xml_set_unparsed_entity_decl_handler","type":"","path":"php/xml_set_unparsed_entity_decl_handler.html","desc":"建立未解析实体定义声明处理器"},{"name":"yaml_emit","type":"","path":"php/yaml_emit.html","desc":"Returns the YAML representation of a value"},{"name":"yaml_emit_file","type":"","path":"php/yaml_emit_file.html","desc":"Send the YAML representation of a value to a file"},{"name":"yaml_parse","type":"","path":"php/yaml_parse.html","desc":"Parse a YAML stream"},{"name":"yaml_parse_file","type":"","path":"php/yaml_parse_file.html","desc":"Parse a YAML stream from a file"},{"name":"yaml_parse_url","type":"","path":"php/yaml_parse_url.html","desc":"Parse a Yaml stream from a URL"},{"name":"yaz_addinfo","type":"","path":"php/yaz_addinfo.html","desc":"Returns additional error information"},{"name":"yaz_ccl_conf","type":"","path":"php/yaz_ccl_conf.html","desc":"Configure CCL parser"},{"name":"yaz_ccl_parse","type":"","path":"php/yaz_ccl_parse.html","desc":"Invoke CCL Parser"},{"name":"yaz_close","type":"","path":"php/yaz_close.html","desc":"Close YAZ connection"},{"name":"yaz_connect","type":"","path":"php/yaz_connect.html","desc":"Prepares for a connection to a Z39.50 server"},{"name":"yaz_database","type":"","path":"php/yaz_database.html","desc":"Specifies the databases within a session"},{"name":"yaz_element","type":"","path":"php/yaz_element.html","desc":"Specifies Element-Set Name for retrieval"},{"name":"yaz_errno","type":"","path":"php/yaz_errno.html","desc":"Returns error number"},{"name":"yaz_es","type":"","path":"php/yaz_es.html","desc":"Prepares for an Extended Service Request"},{"name":"yaz_es_result","type":"","path":"php/yaz_es_result.html","desc":"Inspects Extended Services Result"},{"name":"yaz_get_option","type":"","path":"php/yaz_get_option.html","desc":"Returns value of option for connection"},{"name":"yaz_hits","type":"","path":"php/yaz_hits.html","desc":"Returns number of hits for last search"},{"name":"yaz_itemorder","type":"","path":"php/yaz_itemorder.html","desc":"Prepares for Z39.50 Item Order with an ILL-Request package"},{"name":"yaz_present","type":"","path":"php/yaz_present.html","desc":"Prepares for retrieval (Z39.50 present)"},{"name":"yaz_range","type":"","path":"php/yaz_range.html","desc":"Specifies a range of records to retrieve"},{"name":"yaz_record","type":"","path":"php/yaz_record.html","desc":"Returns a record"},{"name":"yaz_scan","type":"","path":"php/yaz_scan.html","desc":"Prepares for a scan"},{"name":"yaz_scan_result","type":"","path":"php/yaz_scan_result.html","desc":"Returns Scan Response result"},{"name":"yaz_schema","type":"","path":"php/yaz_schema.html","desc":"Specifies schema for retrieval"},{"name":"yaz_search","type":"","path":"php/yaz_search.html","desc":"Prepares for a search"},{"name":"yaz_set_option","type":"","path":"php/yaz_set_option.html","desc":"Sets one or more options for connection"},{"name":"yaz_sort","type":"","path":"php/yaz_sort.html","desc":"Sets sorting criteria"},{"name":"yaz_syntax","type":"","path":"php/yaz_syntax.html","desc":"Specifies the preferred record syntax for retrieval"},{"name":"yaz_wait","type":"","path":"php/yaz_wait.html","desc":"Wait for Z39.50 requests to complete"},{"name":"yp_all","type":"","path":"php/yp_all.html","desc":"Traverse the map and call a function on each entry"},{"name":"yp_cat","type":"","path":"php/yp_cat.html","desc":"Return an array containing the entire map"},{"name":"yp_errno","type":"","path":"php/yp_errno.html","desc":"Returns the error code of the previous operation"},{"name":"yp_err_string","type":"","path":"php/yp_err_string.html","desc":"Returns the error string associated with the given error code"},{"name":"yp_first","type":"","path":"php/yp_first.html","desc":"Returns the first key-value pair from the named map"},{"name":"yp_get_default_domain","type":"","path":"php/yp_get_default_domain.html","desc":"Fetches the machine's default NIS domain"},{"name":"yp_master","type":"","path":"php/yp_master.html","desc":"Returns the machine name of the master NIS server for a map"},{"name":"yp_match","type":"","path":"php/yp_match.html","desc":"Returns the matched line"},{"name":"yp_next","type":"","path":"php/yp_next.html","desc":"Returns the next key-value pair in the named map"},{"name":"yp_order","type":"","path":"php/yp_order.html","desc":"Returns the order number for a map"},{"name":"zend_logo_guid","type":"","path":"php/zend_logo_guid.html","desc":"获取 Zend guid"},{"name":"zend_thread_id","type":"","path":"php/zend_thread_id.html","desc":"返回当前线程的唯一识别符"},{"name":"zend_version","type":"","path":"php/zend_version.html","desc":"获取当前 Zend 引擎的版本"},{"name":"zip_close","type":"","path":"php/zip_close.html","desc":"关闭一个ZIP档案文件"},{"name":"zip_entry_close","type":"","path":"php/zip_entry_close.html","desc":"关闭目录项"},{"name":"zip_entry_compressedsize","type":"","path":"php/zip_entry_compressedsize.html","desc":"检索目录项压缩过后的大小"},{"name":"zip_entry_compressionmethod","type":"","path":"php/zip_entry_compressionmethod.html","desc":"检索目录实体的压缩方法"},{"name":"zip_entry_filesize","type":"","path":"php/zip_entry_filesize.html","desc":"检索目录实体的实际大小"},{"name":"zip_entry_name","type":"","path":"php/zip_entry_name.html","desc":"检索目录项的名称"},{"name":"zip_entry_open","type":"","path":"php/zip_entry_open.html","desc":"打开用于读取的目录实体"},{"name":"zip_entry_read","type":"","path":"php/zip_entry_read.html","desc":"读取一个打开了的压缩目录实体"},{"name":"zip_open","type":"","path":"php/zip_open.html","desc":"打开ZIP存档文件"},{"name":"zip_read","type":"","path":"php/zip_read.html","desc":"读取ZIP存档文件中下一项"},{"name":"zlib_decode","type":"","path":"php/zlib_decode.html","desc":"Uncompress any rawgzipzlib encoded data"},{"name":"zlib_encode","type":"","path":"php/zlib_encode.html","desc":"Compress data with the specified encoding"},{"name":"zlib_get_coding_type","type":"","path":"php/zlib_get_coding_type.html","desc":"Returns the coding type used for output compression"},{"name":"zookeeper_dispatch","type":"","path":"php/zookeeper_dispatch.html","desc":"Calls callbacks for pending operations"} ] |