mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 22:06:57 +08:00
1 line
297 KiB
JSON
1 line
297 KiB
JSON
{ "abs.html": "绝对值", "acos.html": "反余弦", "acosh.html": "反双曲余弦", "addcslashes.html": "以 C 语言风格使用反斜线转义字符串中的字符", "addslashes.html": "使用反斜线引用字符串", "apache_child_terminate.html": "在本次请求结束后终止 apache 子进程", "apache_getenv.html": "获取 Apache subprocess_env 变量", "apache_get_modules.html": "获得已加载的Apache模块列表", "apache_get_version.html": "获得Apache版本信息", "apache_lookup_uri.html": "对指定的 URI 执行部分请求并返回所有有关信息", "apache_note.html": "取得或设置 apache 请求记录", "apache_request_headers.html": "获取全部 HTTP 请求头信息", "apache_reset_timeout.html": "重置 Apache 写入计时器", "apache_response_headers.html": "获得全部 HTTP 响应头信息", "apache_setenv.html": "设置 Apache 子进程环境变量", "apcu_add.html": "Cache a new variable in the data store", "apcu_cache_info.html": "Retrieves cached information from APCu's data store", "apcu_cas.html": "Updates an old value with a new value", "apcu_clear_cache.html": "Clears the APCu cache", "apcu_dec.html": "Decrease a stored number", "apcu_delete.html": "Removes a stored variable from the cache", "apcu_entry.html": "Atomically fetch or generate a cache entry", "apcu_exists.html": "Checks if entry exists", "apcu_fetch.html": "Fetch a stored variable from the cache", "apcu_inc.html": "Increase a stored number", "apcu_sma_info.html": "Retrieves APCu Shared Memory Allocation information", "apcu_store.html": "Cache a variable in the data store", "apc_add.html": "缓存一个变量到数据存储", "apc_bin_dump.html": "获取给定文件和变量的二进制文件转储。", "apc_bin_dumpfile.html": "Output a binary dump of cached files and user variables to a file", "apc_bin_load.html": "Load a binary dump into the APC fileuser cache", "apc_bin_loadfile.html": "Load a binary dump from a file into the APC fileuser cache", "apc_cache_info.html": "Retrieves cached information from APC's data store", "apc_cas.html": "用新值更新旧值", "apc_clear_cache.html": "清除APC缓存", "apc_compile_file.html": "Stores a file in the bytecode cache, bypassing all filters", "apc_dec.html": "Decrease a stored number", "apc_define_constants.html": "Defines a set of constants for retrieval and mass-definition", "apc_delete.html": "从用户缓存中删除某个变量", "apc_delete_file.html": "Deletes files from the opcode cache", "apc_exists.html": "检查APC中是否存在某个或者某些key", "apc_fetch.html": "从缓存中取出存储的变量", "apc_inc.html": "递增一个储存的数字", "apc_load_constants.html": "Loads a set of constants from the cache", "apc_sma_info.html": "Retrieves APC's Shared Memory Allocation information", "apc_store.html": "Cache a variable in the data store", "apd_breakpoint.html": "Stops the interpreter and waits on a CR from the socket", "apd_callstack.html": "Returns the current call stack as an array", "apd_clunk.html": "Throw a warning and a callstack", "apd_continue.html": "Restarts the interpreter", "apd_croak.html": "Throw an error, a callstack and then exit", "apd_dump_function_table.html": "Outputs the current function table", "apd_dump_persistent_resources.html": "Return all persistent resources as an array", "apd_dump_regular_resources.html": "Return all current regular resources as an array", "apd_echo.html": "Echo to the debugging socket", "apd_get_active_symbols.html": "Get an array of the current variables names in the local scope", "apd_set_pprof_trace.html": "Starts the session debugging", "apd_set_session.html": "Changes or sets the current debugging level", "apd_set_session_trace.html": "Starts the session debugging", "apd_set_session_trace_socket.html": "Starts the remote session debugging", "array.html": "新建一个数组", "array_change_key_case.html": "将数组中的所有键名修改为全大写或小写", "array_chunk.html": "将一个数组分割成多个", "array_column.html": "返回数组中指定的一列", "array_combine.html": "创建一个数组,用一个数组的值作为其键名,另一个数组的值作为其值", "array_count_values.html": "统计数组中所有的值", "array_diff.html": "计算数组的差集", "array_diff_assoc.html": "带索引检查计算数组的差集", "array_diff_key.html": "使用键名比较计算数组的差集", "array_diff_uassoc.html": "用用户提供的回调函数做索引检查来计算数组的差集", "array_diff_ukey.html": "用回调函数对键名比较计算数组的差集", "array_fill.html": "用给定的值填充数组", "array_fill_keys.html": "使用指定的键和值填充数组", "array_filter.html": "用回调函数过滤数组中的单元", "array_flip.html": "交换数组中的键和值", "array_intersect.html": "计算数组的交集", "array_intersect_assoc.html": "带索引检查计算数组的交集", "array_intersect_key.html": "使用键名比较计算数组的交集", "array_intersect_uassoc.html": "带索引检查计算数组的交集,用回调函数比较索引", "array_intersect_ukey.html": "用回调函数比较键名来计算数组的交集", "array_keys.html": "返回数组中部分的或所有的键名", "array_key_exists.html": "检查数组里是否有指定的键名或索引", "array_key_first.html": "Gets the first key of an array", "array_key_last.html": "Gets the last key of an array", "array_map.html": "为数组的每个元素应用回调函数", "array_merge.html": "合并一个或多个数组", "array_merge_recursive.html": "递归地合并一个或多个数组", "array_multisort.html": "对多个数组或多维数组进行排序", "array_pad.html": "以指定长度将一个值填充进数组", "array_pop.html": "弹出数组最后一个单元(出栈)", "array_product.html": "计算数组中所有值的乘积", "array_push.html": "将一个或多个单元压入数组的末尾(入栈)", "array_rand.html": "从数组中随机取出一个或多个单元", "array_reduce.html": "用回调函数迭代地将数组简化为单一的值", "array_replace.html": "使用传递的数组替换第一个数组的元素", "array_replace_recursive.html": "使用传递的数组递归替换第一个数组的元素", "array_reverse.html": "返回单元顺序相反的数组", "array_search.html": "在数组中搜索给定的值,如果成功则返回首个相应的键名", "array_shift.html": "将数组开头的单元移出数组", "array_slice.html": "从数组中取出一段", "array_splice.html": "去掉数组中的某一部分并用其它值取代", "array_sum.html": "对数组中所有值求和", "array_udiff.html": "用回调函数比较数据来计算数组的差集", "array_udiff_assoc.html": "带索引检查计算数组的差集,用回调函数比较数据", "array_udiff_uassoc.html": "带索引检查计算数组的差集,用回调函数比较数据和索引", "array_uintersect.html": "计算数组的交集,用回调函数比较数据", "array_uintersect_assoc.html": "带索引检查计算数组的交集,用回调函数比较数据", "array_uintersect_uassoc.html": "带索引检查计算数组的交集,用单独的回调函数比较数据和索引", "array_unique.html": "移除数组中重复的值", "array_unshift.html": "在数组开头插入一个或多个单元", "array_values.html": "返回数组中所有的值", "array_walk.html": "使用用户自定义函数对数组中的每个元素做回调处理", "array_walk_recursive.html": "对数组中的每个成员递归地应用用户函数", "arsort.html": "对数组进行逆向排序并保持索引关系", "asin.html": "反正弦", "asinh.html": "反双曲正弦", "asort.html": "对数组进行排序并保持索引关系", "assert.html": "检查一个断言是否为 FALSE", "assert_options.html": "设置获取断言的各种标志", "atan.html": "反正切", "atan2.html": "两个参数的反正切", "atanh.html": "反双曲正切", "autoload.html": "尝试加载未定义的类", "base64_decode.html": "对使用 MIME base64 编码的数据进行解码", "base64_encode.html": "使用 MIME base64 对数据进行编码", "basename.html": "返回路径中的文件名部分", "base_convert.html": "在任意进制之间转换数字", "bbcode_add_element.html": "Adds a bbcode element", "bbcode_add_smiley.html": "Adds a smiley to the parser", "bbcode_create.html": "Create a BBCode Resource", "bbcode_destroy.html": "Close BBCode_container resource", "bbcode_parse.html": "Parse a string following a given rule set", "bbcode_set_arg_parser.html": "Attach another parser in order to use another rule set for argument parsing", "bbcode_set_flags.html": "Set or alter parser options", "bcadd.html": "2个任意精度数字的加法计算", "bccomp.html": "比较两个任意精度的数字", "bcdiv.html": "2个任意精度的数字除法计算", "bcmod.html": "对一个任意精度数字取模", "bcmul.html": "2个任意精度数字乘法计算", "bcompiler_load.html": "从一个 bz 压缩过的文件中读取并创建类", "bcompiler_load_exe.html": "从一个 bcompiler exe 文件中读取并创建类", "bcompiler_parse_class.html": "读取一个类的字节码并回调一个用户的函数", "bcompiler_read.html": "从一个文件句柄中读取并创建类", "bcompiler_write_class.html": "写入定义过的类的字节码", "bcompiler_write_constant.html": "写入定义过的常量的字节码", "bcompiler_write_exe_footer.html": "写入开始位置以及 exe 类型文件的结尾信号", "bcompiler_write_file.html": "写入 PHP 源码文件的字节码", "bcompiler_write_footer.html": "写入单个字符 x00 用于标识编译数据的结尾", "bcompiler_write_function.html": "以字节码写入定义过的函数", "bcompiler_write_functions_from_file.html": "以字节码写入一个文件中定义过的所以函数", "bcompiler_write_header.html": "写入 bcompiler 头", "bcompiler_write_included_filename.html": "写入一个包含的文件的字节码", "bcpow.html": "任意精度数字的乘方", "bcpowmod.html": "Raise an arbitrary precision number to another, reduced by a specified modulus", "bcscale.html": "设置所有bc数学函数的默认小数点保留位数", "bcsqrt.html": "任意精度数字的二次方根", "bcsub.html": "2个任意精度数字的减法", "bin2hex.html": "函数把包含数据的二进制字符串转换为十六进制值", "bindec.html": "二进制转换为十进制", "bindtextdomain.html": "Sets the path for a domain", "bind_textdomain_codeset.html": "Specify the character encoding in which the messages from the DOMAIN message catalog will be returned", "blenc_encrypt.html": "Encrypt a PHP script with BLENC", "boolval.html": "获取变量的布尔值", "bson_decode.html": "反序列化一个 BSON 对象为 PHP 数组", "bson_encode.html": "序列化一个 PHP 变量为 BSON 字符串", "bzclose.html": "关闭一个 bzip2 文件", "bzcompress.html": "把一个字符串压缩成 bzip2 编码数据", "bzdecompress.html": "解压经 bzip2 编码过的数据", "bzerrno.html": "返回一个 bzip2 错误码", "bzerror.html": "返回包含 bzip2 错误号和错误字符串的一个 array", "bzerrstr.html": "返回一个 bzip2 的错误字符串", "bzflush.html": "强制写入所有写缓冲区的数据", "bzopen.html": "打开 bzip2 压缩文件", "bzread.html": "bzip2 文件二进制安全地读取", "bzwrite.html": "二进制安全地写入 bzip2 文件", "cairo_create.html": "Returns a new CairoContext object on the requested surface", "cairo_matrix_create_scale.html": "别名 CairoMatrixinitScale", "cairo_matrix_create_translate.html": "别名 CairoMatrixinitTranslate", "call_user_func.html": "把第一个参数作为回调函数调用", "call_user_func_array.html": "调用回调函数,并把一个数组参数作为回调函数的参数", "call_user_method.html": "对特定对象调用用户方法", "call_user_method_array.html": "以参数列表的数组,调用用户方法", "cal_days_in_month.html": "返回某个历法中某年中某月的天数", "cal_from_jd.html": "转换Julian Day计数到一个支持的历法。", "cal_info.html": "返回选定历法的信息", "cal_to_jd.html": "从一个支持的历法转变为Julian Day计数。", "ceil.html": "进一法取整", "chdb_create.html": "Creates a chdb file", "chdir.html": "改变目录", "checkdate.html": "验证一个格里高里日期", "checkdnsrr.html": "给指定的主机(域名)或者IP地址做DNS通信检查", "chgrp.html": "改变文件所属的组", "chmod.html": "改变文件模式", "chop.html": "rtrim 的别名", "chown.html": "改变文件的所有者", "chr.html": "返回指定的字符", "chroot.html": "改变根目录", "chunk_split.html": "将字符串分割成小块", "classkit_import.html": "Import new class method definitions from a file", "classkit_method_add.html": "Dynamically adds a new method to a given class", "classkit_method_copy.html": "Copies a method from class to another", "classkit_method_redefine.html": "Dynamically changes the code of the given method", "classkit_method_remove.html": "Dynamically removes the given method", "classkit_method_rename.html": "Dynamically changes the name of the given method", "class_alias.html": "为一个类创建别名", "class_exists.html": "检查类是否已定义", "class_implements.html": "返回指定的类实现的所有接口。", "class_parents.html": "返回指定类的父类。", "class_uses.html": "Return the traits used by the given class", "clearstatcache.html": "清除文件状态缓存", "cli_get_process_title.html": "Returns the current process title", "cli_set_process_title.html": "Sets the process title", "closedir.html": "关闭目录句柄", "closelog.html": "关闭系统日志链接", "commonmark_parse.html": "Parsing", "commonmark_render.html": "Rendering", "commonmark_render_function.html": "Rendering", "commonmark_render_latex.html": "Rendering", "commonmark_render_man.html": "Rendering", "commonmark_render_xml.html": "Rendering", "compact.html": "建立一个数组,包括变量名和它们的值", "com_create_guid.html": "Generate a globally unique identifier (GUID)", "com_event_sink.html": "Connect events from a COM object to a PHP object", "com_get_active_object.html": "Returns a handle to an already running instance of a COM object", "com_load_typelib.html": "装载一个 Typelib", "com_message_pump.html": "Process COM messages, sleeping for up to timeoutms milliseconds", "com_print_typeinfo.html": "Print out a PHP class definition for a dispatchable interface", "connection_aborted.html": "检查客户端是否已经断开", "connection_status.html": "返回连接的状态位", "constant.html": "返回一个常量的值", "convert_cyr_string.html": "将字符由一种 Cyrillic 字符转换成另一种", "convert_uudecode.html": "解码一个 uuencode 编码的字符串", "convert_uuencode.html": "使用 uuencode 编码一个字符串", "copy.html": "拷贝文件", "cos.html": "余弦", "cosh.html": "双曲余弦", "count.html": "计算数组中的单元数目,或对象中的属性个数", "count_chars.html": "返回字符串所用字符的信息", "crack_check.html": "用给定的密码来进行破解测试", "crack_closedict.html": "Closes an open CrackLib dictionary", "crack_getlastmessage.html": "Returns the message from the last obscure check", "crack_opendict.html": "Opens a new CrackLib dictionary", "crc32.html": "计算一个字符串的 crc32 多项式", "create_function.html": "Create an anonymous (lambda-style) function", "crypt.html": "单向字符串散列", "ctype_alnum.html": "做字母和数字字符检测", "ctype_alpha.html": "做纯字符检测", "ctype_cntrl.html": "做控制字符检测", "ctype_digit.html": "做纯数字检测", "ctype_graph.html": "做可打印字符串检测,空格除外", "ctype_lower.html": "做小写字符检测", "ctype_print.html": "做可打印字符检测", "ctype_punct.html": "检测可打印的字符是不是不包含空白、数字和字母", "ctype_space.html": "做空白字符检测", "ctype_upper.html": "做大写字母检测", "ctype_xdigit.html": "检测字符串是否只包含十六进制字符", "cubrid_affected_rows.html": "Return the number of rows affected by the last SQL statement", "cubrid_bind.html": "Bind variables to a prepared statement as parameters", "cubrid_client_encoding.html": "Return the current CUBRID connection charset", "cubrid_close.html": "Close CUBRID connection", "cubrid_close_prepare.html": "Close the request handle", "cubrid_close_request.html": "Close the request handle", "cubrid_column_names.html": "Get the column names in result", "cubrid_column_types.html": "Get column types in result", "cubrid_col_get.html": "Get contents of collection type column using OID", "cubrid_col_size.html": "Get the number of elements in collection type column using OID", "cubrid_commit.html": "Commit a transaction", "cubrid_connect.html": "Open a connection to a CUBRID Server", "cubrid_connect_with_url.html": "Establish the environment for connecting to CUBRID server", "cubrid_current_oid.html": "Get OID of the current cursor location", "cubrid_data_seek.html": "Move the internal row pointer of the CUBRID result", "cubrid_db_name.html": "Get db name from results of cubrid_list_dbs", "cubrid_disconnect.html": "Close a database connection", "cubrid_drop.html": "Delete an instance using OID", "cubrid_errno.html": "Return the numerical value of the error message from previous CUBRID operation", "cubrid_error.html": "Get the error message", "cubrid_error_code.html": "Get error code for the most recent function call", "cubrid_error_code_facility.html": "Get the facility code of error", "cubrid_error_msg.html": "Get last error message for the most recent function call", "cubrid_execute.html": "Execute a prepared SQL statement", "cubrid_fetch.html": "Fetch the next row from a result set", "cubrid_fetch_array.html": "Fetch a result row as an associative array, a numeric array, or both", "cubrid_fetch_assoc.html": "Return the associative array that corresponds to the fetched row", "cubrid_fetch_field.html": "Get column information from a result and return as an object", "cubrid_fetch_lengths.html": "Return an array with the lengths of the values of each field from the current row", "cubrid_fetch_object.html": "Fetch the next row and return it as an object", "cubrid_fetch_row.html": "Return a numerical array with the values of the current row", "cubrid_field_flags.html": "Return a string with the flags of the given field offset", "cubrid_field_len.html": "Get the maximum length of the specified field", "cubrid_field_name.html": "Return the name of the specified field index", "cubrid_field_seek.html": "Move the result set cursor to the specified field offset", "cubrid_field_table.html": "Return the name of the table of the specified field", "cubrid_field_type.html": "Return the type of the column corresponding to the given field offset", "cubrid_free_result.html": "Free the memory occupied by the result data", "cubrid_get.html": "Get a column using OID", "cubrid_get_autocommit.html": "Get auto-commit mode of the connection", "cubrid_get_charset.html": "Return the current CUBRID connection charset", "cubrid_get_class_name.html": "Get the class name using OID", "cubrid_get_client_info.html": "Return the client library version", "cubrid_get_db_parameter.html": "Returns the CUBRID database parameters", "cubrid_get_query_timeout.html": "Get the query timeout value of the request", "cubrid_get_server_info.html": "Return the CUBRID server version", "cubrid_insert_id.html": "Return the ID generated for the last updated AUTO_INCREMENT column", "cubrid_is_instance.html": "Check whether the instance pointed by OID exists", "cubrid_list_dbs.html": "Return an array with the list of all existing CUBRID databases", "cubrid_load_from_glo.html": "Read data from a GLO instance and save it in a file", "cubrid_lob2_bind.html": "Bind a lob object or a string as a lob object to a prepared statement as parameters", "cubrid_lob2_close.html": "Close LOB object", "cubrid_lob2_export.html": "Export the lob object to a file", "cubrid_lob2_import.html": "Import BLOBCLOB data from a file", "cubrid_lob2_new.html": "Create a lob object", "cubrid_lob2_read.html": "Read from BLOBCLOB data", "cubrid_lob2_seek.html": "Move the cursor of a lob object", "cubrid_lob2_seek64.html": "Move the cursor of a lob object", "cubrid_lob2_size.html": "Get a lob object's size", "cubrid_lob2_size64.html": "Get a lob object's size", "cubrid_lob2_tell.html": "Tell the cursor position of the LOB object", "cubrid_lob2_tell64.html": "Tell the cursor position of the LOB object", "cubrid_lob2_write.html": "Write to a lob object", "cubrid_lob_close.html": "Close BLOBCLOB data", "cubrid_lob_export.html": "Export BLOBCLOB data to file", "cubrid_lob_get.html": "Get BLOBCLOB data", "cubrid_lob_send.html": "Read BLOBCLOB data and send straight to browser", "cubrid_lob_size.html": "Get BLOBCLOB data size", "cubrid_lock_read.html": "Set a read lock on the given OID", "cubrid_lock_write.html": "Set a write lock on the given OID", "cubrid_move_cursor.html": "Move the cursor in the result", "cubrid_new_glo.html": "Create a glo instance", "cubrid_next_result.html": "Get result of next query when executing multiple SQL statements", "cubrid_num_cols.html": "Return the number of columns in the result set", "cubrid_num_fields.html": "Return the number of columns in the result set", "cubrid_num_rows.html": "Get the number of rows in the result set", "cubrid_pconnect.html": "Open a persistent connection to a CUBRID server", "cubrid_pconnect_with_url.html": "Open a persistent connection to CUBRID server", "cubrid_ping.html": "Ping a server connection or reconnect if there is no connection", "cubrid_prepare.html": "Prepare a SQL statement for execution", "cubrid_put.html": "Update a column using OID", "cubrid_query.html": "Send a CUBRID query", "cubrid_real_escape_string.html": "Escape special characters in a string for use in an SQL statement", "cubrid_result.html": "Return the value of a specific field in a specific row", "cubrid_rollback.html": "Roll back a transaction", "cubrid_save_to_glo.html": "Save requested file in a GLO instance", "cubrid_schema.html": "Get the requested schema information", "cubrid_send_glo.html": "Read data from glo and send it to std output", "cubrid_seq_drop.html": "Delete an element from sequence type column using OID", "cubrid_seq_insert.html": "Insert an element to a sequence type column using OID", "cubrid_seq_put.html": "Update the element value of sequence type column using OID", "cubrid_set_add.html": "Insert a single element to set type column using OID", "cubrid_set_autocommit.html": "Set autocommit mode of the connection", "cubrid_set_db_parameter.html": "Sets the CUBRID database parameters", "cubrid_set_drop.html": "Delete an element from set type column using OID", "cubrid_set_query_timeout.html": "Set the timeout time of query execution", "cubrid_unbuffered_query.html": "Perform a query without fetching the results into memory", "cubrid_version.html": "Get the CUBRID PHP module's version", "curl_close.html": "关闭 cURL 会话", "curl_copy_handle.html": "复制一个cURL句柄和它的所有选项", "curl_errno.html": "返回最后一次的错误代码", "curl_error.html": "返回当前会话最后一次错误的字符串", "curl_escape.html": "使用 URL 编码给定的字符串", "curl_exec.html": "执行 cURL 会话", "curl_file_create.html": "创建一个 CURLFile 对象", "curl_getinfo.html": "获取一个cURL连接资源句柄的信息", "curl_init.html": "初始化 cURL 会话", "curl_multi_add_handle.html": "向curl批处理会话中添加单独的curl句柄", "curl_multi_close.html": "关闭一组cURL句柄", "curl_multi_errno.html": "返回上一次 curl 批处理的错误码", "curl_multi_exec.html": "运行当前 cURL 句柄的子连接", "curl_multi_getcontent.html": "如果设置了CURLOPT_RETURNTRANSFER,则返回获取的输出的文本流", "curl_multi_info_read.html": "获取当前解析的cURL的相关传输信息", "curl_multi_init.html": "返回一个新cURL批处理句柄", "curl_multi_remove_handle.html": "移除cURL批处理句柄资源中的某个句柄资源", "curl_multi_select.html": "等待所有cURL批处理中的活动连接", "curl_multi_setopt.html": "为 cURL 并行处理设置一个选项", "curl_multi_strerror.html": "返回字符串描述的错误代码", "curl_pause.html": "暂停和取消暂停一个连接。", "curl_reset.html": "重置一个 libcurl 会话句柄的所有的选项", "curl_setopt.html": "设置 cURL 传输选项", "curl_setopt_array.html": "为 cURL 传输会话批量设置选项", "curl_share_close.html": "关闭 cURL 共享句柄", "curl_share_errno.html": "返回共享 curl 句柄的最后一次错误号", "curl_share_init.html": "初始化一个 cURL 共享句柄。", "curl_share_setopt.html": "为 cURL 共享句柄设置选项。", "curl_share_strerror.html": "返回错误号对应的错误消息", "curl_strerror.html": "返回错误代码的字符串描述", "curl_unescape.html": "解码给定的 URL 编码的字符串", "curl_version.html": "获取 cURL 版本信息", "current.html": "返回数组中的当前单元", "cyrus_authenticate.html": "Authenticate against a Cyrus IMAP server", "cyrus_bind.html": "Bind callbacks to a Cyrus IMAP connection", "cyrus_close.html": "Close connection to a Cyrus IMAP server", "cyrus_connect.html": "Connect to a Cyrus IMAP server", "cyrus_query.html": "Send a query to a Cyrus IMAP server", "cyrus_unbind.html": "Unbind ...", "date.html": "格式化一个本地时间/日期", "date_add.html": "别名 DateTimeadd", "date_create.html": "别名 DateTime__construct", "date_create_from_format.html": "别名 DateTimecreateFromFormat", "date_create_immutable.html": "别名 DateTimeImmutable__construct", "date_create_immutable_from_format.html": "别名 DateTimeImmutablecreateFromFormat", "date_date_set.html": "别名 DateTimesetDate", "date_default_timezone_get.html": "取得一个脚本中所有日期时间函数所使用的默认时区", "date_default_timezone_set.html": "设定用于一个脚本中所有日期时间函数的默认时区", "date_diff.html": "别名 DateTimediff", "date_format.html": "别名 DateTimeformat", "date_get_last_errors.html": "别名 DateTimegetLastErrors", "date_interval_create_from_date_string.html": "别名 DateIntervalcreateFromDateString", "date_interval_format.html": "别名 DateIntervalformat", "date_isodate_set.html": "别名 DateTimesetISODate", "date_modify.html": "别名 DateTimemodify", "date_offset_get.html": "别名 DateTimegetOffset", "date_parse.html": "Returns associative array with detailed info about given date", "date_parse_from_format.html": "Get info about given date formatted according to the specified format", "date_sub.html": "别名 DateTimesub", "date_sunrise.html": "返回给定的日期与地点的日出时间", "date_sunset.html": "返回给定的日期与地点的日落时间", "date_sun_info.html": "Returns an array with information about sunsetsunrise and twilight beginend", "date_timestamp_get.html": "别名 DateTimegetTimestamp", "date_timestamp_set.html": "别名 DateTimesetTimestamp", "date_timezone_get.html": "别名 DateTimegetTimezone", "date_timezone_set.html": "别名 DateTimesetTimezone", "date_time_set.html": "别名 DateTimesetTime", "db2_autocommit.html": "Returns or sets the AUTOCOMMIT state for a database connection", "db2_bind_param.html": "Binds a PHP variable to an SQL statement parameter", "db2_client_info.html": "Returns an object with properties that describe the DB2 database client", "db2_close.html": "Closes a database connection", "db2_columns.html": "Returns a result set listing the columns and associated metadata for a table", "db2_column_privileges.html": "Returns a result set listing the columns and associated privileges for a table", "db2_commit.html": "Commits a transaction", "db2_connect.html": "Returns a connection to a database", "db2_conn_error.html": "Returns a string containing the SQLSTATE returned by the last connection attempt", "db2_conn_errormsg.html": "Returns the last connection error message and SQLCODE value", "db2_cursor_type.html": "Returns the cursor type used by a statement resource", "db2_escape_string.html": "Used to escape certain characters", "db2_exec.html": "Executes an SQL statement directly", "db2_execute.html": "Executes a prepared SQL statement", "db2_fetch_array.html": "Returns an array, indexed by column position, representing a row in a result set", "db2_fetch_assoc.html": "Returns an array, indexed by column name, representing a row in a result set", "db2_fetch_both.html": "Returns an array, indexed by both column name and position, representing a row in a result set", "db2_fetch_object.html": "Returns an object with properties representing columns in the fetched row", "db2_fetch_row.html": "Sets the result set pointer to the next row or requested row", "db2_field_display_size.html": "Returns the maximum number of bytes required to display a column", "db2_field_name.html": "Returns the name of the column in the result set", "db2_field_num.html": "Returns the position of the named column in a result set", "db2_field_precision.html": "Returns the precision of the indicated column in a result set", "db2_field_scale.html": "Returns the scale of the indicated column in a result set", "db2_field_type.html": "Returns the data type of the indicated column in a result set", "db2_field_width.html": "Returns the width of the current value of the indicated column in a result set", "db2_foreign_keys.html": "Returns a result set listing the foreign keys for a table", "db2_free_result.html": "Frees resources associated with a result set", "db2_free_stmt.html": "Frees resources associated with the indicated statement resource", "db2_get_option.html": "Retrieves an option value for a statement resource or a connection resource", "db2_last_insert_id.html": "Returns the auto generated ID of the last insert query that succ", "db2_lob_read.html": "Gets a user defined size of LOB files with each invocation", "db2_next_result.html": "Requests the next result set from a stored procedure", "db2_num_fields.html": "Returns the number of fields contained in a result set", "db2_num_rows.html": "Returns the number of rows affected by an SQL statement", "db2_pclose.html": "Closes a persistent database connection", "db2_pconnect.html": "Returns a persistent connection to a database", "db2_prepare.html": "Prepares an SQL statement to be executed", "db2_primary_keys.html": "Returns a result set listing primary keys for a table", "db2_procedures.html": "Returns a result set listing the stored procedures registered in a database", "db2_procedure_columns.html": "Returns a result set listing stored procedure parameters", "db2_result.html": "Returns a single column from a row in the result set", "db2_rollback.html": "Rolls back a transaction", "db2_server_info.html": "Returns an object with properties that describe the DB2 database server", "db2_set_option.html": "Set options for connection or statement resources", "db2_special_columns.html": "Returns a result set listing the unique row identifier columns for a table", "db2_statistics.html": "Returns a result set listing the index and statistics for a table", "db2_stmt_error.html": "Returns a string containing the SQLSTATE returned by an SQL statement", "db2_stmt_errormsg.html": "Returns a string containing the last SQL statement error message", "db2_tables.html": "Returns a result set listing the tables and associated metadata in a database", "db2_table_privileges.html": "Returns a result set listing the tables and associated privileges in a database", "dbase_add_record.html": "Adds a record to a database", "dbase_close.html": "Closes a database", "dbase_create.html": "Creates a database", "dbase_delete_record.html": "Deletes a record from a database", "dbase_get_header_info.html": "Gets the header info of a database", "dbase_get_record.html": "Gets a record from a database as an indexed array", "dbase_get_record_with_names.html": "Gets a record from a database as an associative array", "dbase_numfields.html": "Gets the number of fields of a database", "dbase_numrecords.html": "Gets the number of records in a database", "dbase_open.html": "Opens a database", "dbase_pack.html": "Packs a database", "dbase_replace_record.html": "Replaces a record in a database", "dba_close.html": "Close a DBA database", "dba_delete.html": "Delete DBA entry specified by key", "dba_exists.html": "Check whether key exists", "dba_fetch.html": "Fetch data specified by key", "dba_firstkey.html": "Fetch first key", "dba_handlers.html": "List all the handlers available", "dba_insert.html": "Insert entry", "dba_key_split.html": "Splits a key in string representation into array representation", "dba_list.html": "List all open database files", "dba_nextkey.html": "Fetch next key", "dba_open.html": "Open database", "dba_optimize.html": "Optimize database", "dba_popen.html": "Open database persistently", "dba_replace.html": "Replace or insert entry", "dba_sync.html": "Synchronize database", "dbplus_add.html": "Add a tuple to a relation", "dbplus_aql.html": "Perform AQL query", "dbplus_chdir.html": "GetSet database virtual current directory", "dbplus_close.html": "Close a relation", "dbplus_curr.html": "Get current tuple from relation", "dbplus_errcode.html": "Get error string for given errorcode or last error", "dbplus_errno.html": "Get error code for last operation", "dbplus_find.html": "Set a constraint on a relation", "dbplus_first.html": "Get first tuple from relation", "dbplus_flush.html": "Flush all changes made on a relation", "dbplus_freealllocks.html": "Free all locks held by this client", "dbplus_freelock.html": "Release write lock on tuple", "dbplus_freerlocks.html": "Free all tuple locks on given relation", "dbplus_getlock.html": "Get a write lock on a tuple", "dbplus_getunique.html": "Get an id number unique to a relation", "dbplus_info.html": "Get information about a relation", "dbplus_last.html": "Get last tuple from relation", "dbplus_lockrel.html": "Request write lock on relation", "dbplus_next.html": "Get next tuple from relation", "dbplus_open.html": "Open relation file", "dbplus_prev.html": "Get previous tuple from relation", "dbplus_rchperm.html": "Change relation permissions", "dbplus_rcreate.html": "Creates a new DB++ relation", "dbplus_rcrtexact.html": "Creates an exact but empty copy of a relation including indices", "dbplus_rcrtlike.html": "Creates an empty copy of a relation with default indices", "dbplus_resolve.html": "Resolve host information for relation", "dbplus_restorepos.html": "Restore position", "dbplus_rkeys.html": "Specify new primary key for a relation", "dbplus_ropen.html": "Open relation file local", "dbplus_rquery.html": "Perform local (raw) AQL query", "dbplus_rrename.html": "Rename a relation", "dbplus_rsecindex.html": "Create a new secondary index for a relation", "dbplus_runlink.html": "Remove relation from filesystem", "dbplus_rzap.html": "Remove all tuples from relation", "dbplus_savepos.html": "Save position", "dbplus_setindex.html": "Set index", "dbplus_setindexbynumber.html": "Set index by number", "dbplus_sql.html": "Perform SQL query", "dbplus_tcl.html": "Execute TCL code on server side", "dbplus_tremove.html": "Remove tuple and return new current tuple", "dbplus_undo.html": "Undo", "dbplus_undoprepare.html": "Prepare undo", "dbplus_unlockrel.html": "Give up write lock on relation", "dbplus_unselect.html": "Remove a constraint from relation", "dbplus_update.html": "Update specified tuple in relation", "dbplus_xlockrel.html": "Request exclusive lock on relation", "dbplus_xunlockrel.html": "Free exclusive lock on relation", "dbx_close.html": "Close an open connectiondatabase", "dbx_compare.html": "Compare two rows for sorting purposes", "dbx_connect.html": "Open a connectiondatabase", "dbx_error.html": "Report the error message of the latest function call in the module", "dbx_escape_string.html": "Escape a string so it can safely be used in an sql-statement", "dbx_fetch_row.html": "Fetches rows from a query-result that", "dbx_query.html": "Send a query and fetch all results (if any)", "dbx_sort.html": "Sort a result from a dbx_query by a custom sort function", "dcgettext.html": "Overrides the domain for a single lookup", "dcngettext.html": "Plural version of dcgettext", "debug_backtrace.html": "产生一条回溯跟踪(backtrace)", "debug_print_backtrace.html": "打印一条回溯。", "debug_zval_dump.html": "Dumps a string representation of an internal zend value to output", "decbin.html": "十进制转换为二进制", "dechex.html": "十进制转换为十六进制", "decoct.html": "十进制转换为八进制", "define.html": "定义一个常量", "defined.html": "检查某个名称的常量是否存在", "define_syslog_variables.html": "Initializes all syslog related variables", "deflate_add.html": "Incrementally deflate data", "deflate_init.html": "Initialize an incremental deflate context", "deg2rad.html": "将角度转换为弧度", "delete.html": "参见 unlink 或 unset", "dgettext.html": "Override the current domain", "die.html": "等同于 exit", "dio_close.html": "Closes the file descriptor given by fd", "dio_fcntl.html": "Performs a c library fcntl on fd", "dio_open.html": "Opens a file (creating it if necessary) at a lower level ", "dio_read.html": "Reads bytes from a file descriptor", "dio_seek.html": "Seeks to pos on fd from whence", "dio_stat.html": "Gets stat information about the file descriptor fd", "dio_tcsetattr.html": "Sets terminal attributes and baud rate for a serial port", "dio_truncate.html": "Truncates file descriptor fd to offset bytes", "dio_write.html": "Writes data to fd with optional truncation at length", "dir.html": "返回一个 Directory 类实例", "dirname.html": "返回路径中的目录部分", "diskfreespace.html": "disk_free_space 的别名", "disk_free_space.html": "返回目录中的可用空间", "disk_total_space.html": "返回一个目录的磁盘总大小", "dl.html": "运行时载入一个 PHP 扩展", "dngettext.html": "Plural version of dgettext", "dns_check_record.html": "别名 checkdnsrr", "dns_get_mx.html": "别名 getmxrr", "dns_get_record.html": "获取指定主机的DNS记录", "dom_import_simplexml.html": "Gets a DOMElement objec", "doubleval.html": "floatval 的别名", "each.html": "返回数组中当前的键/值对并将数组指针向前移动一步", "easter_date.html": "得到指定年份的复活节午夜时的Unix时间戳。", "easter_days.html": "得到指定年份的3月21日到复活节之间的天数", "echo.html": "输出一个或多个字符串", "eio_busy.html": "Artificially increase load. Could be useful i", "eio_cancel.html": "Cancels a request", "eio_chmod.html": "Change filedirecrory permissions", "eio_chown.html": "Change filedirecrory permissions", "eio_close.html": "Close file", "eio_custom.html": "Execute custom request like any other eio_ call", "eio_dup2.html": "Duplicate a file descriptor", "eio_event_loop.html": "Polls libeio until all requests proceeded", "eio_fallocate.html": "Allows the caller to directly manipulate the alloca", "eio_fchmod.html": "Change file permissions", "eio_fchown.html": "Change file ownership", "eio_fdatasync.html": "Synchronize a file's in-core state with storage device", "eio_fstat.html": "Get file status", "eio_fstatvfs.html": "Get file system statistics", "eio_fsync.html": "Synchronize a file's in-core state with storage device", "eio_ftruncate.html": "Truncate a file", "eio_futime.html": "Change file last access and modification times", "eio_get_event_stream.html": "Get stream representing a variable used in internal communications with libeio", "eio_get_last_error.html": "Returns string describing the last error associated with a request resource", "eio_grp.html": "Creates a request group", "eio_grp_add.html": "Adds a request to the request group", "eio_grp_cancel.html": "Cancels a request group", "eio_grp_limit.html": "Set group limit", "eio_init.html": "(Re-)initialize Eio", "eio_link.html": "Create a hardlink for file", "eio_lstat.html": "Get file status", "eio_mkdir.html": "Create directory", "eio_mknod.html": "Create a special or ordinary file", "eio_nop.html": "Does nothing, except go through the whole request cycle", "eio_npending.html": "Returns number of finished, but unhandled requests", "eio_nready.html": "Returns number of not-yet handled requests", "eio_nreqs.html": "Returns number of requests to be processed", "eio_nthreads.html": "Returns number of threads currently in use", "eio_open.html": "Opens a file", "eio_poll.html": "Can be to be called whenever there are pending requests that need finishing", "eio_read.html": "Read from a file descriptor at given offset", "eio_readahead.html": "Perform file readahead into page cache", "eio_readdir.html": "Reads through a whole directory", "eio_readlink.html": "Read value of a symbolic link", "eio_realpath.html": "Get the canonicalized absolute pathname", "eio_rename.html": "Change the name or location of a file", "eio_rmdir.html": "Remove a directory", "eio_seek.html": "Repositions the offset of the open file associated with the fd argument to the argument offset according to the directive whence", "eio_sendfile.html": "Transfer data between file descriptors", "eio_set_max_idle.html": "Set maximum number of idle threads", "eio_set_max_parallel.html": "Set maximum parallel threads", "eio_set_max_poll_reqs.html": "Set maximum number of requests processed in a poll", "eio_set_max_poll_time.html": "Set maximum poll time", "eio_set_min_parallel.html": "Set minimum parallel thread number", "eio_stat.html": "Get file status", "eio_statvfs.html": "Get file system statistics", "eio_symlink.html": "Create a symbolic link", "eio_sync.html": "Commit buffer cache to disk", "eio_syncfs.html": "Calls Linux' syncfs syscall, if available", "eio_sync_file_range.html": "Sync a file segment with disk", "eio_truncate.html": "Truncate a file", "eio_unlink.html": "Delete a name and possibly the file it refers to", "eio_utime.html": "Change file last access and modification times", "eio_write.html": "Write to file", "empty.html": "检查一个变量是否为空", "enchant_broker_describe.html": "Enumerates the Enchant providers", "enchant_broker_dict_exists.html": "Whether a dictionary exists or not. Using non-empty tag", "enchant_broker_free.html": "Free the broker resource and its dictionnaries", "enchant_broker_free_dict.html": "Free a dictionary resource", "enchant_broker_get_dict_path.html": "Get the directory path for a given backend", "enchant_broker_get_error.html": "Returns the last error of the broker", "enchant_broker_init.html": "Create a new broker object capable of requesting", "enchant_broker_list_dicts.html": "Returns a list of available dictionaries", "enchant_broker_request_dict.html": "Create a new dictionary using a tag", "enchant_broker_request_pwl_dict.html": "Creates a dictionary using a PWL file", "enchant_broker_set_dict_path.html": "Set the directory path for a given backend", "enchant_broker_set_ordering.html": "Declares a preference of dictionaries to use for the language", "enchant_dict_add_to_personal.html": "Add a word to personal word list", "enchant_dict_add_to_session.html": "Add 'word' to this spell-checking session", "enchant_dict_check.html": "Check whether a word is correctly spelled or not", "enchant_dict_describe.html": "Describes an individual dictionary", "enchant_dict_get_error.html": "Returns the last error of the current spelling-session", "enchant_dict_is_in_session.html": "Whether or not 'word' exists in this spelling-session", "enchant_dict_quick_check.html": "Check the word is correctly spelled and provide suggestions", "enchant_dict_store_replacement.html": "Add a correction for a word", "enchant_dict_suggest.html": "Will return a list of values if any of those pre-conditions are not met", "end.html": "将数组的内部指针指向最后一个单元", "ereg.html": "正则表达式匹配", "eregi.html": "不区分大小写的正则表达式匹配", "eregi_replace.html": "不区分大小写的正则表达式替换", "ereg_replace.html": "正则表达式替换", "error_clear_last.html": "清除最近一次错误", "error_get_last.html": "获取最后发生的错误", "error_log.html": "发送错误信息到某个地方", "error_reporting.html": "设置应该报告何种 PHP 错误", "escapeshellarg.html": "把字符串转码为可以在 shell 命令里使用的参数", "escapeshellcmd.html": "shell 元字符转义", "eval.html": "把字符串作为PHP代码执行", "event_add.html": "Add an event to the set of monitored events", "event_base_free.html": "Destroy event base", "event_base_loop.html": "Handle events", "event_base_loopbreak.html": "Abort event loop", "event_base_loopexit.html": "Exit loop after a time", "event_base_new.html": "Create and initialize new event base", "event_base_priority_init.html": "Set the number of event priority levels", "event_base_reinit.html": "Reinitialize the event base after a fork", "event_base_set.html": "Associate event base with an event", "event_buffer_base_set.html": "Associate buffered event with an event base", "event_buffer_disable.html": "Disable a buffered event", "event_buffer_enable.html": "Enable a buffered event", "event_buffer_fd_set.html": "Change a buffered event file descriptor", "event_buffer_free.html": "Destroy buffered event", "event_buffer_new.html": "Create new buffered event", "event_buffer_priority_set.html": "Assign a priority to a buffered event", "event_buffer_read.html": "Read data from a buffered event", "event_buffer_set_callback.html": "Set or reset callbacks for a buffered event", "event_buffer_timeout_set.html": "Set read and write timeouts for a buffered event", "event_buffer_watermark_set.html": "Set the watermarks for read and write events", "event_buffer_write.html": "Write data to a buffered event", "event_del.html": "Remove an event from the set of monitored events", "event_free.html": "Free event resource", "event_new.html": "Create new event", "event_priority_set.html": "Assign a priority to an event", "event_set.html": "Prepare an event", "event_timer_add.html": "别名 event_add", "event_timer_del.html": "别名 event_del", "event_timer_new.html": "别名 event_new", "event_timer_set.html": "Prepare a timer event", "exec.html": "执行一个外部程序", "exif_imagetype.html": "判断一个图像的类型", "exif_read_data.html": "从 JPEG ", "exif_tagname.html": "获取指定索引的头名称", "exif_thumbnail.html": "取得嵌入在 TIFF 或 JPEG 图像中的缩略图", "exit.html": "输出一个消息并且退出当前脚本", "exp.html": "计算 e 的指数", "expect_expectl.html": "Waits until the output from a process mat", "expect_popen.html": "Execute command via Bourne shell, and open the PTY s", "explode.html": "使用一个字符串分割另一个字符串", "expm1.html": "返回 exp(number) - 1,甚至当 number 的值接近零也能计算出准确结果", "extension_loaded.html": "检查一个扩展是否已经加载", "extract.html": "从数组中将变量导入到当前的符号表", "ezmlm_hash.html": "计算 EZMLM 所需的散列值", "fam_cancel_monitor.html": "Terminate monitoring", "fam_close.html": "Close FAM connection", "fam_monitor_collection.html": "Monitor a collection of files in a directory for changes", "fam_monitor_directory.html": "Monitor a directory for changes", "fam_monitor_file.html": "Monitor a regular file for changes", "fam_next_event.html": "Get next pending FAM event", "fam_open.html": "Open connection to FAM daemon", "fam_pending.html": "Check for pending FAM events", "fam_resume_monitor.html": "Resume suspended monitoring", "fam_suspend_monitor.html": "Temporarily suspend monitoring", "fann_cascadetrain_on_data.html": "在整个数据集上训练,使用一段时间的 Cascade2 训练算法。", "fann_cascadetrain_on_file.html": "读取文件并在整个数据集上训练,使用 Cascade2 训练算法训练一段时间。", "fann_clear_scaling_params.html": "清除缩放参数", "fann_copy.html": "创建一个 fann 结构体的副本。", "fann_create_from_file.html": "从配置文件中构建一个反向传播神经网络。", "fann_create_shortcut.html": "创建一个含快捷连接而非全连接的标准反向传播神经网络。", "fann_create_shortcut_array.html": "创建一个含快捷连接而非全连接的标准反向传播神经网络。", "fann_create_sparse.html": "创建一个标准的反向传播神经网络,该网络不是全连接。", "fann_create_sparse_array.html": "创建一个标准的反向传播神经网络,该网络使用一个表示每层大小的数组来构造,但是并不是全连接的。", "fann_create_standard.html": "创建标准的全连接反向传播神经网络。", "fann_create_standard_array.html": "创建一个全连接的反向传播神经网络,该网络使用一个表示每层大小的数组来构造。", "fann_create_train.html": "创建一个空的训练数据结构。", "fann_create_train_from_callback.html": "从用户提供的函数创建训练数据结构。", "fann_descale_input.html": "在获取基于先前计算的参数之后,在输入向量中缩小数据", "fann_descale_output.html": "在获取基于先前计算的参数之后,在输出向量中缩小数据", "fann_descale_train.html": "基于先前计算的参数来缩小输入和输出数据", "fann_destroy.html": "销毁整个网络并且适当地释放所有的关联内存。", "fann_destroy_train.html": "销毁训练数据。", "fann_duplicate_train_data.html": "返回 fann 训练数据精确的副本。", "fann_get_activation_function.html": "返回激励函数", "fann_get_activation_steepness.html": "为提供的神经和网络层数返回激活陡度", "fann_get_bias_array.html": "获取网络中每一层的偏差数", "fann_get_bit_fail.html": "失败位的数量", "fann_get_bit_fail_limit.html": "返回训练期间使用的误差限制", "fann_get_cascade_activation_functions.html": "返回级联激活函数", "fann_get_cascade_activation_functions_count.html": "返回级联激活函数的数量", "fann_get_cascade_activation_steepnesses.html": "返回级联激活陡度", "fann_get_cascade_activation_steepnesses_count.html": "激活陡度的数量", "fann_get_cascade_candidate_change_fraction.html": "返回级联候选变化分数", "fann_get_cascade_candidate_limit.html": "返回候选限度", "fann_get_cascade_candidate_stagnation_epochs.html": "返回层叠候选停滞周期的数量", "fann_get_cascade_max_cand_epochs.html": "返回候选周期的最大值", "fann_get_cascade_max_out_epochs.html": "返回输出周期的最大值", "fann_get_cascade_min_cand_epochs.html": "返回最小的候选周期", "fann_get_cascade_min_out_epochs.html": "返回最小输出周期", "fann_get_cascade_num_candidates.html": "返回训练期间使用的候选数量", "fann_get_cascade_num_candidate_groups.html": "返回候选组的数量", "fann_get_cascade_output_change_fraction.html": "返回级联输出变化分数", "fann_get_cascade_output_stagnation_epochs.html": "返回级联输出停滞周期的数量", "fann_get_cascade_weight_multiplier.html": "返回权重因子", "fann_get_connection_array.html": "获取网络中的连接。", "fann_get_connection_rate.html": "获取当网络创建时连接的使用率。", "fann_get_errno.html": "返回最后一个错误数字。", "fann_get_errstr.html": "返回最后的错误字符串。", "fann_get_layer_array.html": "获取网络中每层的神经元数量。", "fann_get_learning_momentum.html": "返回学习动量", "fann_get_learning_rate.html": "返回学习速率", "fann_get_mse.html": "从网络中读取均方误差。", "fann_get_network_type.html": "获取所创建的神经网络类型。", "fann_get_num_input.html": "获取输入神经元的数量。", "fann_get_num_layers.html": "获取神经网络的层数。", "fann_get_num_output.html": "获取输出神经元的数量。", "fann_get_quickprop_decay.html": "返回衰退值,用于在 quickprop 训练迭代时衰减权重", "fann_get_quickprop_mu.html": "返回放大系数", "fann_get_rprop_decrease_factor.html": "返回 RPROP 训练期间的衰减系数", "fann_get_rprop_delta_max.html": "返回最大步长", "fann_get_rprop_delta_min.html": "返回最小步长", "fann_get_rprop_delta_zero.html": "返回初始步长", "fann_get_rprop_increase_factor.html": "返回 RPROP 训练的递增系数", "fann_get_sarprop_step_error_shift.html": "返回 sarprop 步值的误差偏移", "fann_get_sarprop_step_error_threshold_factor.html": "返回 sarprop 算法步值的误差阈值系数", "fann_get_sarprop_temperature.html": "返回 sarprop 算法温度", "fann_get_sarprop_weight_decay_shift.html": "返回 sarprop 算法权重衰减变化值", "fann_get_total_connections.html": "获取整个网络中所有的连接数。", "fann_get_total_neurons.html": "获取整个网络中神经元的数量。", "fann_get_training_algorithm.html": "返回训练算法。", "fann_get_train_error_function.html": "返回训练中使用的错误函数。", "fann_get_train_stop_function.html": "返回训练中使用的停止函数。", "fann_init_weights.html": "使用 Widrow 和 Nguyen 算法初始化权重。", "fann_length_train_data.html": "返回训练数据中训练模式的数量。", "fann_merge_train_data.html": "合并训练数据。", "fann_num_input_train_data.html": "返回训练数据中每个训练模式输入的数量。", "fann_num_output_train_data.html": "返回训练数据中每个训练模式输出的数量。", "fann_print_error.html": "打印错误字符串。", "fann_randomize_weights.html": "给每个连接赋一个介于 min_weight 和 max_weight 之间的随机权重。", "fann_read_train_from_file.html": "读取存储训练数据的文件。", "fann_reset_errno.html": "重置最后的错误代码。", "fann_reset_errstr.html": "重置最后的错误字符串。", "fann_reset_mse.html": "重置网络中的均方误差。", "fann_run.html": "将通过神经网络运行输入。", "fann_save.html": "将整个网络保存至配置文件。", "fann_save_train.html": "将训练结构体保存至文件。", "fann_scale_input.html": "在以前计算参数的基础上,在训练之前放大输入向量中的数据", "fann_scale_input_train_data.html": "在训练数据中缩放输入至指定范围", "fann_scale_output.html": "在以前计算参数的基础上,在训练之前放大输出向量中的数据", "fann_scale_output_train_data.html": "在训练数据中缩放输出至指定范围", "fann_scale_train.html": "在以前计算参数的基础上,缩放输入和输出数据", "fann_scale_train_data.html": "在训练数据中缩放输入和输出到指定的范围", "fann_set_activation_function.html": "为已应用的神经元和层设置激活函数", "fann_set_activation_function_hidden.html": "为所有隐藏层设置激活函数", "fann_set_activation_function_layer.html": "为已应用的层中所有的神经元设置激活函数。", "fann_set_activation_function_output.html": "为输出层设置激活函数", "fann_set_activation_steepness.html": "为提供的神经元和层设置激活陡度", "fann_set_activation_steepness_hidden.html": "为所有隐藏层中所有的神经元设置激活函数陡度", "fann_set_activation_steepness_layer.html": "为提供的层中所有的神经元设置激活陡度", "fann_set_activation_steepness_output.html": "在输出层中设置激活陡度", "fann_set_bit_fail_limit.html": "设置训练期间使用的误差", "fann_set_callback.html": "设置训练期间使用的回调函数。", "fann_set_cascade_activation_functions.html": "设置级联候选激活函数的数组", "fann_set_cascade_activation_steepnesses.html": "设置级联候选激活陡度的数组。", "fann_set_cascade_candidate_change_fraction.html": "设置级联候选更改分数", "fann_set_cascade_candidate_limit.html": "设置候选限度", "fann_set_cascade_candidate_stagnation_epochs.html": "设置级联候选停止周期数", "fann_set_cascade_max_cand_epochs.html": "设置最大候选周期数", "fann_set_cascade_max_out_epochs.html": "设置最大输出周期", "fann_set_cascade_min_cand_epochs.html": "设置最小候选周期", "fann_set_cascade_min_out_epochs.html": "设置最小输出周期", "fann_set_cascade_num_candidate_groups.html": "设置候选组数量", "fann_set_cascade_output_change_fraction.html": "设置级联输出改变分数", "fann_set_cascade_output_stagnation_epochs.html": "设置级联输出停滞周期的值", "fann_set_cascade_weight_multiplier.html": "设置权重因子", "fann_set_error_log.html": "设置错误记录保存的位置。", "fann_set_input_scaling_params.html": "根据训练数据计算将来使用的输入比例参数", "fann_set_learning_momentum.html": "设置学习动量。", "fann_set_learning_rate.html": "设置学习速率。", "fann_set_output_scaling_params.html": "根据训练数据计算将来使用的输出缩放参数", "fann_set_quickprop_decay.html": "设置quickprop算法衰减因子", "fann_set_quickprop_mu.html": "设置 quickprop 算法放大因子", "fann_set_rprop_decrease_factor.html": "使用 RPROP 算法训练时,设置下降因子", "fann_set_rprop_delta_max.html": "设置最大步长", "fann_set_rprop_delta_min.html": "设置最小步长", "fann_set_rprop_delta_zero.html": "设置初始步长", "fann_set_rprop_increase_factor.html": "使用 RPROP 算法训练时,设置增长因子", "fann_set_sarprop_step_error_shift.html": "设置 sarprop 算法的步误差偏移量", "fann_set_sarprop_step_error_threshold_factor.html": "设置 sarprop 算法的步误差阈值因子", "fann_set_sarprop_temperature.html": "设置 sarprop 算法的温度", "fann_set_sarprop_weight_decay_shift.html": "设置 sarprop 算法的权重衰减偏移值", "fann_set_scaling_params.html": "根据训练数据计算输入和输出缩放参数以供将来使用", "fann_set_training_algorithm.html": "设置训练算法。", "fann_set_train_error_function.html": "设置训练期间使用的错误函数。", "fann_set_train_stop_function.html": "设置训练期间使用的停止函数。", "fann_set_weight.html": "在网络中设置一个连接。", "fann_set_weight_array.html": "在网络中设置一个连接。", "fann_shuffle_train_data.html": "打算训练数据,使顺序随机。", "fann_subset_train_data.html": "返回一个训练数据子集的副本。", "fann_test.html": "使用一组输入和一组期望的输出来测试。", "fann_test_data.html": "使用训练数据来测试并且计算出 MSE .", "fann_train.html": "使用一个输入集和一个期望的输出集来迭代训练一次。", "fann_train_epoch.html": "使用一组训练数据训练一个周期。", "fann_train_on_data.html": "在整个数据集上训练一段时间。", "fann_train_on_file.html": "在从某个文件读取的整个数据集上训练一段时间。", "fastcgi_finish_request.html": "冲刷(flush)所有响应的数据给客户端", "fbsql_affected_rows.html": "Get number of affected rows in previous FrontBase operation", "fbsql_autocommit.html": "Enable or disable autocommit", "fbsql_blob_size.html": "Get the size of a BLOB", "fbsql_change_user.html": "Change logged in user of the active connection", "fbsql_clob_size.html": "Get the size of a CLOB", "fbsql_close.html": "Close FrontBase connection", "fbsql_commit.html": "Commits a transaction to the database", "fbsql_connect.html": "Open a connection to a FrontBase Server", "fbsql_create_blob.html": "Create a BLOB", "fbsql_create_clob.html": "Create a CLOB", "fbsql_create_db.html": "Create a FrontBase database", "fbsql_database.html": "Get or set the database name used with a connection", "fbsql_database_password.html": "Sets or retrieves the password for a FrontBase database", "fbsql_data_seek.html": "Move internal result pointer", "fbsql_db_query.html": "Send a FrontBase query", "fbsql_db_status.html": "Get the status for a given database", "fbsql_drop_db.html": "Drop (delete) a FrontBase database", "fbsql_errno.html": "Returns the error number from previous operation", "fbsql_error.html": "Returns the error message from previous operation", "fbsql_fetch_array.html": "Fetch a result row as an associative array, a numeric array, or both", "fbsql_fetch_assoc.html": "Fetch a result row as an associative array", "fbsql_fetch_field.html": "Get column information from a result and return as an object", "fbsql_fetch_lengths.html": "Get the length of each output in a result", "fbsql_fetch_object.html": "Fetch a result row as an object", "fbsql_fetch_row.html": "Get a result row as an enumerated array", "fbsql_field_flags.html": "Get the flags associated with the specified field in a result", "fbsql_field_len.html": "Returns the length of the specified field", "fbsql_field_name.html": "Get the name of the specified field in a result", "fbsql_field_seek.html": "Set result pointer to a specified field offset", "fbsql_field_table.html": "Get name of the table the specified field is in", "fbsql_field_type.html": "Get the type of the specified field in a result", "fbsql_free_result.html": "Free result memory", "fbsql_get_autostart_info.html": "说明", "fbsql_hostname.html": "Get or set the host name used with a connection", "fbsql_insert_id.html": "Get the id generated from the previous INSERT operation", "fbsql_list_dbs.html": "List databases available on a FrontBase server", "fbsql_list_fields.html": "List FrontBase result fields", "fbsql_list_tables.html": "List tables in a FrontBase database", "fbsql_next_result.html": "Move the internal result pointer to the next result", "fbsql_num_fields.html": "Get number of fields in result", "fbsql_num_rows.html": "Get number of rows in result", "fbsql_password.html": "Get or set the user password used with a connection", "fbsql_pconnect.html": "Open a persistent connection to a FrontBase Server", "fbsql_query.html": "Send a FrontBase query", "fbsql_read_blob.html": "Read a BLOB from the database", "fbsql_read_clob.html": "Read a CLOB from the database", "fbsql_result.html": "Get result data", "fbsql_rollback.html": "Rollback a transaction to the database", "fbsql_rows_fetched.html": "Get the number of rows affected by the last statement", "fbsql_select_db.html": "Select a FrontBase database", "fbsql_set_characterset.html": "Change inputoutput character set", "fbsql_set_lob_mode.html": "Set the LOB retrieve mode for a FrontBase result set", "fbsql_set_password.html": "Change the password for a given user", "fbsql_set_transaction.html": "Set the transaction locking and isolation", "fbsql_start_db.html": "Start a database on local or remote server", "fbsql_stop_db.html": "Stop a database on local or remote server", "fbsql_tablename.html": "别名 fbsql_table_name", "fbsql_table_name.html": "Get table name of field", "fbsql_username.html": "Get or set the username for the connection", "fbsql_warnings.html": "Enable or disable FrontBase warnings", "fclose.html": "关闭一个已打开的文件指针", "fdf_add_doc_javascript.html": "Adds javascript code to the FDF document", "fdf_add_template.html": "Adds a template into the FDF document", "fdf_close.html": "Close an FDF document", "fdf_create.html": "Create a new FDF document", "fdf_enum_values.html": "Call a user defined function for each document value", "fdf_errno.html": "Return error code for last fdf operation", "fdf_error.html": "Return error description for FDF error code", "fdf_get_ap.html": "Get the appearance of a field", "fdf_get_attachment.html": "Extracts uploaded file embedded in the FDF", "fdf_get_encoding.html": "Get the value of the Encoding key", "fdf_get_file.html": "Get the value of the F key", "fdf_get_flags.html": "Gets the flags of a field", "fdf_get_opt.html": "Gets a value from the opt array of a field", "fdf_get_status.html": "Get the value of the STATUS key", "fdf_get_value.html": "Get the value of a field", "fdf_get_version.html": "Gets version number for FDF API or file", "fdf_header.html": "Sets FDF-specific output headers", "fdf_next_field_name.html": "Get the next field name", "fdf_open.html": "Open a FDF document", "fdf_open_string.html": "Read a FDF document from a string", "fdf_remove_item.html": "Sets target frame for form", "fdf_save.html": "Save a FDF document", "fdf_save_string.html": "Returns the FDF document as a string", "fdf_set_ap.html": "Set the appearance of a field", "fdf_set_encoding.html": "Sets FDF character encoding", "fdf_set_file.html": "Set PDF document to display FDF data in", "fdf_set_flags.html": "Sets a flag of a field", "fdf_set_javascript_action.html": "Sets an javascript action of a field", "fdf_set_on_import_javascript.html": "Adds javascript code to be executed when Acrobat opens the FDF", "fdf_set_opt.html": "Sets an option of a field", "fdf_set_status.html": "Set the value of the STATUS key", "fdf_set_submit_form_action.html": "Sets a submit form action of a field", "fdf_set_target_frame.html": "Set target frame for form display", "fdf_set_value.html": "Set the value of a field", "fdf_set_version.html": "Sets version number for a FDF file", "feof.html": "测试文件指针是否到了文件结束的位置", "fflush.html": "将缓冲内容输出到文件", "fgetc.html": "从文件指针中读取字符", "fgetcsv.html": "从文件指针中读入一行并解析 CSV 字段", "fgets.html": "从文件指针中读取一行", "fgetss.html": "从文件指针中读取一行并过滤掉 HTML 标记", "file.html": "把整个文件读入一个数组中", "fileatime.html": "取得文件的上次访问时间", "filectime.html": "取得文件的 inode 修改时间", "filegroup.html": "取得文件的组", "fileinode.html": "取得文件的 inode", "filemtime.html": "取得文件修改时间", "fileowner.html": "取得文件的所有者", "fileperms.html": "取得文件的权限", "filepro.html": "Read and verify the map file", "filepro_fieldcount.html": "Find out how many fields are in a filePro database", "filepro_fieldname.html": "Gets the name of a field", "filepro_fieldtype.html": "Gets the type of a field", "filepro_fieldwidth.html": "Gets the width of a field", "filepro_retrieve.html": "Retrieves data from a filePro database", "filepro_rowcount.html": "Find out how many rows are in a filePro database", "filesize.html": "取得文件大小", "filetype.html": "取得文件类型", "file_exists.html": "检查文件或目录是否存在", "file_get_contents.html": "将整个文件读入一个字符串", "file_put_contents.html": "将一个字符串写入文件", "filter_has_var.html": "检测是否存在指定类型的变量", "filter_id.html": "返回与某个特定名称的过滤器相关联的id", "filter_input.html": "通过名称获取特定的外部变量,并且可以通过过滤器处理它", "filter_input_array.html": "获取一系列外部变量,并且可以通过过滤器处理它们", "filter_list.html": "返回所支持的过滤器列表", "filter_var.html": "使用特定的过滤器过滤一个变量", "filter_var_array.html": "获取多个变量并且过滤它们", "finfo_buffer.html": "返回一个字符串缓冲区的信息", "finfo_close.html": "关闭 fileinfo 资源", "finfo_file.html": "返回一个文件的信息", "finfo_open.html": "创建一个 fileinfo 资源", "finfo_set_flags.html": "设置 libmagic 配置选项", "floatval.html": "获取变量的浮点值", "flock.html": "轻便的咨询文件锁定", "floor.html": "舍去法取整", "flush.html": "刷新输出缓冲", "fmod.html": "返回除法的浮点数余数", "fnmatch.html": "用模式匹配文件名", "fopen.html": "打开文件或者 URL", "forward_static_call.html": "Call a static method", "forward_static_call_array.html": "Call a static method and pass the arguments as array", "fpassthru.html": "输出文件指针处的所有剩余数据", "fprintf.html": "将格式化后的字符串写入到流", "fputcsv.html": "将行格式化为 CSV 并写入文件指针", "fputs.html": "fwrite 的别名", "fread.html": "读取文件(可安全用于二进制文件)", "frenchtojd.html": "从一个French Republican历法的日期得到Julian Day计数。", "fribidi_log2vis.html": "Convert a logical string to a visual one", "fscanf.html": "从文件中格式化输入", "fseek.html": "在文件指针中定位", "fsockopen.html": "打开一个网络连接或者一个Unix套接字连接", "fstat.html": "通过已打开的文件指针取得文件信息", "ftell.html": "返回文件指针读写的位置", "ftok.html": "Convert a pathname and a project identifier to a System V IPC key", "ftp_alloc.html": "为要上传的文件分配空间", "ftp_append.html": "Append content of a file a another file on the FTP server", "ftp_cdup.html": "切换到当前目录的父目录", "ftp_chdir.html": "在 FTP 服务器上改变当前目录", "ftp_chmod.html": "设置 FTP 服务器上的文件权限", "ftp_close.html": "关闭一个 FTP 连接", "ftp_connect.html": "建立一个新的 FTP 连接", "ftp_delete.html": "删除 FTP 服务器上的一个文件", "ftp_exec.html": "请求运行一条 FTP 命令", "ftp_fget.html": "从 FTP 服务器上下载一个文件并保存到本地一个已经打开的文件中", "ftp_fput.html": "上传一个已经打开的文件到 FTP 服务器", "ftp_get.html": "从 FTP 服务器上下载一个文件", "ftp_get_option.html": "返回当前 FTP 连接的各种不同的选项设置", "ftp_login.html": "登录 FTP 服务器", "ftp_mdtm.html": "返回指定文件的最后修改时间", "ftp_mkdir.html": "建立新目录", "ftp_mlsd.html": "Returns a list of files in the given directory", "ftp_nb_continue.html": "连续获取/发送文件(non-blocking)", "ftp_nb_fget.html": "从 FTP 服务器获取文件并写入到一个打开的文件(非阻塞)", "ftp_nb_fput.html": "将文件存储到 FTP 服务器 (非阻塞)", "ftp_nb_get.html": "从 FTP 服务器上获取文件并写入本地文件(non-blocking)", "ftp_nb_put.html": "存储一个文件至 FTP 服务器(non-blocking)", "ftp_nlist.html": "返回给定目录的文件列表", "ftp_pasv.html": "返回当前 FTP 被动模式是否打开", "ftp_put.html": "上传文件到 FTP 服务器", "ftp_pwd.html": "返回当前目录名", "ftp_quit.html": "ftp_close 的 别名", "ftp_raw.html": "向 FTP 服务器发送命令", "ftp_rawlist.html": "返回指定目录下文件的详细列表", "ftp_rename.html": "更改 FTP 服务器上的文件或目录名", "ftp_rmdir.html": "删除 FTP 服务器上的一个目录", "ftp_set_option.html": "设置各种 FTP 运行时选项", "ftp_site.html": "向服务器发送 SITE 命令", "ftp_size.html": "返回指定文件的大小", "ftp_ssl_connect.html": "打开 SSL-FTP 连接", "ftp_systype.html": "返回远程 FTP 服务器的操作系统类型", "ftruncate.html": "将文件截断到给定的长度", "function_exists.html": "如果给定的函数已经被定义就返回 TRUE", "func_get_arg.html": "返回参数列表的某一项", "func_get_args.html": "返回一个包含函数参数列表的数组", "func_num_args.html": "Returns the number of arguments passed to the function", "fwrite.html": "写入文件(可安全用于二进制文件)", "gc_collect_cycles.html": "强制收集所有现存的垃圾循环周期", "gc_disable.html": "停用循环引用收集器", "gc_enable.html": "激活循环引用收集器", "gc_enabled.html": "返回循环引用计数器的状态", "gc_mem_caches.html": "Reclaims memory used by the Zend Engine memory manager", "gc_status.html": "Gets information about the garbage collector", "gd_info.html": "取得当前安装的 GD 库的信息", "geoip_asnum_by_name.html": "获取自治系统号(ASN)", "geoip_continent_code_by_name.html": "获取七大洲的大写字母简称", "geoip_country_code3_by_name.html": "获取三个字母组成的国家简称", "geoip_country_code_by_name.html": "获取国家代码", "geoip_country_name_by_name.html": "获取国家的全称", "geoip_database_info.html": "获取 GeoIP 数据库的信息", "geoip_db_avail.html": "GeoIP 数据库是否可用", "geoip_db_filename.html": "返回 GeoIP 数据库相对应的文件名", "geoip_db_get_all_info.html": "返回所有 GeoIP 数据库类型的详细信息", "geoip_domain_by_name.html": "获取二级域名", "geoip_id_by_name.html": "获取网络连接类型", "geoip_isp_by_name.html": "获取 ISP (网络服务提供商)的名称", "geoip_netspeedcell_by_name.html": "获取网络连接速度", "geoip_org_by_name.html": "获取机构的名称", "geoip_record_by_name.html": "返回 GeoIP 数据库中详细的城市信息", "geoip_region_by_name.html": "获取国家和地区代码", "geoip_region_name_by_code.html": "返回给定的国家和地区代码组合所对应的地区名称", "geoip_setup_custom_directory.html": "自定义 GeoIP 数据库的目录", "geoip_time_zone_by_country_and_region.html": "返回国家和地区的时区", "getallheaders.html": "获取全部 HTTP 请求头信息", "getcwd.html": "取得当前工作目录", "getdate.html": "取得日期/时间信息", "getenv.html": "获取一个环境变量的值", "gethostbyaddr.html": "获取指定的IP地址对应的主机名", "gethostbyname.html": "返回主机名对应的 IPv4地址。", "gethostbynamel.html": "获取互联网主机名对应的 IPv4 地址列表", "gethostname.html": "获取主机名", "getimagesize.html": "取得图像大小", "getimagesizefromstring.html": "从字符串中获取图像尺寸信息", "getlastmod.html": "获取页面最后修改的时间", "getmxrr.html": "获取互联网主机名对应的 MX 记录", "getmygid.html": "获取当前 PHP 脚本拥有者的 GID", "getmyinode.html": "获取当前脚本的索引节点(inode)", "getmypid.html": "获取 PHP 进程的 ID", "getmyuid.html": "获取 PHP 脚本所有者的 UID", "getopt.html": "从命令行参数列表中获取选项", "getprotobyname.html": "Get protocol number associated with protocol name", "getprotobynumber.html": "Get protocol name associated with protocol number", "getrandmax.html": "显示随机数最大的可能值", "getrusage.html": "获取当前资源使用状况", "getservbyname.html": "获取互联网服务协议对应的端口", "getservbyport.html": "Get Internet service which corresponds to port and protocol", "gettext.html": "Lookup a message in the current domain", "gettimeofday.html": "取得当前时间", "gettype.html": "获取变量的类型", "get_browser.html": "获取浏览器具有的功能", "get_called_class.html": "后期静态绑定("Late Static Binding")类的名称", "get_cfg_var.html": "获取 PHP 配置选项的值", "get_class.html": "返回对象的类名", "get_class_methods.html": "返回由类的方法名组成的数组", "get_class_vars.html": "返回由类的默认属性组成的数组", "get_current_user.html": "获取当前 PHP 脚本所有者名称", "get_declared_classes.html": "返回由已定义类的名字所组成的数组", "get_declared_interfaces.html": "返回一个数组包含所有已声明的接口", "get_declared_traits.html": "返回所有已定义的 traits 的数组", "get_defined_constants.html": "返回所有常量的关联数组,键是常量名,值是常量值", "get_defined_functions.html": "返回所有已定义函数的数组", "get_defined_vars.html": "返回由所有已定义变量所组成的数组", "get_extension_funcs.html": "返回模块函数名称的数组", "get_function_translation_table.html": "返回使用 htmlspecialchars 和 htmlentities 后的转换表", "get_headers.html": "取得服务器响应一个 HTTP 请求所发送的所有标头", "get_included_files.html": "返回被 include 和 require 文件名的 array", "get_include_path.html": "获取当前的 include_path 配置选项", "get_loaded_extensions.html": "返回所有编译并加载模块名的 array", "get_magic_quotes_gpc.html": "获取当前 magic_quotes_gpc 的配置选项设置", "get_magic_quotes_runtime.html": "获取当前 magic_quotes_runtime 配置选项的激活状态", "get_meta_tags.html": "从一个文件中提取所有的 meta 标签 content 属性,返回一个数组", "get_object_vars.html": "返回由对象属性组成的关联数组", "get_parent_class.html": "返回对象或类的父类名", "get_required_files.html": "别名 get_included_files", "get_resources.html": "Returns active resources", "get_resource_type.html": "返回资源(resource)类型", "glob.html": "寻找与模式匹配的文件路径", "gmdate.html": "格式化一个 GMTUTC 日期/时间", "gmmktime.html": "取得 GMT 日期的 UNIX 时间戳", "gmp_abs.html": "Absolute value", "gmp_add.html": "Add numbers", "gmp_and.html": "Bitwise AND", "gmp_binomial.html": "Calculates binomial coefficient", "gmp_clrbit.html": "Clear bit", "gmp_cmp.html": "Compare numbers", "gmp_com.html": "Calculates one's complement", "gmp_div.html": "别名 gmp_div_q", "gmp_divexact.html": "Exact division of numbers", "gmp_div_q.html": "Divide numbers", "gmp_div_qr.html": "Divide numbers and get quotient and remainder", "gmp_div_r.html": "Remainder of the division of numbers", "gmp_export.html": "Export to a binary string", "gmp_fact.html": "Factorial", "gmp_gcd.html": "Calculate GCD", "gmp_gcdext.html": "Calculate GCD and multipliers", "gmp_hamdist.html": "Hamming distance", "gmp_import.html": "Import from a binary string", "gmp_init.html": "Create GMP number", "gmp_intval.html": "Convert GMP number to integer", "gmp_invert.html": "Inverse by modulo", "gmp_jacobi.html": "Jacobi symbol", "gmp_kronecker.html": "Kronecker symbol", "gmp_lcm.html": "Calculate GCD", "gmp_legendre.html": "Legendre symbol", "gmp_mod.html": "Modulo operation", "gmp_mul.html": "Multiply numbers", "gmp_neg.html": "Negate number", "gmp_nextprime.html": "Find next prime number", "gmp_or.html": "Bitwise OR", "gmp_perfect_power.html": "Perfect power check", "gmp_perfect_square.html": "Perfect square check", "gmp_popcount.html": "Population count", "gmp_pow.html": "Raise number into power", "gmp_powm.html": "Raise number into power with modulo", "gmp_prob_prime.html": "Check if number is "probably prime"", "gmp_random.html": "Random number", "gmp_random_bits.html": "Random number", "gmp_random_range.html": "Random number", "gmp_random_seed.html": "Sets the RNG seed", "gmp_root.html": "Take the integer part of nth root", "gmp_rootrem.html": "Take the integer part and remainder of nth root", "gmp_scan0.html": "Scan for 0", "gmp_scan1.html": "Scan for 1", "gmp_setbit.html": "Set bit", "gmp_sign.html": "Sign of number", "gmp_sqrt.html": "Calculate square root", "gmp_sqrtrem.html": "Square root with remainder", "gmp_strval.html": "Convert GMP number to string", "gmp_sub.html": "Subtract numbers", "gmp_testbit.html": "Tests if a bit is set", "gmp_xor.html": "Bitwise XOR", "gmstrftime.html": "根据区域设置格式化 GMTUTC 时间/日期", "gnupg_adddecryptkey.html": "Add a key for decryption", "gnupg_addencryptkey.html": "Add a key for encryption", "gnupg_addsignkey.html": "Add a key for signing", "gnupg_cleardecryptkeys.html": "Removes all keys which were set for decryption before", "gnupg_clearencryptkeys.html": "Removes all keys which were set for encryption before", "gnupg_clearsignkeys.html": "Removes all keys which were set for signing before", "gnupg_decrypt.html": "Decrypts a given text", "gnupg_decryptverify.html": "Decrypts and verifies a given text", "gnupg_encrypt.html": "Encrypts a given text", "gnupg_encryptsign.html": "Encrypts and signs a given text", "gnupg_export.html": "Exports a key", "gnupg_geterror.html": "Returns the errortext, if a function fails", "gnupg_getprotocol.html": "Returns the currently active protocol for all operations", "gnupg_import.html": "Imports a key", "gnupg_init.html": "Initialize a connection", "gnupg_keyinfo.html": "Returns an array with information about all keys that matches the given pattern", "gnupg_setarmor.html": "Toggle armored output", "gnupg_seterrormode.html": "Sets the mode for error_reporting", "gnupg_setsignmode.html": "Sets the mode for signing", "gnupg_sign.html": "Signs a given text", "gnupg_verify.html": "Verifies a signed text", "gopher_parsedir.html": "Translate a gopher formatted directory entry into an associative array", "grapheme_extract.html": "Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8", "grapheme_stripos.html": "Find position (in grapheme units) of first occurrence of a case-insensitive string", "grapheme_stristr.html": "Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack", "grapheme_strlen.html": "Get string length in grapheme units", "grapheme_strpos.html": "Find position (in grapheme units) of first occurrence of a string", "grapheme_strripos.html": "Find position (in grapheme units) of last occurrence of a case-insensitive string", "grapheme_strrpos.html": "Find position (in grapheme units) of last occurrence of a string", "grapheme_strstr.html": "Returns part of haystack string from the first occurrence of needle to the end of haystack", "grapheme_substr.html": "Return part of a string", "gregoriantojd.html": "转变一个Gregorian历法日期到Julian Day计数", "gupnp_context_get_host_ip.html": "Get the IP address", "gupnp_context_get_port.html": "Get the port", "gupnp_context_get_subscription_timeout.html": "Get the event subscription timeout", "gupnp_context_host_path.html": "Start hosting", "gupnp_context_new.html": "Create a new context", "gupnp_context_set_subscription_timeout.html": "Sets the event subscription timeout", "gupnp_context_timeout_add.html": "Sets a function to be called at regular intervals", "gupnp_context_unhost_path.html": "Stop hosting", "gupnp_control_point_browse_start.html": "Start browsing", "gupnp_control_point_browse_stop.html": "Stop browsing", "gupnp_control_point_callback_set.html": "Set control point callback", "gupnp_control_point_new.html": "Create a new control point", "gupnp_device_action_callback_set.html": "Set device callback function", "gupnp_device_info_get.html": "Get info of root device", "gupnp_device_info_get_service.html": "Get the service with type", "gupnp_root_device_get_available.html": "Check whether root device is available", "gupnp_root_device_get_relative_location.html": "Get the relative location of root device", "gupnp_root_device_new.html": "Create a new root device", "gupnp_root_device_set_available.html": "Set whether or not root_device is available", "gupnp_root_device_start.html": "Start main loop", "gupnp_root_device_stop.html": "Stop main loop", "gupnp_service_action_get.html": "Retrieves the specified action arguments", "gupnp_service_action_return.html": "Return successfully", "gupnp_service_action_return_error.html": "Return error code", "gupnp_service_action_set.html": "Sets the specified action return values", "gupnp_service_freeze_notify.html": "Freeze new notifications", "gupnp_service_info_get.html": "Get full info of service", "gupnp_service_info_get_introspection.html": "Get resource introspection of service", "gupnp_service_introspection_get_state_variable.html": "Returns the state variable data", "gupnp_service_notify.html": "Notifies listening clients", "gupnp_service_proxy_action_get.html": "Send action to the service and get value", "gupnp_service_proxy_action_set.html": "Send action to the service and set value", "gupnp_service_proxy_add_notify.html": "Sets up callback for variable change notification", "gupnp_service_proxy_callback_set.html": "Set service proxy callback for signal", "gupnp_service_proxy_get_subscribed.html": "Check whether subscription is valid to the service", "gupnp_service_proxy_remove_notify.html": "Cancels the variable change notification", "gupnp_service_proxy_set_subscribed.html": "(Un)subscribes to the service", "gupnp_service_thaw_notify.html": "Sends out any pending notifications and stops queuing of new ones", "gzclose.html": "Close an open gz-file pointer", "gzcompress.html": "Compress a string", "gzdecode.html": "Decodes a gzip compressed string", "gzdeflate.html": "Deflate a string", "gzencode.html": "Create a gzip compressed string", "gzeof.html": "Test for EOF on a gz-file pointer", "gzfile.html": "Read entire gz-file into an array", "gzgetc.html": "Get character from gz-file pointer", "gzgets.html": "Get line from file pointer", "gzgetss.html": "Get line from gz-file pointer and strip HTML tags", "gzinflate.html": "Inflate a deflated string", "gzopen.html": "Open gz-file", "gzpassthru.html": "Output all remaining data on a gz-file pointer", "gzputs.html": "别名 gzwrite", "gzread.html": "Binary-safe gz-file read", "gzrewind.html": "Rewind the position of a gz-file pointer", "gzseek.html": "Seek on a gz-file pointer", "gztell.html": "Tell gz-file pointer readwrite position", "gzuncompress.html": "Uncompress a compressed string", "gzwrite.html": "Binary-safe gz-file write", "halt_compiler.html": "中断编译器的执行", "hash.html": "生成哈希值 (消息摘要)", "hash_algos.html": "返回已注册的哈希算法列表", "hash_copy.html": "拷贝哈希运算上下文", "hash_equals.html": "可防止时序攻击的字符串比较", "hash_file.html": "使用给定文件的内容生成哈希值", "hash_final.html": "结束增量哈希,并且返回摘要结果", "hash_hkdf.html": "Generate a HKDF key derivation of a supplied key input", "hash_hmac.html": "使用 HMAC 方法生成带有密钥的哈希值", "hash_hmac_algos.html": "Return a list of registered hashing algorithms suitable for hash_hmac", "hash_hmac_file.html": "使用 HMAC 方法和给定文件的内容生成带密钥的哈希值", "hash_init.html": "初始化增量哈希运算上下文", "hash_pbkdf2.html": "生成所提供密码的 PBKDF2 密钥导出", "hash_update.html": "向活跃的哈希运算上下文中填充数据", "hash_update_file.html": "从文件向活跃的哈希运算上下文中填充数据", "hash_update_stream.html": "从打开的流向活跃的哈希运算上下文中填充数据", "header.html": "发送原生 HTTP 头", "headers_list.html": "返回已发送的 HTTP 响应头(或准备发送的)", "headers_sent.html": "检测 HTTP 头是否已经发送", "header_register_callback.html": "调用一个 header 函数", "header_remove.html": "删除之前设置的 HTTP 头", "hebrev.html": "将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew)", "hebrevc.html": "将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew),并且转换换行符", "hex2bin.html": "转换十六进制字符串为二进制字符串", "hexdec.html": "十六进制转换为十进制", "highlight_file.html": "语法高亮一个文件", "highlight_string.html": "字符串的语法高亮", "hrtime.html": "Get the system's high resolution time", "htmlentities.html": "将字符转换为 HTML 转义字符", "htmlspecialchars.html": "将特殊字符转换为 HTML 实体", "htmlspecialchars_decode.html": "将特殊的 HTML 实体转换回普通字符", "html_entity_decode.html": "Convert HTML entities to their corresponding characters", "http_build_query.html": "生成 URL-encode 之后的请求字符串", "http_response_code.html": "获取设置响应的 HTTP 状态码", "hwapi_attribute_new.html": "Creates instance of class hw_api_attribute", "hwapi_content_new.html": "Create new instance of class hw_api_content", "hwapi_hgcsp.html": "Returns object of class hw_api", "hwapi_object_new.html": "Creates a new instance of class hwapi_object_new", "hypot.html": "计算一直角三角形的斜边长度", "ibase_add_user.html": "Add a user to a security database", "ibase_affected_rows.html": "Return the number of rows that were affected by the previous query", "ibase_backup.html": "Initiates a backup task in the service manager and returns immediately", "ibase_blob_add.html": "Add data into a newly created blob", "ibase_blob_cancel.html": "Cancel creating blob", "ibase_blob_close.html": "Close blob", "ibase_blob_create.html": "Create a new blob for adding data", "ibase_blob_echo.html": "Output blob contents to browser", "ibase_blob_get.html": "Get len bytes data from open blob", "ibase_blob_import.html": "Create blob, copy file in it, and close it", "ibase_blob_info.html": "Return blob length and other useful info", "ibase_blob_open.html": "Open blob for retrieving data parts", "ibase_close.html": "Close a connection to an InterBase database", "ibase_commit.html": "Commit a transaction", "ibase_commit_ret.html": "Commit a transaction without closing it", "ibase_connect.html": "Open a connection to a database", "ibase_db_info.html": "Request statistics about a database", "ibase_delete_user.html": "Delete a user from a security database", "ibase_drop_db.html": "Drops a database", "ibase_errcode.html": "Return an error code", "ibase_errmsg.html": "Return error messages", "ibase_execute.html": "Execute a previously prepared query", "ibase_fetch_assoc.html": "Fetch a result row from a query as an associative array", "ibase_fetch_object.html": "Get an object from a InterBase database", "ibase_fetch_row.html": "Fetch a row from an InterBase database", "ibase_field_info.html": "Get information about a field", "ibase_free_event_handler.html": "Cancels a registered event handler", "ibase_free_query.html": "Free memory allocated by a prepared query", "ibase_free_result.html": "Free a result set", "ibase_gen_id.html": "Increments the named generator and returns its new value", "ibase_maintain_db.html": "Execute a maintenance command on the database server", "ibase_modify_user.html": "Modify a user to a security database", "ibase_name_result.html": "Assigns a name to a result set", "ibase_num_fields.html": "Get the number of fields in a result set", "ibase_num_params.html": "Return the number of parameters in a prepared query", "ibase_param_info.html": "Return information about a parameter in a prepared query", "ibase_pconnect.html": "Open a persistent connection to an InterBase database", "ibase_prepare.html": "Prepare a query for later binding of parameter placeholders and execution", "ibase_query.html": "Execute a query on an InterBase database", "ibase_restore.html": "Initiates a restore task in the service manager and returns immediately", "ibase_rollback.html": "Roll back a transaction", "ibase_rollback_ret.html": "Roll back a transaction without closing it", "ibase_server_info.html": "Request information about a database server", "ibase_service_attach.html": "Connect to the service manager", "ibase_service_detach.html": "Disconnect from the service manager", "ibase_set_event_handler.html": "Register a callback function to be called when events are posted", "ibase_trans.html": "Begin a transaction", "ibase_wait_event.html": "Wait for an event to be posted by the database", "iconv.html": "字符串按要求的字符编码来转换", "iconv_get_encoding.html": "获取 iconv 扩展的内部配置变量", "iconv_mime_decode.html": "解码一个MIME头字段", "iconv_mime_decode_headers.html": "一次性解码多个 MIME 头字段", "iconv_mime_encode.html": "Composes a MIME header field", "iconv_set_encoding.html": "为字符编码转换设定当前设置", "iconv_strlen.html": "返回字符串的字符数统计", "iconv_strpos.html": "Finds position of first occurrence of a needle within a haystack", "iconv_strrpos.html": "Finds the last occurrence of a needle within a haystack", "iconv_substr.html": "截取字符串的部分", "id3_get_frame_long_name.html": "Get the long name of an ID3v2 frame", "id3_get_frame_short_name.html": "Get the short name of an ID3v2 frame", "id3_get_genre_id.html": "Get the id for a genre", "id3_get_genre_list.html": "Get all possible genre values", "id3_get_genre_name.html": "Get the name for a genre id", "id3_get_tag.html": "Get all information stored in an ID3 tag", "id3_get_version.html": "Get version of an ID3 tag", "id3_remove_tag.html": "Remove an existing ID3 tag", "id3_set_tag.html": "Update information stored in an ID3 tag", "idate.html": "将本地时间日期格式化为整数", "idn_to_ascii.html": "Convert domain name to IDNA ASCII form", "idn_to_utf8.html": "Convert domain name from IDNA ASCII to Unicode", "ifxus_close_slob.html": "Deletes the slob object", "ifxus_create_slob.html": "Creates an slob object and opens it", "ifxus_free_slob.html": "Deletes the slob object", "ifxus_open_slob.html": "Opens an slob object", "ifxus_read_slob.html": "Reads nbytes of the slob object", "ifxus_seek_slob.html": "Sets the current file or seek position", "ifxus_tell_slob.html": "Returns the current file or seek position", "ifxus_write_slob.html": "Writes a string into the slob object", "ifx_affected_rows.html": "Get number of rows affected by a query", "ifx_blobinfile_mode.html": "Set the default blob mode for all select queries", "ifx_byteasvarchar.html": "Set the default byte mode", "ifx_close.html": "Close Informix connection", "ifx_connect.html": "Open Informix server connection", "ifx_copy_blob.html": "Duplicates the given blob object", "ifx_create_blob.html": "Creates an blob object", "ifx_create_char.html": "Creates an char object", "ifx_do.html": "Execute a previously prepared SQL-statement", "ifx_error.html": "Returns error code of last Informix call", "ifx_errormsg.html": "Returns error message of last Informix call", "ifx_fetch_row.html": "Get row as an associative array", "ifx_fieldproperties.html": "List of SQL fieldproperties", "ifx_fieldtypes.html": "List of Informix SQL fields", "ifx_free_blob.html": "Deletes the blob object", "ifx_free_char.html": "Deletes the char object", "ifx_free_result.html": "Releases resources for the query", "ifx_functiontbl_result.html": "Formats all rows of a query into a HTML table", "ifx_getsqlca.html": "Get the contents of sqlca.sqlerrd[0..5] after a query", "ifx_get_blob.html": "Return the content of a blob object", "ifx_get_char.html": "Return the content of the char object", "ifx_nullformat.html": "Sets the default return value on a fetch row", "ifx_num_fields.html": "Returns the number of columns in the query", "ifx_num_rows.html": "Count the rows already fetched from a query", "ifx_pconnect.html": "Open persistent Informix connection", "ifx_prepare.html": "Prepare an SQL-statement for execution", "ifx_query.html": "Send Informix query", "ifx_textasvarchar.html": "Set the default text mode", "ifx_update_blob.html": "Updates the content of the blob object", "ifx_update_char.html": "Updates the content of the char object", "ignore_user_abort.html": "设置客户端断开连接时是否中断脚本的执行", "iis_add_server.html": "Creates a new virtual web server", "iis_get_dir_security.html": "Gets Directory Security", "iis_get_script_map.html": "Gets script mapping on a virtual directory for a specific extension", "iis_get_server_by_comment.html": "Return the instance number associated with the Comment", "iis_get_server_by_path.html": "Return the instance number associated with the Path", "iis_get_server_rights.html": "Gets server rights", "iis_get_service_state.html": "Returns the state for the service defined by ServiceId", "iis_remove_server.html": "Removes the virtual web server indicated by ServerInstance", "iis_set_app_settings.html": "Creates application scope for a virtual directory", "iis_set_dir_security.html": "Sets Directory Security", "iis_set_script_map.html": "Sets script mapping on a virtual directory", "iis_set_server_rights.html": "Sets server rights", "iis_start_server.html": "Starts the virtual web server", "iis_start_service.html": "Starts the service defined by ServiceId", "iis_stop_server.html": "Stops the virtual web server", "iis_stop_service.html": "Stops the service defined by ServiceId", "image2wbmp.html": "以 WBMP 格式将图像输出到浏览器或文件", "imageaffine.html": "返回经过仿射变换后的图像,剪切区域可选", "imageaffinematrixconcat.html": "Concatenate two affine transformation matrices", "imageaffinematrixget.html": "Get an affine transformation matrix", "imagealphablending.html": "设定图像的混色模式", "imageantialias.html": "是否使用抗锯齿(antialias)功能", "imagearc.html": "画椭圆弧", "imagebmp.html": "Output a BMP image to browser or file", "imagechar.html": "水平地画一个字符", "imagecharup.html": "垂直地画一个字符", "imagecolorallocate.html": "为一幅图像分配颜色", "imagecolorallocatealpha.html": "为一幅图像分配颜色 + alpha", "imagecolorat.html": "取得某像素的颜色索引值", "imagecolorclosest.html": "取得与指定的颜色最接近的颜色的索引值", "imagecolorclosestalpha.html": "取得与指定的颜色加透明度最接近的颜色", "imagecolorclosesthwb.html": "取得与给定颜色最接近的色度的黑白色的索引", "imagecolordeallocate.html": "取消图像颜色的分配", "imagecolorexact.html": "取得指定颜色的索引值", "imagecolorexactalpha.html": "取得指定的颜色加透明度的索引值", "imagecolormatch.html": "使一个图像中调色板版本的颜色与真彩色版本更能匹配", "imagecolorresolve.html": "取得指定颜色的索引值或有可能得到的最接近的替代值", "imagecolorresolvealpha.html": "取得指定颜色 + alpha 的索引值或有可能得到的最接近的替代值", "imagecolorset.html": "给指定调色板索引设定颜色", "imagecolorsforindex.html": "取得某索引的颜色", "imagecolorstotal.html": "取得一幅图像的调色板中颜色的数目", "imagecolortransparent.html": "将某个颜色定义为透明色", "imageconvolution.html": "用系数 div 和 offset 申请一个 3x3 的卷积矩阵", "imagecopy.html": "拷贝图像的一部分", "imagecopymerge.html": "拷贝并合并图像的一部分", "imagecopymergegray.html": "用灰度拷贝并合并图像的一部分", "imagecopyresampled.html": "重采样拷贝部分图像并调整大小", "imagecopyresized.html": "拷贝部分图像并调整大小", "imagecreate.html": "新建一个基于调色板的图像", "imagecreatefrombmp.html": "由文件或 URL 创建一个新图象。", "imagecreatefromgd.html": "从 GD 文件或 URL 新建一图像", "imagecreatefromgd2.html": "从 GD2 文件或 URL 新建一图像", "imagecreatefromgd2part.html": "从给定的 GD2 文件或 URL 中的部分新建一图像", "imagecreatefromgif.html": "由文件或 URL 创建一个新图象。", "imagecreatefromjpeg.html": "由文件或 URL 创建一个新图象。", "imagecreatefrompng.html": "由文件或 URL 创建一个新图象。", "imagecreatefromstring.html": "从字符串中的图像流新建一图像", "imagecreatefromwbmp.html": "由文件或 URL 创建一个新图象。", "imagecreatefromwebp.html": "由文件或 URL 创建一个新图象。", "imagecreatefromxbm.html": "由文件或 URL 创建一个新图象。", "imagecreatefromxpm.html": "由文件或 URL 创建一个新图象。", "imagecreatetruecolor.html": "新建一个真彩色图像", "imagecrop.html": "Crop an image to the given rectangle", "imagecropauto.html": "Crop an image automatically using one of the available modes", "imagedashedline.html": "画一虚线", "imagedestroy.html": "销毁一图像", "imageellipse.html": "画一个椭圆", "imagefill.html": "区域填充", "imagefilledarc.html": "画一椭圆弧且填充", "imagefilledellipse.html": "画一椭圆并填充", "imagefilledpolygon.html": "画一多边形并填充", "imagefilledrectangle.html": "画一矩形并填充", "imagefilltoborder.html": "区域填充到指定颜色的边界为止", "imagefilter.html": "对图像使用过滤器", "imageflip.html": "Flips an image using a given mode", "imagefontheight.html": "取得字体高度", "imagefontwidth.html": "取得字体宽度", "imageftbbox.html": "给出一个使用 FreeType 2 字体的文本框", "imagefttext.html": "使用 FreeType 2 字体将文本写入图像", "imagegammacorrect.html": "对 GD 图像应用 gamma 修正", "imagegd.html": "将 GD 图像输出到浏览器或文件", "imagegd2.html": "将 GD2 图像输出到浏览器或文件", "imagegetclip.html": "Get the clipping rectangle", "imagegif.html": "输出图象到浏览器或文件。", "imagegrabscreen.html": "Captures the whole screen", "imagegrabwindow.html": "Captures a window", "imageinterlace.html": "激活或禁止隔行扫描", "imageistruecolor.html": "检查图像是否为真彩色图像", "imagejpeg.html": "输出图象到浏览器或文件。", "imagelayereffect.html": "设定 alpha 混色标志以使用绑定的 libgd 分层效果", "imageline.html": "画一条线段", "imageloadfont.html": "载入一新字体", "imageopenpolygon.html": "Draws an open polygon", "imagepalettecopy.html": "将调色板从一幅图像拷贝到另一幅", "imagepalettetotruecolor.html": "Converts a palette based image to true color", "imagepng.html": "以 PNG 格式将图像输出到浏览器或文件", "imagepolygon.html": "画一个多边形", "imagepsbbox.html": "给出一个使用 PostScript Type1 字体的文本方框", "imagepsencodefont.html": "改变字体中的字符编码矢量", "imagepsextendfont.html": "扩充或精简字体", "imagepsfreefont.html": "释放一个 PostScript Type 1 字体所占用的内存", "imagepsloadfont.html": "从文件中加载一个 PostScript Type 1 字体", "imagepsslantfont.html": "倾斜某字体", "imagepstext.html": "用 PostScript Type1 字体把文本字符串画在图像上", "imagerectangle.html": "画一个矩形", "imageresolution.html": "Get or set the resolution of the image", "imagerotate.html": "用给定角度旋转图像", "imagesavealpha.html": "设置标记以在保存 PNG 图像时保存完整的 alpha 通道信息(与单一透明色相反)", "imagescale.html": "Scale an image using the given new width and height", "imagesetbrush.html": "设定画线用的画笔图像", "imagesetclip.html": "Set the clipping rectangle", "imagesetinterpolation.html": "Set the interpolation method", "imagesetpixel.html": "画一个单一像素", "imagesetstyle.html": "设定画线的风格", "imagesetthickness.html": "设定画线的宽度", "imagesettile.html": "设定用于填充的贴图", "imagestring.html": "水平地画一行字符串", "imagestringup.html": "垂直地画一行字符串", "imagesx.html": "取得图像宽度", "imagesy.html": "取得图像高度", "imagetruecolortopalette.html": "将真彩色图像转换为调色板图像", "imagettfbbox.html": "取得使用 TrueType 字体的文本的范围", "imagettftext.html": "用 TrueType 字体向图像写入文本", "imagetypes.html": "返回当前 PHP 版本所支持的图像类型", "imagewbmp.html": "以 WBMP 格式将图像输出到浏览器或文件", "imagewebp.html": "将 WebP 格式的图像输出到浏览器或文件", "imagexbm.html": "将 XBM 图像输出到浏览器或文件", "image_type_to_extension.html": "取得图像类型的文件后缀", "image_type_to_mime_type.html": "取得 getimagesize,exif_read_data,exif_thumbnail,exif_i", "imap_8bit.html": "Convert an 8bit string to a quoted-printable string", "imap_alerts.html": "Returns all IMAP alert messages that have occurred", "imap_append.html": "Append a string message to a specified mailbox", "imap_base64.html": "Decode BASE64 encoded text", "imap_binary.html": "Convert an 8bit string to a base64 string", "imap_body.html": "Read the message body", "imap_bodystruct.html": "Read the structure of a specified body section of a specific message", "imap_check.html": "Check current mailbox", "imap_clearflag_full.html": "Clears flags on messages", "imap_close.html": "Close an IMAP stream", "imap_create.html": "别名 imap_createmailbox", "imap_createmailbox.html": "Create a new mailbox", "imap_delete.html": "Mark a message for deletion from current mailbox", "imap_deletemailbox.html": "Delete a mailbox", "imap_errors.html": "Returns all of the IMAP errors that have occurred", "imap_expunge.html": "Delete all messages marked for deletion", "imap_fetchbody.html": "Fetch a particular section of the body of the message", "imap_fetchheader.html": "Returns header for a message", "imap_fetchmime.html": "Fetch MIME headers for a particular section of the message", "imap_fetchstructure.html": "Read the structure of a particular message", "imap_fetchtext.html": "别名 imap_body", "imap_fetch_overview.html": "Read an overview of the information in the headers of the given message", "imap_gc.html": "Clears IMAP cache", "imap_getacl.html": "Gets the ACL for a given mailbox", "imap_getmailboxes.html": "Read the list of mailboxes, returning detailed information on each one", "imap_getsubscribed.html": "List all the subscribed mailboxes", "imap_get_quota.html": "Retrieve the quota level settings, and usage statics per mailbox", "imap_get_quotaroot.html": "Retrieve the quota settings per user", "imap_header.html": "别名 imap_headerinfo", "imap_headerinfo.html": "Read the header of the message", "imap_headers.html": "Returns headers for all messages in a mailbox", "imap_last_error.html": "Gets the last IMAP error that occurred during this page request", "imap_list.html": "Read the list of mailboxes", "imap_listmailbox.html": "别名 imap_list", "imap_listscan.html": "Returns the list of mailboxes that matches the given text", "imap_listsubscribed.html": "别名 imap_lsub", "imap_lsub.html": "List all the subscribed mailboxes", "imap_mail.html": "Send an email message", "imap_mailboxmsginfo.html": "Get information about the current mailbox", "imap_mail_compose.html": "Create a MIME message based on given envelope and body sections", "imap_mail_copy.html": "Copy specified messages to a mailbox", "imap_mail_move.html": "Move specified messages to a mailbox", "imap_mime_header_decode.html": "Decode MIME header elements", "imap_msgno.html": "Gets the message sequence number for the given UID", "imap_mutf7_to_utf8.html": "Decode a modified UTF-7 string to UTF-8", "imap_num_msg.html": "Gets the number of messages in the current mailbox", "imap_num_recent.html": "Gets the number of recent messages in current mailbox", "imap_open.html": "Open an IMAP stream to a mailbox", "imap_ping.html": "Check if the IMAP stream is still active", "imap_qprint.html": "Convert a quoted-printable string to an 8 bit string", "imap_rename.html": "别名 imap_renamemailbox", "imap_renamemailbox.html": "Rename an old mailbox to new mailbox", "imap_reopen.html": "Reopen IMAP stream to new mailbox", "imap_rfc822_parse_adrlist.html": "Parses an address string", "imap_rfc822_parse_headers.html": "Parse mail headers from a string", "imap_rfc822_write_address.html": "Returns a properly formatted email address given the mailbox, host, and personal info", "imap_savebody.html": "Save a specific body section to a file", "imap_scan.html": "别名 imap_listscan", "imap_scanmailbox.html": "别名 imap_listscan", "imap_search.html": "This function returns an array of messages matching the given search criteria", "imap_setacl.html": "Sets the ACL for a given mailbox", "imap_setflag_full.html": "Sets flags on messages", "imap_set_quota.html": "Sets a quota for a given mailbox", "imap_sort.html": "Gets and sort messages", "imap_status.html": "Returns status information on a mailbox", "imap_subscribe.html": "Subscribe to a mailbox", "imap_thread.html": "Returns a tree of threaded message", "imap_timeout.html": "Set or fetch imap timeout", "imap_uid.html": "This function returns the UID for the given message sequence number", "imap_undelete.html": "Unmark the message which is marked deleted", "imap_unsubscribe.html": "Unsubscribe from a mailbox", "imap_utf7_decode.html": "Decodes a modified UTF-7 encoded string", "imap_utf7_encode.html": "Converts ISO-8859-1 string to modified UTF-7 text", "imap_utf8.html": "Converts MIME-encoded text to UTF-8", "imap_utf8_to_mutf7.html": "Encode a UTF-8 string to modified UTF-7", "implode.html": "将一个一维数组的值转化为字符串", "import_request_variables.html": "将 GET/POST/Cookie 变量导入到全局作用域中", "include.html": "include", "include_once.html": "include_once", "inclued_get_data.html": "Get the inclued data", "inet_ntop.html": "Converts a packed internet address to a human readable representation", "inet_pton.html": "Converts a human readable IP address to its packed in_addr representation", "inflate_add.html": "Incrementally inflate encoded data", "inflate_get_read_len.html": "Get number of bytes read so far", "inflate_get_status.html": "Get decompression status", "inflate_init.html": "Initialize an incremental inflate context", "ingres_autocommit.html": "Switch autocommit on or off", "ingres_autocommit_state.html": "Test if the connection is using autocommit", "ingres_charset.html": "Returns the installation character set", "ingres_close.html": "Close an Ingres database connection", "ingres_commit.html": "Commit a transaction", "ingres_connect.html": "Open a connection to an Ingres database", "ingres_cursor.html": "Get a cursor name for a given result resource", "ingres_errno.html": "Get the last Ingres error number generated", "ingres_error.html": "Get a meaningful error message for the last error generated", "ingres_errsqlstate.html": "Get the last SQLSTATE error code generated", "ingres_escape_string.html": "Escape special characters for use in a query", "ingres_execute.html": "Execute a prepared query", "ingres_fetch_array.html": "Fetch a row of result into an array", "ingres_fetch_assoc.html": "Fetch a row of result into an associative array", "ingres_fetch_object.html": "Fetch a row of result into an object", "ingres_fetch_proc_return.html": "Get the return value from a procedure call", "ingres_fetch_row.html": "Fetch a row of result into an enumerated array", "ingres_field_length.html": "Get the length of a field", "ingres_field_name.html": "Get the name of a field in a query result", "ingres_field_nullable.html": "Test if a field is nullable", "ingres_field_precision.html": "Get the precision of a field", "ingres_field_scale.html": "Get the scale of a field", "ingres_field_type.html": "Get the type of a field in a query result", "ingres_free_result.html": "Free the resources associated with a result identifier", "ingres_next_error.html": "Get the next Ingres error", "ingres_num_fields.html": "Get the number of fields returned by the last query", "ingres_num_rows.html": "Get the number of rows affected or returned by a query", "ingres_pconnect.html": "Open a persistent connection to an Ingres database", "ingres_prepare.html": "Prepare a query for later execution", "ingres_query.html": "Send an SQL query to Ingres", "ingres_result_seek.html": "Set the row position before fetching data", "ingres_rollback.html": "Roll back a transaction", "ingres_set_environment.html": "Set environment features controlling output options", "ingres_unbuffered_query.html": "Send an unbuffered SQL query to Ingres", "ini_alter.html": "别名 ini_set", "ini_get.html": "获取一个配置选项的值", "ini_get_all.html": "获取所有配置选项", "ini_restore.html": "恢复配置选项的值", "ini_set.html": "为一个配置选项设置值", "inotify_add_watch.html": "Add a watch to an initialized inotify instance", "inotify_init.html": "Initialize an inotify instance", "inotify_queue_len.html": "Return a number upper than zero if there are pending events", "inotify_read.html": "Read events from an inotify instance", "inotify_rm_watch.html": "Remove an existing watch from an inotify instance", "intdiv.html": "对除法结果取整", "interface_exists.html": "检查接口是否已被定义", "intl_error_name.html": "Get symbolic name for a given error code", "intl_get_error_code.html": "Get the last error code", "intl_get_error_message.html": "Get description of the last error", "intl_is_failure.html": "Check whether the given error code indicates failure", "intval.html": "获取变量的整数值", "in_array.html": "检查数组中是否存在某个值", "ip2long.html": "将 IPV4 的字符串互联网协议转换成长整型数字", "iptcembed.html": "将二进制 IPTC 数据嵌入到一幅 JPEG 图像中", "iptcparse.html": "将二进制 IPTC 块解析为单个标记", "isset.html": "检测变量是否已设置并且非 NULL", "is_a.html": "如果对象属于该类或该类是此对象的父类则返回 TRUE", "is_array.html": "检测变量是否是数组", "is_bool.html": "检测变量是否是布尔型", "is_callable.html": "检测参数是否为合法的可调用结构", "is_countable.html": "Verify that the contents of a variable is a countable value", "is_dir.html": "判断给定文件名是否是一个目录", "is_double.html": "is_float 的别名", "is_executable.html": "判断给定文件名是否可执行", "is_file.html": "判断给定文件名是否为一个正常的文件", "is_finite.html": "判断是否为有限值", "is_float.html": "检测变量是否是浮点型", "is_infinite.html": "判断是否为无限值", "is_int.html": "检测变量是否是整数", "is_integer.html": "is_int 的别名", "is_iterable.html": "Verify that the contents of a variable is an iterable value", "is_link.html": "判断给定文件名是否为一个符号连接", "is_long.html": "is_int 的别名", "is_nan.html": "判断是否为合法数值", "is_null.html": "检测变量是否为 NULL", "is_numeric.html": "检测变量是否为数字或数字字符串", "is_object.html": "检测变量是否是一个对象", "is_readable.html": "判断给定文件名是否可读", "is_real.html": "is_float 的别名", "is_resource.html": "检测变量是否为资源类型", "is_scalar.html": "检测变量是否是一个标量", "is_soap_fault.html": "Checks if a SOAP call has failed", "is_string.html": "检测变量是否是字符串", "is_subclass_of.html": "如果此对象是该类的子类,则返回 TRUE", "is_tainted.html": "Checks whether a string is tainted", "is_uploaded_file.html": "判断文件是否是通过 HTTP POST 上传的", "is_writable.html": "判断给定的文件名是否可写", "is_writeable.html": "is_writable 的别名", "iterator_apply.html": "为迭代器中每个元素调用一个用户自定义函数", "iterator_count.html": "计算迭代器中元素的个数", "iterator_to_array.html": "将迭代器中的元素拷贝到数组", "jddayofweek.html": "返回星期的日期", "jdmonthname.html": "返回月份的名称", "jdtofrench.html": "转变一个Julian Day计数到French Republican历法的日期", "jdtogregorian.html": "转变一个Julian Day计数为Gregorian历法日期", "jdtojewish.html": "转换一个julian天数为Jewish历法的日期", "jdtojulian.html": "转变一个Julian Day计数到Julian历法的日期", "jdtounix.html": "转变Julian Day计数为一个Unix时间戳", "jewishtojd.html": "转变一个Jewish历法的日期为一个Julian Day计数", "join.html": "别名 implode", "jpeg2wbmp.html": "将 JPEG 图像文件转换为 WBMP 图像文件", "json_decode.html": "对 JSON 格式的字符串进行解码", "json_encode.html": "对变量进行 JSON 编码", "json_last_error.html": "返回最后发生的错误", "json_last_error_msg.html": "Returns the error string of the last json_encode() or json_decode() call", "judy_type.html": "Return the type of a Judy array", "judy_version.html": "Return or print the current PHP Judy version", "juliantojd.html": "转变一个Julian历法的日期为Julian Day计数", "kadm5_chpass_principal.html": "Changes the principal's password", "kadm5_create_principal.html": "Creates a kerberos principal with the given parameters", "kadm5_delete_principal.html": "Deletes a kerberos principal", "kadm5_destroy.html": "Closes the connection to the admin server and releases all related resources", "kadm5_flush.html": "Flush all changes to the Kerberos database", "kadm5_get_policies.html": "Gets all policies from the Kerberos database", "kadm5_get_principal.html": "Gets the principal's entries from the Kerberos database", "kadm5_get_principals.html": "Gets all principals from the Kerberos database", "kadm5_init_with_password.html": "Opens a connection to the KADM5 library", "kadm5_modify_principal.html": "Modifies a kerberos principal with the given parameters", "key.html": "从关联数组中取得键名", "key_exists.html": "别名 array_key_exists", "krsort.html": "对数组按照键名逆向排序", "ksort.html": "对数组按照键名排序", "lcfirst.html": "使一个字符串的第一个字符小写", "lcg_value.html": "组合线性同余发生器", "lchgrp.html": "修改符号链接的所有组", "lchown.html": "修改符号链接的所有者", "ldap_8859_to_t61.html": "Translate 8859 characters to t61 characters", "ldap_add.html": "Add entries to LDAP directory", "ldap_add_ext.html": "Add entries to LDAP directory", "ldap_bind.html": "绑定 LDAP 目录", "ldap_bind_ext.html": "Bind to LDAP directory", "ldap_close.html": "别名 ldap_unbind", "ldap_compare.html": "Compare value of attribute found in entry specified with DN", "ldap_connect.html": "Connect to an LDAP server", "ldap_control_paged_result.html": "Send LDAP pagination control", "ldap_control_paged_result_response.html": "Retrieve the LDAP pagination cookie", "ldap_count_entries.html": "Count the number of entries in a search", "ldap_delete.html": "Delete an entry from a directory", "ldap_delete_ext.html": "Delete an entry from a directory", "ldap_dn2ufn.html": "Convert DN to User Friendly Naming format", "ldap_err2str.html": "Convert LDAP error number into string error message", "ldap_errno.html": "Return the LDAP error number of the last LDAP command", "ldap_error.html": "Return the LDAP error message of the last LDAP command", "ldap_escape.html": "Escape a string for use in an LDAP filter or DN", "ldap_exop.html": "Performs an extended operation", "ldap_exop_passwd.html": "PASSWD extended operation helper", "ldap_exop_refresh.html": "Refresh extended operation helper", "ldap_exop_whoami.html": "WHOAMI extended operation helper", "ldap_explode_dn.html": "Splits DN into its component parts", "ldap_first_attribute.html": "Return first attribute", "ldap_first_entry.html": "Return first result id", "ldap_first_reference.html": "Return first reference", "ldap_free_result.html": "Free result memory", "ldap_get_attributes.html": "Get attributes from a search result entry", "ldap_get_dn.html": "Get the DN of a result entry", "ldap_get_entries.html": "Get all result entries", "ldap_get_option.html": "Get the current value for given option", "ldap_get_values.html": "Get all values from a result entry", "ldap_get_values_len.html": "Get all binary values from a result entry", "ldap_list.html": "Single-level search", "ldap_modify.html": "别名 ldap_mod_replace", "ldap_modify_batch.html": "Batch and execute modifications on an LDAP entry", "ldap_mod_add.html": "Add attribute values to current attributes", "ldap_mod_add_ext.html": "Add attribute values to current attributes", "ldap_mod_del.html": "Delete attribute values from current attributes", "ldap_mod_del_ext.html": "Delete attribute values from current attributes", "ldap_mod_replace.html": "Replace attribute values with new ones", "ldap_mod_replace_ext.html": "Replace attribute values with new ones", "ldap_next_attribute.html": "Get the next attribute in result", "ldap_next_entry.html": "Get next result entry", "ldap_next_reference.html": "Get next reference", "ldap_parse_exop.html": "Parse result object from an LDAP extended operation", "ldap_parse_reference.html": "Extract information from reference entry", "ldap_parse_result.html": "Extract information from result", "ldap_read.html": "Read an entry", "ldap_rename.html": "Modify the name of an entry", "ldap_rename_ext.html": "Modify the name of an entry", "ldap_sasl_bind.html": "Bind to LDAP directory using SASL", "ldap_search.html": "Search LDAP tree", "ldap_set_option.html": "Set the value of the given option", "ldap_set_rebind_proc.html": "Set a callback function to do re-binds on referral chasing", "ldap_sort.html": "Sort LDAP result entries on the client side", "ldap_start_tls.html": "Start TLS", "ldap_t61_to_8859.html": "Translate t61 characters to 8859 characters", "ldap_unbind.html": "Unbind from LDAP directory", "levenshtein.html": "计算两个字符串之间的编辑距离", "libxml_clear_errors.html": "Clear libxml error buffer", "libxml_disable_entity_loader.html": "Disable the ability to load external entities", "libxml_get_errors.html": "Retrieve array of errors", "libxml_get_last_error.html": "Retrieve last error from libxml", "libxml_set_external_entity_loader.html": "Changes the default external entity loader", "libxml_set_streams_context.html": "Set the streams context for the next libxml document load or write", "libxml_use_internal_errors.html": "Disable libxml errors and allow user to fetch error information as needed", "link.html": "建立一个硬连接", "linkinfo.html": "获取一个连接的信息", "list.html": "把数组中的值赋给一组变量", "localeconv.html": "Get numeric formatting information", "localtime.html": "取得本地时间", "log.html": "自然对数", "log10.html": "以 10 为底的对数", "log1p.html": "返回 log(1 + number),甚至当 number 的值接近零也能计算出准确结果", "log_cmd_delete.html": "Callback When Deleting Documents", "log_cmd_insert.html": "Callback When Inserting Documents", "log_cmd_update.html": "Callback When Updating Documents", "log_getmore.html": "Callback When Retrieving Next Cursor Batch", "log_killcursor.html": "Callback When Executing KILLCURSOR operations", "log_reply.html": "Callback When Reading the MongoDB reply", "log_write_batch.html": "Callback When Writing Batches", "long2ip.html": "将长整型转化为字符串形式带点的互联网标准格式地址(IPV4)", "lstat.html": "给出一个文件或符号连接的信息", "ltrim.html": "删除字符串开头的空白字符(或其他字符)", "lzf_compress.html": "LZF compression", "lzf_decompress.html": "LZF decompression", "lzf_optimized_for.html": "Determines what LZF extension was optimized for", "magic_quotes_runtime.html": "别名 set_magic_quotes_runtime", "mail.html": "发送邮件", "mailparse_determine_best_xfer_encoding.html": "Gets the best way of encoding", "mailparse_msg_create.html": "Create a mime mail resource", "mailparse_msg_extract_part.html": "Extractsdecodes a message section", "mailparse_msg_extract_part_file.html": "Extractsdecodes a message section", "mailparse_msg_extract_whole_part_file.html": "Extracts a message section including headers without decoding the transfer encoding", "mailparse_msg_free.html": "Frees a MIME resource", "mailparse_msg_get_part.html": "Returns a handle on a given section in a mimemessage", "mailparse_msg_get_part_data.html": "Returns an associative array of info about the message", "mailparse_msg_get_structure.html": "Returns an array of mime section names in the supplied message", "mailparse_msg_parse.html": "Incrementally parse data into buffer", "mailparse_msg_parse_file.html": "Parses a file", "mailparse_rfc822_parse_addresses.html": "Parse RFC 822 compliant addresses", "mailparse_stream_encode.html": "Streams data from source file pointer, apply encoding and write to destfp", "mailparse_uudecode_all.html": "Scans the data from fp and extract each embedded uuencoded file", "main.html": "虚拟的main", "max.html": "找出最大值", "maxdb_affected_rows.html": "Gets the number of affected rows in a previous MaxDB operation", "maxdb_autocommit.html": "Turns on or off auto-commiting database modifications", "maxdb_bind_param.html": "别名 maxdb_stmt_bind_param", "maxdb_bind_result.html": "别名 maxdb_stmt_bind_result", "maxdb_change_user.html": "Changes the user of the specified database connection", "maxdb_character_set_name.html": "Returns the default character set for the database connection", "maxdb_client_encoding.html": "别名 maxdb_character_set_name", "maxdb_close.html": "Closes a previously opened database connection", "maxdb_close_long_data.html": "别名 maxdb_stmt_close_long_data", "maxdb_commit.html": "Commits the current transaction", "maxdb_connect.html": "Open a new connection to the MaxDB server", "maxdb_connect_errno.html": "Returns the error code from last connect call", "maxdb_connect_error.html": "Returns a string description of the last connect error", "maxdb_data_seek.html": "Adjusts the result pointer to an arbitary row in the result", "maxdb_debug.html": "Performs debugging operations", "maxdb_disable_reads_from_master.html": "Disable reads from master", "maxdb_disable_rpl_parse.html": "Disable RPL parse", "maxdb_dump_debug_info.html": "Dump debugging information into the log", "maxdb_embedded_connect.html": "Open a connection to an embedded MaxDB server", "maxdb_enable_reads_from_master.html": "Enable reads from master", "maxdb_enable_rpl_parse.html": "Enable RPL parse", "maxdb_errno.html": "Returns the error code for the most recent function call", "maxdb_error.html": "Returns a string description of the last error", "maxdb_escape_string.html": "别名 maxdb_real_escape_string", "maxdb_execute.html": "别名 maxdb_stmt_execute", "maxdb_fetch.html": "别名 maxdb_stmt_fetch", "maxdb_fetch_array.html": "Fetch a result row as an associative, a numeric array, or both", "maxdb_fetch_assoc.html": "Fetch a result row as an associative array", "maxdb_fetch_field.html": "Returns the next field in the result set", "maxdb_fetch_fields.html": "Returns an array of resources representing the fields in a result set", "maxdb_fetch_field_direct.html": "Fetch meta-data for a single field", "maxdb_fetch_lengths.html": "Returns the lengths of the columns of the current row in the result set", "maxdb_fetch_object.html": "Returns the current row of a result set as an object", "maxdb_fetch_row.html": "Get a result row as an enumerated array", "maxdb_field_count.html": "Returns the number of columns for the most recent query", "maxdb_field_seek.html": "Set result pointer to a specified field offset", "maxdb_field_tell.html": "Get current field offset of a result pointer", "maxdb_free_result.html": "Frees the memory associated with a result", "maxdb_get_client_info.html": "Returns the MaxDB client version as a string", "maxdb_get_client_version.html": "Get MaxDB client info", "maxdb_get_host_info.html": "Returns a string representing the type of connection used", "maxdb_get_metadata.html": "别名 maxdb_stmt_result_metadata", "maxdb_get_proto_info.html": "Returns the version of the MaxDB protocol used", "maxdb_get_server_info.html": "Returns the version of the MaxDB server", "maxdb_get_server_version.html": "Returns the version of the MaxDB server as an integer", "maxdb_info.html": "Retrieves information about the most recently executed query", "maxdb_init.html": "Initializes MaxDB and returns an resource for use with maxdb_real_connect", "maxdb_insert_id.html": "Returns the auto generated id used in the last query", "maxdb_kill.html": "Disconnects from a MaxDB server", "maxdb_master_query.html": "Enforce execution of a query on the master in a masterslave setup", "maxdb_more_results.html": "Check if there any more query results from a multi query", "maxdb_multi_query.html": "Performs a query on the database", "maxdb_next_result.html": "Prepare next result from multi_query", "maxdb_num_fields.html": "Get the number of fields in a result", "maxdb_num_rows.html": "Gets the number of rows in a result", "maxdb_options.html": "Set options", "maxdb_param_count.html": "别名 maxdb_stmt_param_count", "maxdb_ping.html": "Pings a server connection, or tries to reconnect if the connection has gone down", "maxdb_prepare.html": "Prepare an SQL statement for execution", "maxdb_query.html": "Performs a query on the database", "maxdb_real_connect.html": "Opens a connection to a MaxDB server", "maxdb_real_escape_string.html": "Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection", "maxdb_real_query.html": "Execute an SQL query", "maxdb_report.html": "Enables or disables internal report functions", "maxdb_rollback.html": "Rolls back current transaction", "maxdb_rpl_parse_enabled.html": "Check if RPL parse is enabled", "maxdb_rpl_probe.html": "RPL probe", "maxdb_rpl_query_type.html": "Returns RPL query type", "maxdb_select_db.html": "Selects the default database for database queries", "maxdb_send_long_data.html": "别名 maxdb_stmt_send_long_data", "maxdb_send_query.html": "Send the query and return", "maxdb_server_end.html": "Shut down the embedded server", "maxdb_server_init.html": "Initialize embedded server", "maxdb_set_opt.html": "别名 maxdb_options", "maxdb_sqlstate.html": "Returns the SQLSTATE error from previous MaxDB operation", "maxdb_ssl_set.html": "Used for establishing secure connections using SSL", "maxdb_stat.html": "Gets the current system status", "maxdb_stmt_affected_rows.html": "Returns the total number of rows changed, del", "maxdb_stmt_bind_param.html": "Binds variables to a prepared statement as parameters", "maxdb_stmt_bind_result.html": "Binds variables to a prepared statement for result storage", "maxdb_stmt_close.html": "Closes a prepared statement", "maxdb_stmt_close_long_data.html": "Ends a sequence of maxdb_stmt_send_long_data", "maxdb_stmt_data_seek.html": "Seeks to an arbitray row in statement result set", "maxdb_stmt_errno.html": "Returns the error code for the most recent statement call", "maxdb_stmt_error.html": "Returns a string description for last statement error", "maxdb_stmt_execute.html": "Executes a prepared Query", "maxdb_stmt_fetch.html": "Fetch results from a prepared statement into the bound variables", "maxdb_stmt_free_result.html": "Frees stored result memory for the given statement handle", "maxdb_stmt_init.html": "Initializes a statement and returns an resource for use with maxdb_stmt_prepare", "maxdb_stmt_num_rows.html": "Return the number of rows in statements result set", "maxdb_stmt_param_count.html": "Returns the number of parameter for the given statement", "maxdb_stmt_prepare.html": "Prepare an SQL statement for execution", "maxdb_stmt_reset.html": "Resets a prepared statement", "maxdb_stmt_result_metadata.html": "Returns result set metadata from a prepared statement", "maxdb_stmt_send_long_data.html": "Send data in blocks", "maxdb_stmt_sqlstate.html": "Returns SQLSTATE error from previous statement operation", "maxdb_stmt_store_result.html": "Transfers a result set from a prepared statement", "maxdb_store_result.html": "Transfers a result set from the last query", "maxdb_thread_id.html": "Returns the thread ID for the current connection", "maxdb_thread_safe.html": "Returns whether thread safety is given or not", "maxdb_use_result.html": "Initiate a result set retrieval", "maxdb_warning_count.html": "Returns the number of warnings from the last query for the given link", "mb_check_encoding.html": "检查字符串在指定的编码里是否有效", "mb_chr.html": "Get a specific character", "mb_convert_case.html": "对字符串进行大小写转换", "mb_convert_encoding.html": "转换字符的编码", "mb_convert_kana.html": "Convert "kana" one from another ("zen-kaku", "han-kaku" and more)", "mb_convert_variables.html": "转换一个或多个变量的字符编码", "mb_decode_mimeheader.html": "解码 MIME 头字段中的字符串", "mb_decode_numericentity.html": "根据 HTML 数字字符串解码成字符", "mb_detect_encoding.html": "检测字符的编码", "mb_detect_order.html": "设置获取 字符编码的检测顺序", "mb_encode_mimeheader.html": "为 MIME 头编码字符串", "mb_encode_numericentity.html": "Encode character to HTML numeric string reference", "mb_encoding_aliases.html": "Get aliases of a known encoding type", "mb_ereg.html": "Regular expression match with multibyte support", "mb_eregi.html": "Regular expression match ignoring case with multibyte support", "mb_eregi_replace.html": "Replace regular expression with multibyte support ignoring case", "mb_ereg_match.html": "Regular expression match for multibyte string", "mb_ereg_replace.html": "Replace regular expression with multibyte support", "mb_ereg_replace_callback.html": "Perform a regular expression search and replace with multibyte support using a callback", "mb_ereg_search.html": "Multibyte regular expression match for predefined multibyte string", "mb_ereg_search_getpos.html": "Returns start point for next regular expression match", "mb_ereg_search_getregs.html": "Retrieve the result from the last multibyte regular expression match", "mb_ereg_search_init.html": "Setup string and regular expression for a multibyte regular expression match", "mb_ereg_search_pos.html": "Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string", "mb_ereg_search_regs.html": "Returns the matched part of a multibyte regular expression", "mb_ereg_search_setpos.html": "Set start point of next regular expression match", "mb_get_info.html": "获取 mbstring 的内部设置", "mb_http_input.html": "检测 HTTP 输入字符编码", "mb_http_output.html": "设置获取 HTTP 输出字符编码", "mb_internal_encoding.html": "设置获取内部字符编码", "mb_language.html": "设置获取当前的语言", "mb_list_encodings.html": "返回所有支持编码的数组", "mb_ord.html": "Get code point of character", "mb_output_handler.html": "在输出缓冲中转换字符编码的回调函数", "mb_parse_str.html": "解析 GETPOSTCOOKIE 数据并设置全局变量", "mb_preferred_mime_name.html": "获取 MIME 字符串", "mb_regex_encoding.html": "SetGet character encoding for multibyte regex", "mb_regex_set_options.html": "SetGet the default options for mbregex functions", "mb_send_mail.html": "发送编码过的邮件", "mb_split.html": "使用正则表达式分割多字节字符串", "mb_strcut.html": "获取字符的一部分", "mb_strimwidth.html": "获取按指定宽度截断的字符串", "mb_stripos.html": "大小写不敏感地查找字符串在另一个字符串中首次出现的位置", "mb_stristr.html": "大小写不敏感地查找字符串在另一个字符串里的首次出现", "mb_strlen.html": "获取字符串的长度", "mb_strpos.html": "查找字符串在另一个字符串中首次出现的位置", "mb_strrchr.html": "查找指定字符在另一个字符串中最后一次的出现", "mb_strrichr.html": "大小写不敏感地查找指定字符在另一个字符串中最后一次的出现", "mb_strripos.html": "大小写不敏感地在字符串中查找一个字符串最后出现的位置", "mb_strrpos.html": "查找字符串在一个字符串中最后出现的位置", "mb_strstr.html": "查找字符串在另一个字符串里的首次出现", "mb_strtolower.html": "使字符串小写", "mb_strtoupper.html": "使字符串大写", "mb_strwidth.html": "返回字符串的宽度", "mb_substitute_character.html": "设置获取替代字符", "mb_substr.html": "获取部分字符串", "mb_substr_count.html": "统计字符串出现的次数", "mcrypt_cbc.html": "以 CBC 模式加解密数据", "mcrypt_cfb.html": "以 CFB 模式加解密数据", "mcrypt_create_iv.html": "从随机源创建初始向量", "mcrypt_decrypt.html": "使用给定参数解密密文", "mcrypt_ecb.html": "已废弃:使用 ECB 模式加解密数据", "mcrypt_encrypt.html": "使用给定参数加密明文", "mcrypt_enc_get_algorithms_name.html": "返回打开的算法名称", "mcrypt_enc_get_block_size.html": "返回打开的算法的分组大小", "mcrypt_enc_get_iv_size.html": "返回打开的算法的初始向量大小", "mcrypt_enc_get_key_size.html": "返回打开的模式所能支持的最长密钥", "mcrypt_enc_get_modes_name.html": "返回打开的模式的名称", "mcrypt_enc_get_supported_key_sizes.html": "以数组方式返回打开的算法所支持的密钥长度", "mcrypt_enc_is_block_algorithm.html": "检测打开模式的算法是否为分组算法", "mcrypt_enc_is_block_algorithm_mode.html": "检测打开的模式是否支持分组加密", "mcrypt_enc_is_block_mode.html": "检测打开的模式是否以分组方式输出", "mcrypt_enc_self_test.html": "在打开的模块上进行自检", "mcrypt_generic.html": "加密数据", "mcrypt_generic_deinit.html": "对加密模块进行清理工作", "mcrypt_generic_end.html": "终止加密", "mcrypt_generic_init.html": "初始化加密所需的缓冲区", "mcrypt_get_block_size.html": "获得加密算法的分组大小", "mcrypt_get_cipher_name.html": "获取加密算法名称", "mcrypt_get_iv_size.html": "返回指定算法模式组合的初始向量大小", "mcrypt_get_key_size.html": "获取指定加密算法的密钥大小", "mcrypt_list_algorithms.html": "获取支持的加密算法", "mcrypt_list_modes.html": "获取所支持的模式", "mcrypt_module_close.html": "关闭加密模块", "mcrypt_module_get_algo_block_size.html": "返回指定算法的分组大小", "mcrypt_module_get_algo_key_size.html": "获取打开模式所支持的最大密钥大小", "mcrypt_module_get_supported_key_sizes.html": "以数组形式返回打开的算法所支持的密钥大小", "mcrypt_module_is_block_algorithm.html": "检测指定算法是否为分组加密算法", "mcrypt_module_is_block_algorithm_mode.html": "返回指定模块是否是分组加密模式", "mcrypt_module_is_block_mode.html": "检测指定模式是否以分组方式输出", "mcrypt_module_open.html": "打开算法和模式对应的模块", "mcrypt_module_self_test.html": "在指定模块上执行自检", "mcrypt_ofb.html": "使用 OFB 模式加密解密数据", "md5.html": "计算字符串的 MD5 散列值", "md5_file.html": "计算指定文件的 MD5 散列值", "mdecrypt_generic.html": "解密数据", "memcache_debug.html": "转换调试输出的开关", "memory_get_peak_usage.html": "返回分配给 PHP 内存的峰值", "memory_get_usage.html": "返回分配给 PHP 的内存量", "metaphone.html": "Calculate the metaphone key of a string", "method_exists.html": "检查类的方法是否存在", "mhash.html": "Computes hash", "mhash_count.html": "Gets the highest available hash ID", "mhash_get_block_size.html": "Gets the block size of the specified hash", "mhash_get_hash_name.html": "Gets the name of the specified hash", "mhash_keygen_s2k.html": "Generates a key", "microtime.html": "返回当前 Unix 时间戳和微秒数", "mime_content_type.html": "检测文件的 MIME 类型", "min.html": "找出最小值", "ming_keypress.html": "Returns the action flag for keyPress(char)", "ming_setcubicthreshold.html": "Set cubic threshold", "ming_setscale.html": "Set the global scaling factor", "ming_setswfcompression.html": "Sets the SWF output compression", "ming_useconstants.html": "Use constant pool", "ming_useswfversion.html": "Sets the SWF version", "mkdir.html": "新建目录", "mktime.html": "取得一个日期的 Unix 时间戳", "money_format.html": "将数字格式化成货币字符串", "mongodb.bson_fromjson.html": "Returns the BSON representation of a JSON value", "mongodb.bson_fromphp.html": "Returns the BSON representation of a PHP value", "mongodb.bson_tocanonicalextendedjson.html": "Returns the Canonical Extended JSON representation of a BSON value", "mongodb.bson_tojson.html": "Returns the Legacy Extended JSON representation of a BSON value", "mongodb.bson_tophp.html": "Returns the PHP representation of a BSON value", "mongodb.bson_torelaxedextendedjson.html": "Returns the Relaxed Extended JSON representation of a BSON value", "mongodb.driver.monitoring.addsubscriber.html": "Registers a new monitoring event subscriber", "mongodb.driver.monitoring.removesubscriber.html": "Unregisters an existing monitoring event subscriber", "move_uploaded_file.html": "将上传的文件移动到新位置", "mqseries_back.html": "MQSeries MQBACK", "mqseries_begin.html": "MQseries MQBEGIN", "mqseries_close.html": "MQSeries MQCLOSE", "mqseries_cmit.html": "MQSeries MQCMIT", "mqseries_conn.html": "MQSeries MQCONN", "mqseries_connx.html": "MQSeries MQCONNX", "mqseries_disc.html": "MQSeries MQDISC", "mqseries_get.html": "MQSeries MQGET", "mqseries_inq.html": "MQSeries MQINQ", "mqseries_open.html": "MQSeries MQOPEN", "mqseries_put.html": "MQSeries MQPUT", "mqseries_put1.html": "MQSeries MQPUT1", "mqseries_set.html": "MQSeries MQSET", "mqseries_strerror.html": "Returns the error message corresponding to a result code (MQRC)", "msession_connect.html": "Connect to msession server", "msession_count.html": "Get session count", "msession_create.html": "Create a session", "msession_destroy.html": "Destroy a session", "msession_disconnect.html": "Close connection to msession server", "msession_find.html": "Find all sessions with name and value", "msession_get.html": "Get value from session", "msession_get_array.html": "Get array of msession variables", "msession_get_data.html": "Get data session unstructured data", "msession_inc.html": "Increment value in session", "msession_list.html": "List all sessions", "msession_listvar.html": "List sessions with variable", "msession_lock.html": "Lock a session", "msession_plugin.html": "Call an escape function within the msession personality plugin", "msession_randstr.html": "Get random string", "msession_set.html": "Set value in session", "msession_set_array.html": "Set msession variables from an array", "msession_set_data.html": "Set data session unstructured data", "msession_timeout.html": "Setget session timeout", "msession_uniq.html": "Get unique id", "msession_unlock.html": "Unlock a session", "msg_get_queue.html": "Create or attach to a message queue", "msg_queue_exists.html": "Check whether a message queue exists", "msg_receive.html": "Receive a message from a message queue", "msg_remove_queue.html": "Destroy a message queue", "msg_send.html": "Send a message to a message queue", "msg_set_queue.html": "Set information in the message queue data structure", "msg_stat_queue.html": "Returns information from the message queue data structure", "msql.html": "Alias of msql_db_query", "msql_affected_rows.html": "Returns number of affected rows", "msql_close.html": "Close mSQL connection", "msql_connect.html": "Open mSQL connection", "msql_createdb.html": "别名 msql_create_db", "msql_create_db.html": "Create mSQL database", "msql_data_seek.html": "Move internal row pointer", "msql_dbname.html": "别名 msql_result", "msql_db_query.html": "Send mSQL query", "msql_drop_db.html": "Drop (delete) mSQL database", "msql_error.html": "Returns error message of last msql call", "msql_fetch_array.html": "Fetch row as array", "msql_fetch_field.html": "Get field information", "msql_fetch_object.html": "Fetch row as object", "msql_fetch_row.html": "Get row as enumerated array", "msql_fieldflags.html": "Alias of msql_field_flags", "msql_fieldlen.html": "Alias of msql_field_len", "msql_fieldname.html": "Alias of msql_field_name", "msql_fieldtable.html": "Alias of msql_field_table", "msql_fieldtype.html": "Alias of msql_field_type", "msql_field_flags.html": "Get field flags", "msql_field_len.html": "Get field length", "msql_field_name.html": "Get the name of the specified field in a result", "msql_field_seek.html": "Set field offset", "msql_field_table.html": "Get table name for field", "msql_field_type.html": "Get field type", "msql_free_result.html": "Free result memory", "msql_list_dbs.html": "List mSQL databases on server", "msql_list_fields.html": "List result fields", "msql_list_tables.html": "List tables in an mSQL database", "msql_numfields.html": "Alias of msql_num_fields", "msql_numrows.html": "Alias of msql_num_rows", "msql_num_fields.html": "Get number of fields in result", "msql_num_rows.html": "Get number of rows in result", "msql_pconnect.html": "Open persistent mSQL connection", "msql_query.html": "Send mSQL query", "msql_regcase.html": "Alias of sql_regcase", "msql_result.html": "Get result data", "msql_select_db.html": "Select mSQL database", "msql_tablename.html": "Alias of msql_result", "mssql_bind.html": "Adds a parameter to a stored procedure or a remote stored procedure", "mssql_close.html": "关闭MS SQL Server链接", "mssql_connect.html": "打开MS SQL server链接", "mssql_data_seek.html": "Moves internal row pointer", "mssql_execute.html": "Executes a stored procedure on a MS SQL server database", "mssql_fetch_array.html": "Fetch a result row as an associative array, a numeric array, or both", "mssql_fetch_assoc.html": "Returns an associative array of the current row in the result", "mssql_fetch_batch.html": "Returns the next batch of records", "mssql_fetch_field.html": "Get field information", "mssql_fetch_object.html": "Fetch row as object", "mssql_fetch_row.html": "Get row as enumerated array", "mssql_field_length.html": "Get the length of a field", "mssql_field_name.html": "Get the name of a field", "mssql_field_seek.html": "Seeks to the specified field offset", "mssql_field_type.html": "Gets the type of a field", "mssql_free_result.html": "Free result memory", "mssql_free_statement.html": "Free statement memory", "mssql_get_last_message.html": "Returns the last message from the server", "mssql_guid_string.html": "Converts a 16 byte binary GUID to a string", "mssql_init.html": "Initializes a stored procedure or a remote stored procedure", "mssql_min_error_severity.html": "Sets the minimum error severity", "mssql_min_message_severity.html": "Sets the minimum message severity", "mssql_next_result.html": "Move the internal result pointer to the next result", "mssql_num_fields.html": "Gets the number of fields in result", "mssql_num_rows.html": "Gets the number of rows in result", "mssql_pconnect.html": "Open persistent MS SQL connection", "mssql_query.html": "Send MS SQL query", "mssql_result.html": "Get result data", "mssql_rows_affected.html": "Returns the number of records affected by the query", "mssql_select_db.html": "Select MS SQL database", "mt_getrandmax.html": "显示随机数的最大可能值", "mt_rand.html": "生成更好的随机数", "mt_srand.html": "播下一个更好的随机数发生器种子", "mysqli_bind_param.html": "mysqli_stmt_bind_param 的别名", "mysqli_bind_result.html": "mysqli_stmt_bind_result 的别名", "mysqli_client_encoding.html": "mysqli_character_set_name 的别名", "mysqli_connect.html": "别名 mysqli__construct", "mysqli_disable_reads_from_master.html": "在主从服务器结构中,禁用从主机读取数据", "mysqli_disable_rpl_parse.html": "禁用RPL解析", "mysqli_enable_reads_from_master.html": "开启从主机读取", "mysqli_enable_rpl_parse.html": "开启RPL解析", "mysqli_escape_string.html": "别名 mysqli_real_escape_string", "mysqli_execute.html": "mysqli_stmt_execute 的别名", "mysqli_fetch.html": "mysqli_stmt_fetch 的别名。", "mysqli_get_cache_stats.html": "返回客户端Zval缓存统计信息", "mysqli_get_client_stats.html": "返回客户端进程统计信息", "mysqli_get_links_stats.html": "返回打开和缓存的链接相关信息", "mysqli_get_metadata.html": "mysqli_stmt_result_metadata 的别名", "mysqli_master_query.html": "在主从机制中强制在主机中执行一个查询", "mysqli_param_count.html": "mysqli_stmt_param_count 的别名", "mysqli_report.html": "别名 mysqli_driver->report_mode", "mysqli_rpl_parse_enabled.html": "检查是否开启了 RPL 解析", "mysqli_rpl_probe.html": "RPL 探测", "mysqli_send_long_data.html": "mysqli_stmt_send_long_data 的别名", "mysqli_set_opt.html": "mysqli_options 的别名", "mysqli_slave_query.html": "在主从机制中强制在从机上执行一个查询", "mysqlnd_memcache_get_config.html": "Returns information about the plugin configuration", "mysqlnd_memcache_set.html": "Associate a MySQL connection with a Memcache connection", "mysqlnd_ms_dump_servers.html": "Returns a list of currently configured servers", "mysqlnd_ms_fabric_select_global.html": "Switch to global sharding server for a given table", "mysqlnd_ms_fabric_select_shard.html": "Switch to shard", "mysqlnd_ms_get_last_gtid.html": "返回最后的全局同步 ID (GTID)", "mysqlnd_ms_get_last_used_connection.html": "Returns an array which describes the last used connection", "mysqlnd_ms_get_stats.html": "Returns query distribution and connection statistics", "mysqlnd_ms_match_wild.html": "Finds whether a table name matches a wildcard pattern or not", "mysqlnd_ms_query_is_select.html": "查询给定的 SQL 会发送给 master、slave 还是最后使用的 MySQL server 执行。", "mysqlnd_ms_set_qos.html": "Sets the quality of service needed from the cluster", "mysqlnd_ms_set_user_pick_server.html": "Sets a callback for user-defined readwrite splitting", "mysqlnd_ms_xa_begin.html": "Starts a distributedXA transaction among MySQL servers", "mysqlnd_ms_xa_commit.html": "Commits a distributedXA transaction among MySQL servers", "mysqlnd_ms_xa_gc.html": "Garbage collects unfinished XA transactions after severe errors", "mysqlnd_ms_xa_rollback.html": "Rolls back a distributedXA transaction among MySQL servers", "mysqlnd_qc_clear_cache.html": "Flush all cache contents", "mysqlnd_qc_get_available_handlers.html": "Returns a list of available storage handler", "mysqlnd_qc_get_cache_info.html": "Returns information on the current handler, the number of cache entries and cache entries, if available", "mysqlnd_qc_get_core_stats.html": "Statistics collected by the core of the query cache", "mysqlnd_qc_get_normalized_query_trace_log.html": "Returns a normalized query trace log for each query inspected by the query cache", "mysqlnd_qc_get_query_trace_log.html": "Returns a backtrace for each query inspected by the query cache", "mysqlnd_qc_set_cache_condition.html": "Set conditions for automatic caching", "mysqlnd_qc_set_is_select.html": "Installs a callback which decides whether a statement is cached", "mysqlnd_qc_set_storage_handler.html": "Change current storage handler", "mysqlnd_qc_set_user_handlers.html": "Sets the callback functions for a user-defined procedural storage handler", "mysqlnd_uh_convert_to_mysqlnd.html": "Converts a MySQL connection handle into a mysqlnd connection handle", "mysqlnd_uh_set_connection_proxy.html": "Installs a proxy for mysqlnd connections", "mysqlnd_uh_set_statement_proxy.html": "Installs a proxy for mysqlnd statements", "mysql_affected_rows.html": "取得前一次 MySQL 操作所影响的记录行数", "mysql_client_encoding.html": "返回字符集的名称", "mysql_close.html": "关闭 MySQL 连接", "mysql_connect.html": "打开一个到 MySQL 服务器的连接", "mysql_create_db.html": "新建一个 MySQL 数据库", "mysql_data_seek.html": "移动内部结果的指针", "mysql_db_name.html": "取得结果数据", "mysql_db_query.html": "发送一条 MySQL 查询", "mysql_drop_db.html": "丢弃(删除)一个 MySQL 数据库", "mysql_errno.html": "返回上一个 MySQL 操作中的错误信息的数字编码", "mysql_error.html": "返回上一个 MySQL 操作产生的文本错误信息", "mysql_escape_string.html": "转义一个字符串用于 mysql_query", "mysql_fetch_array.html": "从结果集中取得一行作为关联数组,或数字数组,或二者兼有", "mysql_fetch_assoc.html": "从结果集中取得一行作为关联数组", "mysql_fetch_field.html": "从结果集中取得列信息并作为对象返回", "mysql_fetch_lengths.html": "取得结果集中每个输出的长度", "mysql_fetch_object.html": "从结果集中取得一行作为对象", "mysql_fetch_row.html": "从结果集中取得一行作为枚举数组", "mysql_field_flags.html": "从结果中取得和指定字段关联的标志", "mysql_field_len.html": "返回指定字段的长度", "mysql_field_name.html": "取得结果中指定字段的字段名", "mysql_field_seek.html": "将结果集中的指针设定为制定的字段偏移量", "mysql_field_table.html": "取得指定字段所在的表名", "mysql_field_type.html": "取得结果集中指定字段的类型", "mysql_free_result.html": "释放结果内存", "mysql_get_client_info.html": "取得 MySQL 客户端信息", "mysql_get_host_info.html": "取得 MySQL 主机信息", "mysql_get_proto_info.html": "取得 MySQL 协议信息", "mysql_get_server_info.html": "取得 MySQL 服务器信息", "mysql_info.html": "取得最近一条查询的信息", "mysql_insert_id.html": "取得上一步 INSERT 操作产生的 ID", "mysql_list_dbs.html": "列出 MySQL 服务器中所有的数据库", "mysql_list_fields.html": "列出 MySQL 结果中的字段", "mysql_list_processes.html": "列出 MySQL 进程", "mysql_list_tables.html": "列出 MySQL 数据库中的表", "mysql_num_fields.html": "取得结果集中字段的数目", "mysql_num_rows.html": "取得结果集中行的数目", "mysql_pconnect.html": "打开一个到 MySQL 服务器的持久连接", "mysql_ping.html": "Ping 一个服务器连接,如果没有连接则重新连接", "mysql_query.html": "发送一条 MySQL 查询", "mysql_real_escape_string.html": "转义 SQL 语句中使用的字符串中的特殊字符,并考虑到连接的当前字符集", "mysql_result.html": "取得结果数据", "mysql_select_db.html": "选择 MySQL 数据库", "mysql_set_charset.html": "设置客户端的字符集", "mysql_stat.html": "取得当前系统状态", "mysql_tablename.html": "取得表名", "mysql_thread_id.html": "返回当前线程的 ID", "mysql_unbuffered_query.html": "向 MySQL 发送一条 SQL 查询,并不获取和缓存结果的行", "mysql_xdevapi_expression.html": "Bind prepared statement variables as parameters", "mysql_xdevapi_getsession.html": "Connect to a MySQL server", "m_checkstatus.html": "Check to see if a transaction has completed", "m_completeauthorizations.html": "Number of complete authorizations in queue, returning an array of their identifiers", "m_connect.html": "Establish the connection to MCVE", "m_connectionerror.html": "Get a textual representation of why a connection failed", "m_deletetrans.html": "Delete specified transaction from MCVE_CONN structure", "m_destroyconn.html": "Destroy the connection and MCVE_CONN structure", "m_destroyengine.html": "Free memory associated with IPSSL connectivity", "m_getcell.html": "Get a specific cell from a comma delimited response by column name", "m_getcellbynum.html": "Get a specific cell from a comma delimited response by column number", "m_getcommadelimited.html": "Get the RAW comma delimited data returned from MCVE", "m_getheader.html": "Get the name of the column in a comma-delimited response", "m_initconn.html": "Create and initialize an MCVE_CONN structure", "m_initengine.html": "Ready the client for IPSSL Communication", "m_iscommadelimited.html": "Checks to see if response is comma delimited", "m_maxconntimeout.html": "The maximum amount of time the API will attempt a connection to MCVE", "m_monitor.html": "Perform communication with MCVE (sendreceive data) Non-blocking", "m_numcolumns.html": "Number of columns returned in a comma delimited response", "m_numrows.html": "Number of rows returned in a comma delimited response", "m_parsecommadelimited.html": "Parse the comma delimited response so m_getcell, etc will work", "m_responsekeys.html": "Returns array of strings which represents the keys that can", "m_responseparam.html": "Get a custom response parameter", "m_returnstatus.html": "Check to see if the transaction was successful", "m_setblocking.html": "Set blockingnon-blocking mode for connection", "m_setdropfile.html": "Set the connection method to Drop-File", "m_setip.html": "Set the connection method to IP", "m_setssl.html": "Set the connection method to SSL", "m_setssl_cafile.html": "Set SSL CA (Certificate Authority) file for verification o", "m_setssl_files.html": "Set certificate key files and certificates if server requires client cer", "m_settimeout.html": "Set maximum transaction time (per trans)", "m_sslcert_gen_hash.html": "Generate hash for SSL client certificate verification", "m_transactionssent.html": "Check to see if outgoing buffer is clear", "m_transinqueue.html": "Number of transactions in client-queue", "m_transkeyval.html": "Add keyvalue pair to a transaction. Replaces deprecated transparam()", "m_transnew.html": "Start a new transaction", "m_transsend.html": "Finalize and send the transaction", "m_uwait.html": "Wait x microsecs", "m_validateidentifier.html": "Whether or not to validate the passed identifier on any transaction it is passed to", "m_verifyconnection.html": "Set whether or not to PING upon connect to verify connection", "m_verifysslcert.html": "Set whether or not to verify the server ssl certificate", "natcasesort.html": "用“自然排序”算法对数组进行不区分大小写字母的排序", "natsort.html": "用“自然排序”算法对数组排序", "ncurses_addch.html": "Add character at current position and advance cursor", "ncurses_addchnstr.html": "Add attributed string with specified length at current position", "ncurses_addchstr.html": "Add attributed string at current position", "ncurses_addnstr.html": "Add string with specified length at current position", "ncurses_addstr.html": "Output text at current position", "ncurses_assume_default_colors.html": "Define default colors for color 0", "ncurses_attroff.html": "Turn off the given attributes", "ncurses_attron.html": "Turn on the given attributes", "ncurses_attrset.html": "Set given attributes", "ncurses_baudrate.html": "Returns baudrate of terminal", "ncurses_beep.html": "Let the terminal beep", "ncurses_bkgd.html": "Set background property for terminal screen", "ncurses_bkgdset.html": "Control screen background", "ncurses_border.html": "Draw a border around the screen using attributed characters", "ncurses_bottom_panel.html": "Moves a visible panel to the bottom of the stack", "ncurses_can_change_color.html": "Checks if terminal color definitions can be changed", "ncurses_cbreak.html": "Switch off input buffering", "ncurses_clear.html": "Clear screen", "ncurses_clrtobot.html": "Clear screen from current position to bottom", "ncurses_clrtoeol.html": "Clear screen from current position to end of line", "ncurses_color_content.html": "Retrieves RGB components of a color", "ncurses_color_set.html": "Set active foreground and background colors", "ncurses_curs_set.html": "Set cursor state", "ncurses_define_key.html": "Define a keycode", "ncurses_def_prog_mode.html": "Saves terminals (program) mode", "ncurses_def_shell_mode.html": "Saves terminals (shell) mode", "ncurses_delay_output.html": "Delay output on terminal using padding characters", "ncurses_delch.html": "Delete character at current position, move rest of line left", "ncurses_deleteln.html": "Delete line at current position, move rest of screen up", "ncurses_delwin.html": "Delete a ncurses window", "ncurses_del_panel.html": "Remove panel from the stack and delete it (but not the associated window)", "ncurses_doupdate.html": "Write all prepared refreshes to terminal", "ncurses_echo.html": "Activate keyboard input echo", "ncurses_echochar.html": "Single character output including refresh", "ncurses_end.html": "Stop using ncurses, clean up the screen", "ncurses_erase.html": "Erase terminal screen", "ncurses_erasechar.html": "Returns current erase character", "ncurses_filter.html": "Set LINES for iniscr() and newterm() to 1", "ncurses_flash.html": "Flash terminal screen (visual bell)", "ncurses_flushinp.html": "Flush keyboard input buffer", "ncurses_getch.html": "Read a character from keyboard", "ncurses_getmaxyx.html": "Returns the size of a window", "ncurses_getmouse.html": "Reads mouse event", "ncurses_getyx.html": "Returns the current cursor position for a window", "ncurses_halfdelay.html": "Put terminal into halfdelay mode", "ncurses_has_colors.html": "Checks if terminal has color capabilities", "ncurses_has_ic.html": "Check for insert- and delete-capabilities", "ncurses_has_il.html": "Check for line insert- and delete-capabilities", "ncurses_has_key.html": "Check for presence of a function key on terminal keyboard", "ncurses_hide_panel.html": "Remove panel from the stack, making it invisible", "ncurses_hline.html": "Draw a horizontal line at current position using an attributed character and max. n characters long", "ncurses_inch.html": "Get character and attribute at current position", "ncurses_init.html": "Initialize ncurses", "ncurses_init_color.html": "Define a terminal color", "ncurses_init_pair.html": "Define a color pair", "ncurses_insch.html": "Insert character moving rest of line including character at current position", "ncurses_insdelln.html": "Insert lines before current line scrolling down (negative numbers delete and scroll up)", "ncurses_insertln.html": "Insert a line, move rest of screen down", "ncurses_insstr.html": "Insert string at current position, moving rest of line right", "ncurses_instr.html": "Reads string from terminal screen", "ncurses_isendwin.html": "Ncurses is in endwin mode, normal screen output may be performed", "ncurses_keyok.html": "Enable or disable a keycode", "ncurses_keypad.html": "Turns keypad on or off", "ncurses_killchar.html": "Returns current line kill character", "ncurses_meta.html": "EnablesDisable 8-bit meta key information", "ncurses_mouseinterval.html": "Set timeout for mouse button clicks", "ncurses_mousemask.html": "Sets mouse options", "ncurses_mouse_trafo.html": "Transforms coordinates", "ncurses_move.html": "Move output position", "ncurses_move_panel.html": "Moves a panel so that its upper-left corner is at [startx, starty]", "ncurses_mvaddch.html": "Move current position and add character", "ncurses_mvaddchnstr.html": "Move position and add attributed string with specified length", "ncurses_mvaddchstr.html": "Move position and add attributed string", "ncurses_mvaddnstr.html": "Move position and add string with specified length", "ncurses_mvaddstr.html": "Move position and add string", "ncurses_mvcur.html": "Move cursor immediately", "ncurses_mvdelch.html": "Move position and delete character, shift rest of line left", "ncurses_mvgetch.html": "Move position and get character at new position", "ncurses_mvhline.html": "Set new position and draw a horizontal line using an attributed character and max. n characters long", "ncurses_mvinch.html": "Move position and get attributed character at new position", "ncurses_mvvline.html": "Set new position and draw a vertical line using an attributed character and max. n characters long", "ncurses_mvwaddstr.html": "Add string at new position in window", "ncurses_napms.html": "Sleep", "ncurses_newpad.html": "Creates a new pad (window)", "ncurses_newwin.html": "Create a new window", "ncurses_new_panel.html": "Create a new panel and associate it with window", "ncurses_nl.html": "Translate newline and carriage return line feed", "ncurses_nocbreak.html": "Switch terminal to cooked mode", "ncurses_noecho.html": "Switch off keyboard input echo", "ncurses_nonl.html": "Do not translate newline and carriage return line feed", "ncurses_noqiflush.html": "Do not flush on signal characters", "ncurses_noraw.html": "Switch terminal out of raw mode", "ncurses_pair_content.html": "Retrieves foreground and background colors of a color pair", "ncurses_panel_above.html": "Returns the panel above panel", "ncurses_panel_below.html": "Returns the panel below panel", "ncurses_panel_window.html": "Returns the window associated with panel", "ncurses_pnoutrefresh.html": "Copies a region from a pad into the virtual screen", "ncurses_prefresh.html": "Copies a region from a pad into the virtual screen", "ncurses_putp.html": "Apply padding information to the string and output it", "ncurses_qiflush.html": "Flush on signal characters", "ncurses_raw.html": "Switch terminal into raw mode", "ncurses_refresh.html": "Refresh screen", "ncurses_replace_panel.html": "Replaces the window associated with panel", "ncurses_resetty.html": "Restores saved terminal state", "ncurses_reset_prog_mode.html": "Resets the prog mode saved by def_prog_mode", "ncurses_reset_shell_mode.html": "Resets the shell mode saved by def_shell_mode", "ncurses_savetty.html": "Saves terminal state", "ncurses_scrl.html": "Scroll window content up or down without changing current position", "ncurses_scr_dump.html": "Dump screen content to file", "ncurses_scr_init.html": "Initialize screen from file dump", "ncurses_scr_restore.html": "Restore screen from file dump", "ncurses_scr_set.html": "Inherit screen from file dump", "ncurses_show_panel.html": "Places an invisible panel on top of the stack, making it visible", "ncurses_slk_attr.html": "Returns current soft label key attribute", "ncurses_slk_attroff.html": "Turn off the given attributes for soft function-key labels", "ncurses_slk_attron.html": "Turn on the given attributes for soft function-key labels", "ncurses_slk_attrset.html": "Set given attributes for soft function-key labels", "ncurses_slk_clear.html": "Clears soft labels from screen", "ncurses_slk_color.html": "Sets color for soft label keys", "ncurses_slk_init.html": "Initializes soft label key functions", "ncurses_slk_noutrefresh.html": "Copies soft label keys to virtual screen", "ncurses_slk_refresh.html": "Copies soft label keys to screen", "ncurses_slk_restore.html": "Restores soft label keys", "ncurses_slk_set.html": "Sets function key labels", "ncurses_slk_touch.html": "Forces output when ncurses_slk_noutrefresh is performed", "ncurses_standend.html": "Stop using 'standout' attribute", "ncurses_standout.html": "Start using 'standout' attribute", "ncurses_start_color.html": "Initializes color functionality", "ncurses_termattrs.html": "Returns a logical OR of all attribute flags supported by terminal", "ncurses_termname.html": "Returns terminals (short)-name", "ncurses_timeout.html": "Set timeout for special key sequences", "ncurses_top_panel.html": "Moves a visible panel to the top of the stack", "ncurses_typeahead.html": "Specify different filedescriptor for typeahead checking", "ncurses_ungetch.html": "Put a character back into the input stream", "ncurses_ungetmouse.html": "Pushes mouse event to queue", "ncurses_update_panels.html": "Refreshes the virtual screen to reflect the relations between panels in the stack", "ncurses_use_default_colors.html": "Assign terminal default colors to color id -1", "ncurses_use_env.html": "Control use of environment information about terminal size", "ncurses_use_extended_names.html": "Control use of extended names in terminfo descriptions", "ncurses_vidattr.html": "Display the string on the terminal in the video attribute mode", "ncurses_vline.html": "Draw a vertical line at current position using an attributed character and max. n characters long", "ncurses_waddch.html": "Adds character at current position in a window and advance cursor", "ncurses_waddstr.html": "Outputs text at current postion in window", "ncurses_wattroff.html": "Turns off attributes for a window", "ncurses_wattron.html": "Turns on attributes for a window", "ncurses_wattrset.html": "Set the attributes for a window", "ncurses_wborder.html": "Draws a border around the window using attributed characters", "ncurses_wclear.html": "Clears window", "ncurses_wcolor_set.html": "Sets windows color pairings", "ncurses_werase.html": "Erase window contents", "ncurses_wgetch.html": "Reads a character from keyboard (window)", "ncurses_whline.html": "Draws a horizontal line in a window at current position using an attributed character and max. n characters long", "ncurses_wmouse_trafo.html": "Transforms windowstdscr coordinates", "ncurses_wmove.html": "Moves windows output position", "ncurses_wnoutrefresh.html": "Copies window to virtual screen", "ncurses_wrefresh.html": "Refresh window on terminal screen", "ncurses_wstandend.html": "End standout mode for a window", "ncurses_wstandout.html": "Enter standout mode for a window", "ncurses_wvline.html": "Draws a vertical line in a window at current position using an attributed character and max. n characters long", "newt_bell.html": "Send a beep to the terminal", "newt_button.html": "Create a new button", "newt_button_bar.html": "This function returns a grid containing the buttons created", "newt_centered_window.html": "Open a centered window of the specified size", "newt_checkbox.html": "说明", "newt_checkbox_get_value.html": "Retreives value of checkox resource", "newt_checkbox_set_flags.html": "Configures checkbox resource", "newt_checkbox_set_value.html": "Sets the value of the checkbox", "newt_checkbox_tree.html": "说明", "newt_checkbox_tree_add_item.html": "Adds new item to the checkbox tree", "newt_checkbox_tree_find_item.html": "Finds an item in the checkbox tree", "newt_checkbox_tree_get_current.html": "Returns checkbox tree selected item", "newt_checkbox_tree_get_entry_value.html": "说明", "newt_checkbox_tree_get_multi_selection.html": "说明", "newt_checkbox_tree_get_selection.html": "说明", "newt_checkbox_tree_multi.html": "说明", "newt_checkbox_tree_set_current.html": "说明", "newt_checkbox_tree_set_entry.html": "说明", "newt_checkbox_tree_set_entry_value.html": "说明", "newt_checkbox_tree_set_width.html": "说明", "newt_clear_key_buffer.html": "Discards the contents of the terminal's input buffer", "newt_cls.html": "说明", "newt_compact_button.html": "说明", "newt_component_add_callback.html": "说明", "newt_component_takes_focus.html": "说明", "newt_create_grid.html": "说明", "newt_cursor_off.html": "说明", "newt_cursor_on.html": "说明", "newt_delay.html": "说明", "newt_draw_form.html": "说明", "newt_draw_root_text.html": "Displays the string text at the position indicated", "newt_entry.html": "说明", "newt_entry_get_value.html": "说明", "newt_entry_set.html": "说明", "newt_entry_set_filter.html": "说明", "newt_entry_set_flags.html": "说明", "newt_finished.html": "Uninitializes newt interface", "newt_form.html": "Create a form", "newt_form_add_component.html": "Adds a single component to the form", "newt_form_add_components.html": "Add several components to the form", "newt_form_add_hot_key.html": "说明", "newt_form_destroy.html": "Destroys a form", "newt_form_get_current.html": "说明", "newt_form_run.html": "Runs a form", "newt_form_set_background.html": "说明", "newt_form_set_height.html": "说明", "newt_form_set_size.html": "说明", "newt_form_set_timer.html": "说明", "newt_form_set_width.html": "说明", "newt_form_watch_fd.html": "说明", "newt_get_screen_size.html": "Fills in the passed references with the current siz", "newt_grid_add_components_to_form.html": "说明", "newt_grid_basic_window.html": "说明", "newt_grid_free.html": "说明", "newt_grid_get_size.html": "说明", "newt_grid_h_close_stacked.html": "说明", "newt_grid_h_stacked.html": "说明", "newt_grid_place.html": "说明", "newt_grid_set_field.html": "说明", "newt_grid_simple_window.html": "说明", "newt_grid_v_close_stacked.html": "说明", "newt_grid_v_stacked.html": "说明", "newt_grid_wrapped_window.html": "说明", "newt_grid_wrapped_window_at.html": "说明", "newt_init.html": "Initialize newt", "newt_label.html": "说明", "newt_label_set_text.html": "说明", "newt_listbox.html": "说明", "newt_listbox_append_entry.html": "说明", "newt_listbox_clear.html": "说明", "newt_listbox_clear_selection.html": "说明", "newt_listbox_delete_entry.html": "说明", "newt_listbox_get_current.html": "说明", "newt_listbox_get_selection.html": "说明", "newt_listbox_insert_entry.html": "说明", "newt_listbox_item_count.html": "说明", "newt_listbox_select_item.html": "说明", "newt_listbox_set_current.html": "说明", "newt_listbox_set_current_by_key.html": "说明", "newt_listbox_set_data.html": "说明", "newt_listbox_set_entry.html": "说明", "newt_listbox_set_width.html": "说明", "newt_listitem.html": "说明", "newt_listitem_get_data.html": "说明", "newt_listitem_set.html": "说明", "newt_open_window.html": "Open a window of the specified size and position", "newt_pop_help_line.html": "Replaces the current help line with the one from the stack", "newt_pop_window.html": "Removes the top window from the display", "newt_push_help_line.html": "Saves the current help line on a stack, and displays the new line", "newt_radiobutton.html": "说明", "newt_radio_get_current.html": "说明", "newt_redraw_help_line.html": "说明", "newt_reflow_text.html": "说明", "newt_refresh.html": "Updates modified portions of the screen", "newt_resize_screen.html": "说明", "newt_resume.html": "Resume using the newt interface after", "newt_run_form.html": "Runs a form", "newt_scale.html": "说明", "newt_scale_set.html": "说明", "newt_scrollbar_set.html": "说明", "newt_set_help_callback.html": "说明", "newt_set_suspend_callback.html": "Set a callback function which gets invoked w", "newt_suspend.html": "Tells newt to return the terminal to its initial state", "newt_textbox.html": "说明", "newt_textbox_get_num_lines.html": "说明", "newt_textbox_reflowed.html": "说明", "newt_textbox_set_height.html": "说明", "newt_textbox_set_text.html": "说明", "newt_vertical_scrollbar.html": "说明", "newt_wait_for_key.html": "Doesn't return until a key has been pressed", "newt_win_choice.html": "说明", "newt_win_entries.html": "说明", "newt_win_menu.html": "说明", "newt_win_message.html": "说明", "newt_win_messagev.html": "说明", "newt_win_ternary.html": "说明", "next.html": "将数组中的内部指针向前移动一位", "ngettext.html": "Plural version of gettext", "nl2br.html": "在字符串所有新行之前插入 HTML 换行标记", "nl_langinfo.html": "Query language and locale information", "nsapi_request_headers.html": "Fetch all HTTP request headers", "nsapi_response_headers.html": "Fetch all HTTP response headers", "nsapi_virtual.html": "Perform an NSAPI sub-request", "number_format.html": "以千位分隔符方式格式化一个数字", "oauth_get_sbs.html": "生成一个签名字符基串", "oauth_urlencode.html": "将 URI 编码为 RFC 3986 规范", "ob_clean.html": "清空(擦掉)输出缓冲区", "ob_end_clean.html": "清空(擦除)缓冲区并关闭输出缓冲", "ob_end_flush.html": "冲刷出(送出)输出缓冲区内容并关闭缓冲", "ob_flush.html": "冲刷出(送出)输出缓冲区中的内容", "ob_get_clean.html": "得到当前缓冲区的内容并删除当前输出缓。", "ob_get_contents.html": "返回输出缓冲区的内容", "ob_get_flush.html": "刷出(送出)缓冲区内容,以字符串形式返回内容,并关闭输出缓冲区。", "ob_get_length.html": "返回输出缓冲区内容的长度", "ob_get_level.html": "返回输出缓冲机制的嵌套级别", "ob_get_status.html": "得到所有输出缓冲区的状态", "ob_gzhandler.html": "在ob_start中使用的用来压缩输出缓冲区中内容的回调函数。ob_start callback function to gzip output buffer", "ob_iconv_handler.html": "以输出缓冲处理程序转换字符编码", "ob_implicit_flush.html": "打开关闭绝对刷送", "ob_list_handlers.html": "列出所有使用中的输出处理程序。", "ob_start.html": "打开输出控制缓冲", "ob_tidyhandler.html": "ob_start callback function to repair the buffer", "ocibindbyname.html": "别名 oci_bind_by_name", "ocicancel.html": "别名 oci_cancel", "ocicloselob.html": "别名 OCI-Lobclose", "ocicollappend.html": "别名 OCI-Collectionappend", "ocicollassign.html": "别名 OCI-Collectionassign", "ocicollassignelem.html": "别名 OCI-CollectionassignElem", "ocicollgetelem.html": "别名 OCI-CollectiongetElem", "ocicollmax.html": "别名 OCI-Collectionmax", "ocicollsize.html": "别名 OCI-Collectionsize", "ocicolltrim.html": "别名 OCI-Collectiontrim", "ocicolumnisnull.html": "别名 oci_field_is_null", "ocicolumnname.html": "别名 oci_field_name", "ocicolumnprecision.html": "别名 oci_field_precision", "ocicolumnscale.html": "别名 oci_field_scale", "ocicolumnsize.html": "别名 oci_field_size", "ocicolumntype.html": "别名 oci_field_type", "ocicolumntyperaw.html": "别名 oci_field_type_raw", "ocicommit.html": "别名 oci_commit", "ocidefinebyname.html": "别名 oci_define_by_name", "ocierror.html": "别名 oci_error", "ociexecute.html": "别名 oci_execute", "ocifetch.html": "别名 oci_fetch", "ocifetchinto.html": "Obsolete variant of oci_fetch_array, oci_fetch", "ocifetchstatement.html": "别名 oci_fetch_all", "ocifreecollection.html": "别名 OCI-Collectionfree", "ocifreecursor.html": "别名 oci_free_statement", "ocifreedesc.html": "别名 OCI-Lobfree", "ocifreestatement.html": "别名 oci_free_statement", "ociinternaldebug.html": "别名 oci_internal_debug", "ociloadlob.html": "别名 OCI-Lobload", "ocilogoff.html": "别名 oci_close", "ocilogon.html": "别名 oci_connect", "ocinewcollection.html": "别名 oci_new_collection", "ocinewcursor.html": "别名 oci_new_cursor", "ocinewdescriptor.html": "别名 oci_new_descriptor", "ocinlogon.html": "别名 oci_new_connect", "ocinumcols.html": "别名 oci_num_fields", "ociparse.html": "别名 oci_parse", "ociplogon.html": "别名 oci_pconnect", "ociresult.html": "别名 oci_result", "ocirollback.html": "别名 oci_rollback", "ocirowcount.html": "别名 oci_num_rows", "ocisavelob.html": "别名 OCI-Lobsave", "ocisavelobfile.html": "别名 OCI-Lobimport", "ociserverversion.html": "别名 oci_server_version", "ocisetprefetch.html": "别名 oci_set_prefetch", "ocistatementtype.html": "别名 oci_statement_type", "ociwritelobtofile.html": "别名 OCI-Lobexport", "ociwritetemporarylob.html": "别名 OCI-LobwriteTemporary", "oci_bind_array_by_name.html": "Binds a PHP array to an Oracle PLSQL array parameter", "oci_bind_by_name.html": "绑定一个 PHP 变量到一个 Oracle 位置标志符", "oci_cancel.html": "中断游标读取数据", "oci_client_version.html": "Returns the Oracle client library version", "oci_close.html": "关闭 Oracle 连接", "oci_commit.html": "提交未执行的事务处理", "oci_connect.html": "建立一个到 Oracle 服务器的连接", "oci_define_by_name.html": "在 SELECT 中使用 PHP 变量作为定义的步骤", "oci_error.html": "返回上一个错误", "oci_execute.html": "执行一条语句", "oci_fetch.html": "Fetches the next row into result-buffer", "oci_fetch_all.html": "获取结果数据的所有行到一个数组", "oci_fetch_array.html": "Returns the next row from a query as an associative or numeric array", "oci_fetch_assoc.html": "Returns the next row from a query as an associative array", "oci_fetch_object.html": "Returns the next row from a query as an object", "oci_fetch_row.html": "Returns the next row from a query as a numeric array", "oci_field_is_null.html": "检查字段是否为 NULL", "oci_field_name.html": "返回字段名", "oci_field_precision.html": "返回字段精度", "oci_field_scale.html": "返回字段范围", "oci_field_size.html": "返回字段大小", "oci_field_type.html": "返回字段的数据类型", "oci_field_type_raw.html": "返回字段的原始 Oracle 数据类型", "oci_free_descriptor.html": "Frees a descriptor", "oci_free_statement.html": "释放关联于语句或游标的所有资源", "oci_get_implicit_resultset.html": "Returns the next child statement resource from a parent statement resource that has Oracle Database 12c Implicit Result Sets", "oci_internal_debug.html": "打开或关闭内部调试输出", "oci_lob_copy.html": "Copies large object", "oci_lob_is_equal.html": "Compares two LOBFILE locators for equality", "oci_new_collection.html": "分配新的 collection 对象", "oci_new_connect.html": "建定一个到 Oracle 服务器的新连接", "oci_new_cursor.html": "分配并返回一个新的游标(语句句柄)", "oci_new_descriptor.html": "初始化一个新的空 LOB 或 FILE 描述符", "oci_num_fields.html": "返回结果列的数目", "oci_num_rows.html": "返回语句执行后受影响的行数", "oci_parse.html": "配置 Oracle 语句预备执行", "oci_password_change.html": "修改 Oracle 用户的密码", "oci_pconnect.html": "使用一个持久连接连到 Oracle 数据库", "oci_register_taf_callback.html": "Register a user-defined callback function for Oracle Database TAF", "oci_result.html": "返回所取得行中字段的值", "oci_rollback.html": "回滚未提交的事务", "oci_server_version.html": "返回服务器版本信息", "oci_set_action.html": "Sets the action name", "oci_set_call_timout.html": "Sets a millisecond timeout for database calls", "oci_set_client_identifier.html": "Sets the client identifier", "oci_set_client_info.html": "Sets the client information", "oci_set_db_operation.html": "Sets the database operation", "oci_set_edition.html": "Sets the database edition", "oci_set_module_name.html": "Sets the module name", "oci_set_prefetch.html": "设置预提取行数", "oci_statement_type.html": "返回 OCI 语句的类型", "oci_unregister_taf_callback.html": "Unregister a user-defined callback function for Oracle Database TAF", "octdec.html": "八进制转换为十进制", "odbc_autocommit.html": "Toggle autocommit behaviour", "odbc_binmode.html": "Handling of binary column data", "odbc_close.html": "Close an ODBC connection", "odbc_close_all.html": "Close all ODBC connections", "odbc_columnprivileges.html": "Lists columns and associated privileges for the given table", "odbc_columns.html": "Lists the column names in specified tables", "odbc_commit.html": "Commit an ODBC transaction", "odbc_connect.html": "Connect to a datasource", "odbc_cursor.html": "Get cursorname", "odbc_data_source.html": "Returns information about a current connection", "odbc_do.html": "别名 odbc_exec", "odbc_error.html": "Get the last error code", "odbc_errormsg.html": "Get the last error message", "odbc_exec.html": "Prepare and execute an SQL statement", "odbc_execute.html": "Execute a prepared statement", "odbc_fetch_array.html": "Fetch a result row as an associative array", "odbc_fetch_into.html": "Fetch one result row into array", "odbc_fetch_object.html": "Fetch a result row as an object", "odbc_fetch_row.html": "Fetch a row", "odbc_field_len.html": "Get the length (precision) of a field", "odbc_field_name.html": "Get the columnname", "odbc_field_num.html": "Return column number", "odbc_field_precision.html": "别名 odbc_field_len", "odbc_field_scale.html": "Get the scale of a field", "odbc_field_type.html": "Datatype of a field", "odbc_foreignkeys.html": "Retrieves a list of foreign keys", "odbc_free_result.html": "Free resources associated with a result", "odbc_gettypeinfo.html": "Retrieves information about data types supported by the data source", "odbc_longreadlen.html": "Handling of LONG columns", "odbc_next_result.html": "Checks if multiple results are available", "odbc_num_fields.html": "Number of columns in a result", "odbc_num_rows.html": "Number of rows in a result", "odbc_pconnect.html": "Open a persistent database connection", "odbc_prepare.html": "Prepares a statement for execution", "odbc_primarykeys.html": "Gets the primary keys for a table", "odbc_procedurecolumns.html": "Retrieve information about parameters to procedures", "odbc_procedures.html": "Get the list of procedures stored in a specific data source", "odbc_result.html": "Get result data", "odbc_result_all.html": "Print result as HTML table", "odbc_rollback.html": "Rollback a transaction", "odbc_setoption.html": "Adjust ODBC settings", "odbc_specialcolumns.html": "Retrieves special columns", "odbc_statistics.html": "Retrieve statistics about a table", "odbc_tableprivileges.html": "Lists tables and the privileges associated with each table", "odbc_tables.html": "Get the list of table names stored in a specific data source", "opcache_compile_file.html": "无需运行,即可编译并缓存 PHP 脚本", "opcache_get_configuration.html": "获取缓存的配置信息", "opcache_get_status.html": "获取缓存的状态信息", "opcache_invalidate.html": "废除脚本缓存", "opcache_is_script_cached.html": "Tells whether a script is cached in OPCache", "opcache_reset.html": "重置字节码缓存的内容", "openal_buffer_create.html": "Generate OpenAL buffer", "openal_buffer_data.html": "Load a buffer with data", "openal_buffer_destroy.html": "Destroys an OpenAL buffer", "openal_buffer_get.html": "Retrieve an OpenAL buffer property", "openal_buffer_loadwav.html": "Load a .wav file into a buffer", "openal_context_create.html": "Create an audio processing context", "openal_context_current.html": "Make the specified context current", "openal_context_destroy.html": "Destroys a context", "openal_context_process.html": "Process the specified context", "openal_context_suspend.html": "Suspend the specified context", "openal_device_close.html": "Close an OpenAL device", "openal_device_open.html": "Initialize the OpenAL audio layer", "openal_listener_get.html": "Retrieve a listener property", "openal_listener_set.html": "Set a listener property", "openal_source_create.html": "Generate a source resource", "openal_source_destroy.html": "Destroy a source resource", "openal_source_get.html": "Retrieve an OpenAL source property", "openal_source_pause.html": "Pause the source", "openal_source_play.html": "Start playing the source", "openal_source_rewind.html": "Rewind the source", "openal_source_set.html": "Set source property", "openal_source_stop.html": "Stop playing the source", "openal_stream.html": "Begin streaming on a source", "opendir.html": "打开目录句柄", "openlog.html": "Open connection to system logger", "openssl_cipher_iv_length.html": "获取密码iv长度", "openssl_csr_export.html": "将CSR作为字符串导出", "openssl_csr_export_to_file.html": "将CSR导出到文件", "openssl_csr_get_public_key.html": "返回CSR的公钥", "openssl_csr_get_subject.html": "返回CSR的主题", "openssl_csr_new.html": "生成一个 CSR", "openssl_csr_sign.html": "用另一个证书签署 CSR (或者本身) 并且生成一个证书", "openssl_decrypt.html": "解密数据", "openssl_dh_compute_key.html": "计算远程DH密钥(公钥)和本地DH密钥的共享密钥", "openssl_digest.html": "计算摘要", "openssl_encrypt.html": "加密数据", "openssl_error_string.html": "返回 openSSL 错误消息", "openssl_free_key.html": "释放密钥资源", "openssl_get_cert_locations.html": "检索可用的证书位置", "openssl_get_cipher_methods.html": "获取可用的加密算法", "openssl_get_curve_names.html": "获得ECC的可用曲线名称列表", "openssl_get_md_methods.html": "获取可用的摘要算法", "openssl_get_privatekey.html": "别名 openssl_pkey_get_private", "openssl_get_publickey.html": "别名 openssl_pkey_get_public", "openssl_open.html": "打开密封的数据", "openssl_pbkdf2.html": "生成一个 PKCS5 v2 PBKDF2 字符串", "openssl_pkcs12_export.html": "将 PKCS#12 兼容证书存储文件导出到变量", "openssl_pkcs12_export_to_file.html": "输出一个 PKCS#12 兼容的证书存储文件", "openssl_pkcs12_read.html": "将 PKCS#12 证书存储区解析到数组中", "openssl_pkcs7_decrypt.html": "解密一个 SMIME 加密的消息", "openssl_pkcs7_encrypt.html": "加密一个 SMIME 消息", "openssl_pkcs7_read.html": "将PKCS7文件导出为PEM格式证书的数组", "openssl_pkcs7_sign.html": "对一个 SMIME 消息进行签名", "openssl_pkcs7_verify.html": "校验一个已签名的 SMIME 消息的签名", "openssl_pkey_export.html": "将一个密钥的可输出表示转换为字符串", "openssl_pkey_export_to_file.html": "将密钥导出到文件中", "openssl_pkey_free.html": "释放一个私钥", "openssl_pkey_get_details.html": "返回包含密钥详情的数组", "openssl_pkey_get_private.html": "获取私钥", "openssl_pkey_get_public.html": "从证书中解析公钥,以供使用。", "openssl_pkey_new.html": "生成一个新的私钥", "openssl_private_decrypt.html": "使用私钥解密数据", "openssl_private_encrypt.html": "使用私钥加密数据", "openssl_public_decrypt.html": "使用公钥解密数据", "openssl_public_encrypt.html": "使用公钥加密数据", "openssl_random_pseudo_bytes.html": "生成一个伪随机字节串", "openssl_seal.html": "密封 (加密) 数据", "openssl_sign.html": "Generate signature", "openssl_spki_export.html": "通过签名公钥和挑战导出一个可用的PEM格式的公钥", "openssl_spki_export_challenge.html": "导出与签名公钥和挑战相关的挑战字符串", "openssl_spki_new.html": "生成一个新的签名公钥和挑战", "openssl_spki_verify.html": "验证签名公钥和挑战。", "openssl_verify.html": "验证签名", "openssl_x509_checkpurpose.html": "验证是否可以为特定目的使用证书", "openssl_x509_check_private_key.html": "检查私钥是否对应于证书", "openssl_x509_export.html": "以字符串格式导出证书", "openssl_x509_export_to_file.html": "导出证书至文件", "openssl_x509_fingerprint.html": "计算一个给定的x.509证书的指纹或摘要", "openssl_x509_free.html": "释放证书资源", "openssl_x509_parse.html": "解析一个X509证书并作为一个数组返回信息", "openssl_x509_read.html": "解析一个x.509证书并返回一个资源标识符", "ord.html": "转换字符串第一个字节为 0-255 之间的值", "output_add_rewrite_var.html": "添加URL重写器的值(Add URL rewriter values)", "output_reset_rewrite_vars.html": "重设URL重写器的值(Reset URL rewriter values)", "override_function.html": "Overrides built-in functions", "pack.html": "将数据打包成二进制字符串", "parsekit_compile_file.html": "Compile a PHP file and return the resulting op array", "parsekit_compile_string.html": "Compile a string of PHP code and return the resulting op array", "parsekit_func_arginfo.html": "Return information regarding function argument(s)", "parse_ini_file.html": "解析一个配置文件", "parse_ini_string.html": "解析配置字符串", "parse_str.html": "将字符串解析成多个变量", "parse_url.html": "解析 URL,返回其组成部分", "passthru.html": "执行外部程序并且显示原始输出", "password_get_info.html": "返回指定散列(hash)的相关信息", "password_hash.html": "创建密码的散列(hash)", "password_needs_rehash.html": "检测散列值是否匹配指定的选项", "password_verify.html": "验证密码是否和散列值匹配", "pathinfo.html": "返回文件路径的信息", "pclose.html": "关闭进程文件指针", "pcntl_alarm.html": "为进程设置一个alarm闹钟信号", "pcntl_async_signals.html": "Enabledisable asynchronous signal handling or return the old setting", "pcntl_errno.html": "别名 pcntl_get_last_error", "pcntl_exec.html": "在当前进程空间执行指定程序", "pcntl_fork.html": "在当前进程当前位置产生分支(子进程)。译注:fork是创建了一个子进程,父进程和", "pcntl_getpriority.html": "获取任意进程的优先级", "pcntl_get_last_error.html": "Retrieve the error number set by the last pcntl function which failed", "pcntl_setpriority.html": "修改任意进程的优先级", "pcntl_signal.html": "安装一个信号处理器", "pcntl_signal_dispatch.html": "调用等待信号的处理器", "pcntl_signal_get_handler.html": "Get the current handler for specified signal", "pcntl_sigprocmask.html": "设置或检索阻塞信号", "pcntl_sigtimedwait.html": "带超时机制的信号等待", "pcntl_sigwaitinfo.html": "等待信号", "pcntl_strerror.html": "Retrieve the system error message associated with the given errno", "pcntl_wait.html": "等待或返回fork的子进程状态", "pcntl_waitpid.html": "等待或返回fork的子进程状态", "pcntl_wexitstatus.html": "返回一个中断的子进程的返回代码", "pcntl_wifexited.html": "检查状态代码是否代表一个正常的退出。", "pcntl_wifsignaled.html": "检查子进程状态码是否代表由于某个信号而中断", "pcntl_wifstopped.html": "检查子进程当前是否已经停止", "pcntl_wstopsig.html": "返回导致子进程停止的信号", "pcntl_wtermsig.html": "返回导致子进程中断的信号", "pdf_activate_item.html": "Activate structure element or other content item", "pdf_add_annotation.html": "Add annotation [deprecated]", "pdf_add_bookmark.html": "Add bookmark for current page [deprecated]", "pdf_add_launchlink.html": "Add launch annotation for current page [deprecated]", "pdf_add_locallink.html": "Add link annotation for current page [deprecated]", "pdf_add_nameddest.html": "Create named destination", "pdf_add_note.html": "Set annotation for current page [deprecated]", "pdf_add_outline.html": "Add bookmark for current page [deprecated]", "pdf_add_pdflink.html": "Add file link annotation for current page [deprecated]", "pdf_add_table_cell.html": "Add a cell to a new or existing table", "pdf_add_textflow.html": "Create Textflow or add text to existing Textflow", "pdf_add_thumbnail.html": "Add thumbnail for current page", "pdf_add_weblink.html": "Add weblink for current page [deprecated]", "pdf_arc.html": "Draw a counterclockwise circular arc segment", "pdf_arcn.html": "Draw a clockwise circular arc segment", "pdf_attach_file.html": "Add file attachment for current page [deprecated]", "pdf_begin_document.html": "Create new PDF file", "pdf_begin_font.html": "Start a Type 3 font definition", "pdf_begin_glyph.html": "Start glyph definition for Type 3 font", "pdf_begin_item.html": "Open structure element or other content item", "pdf_begin_layer.html": "Start layer", "pdf_begin_page.html": "Start new page [deprecated]", "pdf_begin_page_ext.html": "Start new page", "pdf_begin_pattern.html": "Start pattern definition", "pdf_begin_template.html": "Start template definition [deprecated]", "pdf_begin_template_ext.html": "Start template definition", "pdf_circle.html": "Draw a circle", "pdf_clip.html": "Clip to current path", "pdf_close.html": "Close pdf resource [deprecated]", "pdf_closepath.html": "Close current path", "pdf_closepath_fill_stroke.html": "Close, fill and stroke current path", "pdf_closepath_stroke.html": "Close and stroke path", "pdf_close_image.html": "Close image", "pdf_close_pdi.html": "Close the input PDF document [deprecated]", "pdf_close_pdi_page.html": "Close the page handle", "pdf_concat.html": "Concatenate a matrix to the CTM", "pdf_continue_text.html": "Output text in next line", "pdf_create_3dview.html": "Create 3D view", "pdf_create_action.html": "Create action for objects or events", "pdf_create_annotation.html": "Create rectangular annotation", "pdf_create_bookmark.html": "Create bookmark", "pdf_create_field.html": "Create form field", "pdf_create_fieldgroup.html": "Create form field group", "pdf_create_gstate.html": "Create graphics state object", "pdf_create_pvf.html": "Create PDFlib virtual file", "pdf_create_textflow.html": "Create textflow object", "pdf_curveto.html": "Draw Bezier curve", "pdf_define_layer.html": "Create layer definition", "pdf_delete.html": "Delete PDFlib object", "pdf_delete_pvf.html": "Delete PDFlib virtual file", "pdf_delete_table.html": "Delete table object", "pdf_delete_textflow.html": "Delete textflow object", "pdf_encoding_set_char.html": "Add glyph name andor Unicode value", "pdf_endpath.html": "End current path", "pdf_end_document.html": "关闭 PDF 文件", "pdf_end_font.html": "Terminate Type 3 font definition", "pdf_end_glyph.html": "Terminate glyph definition for Type 3 font", "pdf_end_item.html": "Close structure element or other content item", "pdf_end_layer.html": "Deactivate all active layers", "pdf_end_page.html": "Finish page", "pdf_end_page_ext.html": "Finish page", "pdf_end_pattern.html": "Finish pattern", "pdf_end_template.html": "Finish template", "pdf_fill.html": "Fill current path", "pdf_fill_imageblock.html": "Fill image block with variable data", "pdf_fill_pdfblock.html": "Fill PDF block with variable data", "pdf_fill_stroke.html": "Fill and stroke path", "pdf_fill_textblock.html": "Fill text block with variable data", "pdf_findfont.html": "Prepare font for later use [deprecated]", "pdf_fit_image.html": "Place image or template", "pdf_fit_pdi_page.html": "Place imported PDF page", "pdf_fit_table.html": "Place table on page", "pdf_fit_textflow.html": "Format textflow in rectangular area", "pdf_fit_textline.html": "Place single line of text", "pdf_get_apiname.html": "Get name of unsuccessfull API function", "pdf_get_buffer.html": "Get PDF output buffer", "pdf_get_errmsg.html": "Get error text", "pdf_get_errnum.html": "Get error number", "pdf_get_font.html": "Get font [deprecated]", "pdf_get_fontname.html": "Get font name [deprecated]", "pdf_get_fontsize.html": "Font handling [deprecated]", "pdf_get_image_height.html": "Get image height [deprecated]", "pdf_get_image_width.html": "Get image width [deprecated]", "pdf_get_majorversion.html": "Get major version number [deprecated]", "pdf_get_minorversion.html": "Get minor version number [deprecated]", "pdf_get_parameter.html": "Get string parameter", "pdf_get_pdi_parameter.html": "Get PDI string parameter [deprecated]", "pdf_get_pdi_value.html": "Get PDI numerical parameter [deprecated]", "pdf_get_value.html": "Get numerical parameter", "pdf_info_font.html": "Query detailed information about a loaded font", "pdf_info_matchbox.html": "Query matchbox information", "pdf_info_table.html": "Retrieve table information", "pdf_info_textflow.html": "Query textflow state", "pdf_info_textline.html": "Perform textline formatting and query metrics", "pdf_initgraphics.html": "Reset graphic state", "pdf_lineto.html": "Draw a line", "pdf_load_3ddata.html": "Load 3D model", "pdf_load_font.html": "Search and prepare font", "pdf_load_iccprofile.html": "Search and prepare ICC profile", "pdf_load_image.html": "打开一个图像文件", "pdf_makespotcolor.html": "Make spot color", "pdf_moveto.html": "Set current point", "pdf_new.html": "Create PDFlib object", "pdf_open_ccitt.html": "Open raw CCITT image [deprecated]", "pdf_open_file.html": "Create PDF file [deprecated]", "pdf_open_gif.html": "Open GIF image [deprecated]", "pdf_open_image.html": "Use image data [deprecated]", "pdf_open_image_file.html": "Read image from file [deprecated]", "pdf_open_jpeg.html": "Open JPEG image [deprecated]", "pdf_open_memory_image.html": "Open image created with PHP's image functions [not supported]", "pdf_open_pdi.html": "Open PDF file [deprecated]", "pdf_open_pdi_document.html": "Prepare a pdi document", "pdf_open_pdi_page.html": "Prepare a page", "pdf_open_tiff.html": "Open TIFF image [deprecated]", "pdf_pcos_get_number.html": "Get value of pCOS path with type number or boolean", "pdf_pcos_get_stream.html": "Get contents of pCOS path with type stream, fstream, or string", "pdf_pcos_get_string.html": "Get value of pCOS path with type name, string, or boolean", "pdf_place_image.html": "Place image on the page [deprecated]", "pdf_place_pdi_page.html": "Place PDF page [deprecated]", "pdf_process_pdi.html": "Process imported PDF document", "pdf_rect.html": "Draw rectangle", "pdf_restore.html": "Restore graphics state", "pdf_resume_page.html": "Resume page", "pdf_rotate.html": "Rotate coordinate system", "pdf_save.html": "Save graphics state", "pdf_scale.html": "Scale coordinate system", "pdf_setcolor.html": "Set fill and stroke color", "pdf_setdash.html": "Set simple dash pattern", "pdf_setdashpattern.html": "Set dash pattern", "pdf_setflat.html": "Set flatness", "pdf_setfont.html": "Set font", "pdf_setgray.html": "Set color to gray [deprecated]", "pdf_setgray_fill.html": "Set fill color to gray [deprecated]", "pdf_setgray_stroke.html": "Set stroke color to gray [deprecated]", "pdf_setlinecap.html": "Set linecap parameter", "pdf_setlinejoin.html": "Set linejoin parameter", "pdf_setlinewidth.html": "Set line width", "pdf_setmatrix.html": "Set current transformation matrix", "pdf_setmiterlimit.html": "Set miter limit", "pdf_setpolydash.html": "Set complicated dash pattern [deprecated]", "pdf_setrgbcolor.html": "Set fill and stroke rgb color values [deprecated]", "pdf_setrgbcolor_fill.html": "Set fill rgb color values [deprecated]", "pdf_setrgbcolor_stroke.html": "Set stroke rgb color values [deprecated]", "pdf_set_border_color.html": "Set border color of annotations [deprecated]", "pdf_set_border_dash.html": "Set border dash style of annotations [deprecated]", "pdf_set_border_style.html": "Set border style of annotations [deprecated]", "pdf_set_char_spacing.html": "Set character spacing [deprecated]", "pdf_set_duration.html": "Set duration between pages [deprecated]", "pdf_set_gstate.html": "Activate graphics state object", "pdf_set_horiz_scaling.html": "Set horizontal text scaling [deprecated]", "pdf_set_info.html": "Fill document info field", "pdf_set_info_author.html": "Fill the author document info field [deprecated]", "pdf_set_info_creator.html": "Fill the creator document info field [deprecated]", "pdf_set_info_keywords.html": "Fill the keywords document info field [deprecated]", "pdf_set_info_subject.html": "Fill the subject document info field [deprecated]", "pdf_set_info_title.html": "Fill the title document info field [deprecated]", "pdf_set_layer_dependency.html": "Define relationships among layers", "pdf_set_leading.html": "Set distance between text lines [deprecated]", "pdf_set_parameter.html": "Set string parameter", "pdf_set_text_matrix.html": "Set text matrix [deprecated]", "pdf_set_text_pos.html": "Set text position", "pdf_set_text_rendering.html": "Determine text rendering [deprecated]", "pdf_set_text_rise.html": "Set text rise [deprecated]", "pdf_set_value.html": "Set numerical parameter", "pdf_set_word_spacing.html": "Set spacing between words [deprecated]", "pdf_shading.html": "Define blend", "pdf_shading_pattern.html": "Define shading pattern", "pdf_shfill.html": "Fill area with shading", "pdf_show.html": "Output text at current position", "pdf_show_boxed.html": "Output text in a box [deprecated]", "pdf_show_xy.html": "Output text at given position", "pdf_skew.html": "Skew the coordinate system", "pdf_stringwidth.html": "Return width of text", "pdf_stroke.html": "Stroke path", "pdf_suspend_page.html": "Suspend page", "pdf_translate.html": "Set origin of coordinate system", "pdf_utf16_to_utf8.html": "Convert string from UTF-16 to UTF-8", "pdf_utf32_to_utf16.html": "Convert string from UTF-32 to UTF-16", "pdf_utf8_to_utf16.html": "Convert string from UTF-8 to UTF-16", "pfsockopen.html": "打开一个持久的网络连接或者Unix套接字连接。", "pg_affected_rows.html": "返回受影响的记录数目", "pg_cancel_query.html": "取消异步查询", "pg_client_encoding.html": "取得客户端编码方式", "pg_close.html": "关闭一个 PostgreSQL 连接", "pg_connect.html": "打开一个 PostgreSQL 连接", "pg_connection_busy.html": "获知连接是否为忙", "pg_connection_reset.html": "重置连接(再次连接)", "pg_connection_status.html": "获得连接状态", "pg_connect_poll.html": "正在进行尝试轮询 PostgreSQL 链接状态。", "pg_consume_input.html": "Reads input on the connection", "pg_convert.html": "将关联的数组值转换为适合 SQL 语句的格式。", "pg_copy_from.html": "根据数组将记录插入表中", "pg_copy_to.html": "将一个表拷贝到数组中", "pg_dbname.html": "获得数据库名", "pg_delete.html": "删除记录", "pg_end_copy.html": "与 PostgreSQL 后端同步", "pg_escape_bytea.html": "转义 bytea 类型的二进制数据", "pg_escape_identifier.html": "Escape a identifier for insertion into a text field", "pg_escape_literal.html": "Escape a literal for insertion into a text field", "pg_escape_string.html": "转义 textchar 类型的字符串", "pg_execute.html": "Sends a request to execute a prepared statement with given parameters, and waits for the result", "pg_fetch_all.html": "从结果中提取所有行作为一个数组", "pg_fetch_all_columns.html": "Fetches all rows in a particular result column as an array", "pg_fetch_array.html": "提取一行作为数组", "pg_fetch_assoc.html": "提取一行作为关联数组", "pg_fetch_object.html": "提取一行作为对象", "pg_fetch_result.html": "从结果资源中返回值", "pg_fetch_row.html": "提取一行作为枚举数组", "pg_field_is_null.html": "测试字段是否为 NULL", "pg_field_name.html": "返回字段的名字", "pg_field_num.html": "返回字段的编号", "pg_field_prtlen.html": "返回打印出来的长度", "pg_field_size.html": "返回指定字段占用内部存储空间的大小", "pg_field_table.html": "Returns the name or oid of the tables field", "pg_field_type.html": "返回相应字段的类型名称", "pg_field_type_oid.html": "Returns the type ID (OID) for the corresponding field number", "pg_flush.html": "刷新链接中已处理的数据查询", "pg_free_result.html": "释放查询结果占用的内存", "pg_get_notify.html": "Ping 数据库连接", "pg_get_pid.html": "Ping 数据库连接", "pg_get_result.html": "取得异步查询结果", "pg_host.html": "返回和某连接关联的主机名", "pg_insert.html": "将数组插入到表中", "pg_last_error.html": "得到某连接的最后一条错误信息", "pg_last_notice.html": "返回 PostgreSQL 服务器最新一条公告信息", "pg_last_oid.html": "返回上一个对象的 oid", "pg_lo_close.html": "关闭一个大型对象", "pg_lo_create.html": "新建一个大型对象", "pg_lo_export.html": "将大型对象导出到文件", "pg_lo_import.html": "将文件导入为大型对象", "pg_lo_open.html": "打开一个大型对象", "pg_lo_read.html": "从大型对象中读入数据", "pg_lo_read_all.html": "读入整个大型对象并直接发送给浏览器", "pg_lo_seek.html": "移动大型对象中的指针", "pg_lo_tell.html": "返回大型对象的当前指针位置", "pg_lo_truncate.html": "Truncates a large object", "pg_lo_unlink.html": "删除一个大型对象", "pg_lo_write.html": "向大型对象写入数据", "pg_meta_data.html": "获得表的元数据", "pg_num_fields.html": "返回字段的数目", "pg_num_rows.html": "返回行的数目", "pg_options.html": "获得和连接有关的选项", "pg_parameter_status.html": "Looks up a current parameter setting of the server", "pg_pconnect.html": "打开一个持久的 PostgreSQL 连接", "pg_ping.html": "Ping 数据库连接", "pg_port.html": "返回该连接的端口号", "pg_prepare.html": "Submits a request to create a prepared statement ", "pg_put_line.html": "向 PostgreSQL 后端发送以 NULL 结尾的字符串", "pg_query.html": "执行查询", "pg_query_params.html": "Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text", "pg_result_error.html": "获得查询结果的错误信息", "pg_result_error_field.html": "Returns an individual field of an error report", "pg_result_seek.html": "在结果资源中设定内部行偏移量", "pg_result_status.html": "获得查询结果的状态", "pg_select.html": "选择记录", "pg_send_execute.html": "Sends a request to execute a prepared statement with given parameters, without waiting for the result(s)", "pg_send_prepare.html": "Sends a request to create a prepared statement with the given parameters, without waiting for completion", "pg_send_query.html": "发送异步查询", "pg_send_query_params.html": "Submits a command and separate parameters to the server without waiting for the result(s)", "pg_set_client_encoding.html": "设定客户端编码", "pg_set_error_verbosity.html": "Determines the verbosity of messages returned by pg_la", "pg_socket.html": "Get a read only handle to the socket underlying a PostgreSQL connection", "pg_trace.html": "启动一个 PostgreSQL 连接的追踪功能", "pg_transaction_status.html": "Returns the current in-transaction status of the server", "pg_tty.html": "返回该连接的 tty 号", "pg_unescape_bytea.html": "取消 bytea 类型中的字符串转义", "pg_untrace.html": "关闭 PostgreSQL 连接的追踪功能", "pg_update.html": "更新表", "pg_version.html": "Returns an array with client, protocol and server version (when available)", "phpcredits.html": "打印 PHP 贡献者名单", "phpdbg_break_file.html": "Inserts a breakpoint at a line in a file", "phpdbg_break_function.html": "Inserts a breakpoint at entry to a function", "phpdbg_break_method.html": "Inserts a breakpoint at entry to a method", "phpdbg_break_next.html": "Inserts a breakpoint at the next opcode", "phpdbg_clear.html": "Clears all breakpoints", "phpdbg_color.html": "Sets the color of certain elements", "phpdbg_end_oplog.html": "说明", "phpdbg_exec.html": "Attempts to set the execution context", "phpdbg_get_executable.html": "说明", "phpdbg_prompt.html": "Sets the command prompt", "phpdbg_start_oplog.html": "说明", "phpinfo.html": "输出关于 PHP 配置的信息", "phpversion.html": "获取当前的PHP版本", "php_check_syntax.html": "检查PHP的语法(并执行)指定的文件", "php_ini_loaded_file.html": "取得已加载的 php.ini 文件的路径", "php_ini_scanned_files.html": "返回从额外 ini 目录里解析的 .ini 文件列表", "php_logo_guid.html": "获取 logo 的 guid", "php_sapi_name.html": "返回 web 服务器和 PHP 之间的接口类型", "php_strip_whitespace.html": "返回删除注释和空格后的PHP源码", "php_uname.html": "返回运行 PHP 的系统的有关信息", "pi.html": "得到圆周率值", "png2wbmp.html": "将 PNG 图像文件转换为 WBMP 图像文件", "popen.html": "打开进程文件指针", "pos.html": "current 的别名", "posix_access.html": "Determine accessibility of a file", "posix_ctermid.html": "Get path name of controlling terminal", "posix_errno.html": "别名 posix_get_last_error", "posix_getcwd.html": "Pathname of current directory", "posix_getegid.html": "Return the effective group ID of the current process", "posix_geteuid.html": "Return the effective user ID of the current process", "posix_getgid.html": "Return the real group ID of the current process", "posix_getgrgid.html": "Return info about a group by group id", "posix_getgrnam.html": "Return info about a group by name", "posix_getgroups.html": "Return the group set of the current process", "posix_getlogin.html": "Return login name", "posix_getpgid.html": "Get process group id for job control", "posix_getpgrp.html": "Return the current process group identifier", "posix_getpid.html": "返回当前进程 id", "posix_getppid.html": "Return the parent process identifier", "posix_getpwnam.html": "Return info about a user by username", "posix_getpwuid.html": "Return info about a user by user id", "posix_getrlimit.html": "Return info about system resource limits", "posix_getsid.html": "Get the current sid of the process", "posix_getuid.html": "Return the real user ID of the current process", "posix_get_last_error.html": "Retrieve the error number set by the last posix function that failed", "posix_initgroups.html": "Calculate the group access list", "posix_isatty.html": "Determine if a file descriptor is an interactive terminal", "posix_kill.html": "Send a signal to a process", "posix_mkfifo.html": "Create a fifo special file (a named pipe)", "posix_mknod.html": "Create a special or ordinary file (POSIX.1)", "posix_setegid.html": "Set the effective GID of the current process", "posix_seteuid.html": "Set the effective UID of the current process", "posix_setgid.html": "Set the GID of the current process", "posix_setpgid.html": "Set process group id for job control", "posix_setrlimit.html": "Set system resource limits", "posix_setsid.html": "Make the current process a session leader", "posix_setuid.html": "Set the UID of the current process", "posix_strerror.html": "Retrieve the system error message associated with the given errno", "posix_times.html": "Get process times", "posix_ttyname.html": "Determine terminal device name", "posix_uname.html": "Get system name", "pow.html": "指数表达式", "preg_filter.html": "执行一个正则表达式搜索和替换", "preg_grep.html": "返回匹配模式的数组条目", "preg_last_error.html": "返回最后一个PCRE正则执行产生的错误代码", "preg_match.html": "执行匹配正则表达式", "preg_match_all.html": "执行一个全局正则表达式匹配", "preg_quote.html": "转义正则表达式字符", "preg_replace.html": "执行一个正则表达式的搜索和替换", "preg_replace_callback.html": "执行一个正则表达式搜索并且使用一个回调进行替换", "preg_replace_callback_array.html": "Perform a regular expression search and replace using callbacks", "preg_split.html": "通过一个正则表达式分隔字符串", "prev.html": "将数组的内部指针倒回一位", "print.html": "输出字符串", "printf.html": "输出格式化字符串", "print_r.html": "以易于理解的格式打印变量。", "proc_close.html": "关闭由 proc_open 打开的进程并且返回进程退出码", "proc_get_status.html": "获取由 proc_open 函数打开的进程的信息", "proc_nice.html": "修改当前进程的优先级", "proc_open.html": "执行一个命令,并且打开用来输入输出的文件指针。", "proc_terminate.html": "杀除由 proc_open 打开的进程", "property_exists.html": "检查对象或类是否具有该属性", "pspell_add_to_personal.html": "Add the word to a personal wordlist", "pspell_add_to_session.html": "Add the word to the wordlist in the current session", "pspell_check.html": "Check a word", "pspell_clear_session.html": "Clear the current session", "pspell_config_create.html": "Create a config used to open a dictionary", "pspell_config_data_dir.html": "Location of language data files", "pspell_config_dict_dir.html": "Location of the main word list", "pspell_config_ignore.html": "Ignore words less than N characters long", "pspell_config_mode.html": "Change the mode number of suggestions returned", "pspell_config_personal.html": "Set a file that contains personal wordlist", "pspell_config_repl.html": "Set a file that contains replacement pairs", "pspell_config_runtogether.html": "Consider run-together words as valid compounds", "pspell_config_save_repl.html": "Determine whether to save a replacement pa", "pspell_new.html": "Load a new dictionary", "pspell_new_config.html": "Load a new dictionary with settings based on a given config", "pspell_new_personal.html": "Load a new dictionary with personal wordlist", "pspell_save_wordlist.html": "Save the personal wordlist to a file", "pspell_store_replacement.html": "Store a replacement pair for a word", "pspell_suggest.html": "Suggest spellings of a word", "ps_add_bookmark.html": "Add bookmark to current page", "ps_add_launchlink.html": "Adds link which launches file", "ps_add_locallink.html": "Adds link to a page in the same document", "ps_add_note.html": "Adds note to current page", "ps_add_pdflink.html": "Adds link to a page in a second pdf document", "ps_add_weblink.html": "Adds link to a web location", "ps_arc.html": "Draws an arc counterclockwise", "ps_arcn.html": "Draws an arc clockwise", "ps_begin_page.html": "Start a new page", "ps_begin_pattern.html": "Start a new pattern", "ps_begin_template.html": "Start a new template", "ps_circle.html": "Draws a circle", "ps_clip.html": "Clips drawing to current path", "ps_close.html": "Closes a PostScript document", "ps_closepath.html": "Closes path", "ps_closepath_stroke.html": "Closes and strokes path", "ps_close_image.html": "Closes image and frees memory", "ps_continue_text.html": "Continue text in next line", "ps_curveto.html": "Draws a curve", "ps_delete.html": "Deletes all resources of a PostScript document", "ps_end_page.html": "End a page", "ps_end_pattern.html": "End a pattern", "ps_end_template.html": "End a template", "ps_fill.html": "Fills the current path", "ps_fill_stroke.html": "Fills and strokes the current path", "ps_findfont.html": "Loads a font", "ps_get_buffer.html": "Fetches the full buffer containig the generated PS data", "ps_get_parameter.html": "Gets certain parameters", "ps_get_value.html": "Gets certain values", "ps_hyphenate.html": "Hyphenates a word", "ps_include_file.html": "Reads an external file with raw PostScript code", "ps_lineto.html": "Draws a line", "ps_makespotcolor.html": "Create spot color", "ps_moveto.html": "Sets current point", "ps_new.html": "Creates a new PostScript document object", "ps_open_file.html": "Opens a file for output", "ps_open_image.html": "Reads an image for later placement", "ps_open_image_file.html": "Opens image from file", "ps_open_memory_image.html": "Takes an GD image and returns an image for placement in a PS document", "ps_place_image.html": "Places image on the page", "ps_rect.html": "Draws a rectangle", "ps_restore.html": "Restore previously save context", "ps_rotate.html": "Sets rotation factor", "ps_save.html": "Save current context", "ps_scale.html": "Sets scaling factor", "ps_setcolor.html": "Sets current color", "ps_setdash.html": "Sets appearance of a dashed line", "ps_setflat.html": "Sets flatness", "ps_setfont.html": "Sets font to use for following output", "ps_setgray.html": "Sets gray value", "ps_setlinecap.html": "Sets appearance of line ends", "ps_setlinejoin.html": "Sets how contected lines are joined", "ps_setlinewidth.html": "Sets width of a line", "ps_setmiterlimit.html": "Sets the miter limit", "ps_setoverprintmode.html": "Sets overprint mode", "ps_setpolydash.html": "Sets appearance of a dashed line", "ps_set_border_color.html": "Sets color of border for annotations", "ps_set_border_dash.html": "Sets length of dashes for border of annotations", "ps_set_border_style.html": "Sets border style of annotations", "ps_set_info.html": "Sets information fields of document", "ps_set_parameter.html": "Sets certain parameters", "ps_set_text_pos.html": "Sets position for text output", "ps_set_value.html": "Sets certain values", "ps_shading.html": "Creates a shading for later use", "ps_shading_pattern.html": "Creates a pattern based on a shading", "ps_shfill.html": "Fills an area with a shading", "ps_show.html": "Output text", "ps_show2.html": "Output a text at current position", "ps_show_boxed.html": "Output text in a box", "ps_show_xy.html": "Output text at given position", "ps_show_xy2.html": "Output text at position", "ps_stringwidth.html": "Gets width of a string", "ps_string_geometry.html": "Gets geometry of a string", "ps_stroke.html": "Draws the current path", "ps_symbol.html": "Output a glyph", "ps_symbol_name.html": "Gets name of a glyph", "ps_symbol_width.html": "Gets width of a glyph", "ps_translate.html": "Sets translation", "putenv.html": "设置环境变量的值", "px_close.html": "Closes a paradox database", "px_create_fp.html": "Create a new paradox database", "px_date2string.html": "Converts a date into a string", "px_delete.html": "Deletes resource of paradox database", "px_delete_record.html": "Deletes record from paradox database", "px_get_field.html": "Returns the specification of a single field", "px_get_info.html": "Return lots of information about a paradox file", "px_get_parameter.html": "Gets a parameter", "px_get_record.html": "Returns record of paradox database", "px_get_schema.html": "Returns the database schema", "px_get_value.html": "Gets a value", "px_insert_record.html": "Inserts record into paradox database", "px_new.html": "Create a new paradox object", "px_numfields.html": "Returns number of fields in a database", "px_numrecords.html": "Returns number of records in a database", "px_open_fp.html": "Open paradox database", "px_put_record.html": "Stores record into paradox database", "px_retrieve_record.html": "Returns record of paradox database", "px_set_blob_file.html": "Sets the file where blobs are read from", "px_set_parameter.html": "Sets a parameter", "px_set_tablename.html": "Sets the name of a table (deprecated)", "px_set_targetencoding.html": "Sets the encoding for character fields (deprecated)", "px_set_value.html": "Sets a value", "px_timestamp2string.html": "Converts the timestamp into a string", "px_update_record.html": "Updates record in paradox database", "quoted_printable_decode.html": "将 quoted-printable 字符串转换为 8-bit 字符串", "quoted_printable_encode.html": "将 8-bit 字符串转换成 quoted-printable 字符串", "quotemeta.html": "转义元字符集", "rad2deg.html": "将弧度数转换为相应的角度数", "radius_acct_open.html": "Creates a Radius handle for accounting", "radius_add_server.html": "Adds a server", "radius_auth_open.html": "Creates a Radius handle for authentication", "radius_close.html": "Frees all ressources", "radius_config.html": "Causes the library to read the given configuration file", "radius_create_request.html": "Create accounting or authentication request", "radius_cvt_addr.html": "Converts raw data to IP-Address", "radius_cvt_int.html": "Converts raw data to integer", "radius_cvt_string.html": "Converts raw data to string", "radius_demangle.html": "Demangles data", "radius_demangle_mppe_key.html": "Derives mppe-keys from mangled data", "radius_get_attr.html": "Extracts an attribute", "radius_get_tagged_attr_data.html": "Extracts the data from a tagged attribute", "radius_get_tagged_attr_tag.html": "Extracts the tag from a tagged attribute", "radius_get_vendor_attr.html": "Extracts a vendor specific attribute", "radius_put_addr.html": "Attaches an IP address attribute", "radius_put_attr.html": "Attaches a binary attribute", "radius_put_int.html": "Attaches an integer attribute", "radius_put_string.html": "Attaches a string attribute", "radius_put_vendor_addr.html": "Attaches a vendor specific IP address attribute", "radius_put_vendor_attr.html": "Attaches a vendor specific binary attribute", "radius_put_vendor_int.html": "Attaches a vendor specific integer attribute", "radius_put_vendor_string.html": "Attaches a vendor specific string attribute", "radius_request_authenticator.html": "Returns the request authenticator", "radius_salt_encrypt_attr.html": "Salt-encrypts a value", "radius_send_request.html": "Sends the request and waits for a reply", "radius_server_secret.html": "Returns the shared secret", "radius_strerror.html": "Returns an error message", "rand.html": "产生一个随机整数", "random_bytes.html": "Generates cryptographically secure pseudo-random bytes", "random_int.html": "Generates cryptographically secure pseudo-random integers", "range.html": "根据范围创建数组,包含指定的元素", "rar_wrapper_cache_stats.html": "Cache hits and misses for the URL wrapper", "rawurldecode.html": "对已编码的 URL 字符串进行解码", "rawurlencode.html": "按照 RFC 3986 对 URL 进行编码", "readdir.html": "从目录句柄中读取条目", "readfile.html": "输出文件", "readgzfile.html": "Output a gz-file", "readline.html": "读取一行", "readline_add_history.html": "添加一行命令行历史记录", "readline_callback_handler_install.html": "初始化一个 readline 回调接口,然后终端输出提示信息并立即返回", "readline_callback_handler_remove.html": "移除上一个安装的回调函数句柄并且恢复终端设置", "readline_callback_read_char.html": "当一个行被接收时读取一个字符并且通知 readline 调用回调函数", "readline_clear_history.html": "清除历史", "readline_completion_function.html": "注册一个完成函数", "readline_info.html": "获取设置readline内部的各个变量", "readline_list_history.html": "获取命令历史列表", "readline_on_new_line.html": "通知readline将光标移动到新行", "readline_read_history.html": "读取命令历史", "readline_redisplay.html": "重绘显示区", "readline_write_history.html": "写入历史记录", "readlink.html": "返回符号连接指向的目标", "read_exif_data.html": "别名 exif_read_data", "realpath.html": "返回规范化的绝对路径名", "realpath_cache_get.html": "获取真实目录缓存的详情", "realpath_cache_size.html": "获取真实路径缓冲区的大小", "recode.html": "别名 recode_string", "recode_file.html": "Recode from file to file according to recode request", "recode_string.html": "Recode a string according to a recode request", "register_shutdown_function.html": "注册一个会在php中止时执行的函数", "register_tick_function.html": "Register a function for execution on each tick", "rename.html": "重命名一个文件或目录", "rename_function.html": "Renames orig_name to new_name in the global function table", "require.html": "require", "require_once.html": "require_once", "reset.html": "将数组的内部指针指向第一个单元", "restore_error_handler.html": "还原之前的错误处理函数", "restore_exception_handler.html": "恢复之前定义过的异常处理函数。", "restore_include_path.html": "还原 include_path 配置选项的值", "return.html": "return", "rewind.html": "倒回文件指针的位置", "rewinddir.html": "倒回目录句柄", "rmdir.html": "删除目录", "round.html": "对浮点数进行四舍五入", "rpm_close.html": "Closes an RPM file", "rpm_get_tag.html": "Retrieves a header tag from an RPM file", "rpm_is_valid.html": "Tests a filename for validity as an RPM file", "rpm_open.html": "Opens an RPM file", "rpm_version.html": "Returns a string representing the current versio", "rrdc_disconnect.html": "Close any outstanding connection to rrd caching daemon", "rrd_create.html": "Creates rrd database file", "rrd_error.html": "Gets latest error message", "rrd_fetch.html": "Fetch the data for graph as array", "rrd_first.html": "Gets the timestamp of the first sample from rrd file", "rrd_graph.html": "Creates image from a data", "rrd_info.html": "Gets information about rrd file", "rrd_last.html": "Gets unix timestamp of the last sample", "rrd_lastupdate.html": "Gets information about last updated data", "rrd_restore.html": "Restores the RRD file from XML dump", "rrd_tune.html": "Tunes some RRD database file header options", "rrd_update.html": "Updates the RRD database", "rrd_version.html": "Gets information about underlying rrdtool library", "rrd_xport.html": "Exports the information about RRD database", "rsort.html": "对数组逆向排序", "rtrim.html": "删除字符串末端的空白字符(或者其他字符)", "runkit_class_adopt.html": "Convert a base class to an inherited class, add ancestral methods when appropriate", "runkit_class_emancipate.html": "Convert an inherited class to a base class, removes any method whose scope is ancestral", "runkit_constant_add.html": "Similar to define(), but allows defining in class definitions as well", "runkit_constant_redefine.html": "Redefine an already defined constant", "runkit_constant_remove.html": "RemoveDelete an already defined constant", "runkit_function_add.html": "Add a new function, similar to create_function", "runkit_function_copy.html": "Copy a function to a new function name", "runkit_function_redefine.html": "Replace a function definition with a new implementation", "runkit_function_remove.html": "Remove a function definition", "runkit_function_rename.html": "Change a function's name", "runkit_import.html": "Process a PHP file importing function and class definitions, overwriting where appropriate", "runkit_lint.html": "Check the PHP syntax of the specified php code", "runkit_lint_file.html": "Check the PHP syntax of the specified file", "runkit_method_add.html": "Dynamically adds a new method to a given class", "runkit_method_copy.html": "Copies a method from class to another", "runkit_method_redefine.html": "Dynamically changes the code of the given method", "runkit_method_remove.html": "Dynamically removes the given method", "runkit_method_rename.html": "Dynamically changes the name of the given method", "runkit_return_value_used.html": "Determines if the current functions return value will be used", "runkit_sandbox_output_handler.html": "Specify a function to capture andor process output from a runkit sandbox", "runkit_superglobals.html": "Return numerically indexed array of registered superglobals", "sapi_windows_cp_conv.html": "Convert string from one codepage to another", "sapi_windows_cp_get.html": "Get process codepage", "sapi_windows_cp_is_utf8.html": "Indicates whether the codepage is UTF-8 compatible", "sapi_windows_cp_set.html": "Set process codepage", "sapi_windows_vt100_support.html": "Get or set VT100 support for the specified stream associated to an output buffer of a Windows console.", "scandir.html": "列出指定路径中的文件和目录", "seaslog_get_author.html": "获取 SeasLog 作者", "seaslog_get_version.html": "获取 SeasLog 的版本", "sem_acquire.html": "Acquire a semaphore", "sem_get.html": "Get a semaphore id", "sem_release.html": "Release a semaphore", "sem_remove.html": "Remove a semaphore", "serialize.html": "产生一个可存储的值的表示", "session_abort.html": "Discard session array changes and finish session", "session_cache_expire.html": "返回当前缓存的到期时间", "session_cache_limiter.html": "读取设置缓存限制器", "session_commit.html": "session_write_close 的别名", "session_create_id.html": "Create new session id", "session_decode.html": "解码会话数据", "session_destroy.html": "销毁一个会话中的全部数据", "session_encode.html": "将当前会话数据编码为一个字符串", "session_gc.html": "Perform session data garbage collection", "session_get_cookie_params.html": "获取会话 cookie 参数", "session_id.html": "获取设置当前会话 ID", "session_is_registered.html": "检查变量是否在会话中已经注册", "session_module_name.html": "获取设置会话模块名称", "session_name.html": "读取设置会话名称", "session_pgsql_add_error.html": "Increments error counts and sets last error message", "session_pgsql_get_error.html": "Returns number of errors and last error message", "session_pgsql_get_field.html": "Get custom field value", "session_pgsql_reset.html": "Reset connection to session database servers", "session_pgsql_set_field.html": "Set custom field value", "session_pgsql_status.html": "Get current save handler status", "session_regenerate_id.html": "使用新生成的会话 ID 更新现有会话 ID", "session_register.html": "Register one or more global variables with the current session", "session_register_shutdown.html": "关闭会话", "session_reset.html": "Re-initialize session array with original values", "session_save_path.html": "读取设置当前会话的保存路径", "session_set_cookie_params.html": "设置会话 cookie 参数", "session_set_save_handler.html": "设置用户自定义会话存储函数", "session_start.html": "启动新会话或者重用现有会话", "session_status.html": "返回当前会话状态", "session_unregister.html": "Unregister a global variable from the current session", "session_unset.html": "释放所有的会话变量", "session_write_close.html": "Write session data and end session", "setcookie.html": "发送 Cookie", "setlocale.html": "设置地区信息", "setproctitle.html": "Set the process title", "setrawcookie.html": "发送未经 URL 编码的 cookie", "setthreadtitle.html": "Set the thread title", "settype.html": "设置变量的类型", "set_error_handler.html": "设置用户自定义的错误处理函数", "set_exception_handler.html": "设置用户自定义的异常处理函数", "set_file_buffer.html": "stream_set_write_buffer 的别名", "set_include_path.html": "设置 include_path 配置选项", "set_magic_quotes_runtime.html": "设置当前 magic_quotes_runtime 配置选项的激活状态", "set_socket_blocking.html": "别名 stream_set_blocking", "set_time_limit.html": "设置脚本最大执行时间", "sha1.html": "计算字符串的 sha1 散列值", "sha1_file.html": "计算文件的 sha1 散列值", "shell_exec.html": "通过 shell 环境执行命令,并且将完整的输出以字符串的方式返回。", "shmop_close.html": "Close shared memory block", "shmop_delete.html": "Delete shared memory block", "shmop_open.html": "Create or open shared memory block", "shmop_read.html": "Read data from shared memory block", "shmop_size.html": "Get size of shared memory block", "shmop_write.html": "Write data into shared memory block", "shm_attach.html": "Creates or open a shared memory segment", "shm_detach.html": "Disconnects from shared memory segment", "shm_get_var.html": "Returns a variable from shared memory", "shm_has_var.html": "Check whether a specific entry exists", "shm_put_var.html": "Inserts or updates a variable in shared memory", "shm_remove.html": "Removes shared memory from Unix systems", "shm_remove_var.html": "Removes a variable from shared memory", "show_source.html": "别名 highlight_file", "shuffle.html": "打乱数组", "similar_text.html": "计算两个字符串的相似度", "simplexml_import_dom.html": "Get a SimpleXMLElement object from a DOM node", "simplexml_load_file.html": "Interprets an XML file into an object", "simplexml_load_string.html": "Interprets a string of XML into an object", "sin.html": "正弦", "sinh.html": "双曲正弦", "sizeof.html": "count 的别名", "sleep.html": "延缓执行", "snmp2_get.html": "Fetch an SNMP object", "snmp2_getnext.html": "Fetch the SNMP object which follows the given object id", "snmp2_real_walk.html": "Return all objects including their respective object ID within the specified one", "snmp2_set.html": "Set the value of an SNMP object", "snmp2_walk.html": "Fetch all the SNMP objects from an agent", "snmp3_get.html": "Fetch an SNMP object", "snmp3_getnext.html": "Fetch the SNMP object which follows the given object id", "snmp3_real_walk.html": "Return all objects including their respective object ID within the specified one", "snmp3_set.html": "Set the value of an SNMP object", "snmp3_walk.html": "Fetch all the SNMP objects from an agent", "snmpget.html": "获取一个 SNMP 对象", "snmpgetnext.html": "Fetch the SNMP object which follows the given object id", "snmprealwalk.html": "返回指定的所有对象,包括它们各自的对象 ID", "snmpset.html": "设置一个 SNMP 对象", "snmpwalk.html": "从代理返回所有的 SNMP 对象", "snmpwalkoid.html": "查询关于网络实体的信息树", "snmp_get_quick_print.html": "返回 UCD 库中 quick_print 设置的当前值", "snmp_get_valueretrieval.html": "Return the method how the SNMP values will be returned", "snmp_read_mib.html": "Reads and parses a MIB file into the active MIB tree", "snmp_set_enum_print.html": "Return all values that are enums with their enum value instead of the raw integer", "snmp_set_oid_numeric_print.html": "Set the OID output format", "snmp_set_oid_output_format.html": "Set the OID output format", "snmp_set_quick_print.html": "设置 UCD SNMP 库中 quick_print 的值", "snmp_set_valueretrieval.html": "Specify the method how the SNMP values will be returned", "socket_accept.html": "Accepts a connection on a socket", "socket_addrinfo_bind.html": "Create and bind to a socket from a given addrinfo", "socket_addrinfo_connect.html": "Create and connect to a socket from a given addrinfo", "socket_addrinfo_explain.html": "Get information about addrinfo", "socket_addrinfo_lookup.html": "Get array with contents of getaddrinfo about the given hostname", "socket_bind.html": "给套接字绑定名字", "socket_clear_error.html": "清除套接字或者最后的错误代码上的错误", "socket_close.html": "关闭套接字资源", "socket_cmsg_space.html": "Calculate message buffer size", "socket_connect.html": "开启一个套接字连接", "socket_create.html": "创建一个套接字(通讯节点)", "socket_create_listen.html": "Opens a socket on port to accept connections", "socket_create_pair.html": "Creates a pair of indistinguishable sockets and stores them in an array", "socket_export_stream.html": "Export a socket extension resource into a stream that encapsulates a socket", "socket_getopt.html": "别名 socket_get_option", "socket_getpeername.html": "Queries the remote side of the given socket which may either result in hostport or in a Unix filesystem path, dependent on its type", "socket_getsockname.html": "Queries the local side of the given socket which may either result in hostport or in a Unix filesystem path, dependent on its type", "socket_get_option.html": "Gets socket options for the socket", "socket_get_status.html": "别名 stream_get_meta_data", "socket_import_stream.html": "Import a stream", "socket_last_error.html": "Returns the last error on the socket", "socket_listen.html": "Listens for a connection on a socket", "socket_read.html": "Reads a maximum of length bytes from a socket", "socket_recv.html": "从已连接的socket接收数据", "socket_recvfrom.html": "Receives data from a socket whether or not it is connection-oriented", "socket_recvmsg.html": "Read a message", "socket_select.html": "Runs the select() system call on the given arrays of sockets with a specified timeout", "socket_send.html": "Sends data to a connected socket", "socket_sendmsg.html": "Send a message", "socket_sendto.html": "Sends a message to a socket, whether it is connected or not", "socket_setopt.html": "别名 socket_set_option", "socket_set_block.html": "Sets blocking mode on a socket resource", "socket_set_blocking.html": "别名 stream_set_blocking", "socket_set_nonblock.html": "Sets nonblocking mode for file descriptor fd", "socket_set_option.html": "Sets socket options for the socket", "socket_set_timeout.html": "别名 stream_set_timeout", "socket_shutdown.html": "Shuts down a socket for receiving, sending, or both", "socket_strerror.html": "Return a string describing a socket error", "socket_write.html": "Write to a socket", "sodium_add.html": "Add large numbers", "sodium_bin2hex.html": "Encode to hexadecimal", "sodium_compare.html": "Compare large numbers", "sodium_crypto_aead_aes256gcm_decrypt.html": "Decrypt in combined mode with precalculation", "sodium_crypto_aead_aes256gcm_encrypt.html": "Encrypt in combined mode with precalculation", "sodium_crypto_aead_aes256gcm_is_available.html": "Check if hardware supports AES256-GCM", "sodium_crypto_aead_aes256gcm_keygen.html": "Get random bytes for key", "sodium_crypto_aead_chacha20poly1305_decrypt.html": "Verify that the ciphertext includes a valid tag", "sodium_crypto_aead_chacha20poly1305_encrypt.html": "Encrypt a message", "sodium_crypto_aead_chacha20poly1305_ietf_decrypt.html": "Verify that the ciphertext includes a valid tag", "sodium_crypto_aead_chacha20poly1305_ietf_encrypt.html": "Encrypt a message", "sodium_crypto_aead_chacha20poly1305_ietf_keygen.html": "Get random bytes for key", "sodium_crypto_aead_chacha20poly1305_keygen.html": "Get random bytes for key", "sodium_crypto_auth.html": "Compute a tag for the message", "sodium_crypto_auth_keygen.html": "Get random bytes for key", "sodium_crypto_auth_verify.html": "Verifies that the tag is valid for the message", "sodium_crypto_box.html": "Encrypt a message", "sodium_crypto_box_keypair.html": "Randomly generate a secret key and a corresponding public key", "sodium_crypto_box_open.html": "Verify and decrypt a ciphertext", "sodium_crypto_box_seal.html": "Encrypt a message", "sodium_crypto_box_seal_open.html": "Decrypt the ciphertext", "sodium_crypto_box_seed_keypair.html": "Deterministically derive the key pair from a single key", "sodium_crypto_generichash.html": "Get a hash of the message", "sodium_crypto_generichash_final.html": "Complete the hash", "sodium_crypto_generichash_init.html": "Initialize a hash", "sodium_crypto_generichash_keygen.html": "Get random bytes for key", "sodium_crypto_generichash_update.html": "Add message to a hash", "sodium_crypto_kdf_derive_from_key.html": "Derive a subkey", "sodium_crypto_kdf_keygen.html": "Get random bytes for key", "sodium_crypto_kx_keypair.html": "Creates a new sodium keypair", "sodium_crypto_pwhash.html": "Derive a key from a password", "sodium_crypto_pwhash_scryptsalsa208sha256.html": "Derives a key from a password", "sodium_crypto_pwhash_scryptsalsa208sha256_str.html": "Get an ASCII encoded hash", "sodium_crypto_pwhash_scryptsalsa208sha256_str_verify.html": "Verify that the password is a valid password verification string", "sodium_crypto_pwhash_str.html": "Get an ASCII-encoded hash", "sodium_crypto_pwhash_str_verify.html": "Verifies that a password matches a hash", "sodium_crypto_scalarmult.html": "Compute a shared secret given a user's secret key and another user's public key", "sodium_crypto_scalarmult_base.html": "别名 sodium_crypto_box_publickey_from_secretkey", "sodium_crypto_secretbox.html": "Encrypt a message", "sodium_crypto_secretbox_keygen.html": "Get random bytes for key", "sodium_crypto_secretbox_open.html": "Verify and decrypt a ciphertext", "sodium_crypto_shorthash.html": "Compute a fixed-size fingerprint for the message", "sodium_crypto_shorthash_keygen.html": "Get random bytes for key", "sodium_crypto_sign.html": "Sign a message", "sodium_crypto_sign_detached.html": "Sign the message", "sodium_crypto_sign_ed25519_pk_to_curve25519.html": "Convert an Ed25519 public key to a Curve25519 public key", "sodium_crypto_sign_ed25519_sk_to_curve25519.html": "Convert an Ed25519 secret key to a Curve25519 secret key", "sodium_crypto_sign_keypair.html": "Randomly generate a secret key and a corresponding public key", "sodium_crypto_sign_open.html": "Check that the signed message has a valid signature", "sodium_crypto_sign_publickey_from_secretkey.html": "Extract the public key from the secret key", "sodium_crypto_sign_seed_keypair.html": "Deterministically derive the key pair from a single key", "sodium_crypto_sign_verify_detached.html": "Verify signature for the message", "sodium_crypto_stream.html": "Generate a deterministic sequence of bytes from a seed", "sodium_crypto_stream_keygen.html": "Get random bytes for key", "sodium_crypto_stream_xor.html": "Encrypt a message", "sodium_hex2bin.html": "Decodes a hexadecimally encoded binary string", "sodium_increment.html": "Increment large number", "sodium_memcmp.html": "Test for equality in constant-time", "sodium_memzero.html": "Overwrite buf with zeros", "sodium_pad.html": "Add padding data", "sodium_unpad.html": "Remove padding data", "solr_get_version.html": "返回当前Solr扩展的版本", "sort.html": "对数组排序", "soundex.html": "Calculate the soundex key of a string", "split.html": "用正则表达式将字符串分割到数组中", "spliti.html": "用正则表达式不区分大小写将字符串分割到数组中", "spl_autoload.html": "__autoload()函数的默认实现", "spl_autoload_call.html": "尝试调用所有已注册的__autoload()函数来装载请求类", "spl_autoload_extensions.html": "注册并返回spl_autoload函数使用的默认文件扩展名。", "spl_autoload_functions.html": "返回所有已注册的__autoload()函数。", "spl_autoload_register.html": "注册给定的函数作为 __autoload 的实现", "spl_autoload_unregister.html": "注销已注册的__autoload()函数", "spl_classes.html": "返回所有可用的SPL类", "spl_object_hash.html": "返回指定对象的hash id", "spl_object_id.html": "Return the integer object handle for given object", "sprintf.html": "Return a formatted string", "sqlite_array_query.html": "Execute a query against a given database and returns an array", "sqlite_busy_timeout.html": "Set busy timeout duration, or disable busy handlers", "sqlite_changes.html": "Returns the number of rows that were changed by ", "sqlite_close.html": "Closes an open SQLite database", "sqlite_column.html": "Fetches a column from the current row of a result set", "sqlite_create_aggregate.html": "Register an aggregating UDF for use in SQL statements", "sqlite_create_function.html": "Registers a "regular" User Defined Function for use in SQL statements", "sqlite_current.html": "Fetches the current row from a result set as an array", "sqlite_error_string.html": "Returns the textual description of an error code", "sqlite_escape_string.html": "Escapes a string for use as a query parameter", "sqlite_exec.html": "Executes a result-less query against a given database", "sqlite_factory.html": "Opens an SQLite database and returns an SQLiteDatabase object", "sqlite_fetch_all.html": "Fetches all rows from a result set as an array of arrays", "sqlite_fetch_array.html": "Fetches the next row from a result set as an array", "sqlite_fetch_column_types.html": "Return an array of column types from a particular table", "sqlite_fetch_object.html": "Fetches the next row from a result set as an object", "sqlite_fetch_single.html": "Fetches the first column of a result set as a string", "sqlite_fetch_string.html": "别名 sqlite_fetch_single", "sqlite_field_name.html": "Returns the name of a particular field", "sqlite_has_more.html": "Finds whether or not more rows are available", "sqlite_has_prev.html": "Returns whether or not a previous row is available", "sqlite_key.html": "Returns the current row index", "sqlite_last_error.html": "Returns the error code of the last error for a database", "sqlite_last_insert_rowid.html": "Returns the rowid of the most recently inserted row", "sqlite_libencoding.html": "Returns the encoding of the linked SQLite library", "sqlite_libversion.html": "Returns the version of the linked SQLite library", "sqlite_next.html": "Seek to the next row number", "sqlite_num_fields.html": "Returns the number of fields in a result set", "sqlite_num_rows.html": "Returns the number of rows in a buffered result set", "sqlite_open.html": "Opens an SQLite database and create the database if it does not exist", "sqlite_popen.html": "Opens a persistent handle to an SQLite database and create the database if it does not exist", "sqlite_prev.html": "Seek to the previous row number of a result set", "sqlite_query.html": "Executes a query against a given database and returns a result handle", "sqlite_rewind.html": "Seek to the first row number", "sqlite_seek.html": "Seek to a particular row number of a buffered result set", "sqlite_single_query.html": "Executes a query and returns either an array for one single column or the value of the first row", "sqlite_udf_decode_binary.html": "Decode binary data passed as parameters to an UDF", "sqlite_udf_encode_binary.html": "Encode binary data before returning it from an UDF", "sqlite_unbuffered_query.html": "Execute a query that does not prefetch and buffer all data", "sqlite_valid.html": "Returns whether more rows are available", "sqlsrv_begin_transaction.html": "Begins a database transaction", "sqlsrv_cancel.html": "Cancels a statement", "sqlsrv_client_info.html": "Returns information about the client and specified connection", "sqlsrv_close.html": "Closes an open connection and releases resourses associated with the connection", "sqlsrv_commit.html": "Commits a transaction that was begun with sqlsrv_begin_transaction", "sqlsrv_configure.html": "Changes the driver error handling and logging configurations", "sqlsrv_connect.html": "Opens a connection to a Microsoft SQL Server database", "sqlsrv_errors.html": "Returns error and warning information about the last SQLSRV operation performed", "sqlsrv_execute.html": "Executes a statement prepared with sqlsrv_prepare", "sqlsrv_fetch.html": "Makes the next row in a result set available for reading", "sqlsrv_fetch_array.html": "Returns a row as an array", "sqlsrv_fetch_object.html": "Retrieves the next row of data in a result set as an object", "sqlsrv_field_metadata.html": "Retrieves metadata for the fields of a statement pre", "sqlsrv_free_stmt.html": "Frees all resources for the specified statement", "sqlsrv_get_config.html": "Returns the value of the specified configuration setting", "sqlsrv_get_field.html": "Gets field data from the currently selected row", "sqlsrv_has_rows.html": "Indicates whether the specified statement has rows", "sqlsrv_next_result.html": "Makes the next result of the specified statement active", "sqlsrv_num_fields.html": "Retrieves the number of fields (columns) on a statement", "sqlsrv_num_rows.html": "Retrieves the number of rows in a result set", "sqlsrv_prepare.html": "Prepares a query for execution", "sqlsrv_query.html": "Prepares and executes a query", "sqlsrv_rollback.html": "Rolls back a transaction that was be", "sqlsrv_rows_affected.html": "Returns the number of rows modified by the last INSERT, UP", "sqlsrv_send_stream_data.html": "Sends data from parameter streams to the server", "sqlsrv_server_info.html": "Returns information about the server", "sql_regcase.html": "产生用于不区分大小的匹配的正则表达式", "sqrt.html": "平方根", "srand.html": "播下随机数发生器种子", "sscanf.html": "根据指定格式解析输入的字符", "ssdeep_fuzzy_compare.html": "Calculates the match score between two fuzzy hash signatures", "ssdeep_fuzzy_hash.html": "Create a fuzzy hash from a string", "ssdeep_fuzzy_hash_filename.html": "Create a fuzzy hash from a file", "ssh2_auth_agent.html": "Authenticate over SSH using the ssh agent", "ssh2_auth_hostbased_file.html": "Authenticate using a public hostkey", "ssh2_auth_none.html": "Authenticate as "none"", "ssh2_auth_password.html": "Authenticate over SSH using a plain password", "ssh2_auth_pubkey_file.html": "Authenticate using a public key", "ssh2_connect.html": "Connect to an SSH server", "ssh2_disconnect.html": "Close a connection to a remote SSH server", "ssh2_exec.html": "Execute a command on a remote server", "ssh2_fetch_stream.html": "Fetch an extended data stream", "ssh2_fingerprint.html": "Retrieve fingerprint of remote server", "ssh2_methods_negotiated.html": "Return list of negotiated methods", "ssh2_publickey_add.html": "Add an authorized publickey", "ssh2_publickey_init.html": "Initialize Publickey subsystem", "ssh2_publickey_list.html": "List currently authorized publickeys", "ssh2_publickey_remove.html": "Remove an authorized publickey", "ssh2_scp_recv.html": "Request a file via SCP", "ssh2_scp_send.html": "Send a file via SCP", "ssh2_sftp.html": "Initialize SFTP subsystem", "ssh2_sftp_chmod.html": "Changes file mode", "ssh2_sftp_lstat.html": "Stat a symbolic link", "ssh2_sftp_mkdir.html": "Create a directory", "ssh2_sftp_readlink.html": "Return the target of a symbolic link", "ssh2_sftp_realpath.html": "Resolve the realpath of a provided path string", "ssh2_sftp_rename.html": "Rename a remote file", "ssh2_sftp_rmdir.html": "Remove a directory", "ssh2_sftp_stat.html": "Stat a file on a remote filesystem", "ssh2_sftp_symlink.html": "Create a symlink", "ssh2_sftp_unlink.html": "Delete a file", "ssh2_shell.html": "Request an interactive shell", "ssh2_tunnel.html": "Open a tunnel through a remote server", "stat.html": "给出文件的信息", "stats_absolute_deviation.html": "Returns the absolute deviation of an array of values", "stats_cdf_beta.html": "Calculates any one parameter of the beta distribution given values for the others", "stats_cdf_binomial.html": "Calculates any one parameter of the binomial distribution given values for the others", "stats_cdf_cauchy.html": "Calculates any one parameter of the Cauchy distribution given values for the others", "stats_cdf_chisquare.html": "Calculates any one parameter of the chi-square distribution given values for the others", "stats_cdf_exponential.html": "Calculates any one parameter of the exponential distribution given values for the others", "stats_cdf_f.html": "Calculates any one parameter of the F distribution given values for the others", "stats_cdf_gamma.html": "Calculates any one parameter of the gamma distribution given values for the others", "stats_cdf_laplace.html": "Calculates any one parameter of the Laplace distribution given values for the others", "stats_cdf_logistic.html": "Calculates any one parameter of the logistic distribution given values for the others", "stats_cdf_negative_binomial.html": "Calculates any one parameter of the negative binomial distribution given values for the others", "stats_cdf_noncentral_chisquare.html": "Calculates any one parameter of the non-central chi-square distribution given values for the others", "stats_cdf_noncentral_f.html": "Calculates any one parameter of the non-central F distribution given values for the others", "stats_cdf_noncentral_t.html": "Calculates any one parameter of the non-central t-distribution give values for the others", "stats_cdf_normal.html": "Calculates any one parameter of the normal distribution given values for the others", "stats_cdf_poisson.html": "Calculates any one parameter of the Poisson distribution given values for the others", "stats_cdf_t.html": "Calculates any one parameter of the t-distribution given values for the others", "stats_cdf_uniform.html": "Calculates any one parameter of the uniform distribution given values for the others", "stats_cdf_weibull.html": "Calculates any one parameter of the Weibull distribution given values for the others", "stats_covariance.html": "Computes the covariance of two data sets", "stats_dens_beta.html": "Probability density function of the beta distribution", "stats_dens_cauchy.html": "Probability density function of the Cauchy distribution", "stats_dens_chisquare.html": "Probability density function of the chi-square distribution", "stats_dens_exponential.html": "Probability density function of the exponential distribution", "stats_dens_f.html": "Probability density function of the F distribution", "stats_dens_gamma.html": "Probability density function of the gamma distribution", "stats_dens_laplace.html": "Probability density function of the Laplace distribution", "stats_dens_logistic.html": "Probability density function of the logistic distribution", "stats_dens_normal.html": "Probability density function of the normal distribution", "stats_dens_pmf_binomial.html": "Probability mass function of the binomial distribution", "stats_dens_pmf_hypergeometric.html": "Probability mass function of the hypergeometric distribution", "stats_dens_pmf_negative_binomial.html": "Probability density function of the negative binomial distribution", "stats_dens_pmf_poisson.html": "Probability mass function of the Poisson distribution", "stats_dens_t.html": "Probability density function of the t-distribution", "stats_dens_uniform.html": "Probability density function of the uniform distribution", "stats_dens_weibull.html": "Probability density function of the Weibull distribution", "stats_harmonic_mean.html": "Returns the harmonic mean of an array of values", "stats_kurtosis.html": "Computes the kurtosis of the data in the array", "stats_rand_gen_beta.html": "Generates a random deviate from the beta distribution", "stats_rand_gen_chisquare.html": "Generates a random deviate from the chi-square distribution", "stats_rand_gen_exponential.html": "Generates a random deviate from the exponential distribution", "stats_rand_gen_f.html": "Generates a random deviate from the F distribution", "stats_rand_gen_funiform.html": "Generates uniform float between low (exclusive) and high (exclusive)", "stats_rand_gen_gamma.html": "Generates a random deviate from the gamma distribution", "stats_rand_gen_ibinomial.html": "Generates a random deviate from the binomial distribution", "stats_rand_gen_ibinomial_negative.html": "Generates a random deviate from the negative binomial distribution", "stats_rand_gen_int.html": "Generates random integer between 1 and 2147483562", "stats_rand_gen_ipoisson.html": "Generates a single random deviate from a Poisson distribution", "stats_rand_gen_iuniform.html": "Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)", "stats_rand_gen_noncenral_chisquare.html": "Generates a random deviate from the non-central chi-square distribution", "stats_rand_gen_noncentral_chisquare.html": "Generates a random deviate from the non-central chi-square distribution", "stats_rand_gen_noncentral_f.html": "Generates a random deviate from the noncentral F distribution", "stats_rand_gen_noncentral_t.html": "Generates a single random deviate from a non-central t-distribution", "stats_rand_gen_normal.html": "Generates a single random deviate from a normal distribution", "stats_rand_gen_t.html": "Generates a single random deviate from a t-distribution", "stats_rand_get_seeds.html": "Get the seed values of the random number generator", "stats_rand_phrase_to_seeds.html": "Generate two seeds for the RGN random number generator", "stats_rand_ranf.html": "Generates a random floating point number between 0 and 1", "stats_rand_setall.html": "Set seed values to the random generator", "stats_skew.html": "Computes the skewness of the data in the array", "stats_standard_deviation.html": "Returns the standard deviation", "stats_stat_binomial_coef.html": "Returns a binomial coefficient", "stats_stat_correlation.html": "Returns the Pearson correlation coefficient of two data sets", "stats_stat_factorial.html": "Returns the factorial of an integer", "stats_stat_independent_t.html": "Returns the t-value from the independent two-sample t-test", "stats_stat_innerproduct.html": "Returns the inner product of two vectors", "stats_stat_paired_t.html": "Returns the t-value of the dependent t-test for paired samples", "stats_stat_percentile.html": "Returns the percentile value", "stats_stat_powersum.html": "Returns the power sum of a vector", "stats_variance.html": "Returns the variance", "stomp_connect_error.html": "Returns a string description of the last connect error", "stomp_version.html": "Gets the current stomp extension version", "strcasecmp.html": "二进制安全比较字符串(不区分大小写)", "strchr.html": "别名 strstr", "strcmp.html": "二进制安全字符串比较", "strcoll.html": "基于区域设置的字符串比较", "strcspn.html": "获取不匹配遮罩的起始子字符串的长度", "stream_bucket_append.html": "Append bucket to brigade", "stream_bucket_make_writeable.html": "Return a bucket object from the brigade for operating on", "stream_bucket_new.html": "Create a new bucket for use on the current stream", "stream_bucket_prepend.html": "Prepend bucket to brigade", "stream_context_create.html": "创建资源流上下文", "stream_context_get_default.html": "Retrieve the default stream context", "stream_context_get_options.html": "获取资源流数据包上下文的参数", "stream_context_get_params.html": "Retrieves parameters from a context", "stream_context_set_default.html": "Set the default stream context", "stream_context_set_option.html": "对资源流、数据包或者上下文设置参数", "stream_context_set_params.html": "Set parameters for a streamwrappercontext", "stream_copy_to_stream.html": "Copies data from one stream to another", "stream_filter_append.html": "Attach a filter to a stream", "stream_filter_prepend.html": "Attach a filter to a stream", "stream_filter_register.html": "Register a user defined stream filter", "stream_filter_remove.html": "从资源流里移除某个过滤器", "stream_get_contents.html": "读取资源流到一个字符串", "stream_get_filters.html": "获取已注册的数据流过滤器列表", "stream_get_line.html": "从资源流里读取一行直到给定的定界符", "stream_get_meta_data.html": "从封装协议文件指针中取得报头/元数据", "stream_get_transports.html": "获取已注册的套接字传输协议列表", "stream_get_wrappers.html": "获取已注册的流类型", "stream_isatty.html": "Check if a stream is a TTY", "stream_is_local.html": "Checks if a stream is a local stream", "stream_notification_callback.html": "A callback function for the notification context parameter", "stream_register_wrapper.html": "别名 stream_wrapper_register", "stream_resolve_include_path.html": "Resolve filename against the include path", "stream_select.html": "Runs the equivalent of the select() system call on t", "stream_set_blocking.html": "为资源流设置阻塞或者阻塞模式", "stream_set_chunk_size.html": "设置资源流区块大小", "stream_set_read_buffer.html": "Set read file buffering on the given stream", "stream_set_timeout.html": "Set timeout period on a stream", "stream_set_write_buffer.html": "Sets write file buffering on the given stream", "stream_socket_accept.html": "接受由 stream_socket_server 创建的套接字连接", "stream_socket_client.html": "Open Internet or Unix domain socket connection", "stream_socket_enable_crypto.html": "Turns encryption onoff on an already connected socket", "stream_socket_get_name.html": "获取本地或者远程的套接字名称", "stream_socket_pair.html": "创建一对完全一样的网络套接字连接流", "stream_socket_recvfrom.html": "Receives data from a socket, connected or not", "stream_socket_sendto.html": "Sends a message to a socket, whether it is connected or not", "stream_socket_server.html": "Create an Internet or Unix domain server socket", "stream_socket_shutdown.html": "Shutdown a full-duplex connection", "stream_supports_lock.html": "Tells whether the stream supports locking", "stream_wrapper_register.html": "注册一个用 PHP 类实现的 URL 封装协议", "stream_wrapper_restore.html": "Restores a previously unregistered built-in wrapper", "stream_wrapper_unregister.html": "Unregister a URL wrapper", "strftime.html": "根据区域设置格式化本地时间/日期", "stripcslashes.html": "反引用一个使用 addcslashes 转义的字符串", "stripos.html": "查找字符串首次出现的位置(不区分大小写)", "stripslashes.html": "反引用一个引用字符串", "strip_tags.html": "从字符串中去除 HTML 和 PHP 标记", "stristr.html": "strstr 函数的忽略大小写版本", "strlen.html": "获取字符串长度", "strnatcasecmp.html": "使用“自然顺序”算法比较字符串(不区分大小写)", "strnatcmp.html": "使用自然排序算法比较字符串", "strncasecmp.html": "二进制安全比较字符串开头的若干个字符(不区分大小写)", "strncmp.html": "二进制安全比较字符串开头的若干个字符", "strpbrk.html": "在字符串中查找一组字符的任何一个字符", "strpos.html": "查找字符串首次出现的位置", "strptime.html": "解析由 strftime 生成的日期/时间", "strrchr.html": "查找指定字符在字符串中的最后一次出现", "strrev.html": "反转字符串", "strripos.html": "计算指定字符串在目标字符串中最后一次出现的位置(不区分大小写)", "strrpos.html": "计算指定字符串在目标字符串中最后一次出现的位置", "strspn.html": "计算字符串中全部字符都存在于指定字符集合中的第一段子串的长度。", "strstr.html": "查找字符串的首次出现", "strtok.html": "标记分割字符串", "strtolower.html": "将字符串转化为小写", "strtotime.html": "将任何字符串的日期时间描述解析为 Unix 时间戳", "strtoupper.html": "将字符串转化为大写", "strtr.html": "转换指定字符", "strval.html": "获取变量的字符串值", "str_getcsv.html": "解析 CSV 字符串为一个数组", "str_ireplace.html": "str_replace 的忽略大小写版本", "str_pad.html": "使用另一个字符串填充字符串为指定长度", "str_repeat.html": "重复一个字符串", "str_replace.html": "子字符串替换", "str_rot13.html": "对字符串执行 ROT13 转换", "str_shuffle.html": "随机打乱一个字符串", "str_split.html": "将字符串转换为数组", "str_word_count.html": "返回字符串中单词的使用情况", "substr.html": "返回字符串的子串", "substr_compare.html": "二进制安全比较字符串(从偏移位置比较指定长度)", "substr_count.html": "计算字串出现的次数", "substr_replace.html": "替换字符串的子串", "svn_add.html": "计划在工作目录添加项", "svn_auth_get_parameter.html": "Retrieves authentication parameter", "svn_auth_set_parameter.html": "Sets an authentication parameter", "svn_blame.html": "Get the SVN blame for a file", "svn_cat.html": "Returns the contents of a file in a repository", "svn_checkout.html": "Checks out a working copy from the repository", "svn_cleanup.html": "Recursively cleanup a working copy directory, finishing incomplete operations and removing locks", "svn_client_version.html": "Returns the version of the SVN client libraries", "svn_commit.html": "将修改的本地文件副本发送至版本库", "svn_delete.html": "Delete items from a working copy or repository", "svn_diff.html": "Recursively diffs two paths", "svn_export.html": "Export the contents of a SVN directory", "svn_fs_abort_txn.html": "Abort a transaction, returns true if everything is okay, false otherwise", "svn_fs_apply_text.html": "Creates and returns a stream that will be used to replace", "svn_fs_begin_txn2.html": "Create a new transaction", "svn_fs_change_node_prop.html": "Return true if everything is ok, false otherwise", "svn_fs_check_path.html": "Determines what kind of item lives at path in a given repository fsroot", "svn_fs_contents_changed.html": "Return true if content is different, false otherwise", "svn_fs_copy.html": "Copies a file or a directory, returns true if all is ok, false otherwise", "svn_fs_delete.html": "Deletes a file or a directory, return true if all is ok, false otherwise", "svn_fs_dir_entries.html": "Enumerates the directory entries under path; returns a hash of dir names to file type", "svn_fs_file_contents.html": "Returns a stream to access the contents of a file from a given version of the fs", "svn_fs_file_length.html": "Returns the length of a file from a given version of the fs", "svn_fs_is_dir.html": "Return true if the path points to a directory, false otherwise", "svn_fs_is_file.html": "Return true if the path points to a file, false otherwise", "svn_fs_make_dir.html": "Creates a new empty directory, returns true if all is ok, false otherwise", "svn_fs_make_file.html": "Creates a new empty file, returns true if all is ok, false otherwise", "svn_fs_node_created_rev.html": "Returns the revision in which path under fsroot was created", "svn_fs_node_prop.html": "Returns the value of a property for a node", "svn_fs_props_changed.html": "Return true if props are different, false otherwise", "svn_fs_revision_prop.html": "Fetches the value of a named property", "svn_fs_revision_root.html": "Get a handle on a specific version of the repository root", "svn_fs_txn_root.html": "Creates and returns a transaction root", "svn_fs_youngest_rev.html": "Returns the number of the youngest revision in the filesystem", "svn_import.html": "Imports an unversioned path into a repository", "svn_log.html": "Returns the commit log messages of a repository URL", "svn_ls.html": "Returns list of directory contents in repository URL, optionally at revision number", "svn_mkdir.html": "Creates a directory in a working copy or repository", "svn_repos_create.html": "Create a new subversion repository at path", "svn_repos_fs.html": "Gets a handle on the filesystem for a repository", "svn_repos_fs_begin_txn_for_commit.html": "Create a new transaction", "svn_repos_fs_commit_txn.html": "Commits a transaction and returns the new revision", "svn_repos_hotcopy.html": "Make a hot-copy of the repos at repospath; copy it to destpath", "svn_repos_open.html": "Open a shared lock on a repository", "svn_repos_recover.html": "Run recovery procedures on the repository located at path", "svn_revert.html": "Revert changes to the working copy", "svn_status.html": "Returns the status of working copy files and directories", "svn_update.html": "Update working copy", "swoole_async_dns_lookup.html": "Async and non-blocking hostname to IP lookup", "swoole_async_read.html": "Read file stream asynchronously", "swoole_async_readfile.html": "Read a file asynchronously", "swoole_async_set.html": "Update the async IO options", "swoole_async_write.html": "Write data to a file stream asynchronously", "swoole_async_writefile.html": "Write data to a file asynchronously", "swoole_client_select.html": "Get the file description which are ready to readwrite or error", "swoole_cpu_num.html": "Get the number of CPU", "swoole_errno.html": "Get the error code of the latest system call", "swoole_event_add.html": "Add new callback functions of a socket into the EventLoop", "swoole_event_defer.html": "Add callback function to the next event loop", "swoole_event_del.html": "Remove all event callback functions of a socket", "swoole_event_exit.html": "Exit the eventloop, only available at the client side", "swoole_event_set.html": "Update the event callback functions of a socket", "swoole_event_wait.html": "Start the event loop", "swoole_event_write.html": "Write data to a socket", "swoole_get_local_ip.html": "Get the IPv4 IP addresses of each NIC on the machine", "swoole_last_error.html": "Get the lastest error message", "swoole_load_module.html": "Load a swoole extension", "swoole_select.html": "Select the file descriptions which are ready to readwrite or error in the eventloop", "swoole_set_process_name.html": "Set the process name", "swoole_strerror.html": "Convert the Errno into error messages", "swoole_timer_after.html": "Trigger a one time callback function in the future", "swoole_timer_exists.html": "Check if a timer callback function is existed", "swoole_timer_tick.html": "Trigger a timer tick callback function by time interval", "swoole_version.html": "Get the version of Swoole", "sybase_affected_rows.html": "Gets number of affected rows in last query", "sybase_close.html": "Closes a Sybase connection", "sybase_connect.html": "Opens a Sybase server connection", "sybase_data_seek.html": "Moves internal row pointer", "sybase_deadlock_retry_count.html": "Sets the deadlock retry count", "sybase_fetch_array.html": "Fetch row as array", "sybase_fetch_assoc.html": "Fetch a result row as an associative array", "sybase_fetch_field.html": "Get field information from a result", "sybase_fetch_object.html": "Fetch a row as an object", "sybase_fetch_row.html": "Get a result row as an enumerated array", "sybase_field_seek.html": "Sets field offset", "sybase_free_result.html": "Frees result memory", "sybase_get_last_message.html": "Returns the last message from the server", "sybase_min_client_severity.html": "Sets minimum client severity", "sybase_min_error_severity.html": "Sets minimum error severity", "sybase_min_message_severity.html": "Sets minimum message severity", "sybase_min_server_severity.html": "Sets minimum server severity", "sybase_num_fields.html": "Gets the number of fields in a result set", "sybase_num_rows.html": "Get number of rows in a result set", "sybase_pconnect.html": "Open persistent Sybase connection", "sybase_query.html": "Sends a Sybase query", "sybase_result.html": "Get result data", "sybase_select_db.html": "Selects a Sybase database", "sybase_set_message_handler.html": "Sets the handler called when a server message is raised", "sybase_unbuffered_query.html": "Send a Sybase query and do not block", "symlink.html": "建立符号连接", "syslog.html": "Generate a system log message", "system.html": "执行外部程序,并且显示输出", "sys_getloadavg.html": "获取系统的负载(load average)", "sys_get_temp_dir.html": "返回用于临时文件的目录", "taint.html": "Taint a string", "tan.html": "正切", "tanh.html": "双曲正切", "tcpwrap_check.html": "Performs a tcpwrap check", "tempnam.html": "建立一个具有唯一文件名的文件", "textdomain.html": "Sets the default domain", "tidy_access_count.html": "Returns the Number of Tidy accessibility warnings encountered for specified document", "tidy_config_count.html": "Returns the Number of Tidy configuration errors encountered for specified document", "tidy_error_count.html": "Returns the Number of Tidy errors encountered for specified document", "tidy_get_output.html": "Return a string representing the parsed tidy markup", "tidy_warning_count.html": "Returns the Number of Tidy warnings encountered for specified document", "time.html": "返回当前的 Unix 时间戳", "timezone_abbreviations_list.html": "别名 DateTimeZonelistAbbreviations", "timezone_identifiers_list.html": "别名 DateTimeZonelistIdentifiers", "timezone_location_get.html": "别名 DateTimeZonegetLocation", "timezone_name_from_abbr.html": "Returns the timezone name from abbreviation", "timezone_name_get.html": "别名 DateTimeZonegetName", "timezone_offset_get.html": "别名 DateTimeZonegetOffset", "timezone_open.html": "别名 DateTimeZone__construct", "timezone_transitions_get.html": "别名 DateTimeZonegetTransitions", "timezone_version_get.html": "Gets the version of the timezonedb", "time_nanosleep.html": "延缓执行若干秒和纳秒", "time_sleep_until.html": "使脚本睡眠到指定的时间为止。", "tmpfile.html": "建立一个临时文件", "token_get_all.html": "将提供的源码按 PHP 标记进行分割", "token_name.html": "获取提供的 PHP 解析器代号的符号名称", "touch.html": "设定文件的访问和修改时间", "trader_acos.html": "Vector Trigonometric ACos", "trader_ad.html": "Chaikin AD Line", "trader_add.html": "Vector Arithmetic Add", "trader_adosc.html": "Chaikin AD Oscillator", "trader_adx.html": "Average Directional Movement Index", "trader_adxr.html": "Average Directional Movement Index Rating", "trader_apo.html": "Absolute Price Oscillator", "trader_aroon.html": "Aroon", "trader_aroonosc.html": "Aroon Oscillator", "trader_asin.html": "Vector Trigonometric ASin", "trader_atan.html": "Vector Trigonometric ATan", "trader_atr.html": "Average True Range", "trader_avgprice.html": "Average Price", "trader_bbands.html": "Bollinger Bands", "trader_beta.html": "Beta", "trader_bop.html": "Balance Of Power", "trader_cci.html": "Commodity Channel Index", "trader_cdl2crows.html": "Two Crows", "trader_cdl3blackcrows.html": "Three Black Crows", "trader_cdl3inside.html": "Three Inside UpDown", "trader_cdl3linestrike.html": "Three-Line Strike", "trader_cdl3outside.html": "Three Outside UpDown", "trader_cdl3starsinsouth.html": "Three Stars In The South", "trader_cdl3whitesoldiers.html": "Three Advancing White Soldiers", "trader_cdlabandonedbaby.html": "Abandoned Baby", "trader_cdladvanceblock.html": "Advance Block", "trader_cdlbelthold.html": "Belt-hold", "trader_cdlbreakaway.html": "Breakaway", "trader_cdlclosingmarubozu.html": "Closing Marubozu", "trader_cdlconcealbabyswall.html": "Concealing Baby Swallow", "trader_cdlcounterattack.html": "Counterattack", "trader_cdldarkcloudcover.html": "Dark Cloud Cover", "trader_cdldoji.html": "Doji", "trader_cdldojistar.html": "Doji Star", "trader_cdldragonflydoji.html": "Dragonfly Doji", "trader_cdlengulfing.html": "Engulfing Pattern", "trader_cdleveningdojistar.html": "Evening Doji Star", "trader_cdleveningstar.html": "Evening Star", "trader_cdlgapsidesidewhite.html": "UpDown-gap side-by-side white lines", "trader_cdlgravestonedoji.html": "Gravestone Doji", "trader_cdlhammer.html": "Hammer", "trader_cdlhangingman.html": "Hanging Man", "trader_cdlharami.html": "Harami Pattern", "trader_cdlharamicross.html": "Harami Cross Pattern", "trader_cdlhighwave.html": "High-Wave Candle", "trader_cdlhikkake.html": "Hikkake Pattern", "trader_cdlhikkakemod.html": "Modified Hikkake Pattern", "trader_cdlhomingpigeon.html": "Homing Pigeon", "trader_cdlidentical3crows.html": "Identical Three Crows", "trader_cdlinneck.html": "In-Neck Pattern", "trader_cdlinvertedhammer.html": "Inverted Hammer", "trader_cdlkicking.html": "Kicking", "trader_cdlkickingbylength.html": "Kicking - bullbear determined by the longer marubozu", "trader_cdlladderbottom.html": "Ladder Bottom", "trader_cdllongleggeddoji.html": "Long Legged Doji", "trader_cdllongline.html": "Long Line Candle", "trader_cdlmarubozu.html": "Marubozu", "trader_cdlmatchinglow.html": "Matching Low", "trader_cdlmathold.html": "Mat Hold", "trader_cdlmorningdojistar.html": "Morning Doji Star", "trader_cdlmorningstar.html": "Morning Star", "trader_cdlonneck.html": "On-Neck Pattern", "trader_cdlpiercing.html": "Piercing Pattern", "trader_cdlrickshawman.html": "Rickshaw Man", "trader_cdlrisefall3methods.html": "RisingFalling Three Methods", "trader_cdlseparatinglines.html": "Separating Lines", "trader_cdlshootingstar.html": "Shooting Star", "trader_cdlshortline.html": "Short Line Candle", "trader_cdlspinningtop.html": "Spinning Top", "trader_cdlstalledpattern.html": "Stalled Pattern", "trader_cdlsticksandwich.html": "Stick Sandwich", "trader_cdltakuri.html": "Takuri (Dragonfly Doji with very long lower shadow)", "trader_cdltasukigap.html": "Tasuki Gap", "trader_cdlthrusting.html": "Thrusting Pattern", "trader_cdltristar.html": "Tristar Pattern", "trader_cdlunique3river.html": "Unique 3 River", "trader_cdlupsidegap2crows.html": "Upside Gap Two Crows", "trader_cdlxsidegap3methods.html": "UpsideDownside Gap Three Methods", "trader_ceil.html": "Vector Ceil", "trader_cmo.html": "Chande Momentum Oscillator", "trader_correl.html": "Pearson's Correlation Coefficient (r)", "trader_cos.html": "Vector Trigonometric Cos", "trader_cosh.html": "Vector Trigonometric Cosh", "trader_dema.html": "Double Exponential Moving Average", "trader_div.html": "Vector Arithmetic Div", "trader_dx.html": "Directional Movement Index", "trader_ema.html": "Exponential Moving Average", "trader_errno.html": "Get error code", "trader_exp.html": "Vector Arithmetic Exp", "trader_floor.html": "Vector Floor", "trader_get_compat.html": "Get compatibility mode", "trader_get_unstable_period.html": "Get unstable period", "trader_ht_dcperiod.html": "Hilbert Transform - Dominant Cycle Period", "trader_ht_dcphase.html": "Hilbert Transform - Dominant Cycle Phase", "trader_ht_phasor.html": "Hilbert Transform - Phasor Components", "trader_ht_sine.html": "Hilbert Transform - SineWave", "trader_ht_trendline.html": "Hilbert Transform - Instantaneous Trendline", "trader_ht_trendmode.html": "Hilbert Transform - Trend vs Cycle Mode", "trader_kama.html": "Kaufman Adaptive Moving Average", "trader_linearreg.html": "Linear Regression", "trader_linearreg_angle.html": "Linear Regression Angle", "trader_linearreg_intercept.html": "Linear Regression Intercept", "trader_linearreg_slope.html": "Linear Regression Slope", "trader_ln.html": "Vector Log Natural", "trader_log10.html": "Vector Log10", "trader_ma.html": "Moving average", "trader_macd.html": "Moving Average ConvergenceDivergence", "trader_macdext.html": "MACD with controllable MA type", "trader_macdfix.html": "Moving Average ConvergenceDivergence Fix 1226", "trader_mama.html": "MESA Adaptive Moving Average", "trader_mavp.html": "Moving average with variable period", "trader_max.html": "Highest value over a specified period", "trader_maxindex.html": "Index of highest value over a specified period", "trader_medprice.html": "Median Price", "trader_mfi.html": "Money Flow Index", "trader_midpoint.html": "MidPoint over period", "trader_midprice.html": "Midpoint Price over period", "trader_min.html": "Lowest value over a specified period", "trader_minindex.html": "Index of lowest value over a specified period", "trader_minmax.html": "Lowest and highest values over a specified period", "trader_minmaxindex.html": "Indexes of lowest and highest values over a specified period", "trader_minus_di.html": "Minus Directional Indicator", "trader_minus_dm.html": "Minus Directional Movement", "trader_mom.html": "Momentum", "trader_mult.html": "Vector Arithmetic Mult", "trader_natr.html": "Normalized Average True Range", "trader_obv.html": "On Balance Volume", "trader_plus_di.html": "Plus Directional Indicator", "trader_plus_dm.html": "Plus Directional Movement", "trader_ppo.html": "Percentage Price Oscillator", "trader_roc.html": "Rate of change ((priceprevPrice)-1)100", "trader_rocp.html": "Rate of change Percentage (price-prevPrice)prevPrice", "trader_rocr.html": "Rate of change ratio (priceprevPrice)", "trader_rocr100.html": "Rate of change ratio 100 scale (priceprevPrice)100", "trader_rsi.html": "Relative Strength Index", "trader_sar.html": "Parabolic SAR", "trader_sarext.html": "Parabolic SAR - Extended", "trader_set_compat.html": "Set compatibility mode", "trader_set_unstable_period.html": "Set unstable period", "trader_sin.html": "Vector Trigonometric Sin", "trader_sinh.html": "Vector Trigonometric Sinh", "trader_sma.html": "Simple Moving Average", "trader_sqrt.html": "Vector Square Root", "trader_stddev.html": "Standard Deviation", "trader_stoch.html": "Stochastic", "trader_stochf.html": "Stochastic Fast", "trader_stochrsi.html": "Stochastic Relative Strength Index", "trader_sub.html": "Vector Arithmetic Subtraction", "trader_sum.html": "Summation", "trader_t3.html": "Triple Exponential Moving Average (T3)", "trader_tan.html": "Vector Trigonometric Tan", "trader_tanh.html": "Vector Trigonometric Tanh", "trader_tema.html": "Triple Exponential Moving Average", "trader_trange.html": "True Range", "trader_trima.html": "Triangular Moving Average", "trader_trix.html": "1-day Rate-Of-Change (ROC) of a Triple Smooth EMA", "trader_tsf.html": "Time Series Forecast", "trader_typprice.html": "Typical Price", "trader_ultosc.html": "Ultimate Oscillator", "trader_var.html": "Variance", "trader_wclprice.html": "Weighted Close Price", "trader_willr.html": "Williams' %R", "trader_wma.html": "Weighted Moving Average", "trait_exists.html": "检查指定的 trait 是否存在", "trigger_error.html": "产生一个用户级别的 errorwarningnotice 信息", "trim.html": "去除字符串首尾处的空白字符(或者其他字符)", "uasort.html": "使用用户自定义的比较函数对数组中的值进行排序并保持索引关联", "ucfirst.html": "将字符串的首字母转换为大写", "ucwords.html": "将字符串中每个单词的首字母转换为大写", "udm_add_search_limit.html": "Add various search limits", "udm_alloc_agent.html": "Allocate mnoGoSearch session", "udm_alloc_agent_array.html": "Allocate mnoGoSearch session", "udm_api_version.html": "Get mnoGoSearch API version", "udm_cat_list.html": "Get all the categories on the same level with the current one", "udm_cat_path.html": "Get the path to the current category", "udm_check_charset.html": "Check if the given charset is known to mnogosearch", "udm_clear_search_limits.html": "Clear all mnoGoSearch search restrictions", "udm_crc32.html": "Return CRC32 checksum of given string", "udm_errno.html": "Get mnoGoSearch error number", "udm_error.html": "Get mnoGoSearch error message", "udm_find.html": "Perform search", "udm_free_agent.html": "Free mnoGoSearch session", "udm_free_ispell_data.html": "Free memory allocated for ispell data", "udm_free_res.html": "Free mnoGoSearch result", "udm_get_doc_count.html": "Get total number of documents in database", "udm_get_res_field.html": "Fetch a result field", "udm_get_res_param.html": "Get mnoGoSearch result parameters", "udm_hash32.html": "Return Hash32 checksum of given string", "udm_load_ispell_data.html": "Load ispell data", "udm_set_agent_param.html": "Set mnoGoSearch agent session parameters", "ui_draw_text_font_fontfamilies.html": "Retrieve Font Families", "ui_quit.html": "Quit UI Loop", "ui_run.html": "Enter UI Loop", "uksort.html": "使用用户自定义的比较函数对数组中的键名进行排序", "umask.html": "改变当前的 umask", "uniqid.html": "生成一个唯一ID", "unixtojd.html": "转变Unix时间戳为Julian Day计数", "unlink.html": "删除文件", "unpack.html": "Unpack data from binary string", "unregister_tick_function.html": "De-register a function for execution on each tick", "unserialize.html": "从已存储的表示中创建 PHP 的值", "unset.html": "释放给定的变量", "untaint.html": "Untaint strings", "uopz_add_function.html": "Adds non-existent function or method", "uopz_allow_exit.html": "Allows control over disabled exit opcode", "uopz_backup.html": "Backup a function", "uopz_compose.html": "Compose a class", "uopz_copy.html": "Copy a function", "uopz_delete.html": "Delete a function", "uopz_del_function.html": "Deletes previously added function or method", "uopz_extend.html": "Extend a class at runtime", "uopz_flags.html": "Get or set flags on function or class", "uopz_function.html": "Creates a function at runtime", "uopz_get_exit_status.html": "Retrieve the last set exit status", "uopz_get_hook.html": "Gets previously set hook on function or method", "uopz_get_mock.html": "Get the current mock for a class", "uopz_get_property.html": "Gets value of class or instance property", "uopz_get_return.html": "Gets a previous set return value for a function", "uopz_get_static.html": "Gets the static variables from function or method scope", "uopz_implement.html": "Implements an interface at runtime", "uopz_overload.html": "Overload a VM opcode", "uopz_redefine.html": "Redefine a constant", "uopz_rename.html": "Rename a function at runtime", "uopz_restore.html": "Restore a previously backed up function", "uopz_set_hook.html": "Sets hook to execute when entering a function or method", "uopz_set_mock.html": "Use mock instead of class for new objects", "uopz_set_property.html": "Sets value of existing class or instance property", "uopz_set_return.html": "Provide a return value for an existing function", "uopz_set_static.html": "Sets the static variables in function or method scope", "uopz_undefine.html": "Undefine a constant", "uopz_unset_hook.html": "Removes previously set hook on function or method", "uopz_unset_mock.html": "Unset previously set mock", "uopz_unset_return.html": "Unsets a previously set return value for a function", "urldecode.html": "解码已编码的 URL 字符串", "urlencode.html": "编码 URL 字符串", "user_error.html": "trigger_error 的别名", "use_soap_error_handler.html": "Set whether to use the SOAP error handler", "usleep.html": "以指定的微秒数延迟执行", "usort.html": "使用用户自定义的比较函数对数组中的值进行排序", "utf8_decode.html": "将用 UTF-8 方式编码的 ISO-8859-1 字符串转换成单字节的 ISO-8859-1 字符串。", "utf8_encode.html": "将 ISO-8859-1 编码的字符串转换为 UTF-8 编码", "variant_abs.html": "Returns the absolute value of a variant", "variant_add.html": ""Adds" two variant values together and returns the result", "variant_and.html": "Performs a bitwise AND operation between two variants", "variant_cast.html": "Convert a variant into a new variant object of another type", "variant_cat.html": "Concatenates two variant values together and returns the result", "variant_cmp.html": "Compares two variants", "variant_date_from_timestamp.html": "Returns a variant date representation of a Unix timestamp", "variant_date_to_timestamp.html": "Converts a variant datetime value to Unix timestamp", "variant_div.html": "Returns the result from dividing two variants", "variant_eqv.html": "Performs a bitwise equivalence on two variants", "variant_fix.html": "Returns the integer portion of a variant", "variant_get_type.html": "Returns the type of a variant object", "variant_idiv.html": "Converts variants to integers and then returns the result from dividing them", "variant_imp.html": "Performs a bitwise implication on two variants", "variant_int.html": "Returns the integer portion of a variant", "variant_mod.html": "Divides two variants and returns only the remainder", "variant_mul.html": "Multiplies the values of the two variants", "variant_neg.html": "Performs logical negation on a variant", "variant_not.html": "Performs bitwise not negation on a variant", "variant_or.html": "Performs a logical disjunction on two variants", "variant_pow.html": "Returns the result of performing the power function with two variants", "variant_round.html": "Rounds a variant to the specified number of decimal places", "variant_set.html": "Assigns a new value for a variant object", "variant_set_type.html": "Convert a variant into another type "in-place"", "variant_sub.html": "Subtracts the value of the right variant from the left variant value", "variant_xor.html": "Performs a logical exclusion on two variants", "var_dump.html": "打印变量的相关信息", "var_export.html": "输出或返回一个变量的字符串表示", "version_compare.html": "对比两个「PHP 规范化」的版本数字字符串", "vfprintf.html": "将格式化字符串写入流", "virtual.html": "执行 Apache 子请求", "vpopmail_add_alias_domain.html": "Add an alias for a virtual domain", "vpopmail_add_alias_domain_ex.html": "Add alias to an existing virtual domain", "vpopmail_add_domain.html": "Add a new virtual domain", "vpopmail_add_domain_ex.html": "Add a new virtual domain", "vpopmail_add_user.html": "Add a new user to the specified virtual domain", "vpopmail_alias_add.html": "Insert a virtual alias", "vpopmail_alias_del.html": "Deletes all virtual aliases of a user", "vpopmail_alias_del_domain.html": "Deletes all virtual aliases of a domain", "vpopmail_alias_get.html": "Get all lines of an alias for a domain", "vpopmail_alias_get_all.html": "Get all lines of an alias for a domain", "vpopmail_auth_user.html": "Attempt to validate a usernamedomainpassword", "vpopmail_del_domain.html": "Delete a virtual domain", "vpopmail_del_domain_ex.html": "Delete a virtual domain", "vpopmail_del_user.html": "Delete a user from a virtual domain", "vpopmail_error.html": "Get text message for last vpopmail error", "vpopmail_passwd.html": "Change a virtual user's password", "vpopmail_set_user_quota.html": "Sets a virtual user's quota", "vprintf.html": "输出格式化字符串", "vsprintf.html": "返回格式化字符串", "wddx_add_vars.html": "Add variables to a WDDX packet with the specified ID", "wddx_deserialize.html": "Unserializes a WDDX packet", "wddx_packet_end.html": "Ends a WDDX packet with the specified ID", "wddx_packet_start.html": "Starts a new WDDX packet with structure inside it", "wddx_serialize_value.html": "Serialize a single value into a WDDX packet", "wddx_serialize_vars.html": "Serialize variables into a WDDX packet", "win32_continue_service.html": "Resumes a paused service", "win32_create_service.html": "Creates a new service entry in the SCM database", "win32_delete_service.html": "Deletes a service entry from the SCM database", "win32_get_last_control_message.html": "Returns the last control message that was sent to this service", "win32_pause_service.html": "Pauses a service", "win32_ps_list_procs.html": "List running processes", "win32_ps_stat_mem.html": "Stat memory utilization", "win32_ps_stat_proc.html": "Stat process", "win32_query_service_status.html": "Queries the status of a service", "win32_send_custom_control.html": "Send a custom control to the service", "win32_set_service_exit_code.html": "Define or return the exit code for the current running service", "win32_set_service_exit_mode.html": "Define or return the exit mode for the current running service", "win32_set_service_status.html": "Update the service status", "win32_start_service.html": "Starts a service", "win32_start_service_ctrl_dispatcher.html": "Registers the script with the SCM, so that it can act as the service with the given name", "win32_stop_service.html": "Stops a service", "wincache_fcache_fileinfo.html": "Retrieves information about files cached in the file cache", "wincache_fcache_meminfo.html": "Retrieves information about file cache memory usage", "wincache_lock.html": "Acquires an exclusive lock on a given key", "wincache_ocache_fileinfo.html": "Retrieves information about files cached in the opcode cache", "wincache_ocache_meminfo.html": "Retrieves information about opcode cache memory usage", "wincache_refresh_if_changed.html": "Refreshes the cache entries for the cached files", "wincache_rplist_fileinfo.html": "Retrieves information about resolve file path cache", "wincache_rplist_meminfo.html": "Retrieves information about memory usage by the resolve file path cache", "wincache_scache_info.html": "Retrieves information about files cached in the session cache", "wincache_scache_meminfo.html": "Retrieves information about session cache memory usage", "wincache_ucache_add.html": "Adds a variable in user cache only if variable does not already exist in the cache", "wincache_ucache_cas.html": "Compares the variable with old value and assigns new value to it", "wincache_ucache_clear.html": "Deletes entire content of the user cache", "wincache_ucache_dec.html": "Decrements the value associated with the key", "wincache_ucache_delete.html": "Deletes variables from the user cache", "wincache_ucache_exists.html": "Checks if a variable exists in the user cache", "wincache_ucache_get.html": "Gets a variable stored in the user cache", "wincache_ucache_inc.html": "Increments the value associated with the key", "wincache_ucache_info.html": "Retrieves information about data stored in the user cache", "wincache_ucache_meminfo.html": "Retrieves information about user cache memory usage", "wincache_ucache_set.html": "Adds a variable in user cache and overwrites a variable if it already exists in the cache", "wincache_unlock.html": "Releases an exclusive lock on a given key", "wordwrap.html": "打断字符串为指定数量的字串", "xattr_get.html": "Get an extended attribute", "xattr_list.html": "Get a list of extended attributes", "xattr_remove.html": "Remove an extended attribute", "xattr_set.html": "Set an extended attribute", "xattr_supported.html": "Check if filesystem supports extended attributes", "xdiff_file_bdiff.html": "Make binary diff of two files", "xdiff_file_bdiff_size.html": "Read a size of file created by applying a binary diff", "xdiff_file_bpatch.html": "Patch a file with a binary diff", "xdiff_file_diff.html": "Make unified diff of two files", "xdiff_file_diff_binary.html": "Alias of xdiff_file_bdiff", "xdiff_file_merge3.html": "Merge 3 files into one", "xdiff_file_patch.html": "Patch a file with an unified diff", "xdiff_file_patch_binary.html": "Alias of xdiff_file_bpatch", "xdiff_file_rabdiff.html": "Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm", "xdiff_string_bdiff.html": "Make binary diff of two strings", "xdiff_string_bdiff_size.html": "Read a size of file created by applying a binary diff", "xdiff_string_bpatch.html": "Patch a string with a binary diff", "xdiff_string_diff.html": "Make unified diff of two strings", "xdiff_string_diff_binary.html": "Alias of xdiff_string_bdiff", "xdiff_string_merge3.html": "Merge 3 strings into one", "xdiff_string_patch.html": "Patch a string with an unified diff", "xdiff_string_patch_binary.html": "Alias of xdiff_string_bpatch", "xdiff_string_rabdiff.html": "Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm", "xhprof_disable.html": "停止 xhprof 分析器", "xhprof_enable.html": "启动 xhprof 性能分析器", "xhprof_sample_disable.html": "停止 xhprof 性能采样分析器", "xhprof_sample_enable.html": "以采样模式启动 XHProf 性能分析", "xmlrpc_decode.html": "将 XML 译码为 PHP 本身的类型", "xmlrpc_decode_request.html": "将 XML 译码为 PHP 本身的类型", "xmlrpc_encode.html": "为 PHP 的值生成 XML", "xmlrpc_encode_request.html": "为 PHP 的值生成 XML", "xmlrpc_get_type.html": "为 PHP 的值获取 xmlrpc 的类型", "xmlrpc_is_fault.html": "Determines if an array value represents an XMLRPC fault", "xmlrpc_parse_method_descriptions.html": "将 XML 译码成方法描述的列表", "xmlrpc_server_add_introspection_data.html": "添加自我描述的文档", "xmlrpc_server_call_method.html": "解析 XML 请求同时调用方法", "xmlrpc_server_create.html": "创建一个 xmlrpc 服务端", "xmlrpc_server_destroy.html": "销毁服务端资源", "xmlrpc_server_register_introspection_callback.html": "注册一个 PHP 函数用于生成文档", "xmlrpc_server_register_method.html": "注册一个 PHP 函数用于匹配 xmlrpc 方法名", "xmlrpc_set_type.html": "为一个 PHP 字符串值设置 xmlrpc 的类型、base64 或日期时间", "xmlwriter_end_attribute.html": "End attribute", "xmlwriter_end_cdata.html": "End current CDATA", "xmlwriter_end_comment.html": "Create end comment", "xmlwriter_end_document.html": "End current document", "xmlwriter_end_dtd.html": "End current DTD", "xmlwriter_end_dtd_attlist.html": "End current DTD AttList", "xmlwriter_end_dtd_element.html": "End current DTD element", "xmlwriter_end_dtd_entity.html": "End current DTD Entity", "xmlwriter_end_element.html": "End current element", "xmlwriter_end_pi.html": "End current PI", "xmlwriter_flush.html": "Flush current buffer", "xmlwriter_full_end_element.html": "End current element", "xmlwriter_open_memory.html": "Create new xmlwriter using memory for string output", "xmlwriter_open_uri.html": "Create new xmlwriter using source uri for output", "xmlwriter_output_memory.html": "Returns current buffer", "xmlwriter_set_indent.html": "Toggle indentation onoff", "xmlwriter_set_indent_string.html": "Set string used for indenting", "xmlwriter_start_attribute.html": "Create start attribute", "xmlwriter_start_attribute_ns.html": "Create start namespaced attribute", "xmlwriter_start_cdata.html": "Create start CDATA tag", "xmlwriter_start_comment.html": "Create start comment", "xmlwriter_start_document.html": "Create document tag", "xmlwriter_start_dtd.html": "Create start DTD tag", "xmlwriter_start_dtd_attlist.html": "Create start DTD AttList", "xmlwriter_start_dtd_element.html": "Create start DTD element", "xmlwriter_start_dtd_entity.html": "Create start DTD Entity", "xmlwriter_start_element.html": "Create start element tag", "xmlwriter_start_element_ns.html": "Create start namespaced element tag", "xmlwriter_start_pi.html": "Create start PI tag", "xmlwriter_text.html": "Write text", "xmlwriter_write_attribute.html": "Write full attribute", "xmlwriter_write_attribute_ns.html": "Write full namespaced attribute", "xmlwriter_write_cdata.html": "Write full CDATA tag", "xmlwriter_write_comment.html": "Write full comment tag", "xmlwriter_write_dtd.html": "Write full DTD tag", "xmlwriter_write_dtd_attlist.html": "Write full DTD AttList tag", "xmlwriter_write_dtd_element.html": "Write full DTD element tag", "xmlwriter_write_dtd_entity.html": "Write full DTD Entity tag", "xmlwriter_write_element.html": "Write full element tag", "xmlwriter_write_element_ns.html": "Write full namespaced element tag", "xmlwriter_write_pi.html": "Writes a PI", "xmlwriter_write_raw.html": "Write a raw XML text", "xml_error_string.html": "获取 XML 解析器的错误字符串", "xml_get_current_byte_index.html": "获取 XML 解析器的当前字节索引", "xml_get_current_column_number.html": "获取 XML 解析器的当前列号", "xml_get_current_line_number.html": "获取 XML 解析器的当前行号", "xml_get_error_code.html": "获取 XML 解析器错误代码", "xml_parse.html": "开始解析一个 XML 文档", "xml_parser_create.html": "建立一个 XML 解析器", "xml_parser_create_ns.html": "生成一个支持命名空间的 XML 解析器", "xml_parser_free.html": "释放指定的 XML 解析器", "xml_parser_get_option.html": "从 XML 解析器获取选项设置信息", "xml_parser_set_option.html": "为指定 XML 解析进行选项设置", "xml_parse_into_struct.html": "将 XML 数据解析到数组中", "xml_set_character_data_handler.html": "建立字符数据处理器", "xml_set_default_handler.html": "建立默认处理器", "xml_set_element_handler.html": "建立起始和终止元素处理器", "xml_set_end_namespace_decl_handler.html": "建立终止命名空间声明处理器", "xml_set_external_entity_ref_handler.html": "建立外部实体指向处理器", "xml_set_notation_decl_handler.html": "建立注释声明处理器", "xml_set_object.html": "在对象中使用 XML 解析器", "xml_set_processing_instruction_handler.html": "建立处理指令(PI)处理器", "xml_set_start_namespace_decl_handler.html": "建立起始命名空间声明处理器", "xml_set_unparsed_entity_decl_handler.html": "建立未解析实体定义声明处理器", "yaml_emit.html": "Returns the YAML representation of a value", "yaml_emit_file.html": "Send the YAML representation of a value to a file", "yaml_parse.html": "Parse a YAML stream", "yaml_parse_file.html": "Parse a YAML stream from a file", "yaml_parse_url.html": "Parse a Yaml stream from a URL", "yaz_addinfo.html": "Returns additional error information", "yaz_ccl_conf.html": "Configure CCL parser", "yaz_ccl_parse.html": "Invoke CCL Parser", "yaz_close.html": "Close YAZ connection", "yaz_connect.html": "Prepares for a connection to a Z39.50 server", "yaz_database.html": "Specifies the databases within a session", "yaz_element.html": "Specifies Element-Set Name for retrieval", "yaz_errno.html": "Returns error number", "yaz_es.html": "Prepares for an Extended Service Request", "yaz_es_result.html": "Inspects Extended Services Result", "yaz_get_option.html": "Returns value of option for connection", "yaz_hits.html": "Returns number of hits for last search", "yaz_itemorder.html": "Prepares for Z39.50 Item Order with an ILL-Request package", "yaz_present.html": "Prepares for retrieval (Z39.50 present)", "yaz_range.html": "Specifies a range of records to retrieve", "yaz_record.html": "Returns a record", "yaz_scan.html": "Prepares for a scan", "yaz_scan_result.html": "Returns Scan Response result", "yaz_schema.html": "Specifies schema for retrieval", "yaz_search.html": "Prepares for a search", "yaz_set_option.html": "Sets one or more options for connection", "yaz_sort.html": "Sets sorting criteria", "yaz_syntax.html": "Specifies the preferred record syntax for retrieval", "yaz_wait.html": "Wait for Z39.50 requests to complete", "yp_all.html": "Traverse the map and call a function on each entry", "yp_cat.html": "Return an array containing the entire map", "yp_errno.html": "Returns the error code of the previous operation", "yp_err_string.html": "Returns the error string associated with the given error code", "yp_first.html": "Returns the first key-value pair from the named map", "yp_get_default_domain.html": "Fetches the machine's default NIS domain", "yp_master.html": "Returns the machine name of the master NIS server for a map", "yp_match.html": "Returns the matched line", "yp_next.html": "Returns the next key-value pair in the named map", "yp_order.html": "Returns the order number for a map", "zend_logo_guid.html": "获取 Zend guid", "zend_thread_id.html": "返回当前线程的唯一识别符", "zend_version.html": "获取当前 Zend 引擎的版本", "zip_close.html": "关闭一个ZIP档案文件", "zip_entry_close.html": "关闭目录项", "zip_entry_compressedsize.html": "检索目录项压缩过后的大小", "zip_entry_compressionmethod.html": "检索目录实体的压缩方法", "zip_entry_filesize.html": "检索目录实体的实际大小", "zip_entry_name.html": "检索目录项的名称", "zip_entry_open.html": "打开用于读取的目录实体", "zip_entry_read.html": "读取一个打开了的压缩目录实体", "zip_open.html": "打开ZIP存档文件", "zip_read.html": "读取ZIP存档文件中下一项", "zlib_decode.html": "Uncompress any rawgzipzlib encoded data", "zlib_encode.html": "Compress data with the specified encoding", "zlib_get_coding_type.html": "Returns the coding type used for output compression", "zookeeper_dispatch.html": "Calls callbacks for pending operations" } |