diff --git a/assets/index.js b/assets/index.js index 49a19a6a..2a702164 100644 --- a/assets/index.js +++ b/assets/index.js @@ -1,28 +1,22 @@ // 显示列表 showList = (text, index, listnum) => { window.info = []; - Object.keys(index).filter(path => { - let description = index[path]; - let p = path.split('.html#') - if (p.length == 2) { - var type = `
" }, "islower": { "name": "islower", "type": "字符函数", "path": "c/islower.html", "desc": "判断字符c是否为小写英文字母
" }, "isprint": { "name": "isprint", "type": "字符函数", "path": "c/isprint.html", "desc": "判断字符c是否为可打印字符(含空格)" }, "ispunct": { "name": "ispunct", "type": "字符函数", "path": "c/ispunct.html", "desc": "判断字符c是否为标点符号" }, "isspace": { "name": "isspace", "type": "字符函数", "path": "c/isspace.html", "desc": "判断字符c是否为空白符" }, "isupper": { "name": "isupper", "type": "字符函数", "path": "c/isupper.html", "desc": "判断字符c是否为大写英文字母" }, "isxdigit": { "name": "isxdigit", "type": "字符函数", "path": "c/isxdigit.html", "desc": "判断字符c是否为十六进制数字" }, "itoa": { "name": "itoa", "type": "标准库函数", "path": "c/itoa.html", "desc": "把整数i转换成字符串" }, "kbhit": { "name": "kbhit", "type": "输入输出", "path": "c/kbhit.html", "desc": "检测按键" }, "ldexp": { "name": "ldexp", "type": "数学函数", "path": "c/ldexp.html", "desc": "装载浮点数。" }, "line": { "name": "line", "type": "标准库函数", "path": "c/line.html", "desc": "在屏幕上画直线" }, "log": { "name": "log", "type": "数学函数", "path": "c/log.html", "desc": "计算x的自然对数。" }, "log10": { "name": "log10", "type": "数学函数", "path": "c/log10.html", "desc": "计算x的常用对数。" }, "malloc": { "name": "malloc", "type": "动态内存", "path": "c/malloc.html", "desc": "分配长度为num_bytes字节的内存块" }, "memccpy": { "name": "memccpy", "type": "字符串函数", "path": "c/memccpy.html", "desc": "由src所指内存区域复制不多于count个字节到dest所指内存区域,如果遇到字符ch则停止复制。" }, "memchr": { "name": "memchr", "type": "字符串函数", "path": "c/memchr.html", "desc": "从buf所指内存区域的前count个字节查找字符ch。" }, "memcmp": { "name": "memcmp", "type": "字符串函数", "path": "c/memcmp.html", "desc": "比较内存区域buf1和buf2的前count个字节。" }, "memcpy": { "name": "memcpy", "type": "字符串函数", "path": "c/memcpy.html", "desc": "由src所指内存区域复制count个字节到dest所指内存区域。" }, "memicmp": { "name": "memicmp", "type": "字符串函数", "path": "c/memicmp.html", "desc": "比较内存区域buf1和buf2的前count个字节但不区分字母的大小写。" }, "memmove": { "name": "memmove", "type": "字符串函数", "path": "c/memmove.html", "desc": "由src所指内存区域复制count个字节到dest所指内存区域。" }, "memset": { "name": "memset", "type": "字符串函数", "path": "c/memset.html", "desc": "把buffer所指内存区域的前count个字节设置成字符c。" }, "modf": { "name": "modf", "type": "数学函数", "path": "c/modf.html", "desc": "将浮点数num分解成整数部分和小数部分。" }, "move": { "name": "move", "type": "标准库函数", "path": "c/move.html", "desc": "将光标移动到指定位置" }, "movmem": { "name": "movmem", "type": "字符串函数", "path": "c/movmem.html", "desc": "由src所指内存区域复制count个字节到dest所指内存区域。" }, "noidle": { "name": "noidle", "type": "标准库函数", "path": "c/noidle.html", "desc": "调用系统例程" }, "outtextxy": { "name": "outtextxy", "type": "标准库函数", "path": "c/outtextxy.html", "desc": "在屏幕上指定位置输出字符串" }, "pow": { "name": "pow", "type": "数学函数", "path": "c/pow.html", "desc": "计算x的y次幂。" }, "pow10": { "name": "pow10", "type": "数学函数", "path": "c/pow10.html", "desc": "计算10的x次幂。" }, "printf": { "name": "printf", "type": "输入输出", "path": "c/printf.html", "desc": "格式化字符串输出" }, "putchar": { "name": "putchar", "type": "输入输出", "path": "c/putchar.html", "desc": "在屏幕上显示字符c" }, "putpixel": { "name": "putpixel", "type": "标准库函数", "path": "c/putpixel.html", "desc": "在屏幕的指定位置上画点" }, "pyfc": { "name": "pyfc", "type": "标准库函数", "path": "c/pyfc.html", "desc": "给定一个汉字str,查询对应的拼音。" }, "realloc": { "name": "realloc", "type": "动态内存", "path": "c/realloc.html", "desc": "改变mem_address所指内存区域的大小为newsize长度。" }, "rectangle": { "name": "rectangle", "type": "标准库函数", "path": "c/rectangle.html", "desc": "在屏幕上画一矩形。" }, "setmem": { "name": "setmem", "type": "字符串函数", "path": "c/setmem.html", "desc": "把buf所指内存区域前count个字节设置成字符ch。" }, "SetScrollBar": { "name": "SetScrollBar", "type": "标准库函数", "path": "c/SetScrollBar.html", "desc": "显示滚动条" }, "sin": { "name": "sin", "type": "数学函数", "path": "c/sin.html", "desc": "计算x(弧度表示)的正弦值。" }, "sinh": { "name": "sinh", "type": "数学函数", "path": "c/sinh.html", "desc": "计算x(弧度表示)的双曲正弦值。" }, "sleep": { "name": "sleep", "type": "标准库函数", "path": "c/sleep.html", "desc": "短暂延时" }, "sqrt": { "name": "sqrt", "type": "数学函数", "path": "c/sqrt.html", "desc": "计算x的平方根。" }, "stpcpy": { "name": "stpcpy", "type": "字符串函数", "path": "c/stpcpy.html", "desc": "把src所指由NULL结束的字符串复制到dest所指的数组中。" }, "strcat": { "name": "strcat", "type": "字符串函数", "path": "c/strcat.html", "desc": "把src所指字符串添加到dest结尾处(覆盖dest结尾处的'\\0')并添加'\\0'。" }, "strchr": { "name": "strchr", "type": "字符串函数", "path": "c/strchr.html", "desc": "查找字符串s中首次出现字符c的位置" }, "strcmp": { "name": "strcmp", "type": "字符串函数", "path": "c/strcmp.html", "desc": "比较字符串s1和s2。" }, "strcmpi": { "name": "strcmpi", "type": "字符串函数", "path": "c/strcmpi.html", "desc": "比较字符串s1和s2,但不区分字母的大小写。" }, "strcpy": { "name": "strcpy", "type": "字符串函数", "path": "c/strcpy.html", "desc": "把src所指由NULL结束的字符串复制到dest所指的数组中。" }, "strcspn": { "name": "strcspn", "type": "字符串函数", "path": "c/strcspn.html", "desc": "在字符串s1中搜寻s2中所出现的字符。" }, "strdup": { "name": "strdup", "type": "字符串函数", "path": "c/strdup.html", "desc": "复制字符串s" }, "stricmp": { "name": "stricmp", "type": "字符串函数", "path": "c/stricmp.html", "desc": "比较字符串s1和s2,但不区分字母的大小写。" }, "strlen": { "name": "strlen", "type": "字符串函数", "path": "c/strlen.html", "desc": "计算字符串s的长度" }, "strlwr": { "name": "strlwr", "type": "字符串函数", "path": "c/strlwr.html", "desc": "将字符串s转换为小写形式" }, "strncat": { "name": "strncat", "type": "字符串函数", "path": "c/strncat.html", "desc": "把src所指字符串的前n个字符添加到dest结尾处(覆盖dest结尾处的'\\0')并添加'\\0'。" }, "strncmp": { "name": "strncmp", "type": "字符串函数", "path": "c/strncmp.html", "desc": "比较字符串s1和s2的前n个字符。" }, "strncmpi": { "name": "strncmpi", "type": "字符串函数", "path": "c/strncmpi.html", "desc": "比较字符串s1和s2的前n个字符但不区分大小写。" }, "strncpy": { "name": "strncpy", "type": "字符串函数", "path": "c/strncpy.html", "desc": "把src所指由NULL结束的字符串的前n个字节复制到dest所指的数组中。" }, "strnicmp": { "name": "strnicmp", "type": "字符串函数", "path": "c/strnicmp.html", "desc": "比较字符串s1和s2的前n个字符但不区分大小写。" }, "strpbrk": { "name": "strpbrk", "type": "字符串函数", "path": "c/strpbrk.html", "desc": "在字符串s1中寻找字符串s2中任何一个字符相匹配的第一个字符的位置,空字符NULL不包括在内。" }, "strrev": { "name": "strrev", "type": "字符串函数", "path": "c/strrev.html", "desc": "把字符串s的所有字符的顺序颠倒过来(不包括空字符NULL)。" }, "strset": { "name": "strset", "type": "字符串函数", "path": "c/strset.html", "desc": "把字符串s中的所有字符都设置成字符c。" }, "strstr": { "name": "strstr", "type": "字符串函数", "path": "c/strstr.html", "desc": "从字符串haystack中寻找needle第一次出现的位置(不比较结束符NULL)。" }, "strtok": { "name": "strtok", "type": "字符串函数", "path": "c/strtok.html", "desc": "分解字符串为一组标记串。s为要分解的字符串,delim为分隔符字符串。" }, "strupr": { "name": "strupr", "type": "字符串函数", "path": "c/strupr.html", "desc": "将字符串s转换为大写形式" }, "tan": { "name": "tan", "type": "数学函数", "path": "c/tan.html", "desc": "计算x(弧度表示)的正切值。" }, "tanh": { "name": "tanh", "type": "数学函数", "path": "c/tanh.html", "desc": "求x的双曲正切值" }, "textmode": { "name": "textmode", "type": "标准库函数", "path": "c/textmode.html", "desc": "设定屏幕模式" }, "TextOut": { "name": "TextOut", "type": "标准库函数", "path": "c/TextOut.html", "desc": "在屏幕上指定位置输出字符串" }, "time": { "name": "time", "type": "标准库函数", "path": "c/time.html", "desc": "取得系统时间" }, "toascii": { "name": "toascii", "type": "字符函数", "path": "c/toascii.html", "desc": "将字符c转换为ascii码" }, "tolower": { "name": "tolower", "type": "字符函数", "path": "c/tolower.html", "desc": "将字符c转换为小写英文字母" }, "toupper": { "name": "toupper", "type": "字符函数", "path": "c/toupper.html", "desc": "将字符c转换为大写英文字母" }, "UpdateLCD": { "name": "UpdateLCD", "type": "标准库函数", "path": "c/UpdateLCD.html", "desc": "以指定模式刷新屏幕" }, "write_chi_font": { "name": "write_chi_font", "type": "标准库函数", "path": "c/write_chi_font.html", "desc": "写汉字点阵" }, "write_eng_font": { "name": "write_eng_font", "type": "标准库函数", "path": "c/write_eng_font.html", "desc": "写英文字符的点阵" } } \ No newline at end of file diff --git a/index/docker.json b/index/docker.json index d48af7a1..f02e2985 100644 --- a/index/docker.json +++ b/index/docker.json @@ -1 +1 @@ -{ "docker attach.html":"docker attach :连接到正在运行中的容器。", "docker build.html":"docker build 命令用于使用 Dockerfile 创建镜像。", "docker commit.html":"docker commit :从容器创建一个新的镜像。", "docker cp.html":"docker cp :用于容器与主机之间的数据拷贝。", "docker create.html":"docker create :创建一个新的容器但不启动它", "docker diff.html":"docker diff : 检查容器里文件结构的更改。", "docker events.html":"docker events : 从服务器获取实时事件", "docker exec.html":"docker exec :在运行的容器中执行命令", "docker export.html":"docker export :将文件系统作为一个tar归档文件导出到STDOUT。", "docker history.html":"docker history : 查看指定镜像的创建历史。", "docker images.html":"docker images : 列出本地镜像。", "docker import.html":"docker import : 从归档文件中创建镜像。", "docker info.html":"docker info : 显示 Docker 系统信息,包括镜像和容器数。。", "docker inspect.html":"docker inspect : 获取容器/镜像的元数据。", "docker kill.html":"docker kill :杀掉一个运行中的容器。", "docker login.html":"docker login : 登陆到一个Docker镜像仓库,如果未指定镜像仓库地址,默认为官方仓库 Docker Hub", "docker logs.html":"docker logs : 获取容器的日志", "docker pause unpause.html":"docker pause :暂停容器中所有的进程。", "docker port.html":"docker port :列出指定的容器的端口映射,或者查找将PRIVATE_PORT NAT到面向公众的端口。", "docker ps.html":"docker ps : 列出容器", "docker pull.html":"docker pull : 从镜像仓库中拉取或者更新指定镜像", "docker push.html":"docker push : 将本地的镜像上传到镜像仓库,要先登陆到镜像仓库", "docker rm.html":"docker rm :删除一个或多少容器", "docker rmi.html":"docker rmi : 删除本地一个或多少镜像。", "docker run.html":"docker run :创建一个新的容器并运行一个命令", "docker save.html":"docker save : 将指定镜像保存成 tar 归档文件。", "docker search.html":"docker search : 从Docker Hub查找镜像", "docker start stop restart.html":"docker start :启动一个或多个已经被停止的容器", "docker tag.html":"docker tag : 标记本地镜像,将其归入某一仓库。", "docker top.html":"docker top :查看容器中运行的进程信息,支持 ps 命令参数。", "docker version.html":"docker version :显示 Docker 版本信息。", "docker wait.html":"docker wait : 阻塞运行直到容器停止,然后打印出它的退出代码。" } \ No newline at end of file +{ "docker attach": { "name": "docker attach", "type": "", "path": "docker/docker attach.html", "desc": "连接到正在运行中的容器" }, "docker build": { "name": "docker build", "type": "", "path": "docker/docker build.html", "desc": "命令用于使用 Dockerfile 创建镜像" }, "docker commit": { "name": "docker commit", "type": "", "path": "docker/docker commit.html", "desc": "从容器创建一个新的镜像" }, "docker cp": { "name": "docker cp", "type": "", "path": "docker/docker cp.html", "desc": "用于容器与主机之间的数据拷贝" }, "docker create": { "name": "docker create", "type": "", "path": "docker/docker create.html", "desc": "创建一个新的容器但不启动它" }, "docker diff": { "name": "docker diff", "type": "", "path": "docker/docker diff.html", "desc": " 检查容器里文件结构的更改" }, "docker events": { "name": "docker events", "type": "", "path": "docker/docker events.html", "desc": " 从服务器获取实时事件" }, "docker exec": { "name": "docker exec", "type": "", "path": "docker/docker exec.html", "desc": "在运行的容器中执行命令" }, "docker export": { "name": "docker export", "type": "", "path": "docker/docker export.html", "desc": "将文件系统作为一个tar归档文件导出到STDOUT" }, "docker history": { "name": "docker history", "type": "", "path": "docker/docker history.html", "desc": " 查看指定镜像的创建历史" }, "docker images": { "name": "docker images", "type": "", "path": "docker/docker images.html", "desc": " 列出本地镜像" }, "docker import": { "name": "docker import", "type": "", "path": "docker/docker import.html", "desc": " 从归档文件中创建镜像" }, "docker info": { "name": "docker info", "type": "", "path": "docker/docker info.html", "desc": " 显示 Docker 系统信息,包括镜像和容器数" }, "docker inspect": { "name": "docker inspect", "type": "", "path": "docker/docker inspect.html", "desc": " 获取容器/镜像的元数据" }, "docker kill": { "name": "docker kill", "type": "", "path": "docker/docker kill.html", "desc": "杀掉一个运行中的容器" }, "docker login": { "name": "docker login", "type": "", "path": "docker/docker login.html", "desc": " 登陆到一个Docker镜像仓库,如果未指定镜像仓库地址,默认为官方仓库 Docker Hub" }, "docker logs": { "name": "docker logs", "type": "", "path": "docker/docker logs.html", "desc": " 获取容器的日志" }, "docker pause unpause": { "name": "docker pause unpause", "type": "", "path": "docker/docker pause unpause.html", "desc": "暂停容器中所有的进程" }, "docker port": { "name": "docker port", "type": "", "path": "docker/docker port.html", "desc": "列出指定的容器的端口映射,或者查找将PRIVATE_PORT NAT到面向公众的端口" }, "docker ps": { "name": "docker ps", "type": "", "path": "docker/docker ps.html", "desc": " 列出容器" }, "docker pull": { "name": "docker pull", "type": "", "path": "docker/docker pull.html", "desc": " 从镜像仓库中拉取或者更新指定镜像" }, "docker push": { "name": "docker push", "type": "", "path": "docker/docker push.html", "desc": " 将本地的镜像上传到镜像仓库,要先登陆到镜像仓库" }, "docker rm": { "name": "docker rm", "type": "", "path": "docker/docker rm.html", "desc": "删除一个或多少容器" }, "docker rmi": { "name": "docker rmi", "type": "", "path": "docker/docker rmi.html", "desc": " 删除本地一个或多少镜像" }, "docker run": { "name": "docker run", "type": "", "path": "docker/docker run.html", "desc": "创建一个新的容器并运行一个命令" }, "docker save": { "name": "docker save", "type": "", "path": "docker/docker save.html", "desc": " 将指定镜像保存成 tar 归档文件" }, "docker search": { "name": "docker search", "type": "", "path": "docker/docker search.html", "desc": " 从Docker Hub查找镜像" }, "docker start stop restart": { "name": "docker start stop restart", "type": "", "path": "docker/docker start stop restart.html", "desc": "启动一个或多个已经被停止的容器" }, "docker tag": { "name": "docker tag", "type": "", "path": "docker/docker tag.html", "desc": " 标记本地镜像,将其归入某一仓库" }, "docker top": { "name": "docker top", "type": "", "path": "docker/docker top.html", "desc": "查看容器中运行的进程信息,支持 ps 命令参数" }, "docker version": { "name": "docker version", "type": "", "path": "docker/docker version.html", "desc": "显示 Docker 版本信息" }, "docker wait": { "name": "docker wait", "type": "", "path": "docker/docker wait.html", "desc": " 阻塞运行直到容器停止,然后打印出它的退出代码" } } \ No newline at end of file diff --git a/index/git.json b/index/git.json index 32ce9fb2..832b966c 100644 --- a/index/git.json +++ b/index/git.json @@ -1 +1 @@ -{ "git add.html":"将文件内容添加到索引", "git am.html":"从邮箱应用一系列修补程序", "git annotate.html":"用提交信息注释文件行", "git apply.html":"将补丁应用于文件和/或索引", "git archimport.html":"将 Arch 资料库导入 Git", "git archive.html":"从命名树创建文件的存档", "git bisect.html":"使用二进制搜索来查找引入错误的提交", "git blame.html":"显示修改和作者最后修改了文件的每一行", "git branch.html":"列出,创建或删除分支", "git bundle.html":"通过归档移动对象和引用", "git cat-file.html":"提供资源库对象的内容或类型和大小信息", "git check-attr.html":"显示 gitattributes 信息", "git check-ignore.html":"调试 gitignore /排除文件", "git check-mailmap.html":"显示联系人的规范名称和电子邮件地址", "git check-ref-format.html":"确保引用名称格式正确", "git checkout-index.html":"将索引中的文件复制到工作树上", "git checkout.html":"切换分支或恢复工作树文件", "git cherry-pick.html":"应用一些现有提交引入的更改", "git cherry.html":"查找尚未应用于上游的提交", "git citool.html":"commit 的图形替代", "git clean.html":"从工作树中删除未跟踪的文件", "git clone.html":"将存储库克隆到新目录中", "git column.html":"以列显示数据", "git commit-tree.html":"创建一个新的提交对象", "git commit.html":"记录对存储库的更改", "git config.html":"获取并设置存储库或全局选项", "git count-objects.html":"计算解包的对象数量及其磁盘消耗量", "git credential-cache.html":"Helper 临时将密码存储在内存中", "git credential-store.html":"帮助者将证书存储在磁盘上", "git credential.html":"检索并存储用户凭证", "git cvsexportcommit.html":"将一次提交导出到 CVS 签出", "git cvsimport.html":"将您的数据从另一个人们喜欢讨厌的 SCM 中拯救出来", "git cvsserver.html":"Git 的 CVS 服务器模拟器", "git daemon.html":"一个非常简单的Git仓库服务器", "git describe.html":"描述一个使用它可以访问的最近标签的提交", "git diff-files.html":"比较工作树和索引中的文件", "git diff-index.html":"比较树与工作树或索引", "git diff-tree.html":"比较通过两个树对象找到的 blob 的内容和模式", "git diff.html":"显示提交,提交和工作树等之间的变化", "git difftool.html":"使用常见差异工具显示更改", "git fast-export.html":"Git 数据导出器", "git fast-import.html":"用于快速Git数据导入器的后端", "git fetch-pack.html":"从另一个存储库接收缺少的对象", "git fetch.html":"从另一个存储库下载对象和引用", "git filter-branch.html":"重写分支", "git fmt-merge-msg.html":"产生一个合并提交信息", "git for-each-ref.html":"每个参考的输出信息", "git format-patch.html":"为电子邮件提交准备补丁", "git fsck.html":"验证数据库中对象的连通性和有效性", "git gc.html":"清理不必要的文件并优化本地存储库", "git get-tar-commit-id.html":"archive 创建的存档中提取提交ID", "git grep.html":"打印符合模式的行", "git gui.html":"Git 的便携式图形界面", "git hash-object.html":"计算对象ID并可选择从文件创建一个blob", "git help.html":"显示关于 Git 的帮助信息", "git http-backend.html":"Git 在HTTP的服务器端实现", "git http-fetch.html":"通过 HTTP 从远程 Git 存储库下载", "git http-push.html":"通过 HTTP / DAV 将对象推送到另一个存储库", "git imap-send.html":"从 stdin 发送一组补丁到一个 IMAP 文件夹", "git index-pack.html":"为现有打包归档文件生成包索引文件", "git init.html":"创建一个空的 Git 仓库或重新初始化一个现有仓库", "git instaweb.html":"立即在gitweb中浏览你的工作仓库", "git interpret-trailers.html":"帮助将结构化信息添加到提交消息中", "git log.html":"显示提交日志", "git ls-files.html":"显示有关索引和工作树中文件的信息", "git ls-remote.html":"在远程存储库中列出引用", "git ls-tree.html":"列出树对象的内容", "git mailinfo.html":"从单个电子邮件中提取补丁和作者身份", "git mailsplit.html":"简单的 UNIX mbox 分离器程序", "git merge-base.html":"为合并找到尽可能好的共同祖先", "git merge-file.html":"运行三路文件合并", "git merge-index.html":"为需要合并的文件运行合并", "git merge-one-file.html":"index 一起使用的标准帮助程序", "git merge-tree.html":"显示不触及索引的三路合并", "git merge.html":"Join two or more development histories together", "git mergetool.html":"运行合并冲突解决工具来解决合并冲突", "git mktag.html":"创建一个标签对象", "git mktree.html":"tree 格式的文本中构建树对象", "git mv.html":"移动或重命名文件,目录或符号链接", "git name-rev.html":"查找给定转速的符号名称", "git notes.html":"Add or inspect object notes", "git p4.html":"从 Perforce 存储库导入和提交", "git pack-objects.html":"创建一个打包的对象存档", "git pack-redundant.html":"查找多余的包文件", "git pack-refs.html":"打包标头和标签以便高效的存储库访问", "git parse-remote.html":"帮助解析远程存储库访问参数的例程", "git patch-id.html":"计算补丁的唯一 ID", "git prune-packed.html":"删除已经在包文件中的额外对象", "git prune.html":"从对象数据库中删除所有不可访问的对象", "git pull.html":"从另一个存储库或本地分支获取并与其集成", "git push.html":"更新远程引用以及关联的对象", "git quiltimport.html":"在当前分支上应用一个被套补丁集", "git read-tree.html":"将树信息读入索引", "git rebase.html":"重新申请提交另一个基本技巧", "git receive-pack.html":"接收推入存储库的内容", "git reflog.html":"管理reflog信息", "git remote-ext.html":"将智能传输桥接到外部命令。", "git remote-fd.html":"将智能传输流反射回调用者", "git remote-testgit.html":"helper", "git remote.html":"管理追踪存储库的集合", "git repack.html":"在存储库中打包解包的对象", "git replace.html":"创建,列出,删除引用来替换对象", "git request-pull.html":"生成未决更改的摘要", "git rerere.html":"重复使用冲突合并的记录分辨率", "git reset.html":"将当前 HEAD 重置为指定状态", "git rev-list.html":"按反向时间顺序列出提交对象", "git rev-parse.html":"Pick out and massage parameters", "git revert.html":"恢复一些现有的提交", "git rm.html":"从工作树和索引中删除文件", "git send-email.html":"以电子邮件的形式发送一组补丁", "git send-pack.html":"将对象通过 Git 协议推送到另一个存储库", "git sh-i18n.html":"Git 的 shell 脚本的i18n设置代码", "git sh-setup.html":"常用的 Git shell 脚本设置代码", "git shell.html":"SSH 访问的受限登录 shell", "git shortlog.html":"总结git log输出", "git show-branch.html":"显示分支及其提交", "git show-index.html":"显示打包归档索引", "git show-ref.html":"在本地存储库中列出引用", "git show.html":"显示各种类型的对象", "git stash.html":"将变化存储在脏的工作目录中", "git status.html":"显示工作树的状态", "git stripspace.html":"删除不必要的空格", "git submodule.html":"初始化,更新或检查子模块", "git svn.html":"Subversion版本库和Git之间的双向操作", "git symbolic-ref.html":"读取,修改和删除符号引用", "git tag.html":"创建,列出,删除或验证用 GPG 签名的标签对象", "git unpack-file.html":"用 blob 的内容创建一个临时文件", "git unpack-objects.html":"从打包的压缩文件中解压缩对象", "git update-index.html":"将工作树中的文件内容注册到索引", "git update-ref.html":"安全地更新存储在ref中的对象名称", "git update-server-info.html":"更新辅助信息文件来帮助愚蠢的服务器", "git upload-archive.html":"archive", "git upload-pack.html":"pack", "git var.html":"显示一个 Git 逻辑变量", "git verify-commit.html":"检查提交的 GPG 签名", "git verify-pack.html":"验证打包的Git存档文件", "git verify-tag.html":"检查标记的 GPG 签名", "git whatchanged.html":"每次提交引入不同的显示日志", "git worktree.html":"管理多个工作树", "git write-tree.html":"从当前索引创建一个树形对象", "Git.html":"迟钝的内容跟踪器", "gitattributes.html":"定义每个路径的属性", "gitcli.html":"Git 命令行界面和约定", "gitcore tutorial.html":"面向开发人员的Git核心教程", "gitcredentials.html":"为 Git 提供用户名和密码", "gitcvs migration.html":"Git for CVS users", "gitdiffcore.html":"Tweaking diff output", "giteveryday.html":"Everyday Git 的一组有用的最小命令", "gitglossary.html":"Git词汇表", "githooks.html":"Git 使用的挂钩", "gitignore.html":"指定忽略有意未被跟踪的文件", "gitk.html":"Git 存储库浏览器", "gitmodules.html":"名称", "gitnamespaces.html":"Git 命名空间", "gitremote helpers.html":"帮助程序与远程存储库进行交互", "gitrepository layout.html":"Git Repository Layout", "gitrevisions.html":"指定 Git 的修订和范围", "gitsubmodules.html":"在另一个仓库中安装一个仓库", "gittutorial 2.html":"Git 的教程介绍:第二部分", "gittutorial.html":"Git 的教程介绍", "gitweb.conf.html":"Gitweb( Git web 界面)配置文件", "gitweb.html":"Git web界面(Git仓库的前端)", "gitworkflows.html":"使用 Git 推荐的工作流程概述" } \ No newline at end of file +{ "git add": { "name": "git add", "type": "", "path": "git/git add.html", "desc": "将文件内容添加到索引" }, "git am": { "name": "git am", "type": "", "path": "git/git am.html", "desc": "从邮箱应用一系列修补程序" }, "git annotate": { "name": "git annotate", "type": "", "path": "git/git annotate.html", "desc": "用提交信息注释文件行" }, "git apply": { "name": "git apply", "type": "", "path": "git/git apply.html", "desc": "将补丁应用于文件和/或索引" }, "git archimport": { "name": "git archimport", "type": "", "path": "git/git archimport.html", "desc": "将 Arch 资料库导入 Git" }, "git archive": { "name": "git archive", "type": "", "path": "git/git archive.html", "desc": "从命名树创建文件的存档" }, "git bisect": { "name": "git bisect", "type": "", "path": "git/git bisect.html", "desc": "使用二进制搜索来查找引入错误的提交" }, "git blame": { "name": "git blame", "type": "", "path": "git/git blame.html", "desc": "显示修改和作者最后修改了文件的每一行" }, "git branch": { "name": "git branch", "type": "", "path": "git/git branch.html", "desc": "列出,创建或删除分支" }, "git bundle": { "name": "git bundle", "type": "", "path": "git/git bundle.html", "desc": "通过归档移动对象和引用" }, "git cat-file": { "name": "git cat-file", "type": "", "path": "git/git cat-file.html", "desc": "提供资源库对象的内容或类型和大小信息" }, "git check-attr": { "name": "git check-attr", "type": "", "path": "git/git check-attr.html", "desc": "显示 gitattributes 信息" }, "git check-ignore": { "name": "git check-ignore", "type": "", "path": "git/git check-ignore.html", "desc": "调试 gitignore /排除文件" }, "git check-mailmap": { "name": "git check-mailmap", "type": "", "path": "git/git check-mailmap.html", "desc": "显示联系人的规范名称和电子邮件地址" }, "git check-ref-format": { "name": "git check-ref-format", "type": "", "path": "git/git check-ref-format.html", "desc": "确保引用名称格式正确" }, "git checkout-index": { "name": "git checkout-index", "type": "", "path": "git/git checkout-index.html", "desc": "将索引中的文件复制到工作树上" }, "git checkout": { "name": "git checkout", "type": "", "path": "git/git checkout.html", "desc": "切换分支或恢复工作树文件" }, "git cherry-pick": { "name": "git cherry-pick", "type": "", "path": "git/git cherry-pick.html", "desc": "应用一些现有提交引入的更改" }, "git cherry": { "name": "git cherry", "type": "", "path": "git/git cherry.html", "desc": "查找尚未应用于上游的提交" }, "git citool": { "name": "git citool", "type": "", "path": "git/git citool.html", "desc": "commit 的图形替代" }, "git clean": { "name": "git clean", "type": "", "path": "git/git clean.html", "desc": "从工作树中删除未跟踪的文件" }, "git clone": { "name": "git clone", "type": "", "path": "git/git clone.html", "desc": "将存储库克隆到新目录中" }, "git column": { "name": "git column", "type": "", "path": "git/git column.html", "desc": "以列显示数据" }, "git commit-tree": { "name": "git commit-tree", "type": "", "path": "git/git commit-tree.html", "desc": "创建一个新的提交对象" }, "git commit": { "name": "git commit", "type": "", "path": "git/git commit.html", "desc": "记录对存储库的更改" }, "git config": { "name": "git config", "type": "", "path": "git/git config.html", "desc": "获取并设置存储库或全局选项" }, "git count-objects": { "name": "git count-objects", "type": "", "path": "git/git count-objects.html", "desc": "计算解包的对象数量及其磁盘消耗量" }, "git credential-cache": { "name": "git credential-cache", "type": "", "path": "git/git credential-cache.html", "desc": "Helper 临时将密码存储在内存中" }, "git credential-store": { "name": "git credential-store", "type": "", "path": "git/git credential-store.html", "desc": "帮助者将证书存储在磁盘上" }, "git credential": { "name": "git credential", "type": "", "path": "git/git credential.html", "desc": "检索并存储用户凭证" }, "git cvsexportcommit": { "name": "git cvsexportcommit", "type": "", "path": "git/git cvsexportcommit.html", "desc": "将一次提交导出到 CVS 签出" }, "git cvsimport": { "name": "git cvsimport", "type": "", "path": "git/git cvsimport.html", "desc": "将您的数据从另一个人们喜欢讨厌的 SCM 中拯救出来" }, "git cvsserver": { "name": "git cvsserver", "type": "", "path": "git/git cvsserver.html", "desc": "Git 的 CVS 服务器模拟器" }, "git daemon": { "name": "git daemon", "type": "", "path": "git/git daemon.html", "desc": "一个非常简单的Git仓库服务器" }, "git describe": { "name": "git describe", "type": "", "path": "git/git describe.html", "desc": "描述一个使用它可以访问的最近标签的提交" }, "git diff-files": { "name": "git diff-files", "type": "", "path": "git/git diff-files.html", "desc": "比较工作树和索引中的文件" }, "git diff-index": { "name": "git diff-index", "type": "", "path": "git/git diff-index.html", "desc": "比较树与工作树或索引" }, "git diff-tree": { "name": "git diff-tree", "type": "", "path": "git/git diff-tree.html", "desc": "比较通过两个树对象找到的 blob 的内容和模式" }, "git diff": { "name": "git diff", "type": "", "path": "git/git diff.html", "desc": "显示提交,提交和工作树等之间的变化" }, "git difftool": { "name": "git difftool", "type": "", "path": "git/git difftool.html", "desc": "使用常见差异工具显示更改" }, "git fast-export": { "name": "git fast-export", "type": "", "path": "git/git fast-export.html", "desc": "Git 数据导出器" }, "git fast-import": { "name": "git fast-import", "type": "", "path": "git/git fast-import.html", "desc": "用于快速Git数据导入器的后端" }, "git fetch-pack": { "name": "git fetch-pack", "type": "", "path": "git/git fetch-pack.html", "desc": "从另一个存储库接收缺少的对象" }, "git fetch": { "name": "git fetch", "type": "", "path": "git/git fetch.html", "desc": "从另一个存储库下载对象和引用" }, "git filter-branch": { "name": "git filter-branch", "type": "", "path": "git/git filter-branch.html", "desc": "重写分支" }, "git fmt-merge-msg": { "name": "git fmt-merge-msg", "type": "", "path": "git/git fmt-merge-msg.html", "desc": "产生一个合并提交信息" }, "git for-each-ref": { "name": "git for-each-ref", "type": "", "path": "git/git for-each-ref.html", "desc": "每个参考的输出信息" }, "git format-patch": { "name": "git format-patch", "type": "", "path": "git/git format-patch.html", "desc": "为电子邮件提交准备补丁" }, "git fsck": { "name": "git fsck", "type": "", "path": "git/git fsck.html", "desc": "验证数据库中对象的连通性和有效性" }, "git gc": { "name": "git gc", "type": "", "path": "git/git gc.html", "desc": "清理不必要的文件并优化本地存储库" }, "git get-tar-commit-id": { "name": "git get-tar-commit-id", "type": "", "path": "git/git get-tar-commit-id.html", "desc": "archive 创建的存档中提取提交ID" }, "git grep": { "name": "git grep", "type": "", "path": "git/git grep.html", "desc": "打印符合模式的行" }, "git gui": { "name": "git gui", "type": "", "path": "git/git gui.html", "desc": "Git 的便携式图形界面" }, "git hash-object": { "name": "git hash-object", "type": "", "path": "git/git hash-object.html", "desc": "计算对象ID并可选择从文件创建一个blob" }, "git help": { "name": "git help", "type": "", "path": "git/git help.html", "desc": "显示关于 Git 的帮助信息" }, "git http-backend": { "name": "git http-backend", "type": "", "path": "git/git http-backend.html", "desc": "Git 在HTTP的服务器端实现" }, "git http-fetch": { "name": "git http-fetch", "type": "", "path": "git/git http-fetch.html", "desc": "通过 HTTP 从远程 Git 存储库下载" }, "git http-push": { "name": "git http-push", "type": "", "path": "git/git http-push.html", "desc": "通过 HTTP / DAV 将对象推送到另一个存储库" }, "git imap-send": { "name": "git imap-send", "type": "", "path": "git/git imap-send.html", "desc": "从 stdin 发送一组补丁到一个 IMAP 文件夹" }, "git index-pack": { "name": "git index-pack", "type": "", "path": "git/git index-pack.html", "desc": "为现有打包归档文件生成包索引文件" }, "git init": { "name": "git init", "type": "", "path": "git/git init.html", "desc": "创建一个空的 Git 仓库或重新初始化一个现有仓库" }, "git instaweb": { "name": "git instaweb", "type": "", "path": "git/git instaweb.html", "desc": "立即在gitweb中浏览你的工作仓库" }, "git interpret-trailers": { "name": "git interpret-trailers", "type": "", "path": "git/git interpret-trailers.html", "desc": "帮助将结构化信息添加到提交消息中" }, "git log": { "name": "git log", "type": "", "path": "git/git log.html", "desc": "显示提交日志" }, "git ls-files": { "name": "git ls-files", "type": "", "path": "git/git ls-files.html", "desc": "显示有关索引和工作树中文件的信息" }, "git ls-remote": { "name": "git ls-remote", "type": "", "path": "git/git ls-remote.html", "desc": "在远程存储库中列出引用" }, "git ls-tree": { "name": "git ls-tree", "type": "", "path": "git/git ls-tree.html", "desc": "列出树对象的内容" }, "git mailinfo": { "name": "git mailinfo", "type": "", "path": "git/git mailinfo.html", "desc": "从单个电子邮件中提取补丁和作者身份" }, "git mailsplit": { "name": "git mailsplit", "type": "", "path": "git/git mailsplit.html", "desc": "简单的 UNIX mbox 分离器程序" }, "git merge-base": { "name": "git merge-base", "type": "", "path": "git/git merge-base.html", "desc": "为合并找到尽可能好的共同祖先" }, "git merge-file": { "name": "git merge-file", "type": "", "path": "git/git merge-file.html", "desc": "运行三路文件合并" }, "git merge-index": { "name": "git merge-index", "type": "", "path": "git/git merge-index.html", "desc": "为需要合并的文件运行合并" }, "git merge-one-file": { "name": "git merge-one-file", "type": "", "path": "git/git merge-one-file.html", "desc": "index 一起使用的标准帮助程序" }, "git merge-tree": { "name": "git merge-tree", "type": "", "path": "git/git merge-tree.html", "desc": "显示不触及索引的三路合并" }, "git merge": { "name": "git merge", "type": "", "path": "git/git merge.html", "desc": "Join two or more development histories together" }, "git mergetool": { "name": "git mergetool", "type": "", "path": "git/git mergetool.html", "desc": "运行合并冲突解决工具来解决合并冲突" }, "git mktag": { "name": "git mktag", "type": "", "path": "git/git mktag.html", "desc": "创建一个标签对象" }, "git mktree": { "name": "git mktree", "type": "", "path": "git/git mktree.html", "desc": "tree 格式的文本中构建树对象" }, "git mv": { "name": "git mv", "type": "", "path": "git/git mv.html", "desc": "移动或重命名文件,目录或符号链接" }, "git name-rev": { "name": "git name-rev", "type": "", "path": "git/git name-rev.html", "desc": "查找给定转速的符号名称" }, "git notes": { "name": "git notes", "type": "", "path": "git/git notes.html", "desc": "Add or inspect object notes" }, "git p4": { "name": "git p4", "type": "", "path": "git/git p4.html", "desc": "从 Perforce 存储库导入和提交" }, "git pack-objects": { "name": "git pack-objects", "type": "", "path": "git/git pack-objects.html", "desc": "创建一个打包的对象存档" }, "git pack-redundant": { "name": "git pack-redundant", "type": "", "path": "git/git pack-redundant.html", "desc": "查找多余的包文件" }, "git pack-refs": { "name": "git pack-refs", "type": "", "path": "git/git pack-refs.html", "desc": "打包标头和标签以便高效的存储库访问" }, "git parse-remote": { "name": "git parse-remote", "type": "", "path": "git/git parse-remote.html", "desc": "帮助解析远程存储库访问参数的例程" }, "git patch-id": { "name": "git patch-id", "type": "", "path": "git/git patch-id.html", "desc": "计算补丁的唯一 ID" }, "git prune-packed": { "name": "git prune-packed", "type": "", "path": "git/git prune-packed.html", "desc": "删除已经在包文件中的额外对象" }, "git prune": { "name": "git prune", "type": "", "path": "git/git prune.html", "desc": "从对象数据库中删除所有不可访问的对象" }, "git pull": { "name": "git pull", "type": "", "path": "git/git pull.html", "desc": "从另一个存储库或本地分支获取并与其集成" }, "git push": { "name": "git push", "type": "", "path": "git/git push.html", "desc": "更新远程引用以及关联的对象" }, "git quiltimport": { "name": "git quiltimport", "type": "", "path": "git/git quiltimport.html", "desc": "在当前分支上应用一个被套补丁集" }, "git read-tree": { "name": "git read-tree", "type": "", "path": "git/git read-tree.html", "desc": "将树信息读入索引" }, "git rebase": { "name": "git rebase", "type": "", "path": "git/git rebase.html", "desc": "重新申请提交另一个基本技巧" }, "git receive-pack": { "name": "git receive-pack", "type": "", "path": "git/git receive-pack.html", "desc": "接收推入存储库的内容" }, "git reflog": { "name": "git reflog", "type": "", "path": "git/git reflog.html", "desc": "管理reflog信息" }, "git remote-ext": { "name": "git remote-ext", "type": "", "path": "git/git remote-ext.html", "desc": "将智能传输桥接到外部命令。" }, "git remote-fd": { "name": "git remote-fd", "type": "", "path": "git/git remote-fd.html", "desc": "将智能传输流反射回调用者" }, "git remote-testgit": { "name": "git remote-testgit", "type": "", "path": "git/git remote-testgit.html", "desc": "helper" }, "git remote": { "name": "git remote", "type": "", "path": "git/git remote.html", "desc": "管理追踪存储库的集合" }, "git repack": { "name": "git repack", "type": "", "path": "git/git repack.html", "desc": "在存储库中打包解包的对象" }, "git replace": { "name": "git replace", "type": "", "path": "git/git replace.html", "desc": "创建,列出,删除引用来替换对象" }, "git request-pull": { "name": "git request-pull", "type": "", "path": "git/git request-pull.html", "desc": "生成未决更改的摘要" }, "git rerere": { "name": "git rerere", "type": "", "path": "git/git rerere.html", "desc": "重复使用冲突合并的记录分辨率" }, "git reset": { "name": "git reset", "type": "", "path": "git/git reset.html", "desc": "将当前 HEAD 重置为指定状态" }, "git rev-list": { "name": "git rev-list", "type": "", "path": "git/git rev-list.html", "desc": "按反向时间顺序列出提交对象" }, "git rev-parse": { "name": "git rev-parse", "type": "", "path": "git/git rev-parse.html", "desc": "Pick out and massage parameters" }, "git revert": { "name": "git revert", "type": "", "path": "git/git revert.html", "desc": "恢复一些现有的提交" }, "git rm": { "name": "git rm", "type": "", "path": "git/git rm.html", "desc": "从工作树和索引中删除文件" }, "git send-email": { "name": "git send-email", "type": "", "path": "git/git send-email.html", "desc": "以电子邮件的形式发送一组补丁" }, "git send-pack": { "name": "git send-pack", "type": "", "path": "git/git send-pack.html", "desc": "将对象通过 Git 协议推送到另一个存储库" }, "git sh-i18n": { "name": "git sh-i18n", "type": "", "path": "git/git sh-i18n.html", "desc": "Git 的 shell 脚本的i18n设置代码" }, "git sh-setup": { "name": "git sh-setup", "type": "", "path": "git/git sh-setup.html", "desc": "常用的 Git shell 脚本设置代码" }, "git shell": { "name": "git shell", "type": "", "path": "git/git shell.html", "desc": "SSH 访问的受限登录 shell" }, "git shortlog": { "name": "git shortlog", "type": "", "path": "git/git shortlog.html", "desc": "总结git log输出" }, "git show-branch": { "name": "git show-branch", "type": "", "path": "git/git show-branch.html", "desc": "显示分支及其提交" }, "git show-index": { "name": "git show-index", "type": "", "path": "git/git show-index.html", "desc": "显示打包归档索引" }, "git show-ref": { "name": "git show-ref", "type": "", "path": "git/git show-ref.html", "desc": "在本地存储库中列出引用" }, "git show": { "name": "git show", "type": "", "path": "git/git show.html", "desc": "显示各种类型的对象" }, "git stash": { "name": "git stash", "type": "", "path": "git/git stash.html", "desc": "将变化存储在脏的工作目录中" }, "git status": { "name": "git status", "type": "", "path": "git/git status.html", "desc": "显示工作树的状态" }, "git stripspace": { "name": "git stripspace", "type": "", "path": "git/git stripspace.html", "desc": "删除不必要的空格" }, "git submodule": { "name": "git submodule", "type": "", "path": "git/git submodule.html", "desc": "初始化,更新或检查子模块" }, "git svn": { "name": "git svn", "type": "", "path": "git/git svn.html", "desc": "Subversion版本库和Git之间的双向操作" }, "git symbolic-ref": { "name": "git symbolic-ref", "type": "", "path": "git/git symbolic-ref.html", "desc": "读取,修改和删除符号引用" }, "git tag": { "name": "git tag", "type": "", "path": "git/git tag.html", "desc": "创建,列出,删除或验证用 GPG 签名的标签对象" }, "git unpack-file": { "name": "git unpack-file", "type": "", "path": "git/git unpack-file.html", "desc": "用 blob 的内容创建一个临时文件" }, "git unpack-objects": { "name": "git unpack-objects", "type": "", "path": "git/git unpack-objects.html", "desc": "从打包的压缩文件中解压缩对象" }, "git update-index": { "name": "git update-index", "type": "", "path": "git/git update-index.html", "desc": "将工作树中的文件内容注册到索引" }, "git update-ref": { "name": "git update-ref", "type": "", "path": "git/git update-ref.html", "desc": "安全地更新存储在ref中的对象名称" }, "git update-server-info": { "name": "git update-server-info", "type": "", "path": "git/git update-server-info.html", "desc": "更新辅助信息文件来帮助愚蠢的服务器" }, "git upload-archive": { "name": "git upload-archive", "type": "", "path": "git/git upload-archive.html", "desc": "archive" }, "git upload-pack": { "name": "git upload-pack", "type": "", "path": "git/git upload-pack.html", "desc": "pack" }, "git var": { "name": "git var", "type": "", "path": "git/git var.html", "desc": "显示一个 Git 逻辑变量" }, "git verify-commit": { "name": "git verify-commit", "type": "", "path": "git/git verify-commit.html", "desc": "检查提交的 GPG 签名" }, "git verify-pack": { "name": "git verify-pack", "type": "", "path": "git/git verify-pack.html", "desc": "验证打包的Git存档文件" }, "git verify-tag": { "name": "git verify-tag", "type": "", "path": "git/git verify-tag.html", "desc": "检查标记的 GPG 签名" }, "git whatchanged": { "name": "git whatchanged", "type": "", "path": "git/git whatchanged.html", "desc": "每次提交引入不同的显示日志" }, "git worktree": { "name": "git worktree", "type": "", "path": "git/git worktree.html", "desc": "管理多个工作树" }, "git write-tree": { "name": "git write-tree", "type": "", "path": "git/git write-tree.html", "desc": "从当前索引创建一个树形对象" }, "Git": { "name": "Git", "type": "", "path": "git/Git.html", "desc": "迟钝的内容跟踪器" }, "gitattributes": { "name": "gitattributes", "type": "", "path": "git/gitattributes.html", "desc": "定义每个路径的属性" }, "gitcli": { "name": "gitcli", "type": "", "path": "git/gitcli.html", "desc": "Git 命令行界面和约定" }, "gitcore tutorial": { "name": "gitcore tutorial", "type": "", "path": "git/gitcore tutorial.html", "desc": "面向开发人员的Git核心教程" }, "gitcredentials": { "name": "gitcredentials", "type": "", "path": "git/gitcredentials.html", "desc": "为 Git 提供用户名和密码" }, "gitcvs migration": { "name": "gitcvs migration", "type": "", "path": "git/gitcvs migration.html", "desc": "Git for CVS users" }, "gitdiffcore": { "name": "gitdiffcore", "type": "", "path": "git/gitdiffcore.html", "desc": "Tweaking diff output" }, "giteveryday": { "name": "giteveryday", "type": "", "path": "git/giteveryday.html", "desc": "Everyday Git 的一组有用的最小命令" }, "gitglossary": { "name": "gitglossary", "type": "", "path": "git/gitglossary.html", "desc": "Git词汇表" }, "githooks": { "name": "githooks", "type": "", "path": "git/githooks.html", "desc": "Git 使用的挂钩" }, "gitignore": { "name": "gitignore", "type": "", "path": "git/gitignore.html", "desc": "指定忽略有意未被跟踪的文件" }, "gitk": { "name": "gitk", "type": "", "path": "git/gitk.html", "desc": "Git 存储库浏览器" }, "gitmodules": { "name": "gitmodules", "type": "", "path": "git/gitmodules.html", "desc": "名称" }, "gitnamespaces": { "name": "gitnamespaces", "type": "", "path": "git/gitnamespaces.html", "desc": "Git 命名空间" }, "gitremote helpers": { "name": "gitremote helpers", "type": "", "path": "git/gitremote helpers.html", "desc": "帮助程序与远程存储库进行交互" }, "gitrepository layout": { "name": "gitrepository layout", "type": "", "path": "git/gitrepository layout.html", "desc": "Git Repository Layout" }, "gitrevisions": { "name": "gitrevisions", "type": "", "path": "git/gitrevisions.html", "desc": "指定 Git 的修订和范围" }, "gitsubmodules": { "name": "gitsubmodules", "type": "", "path": "git/gitsubmodules.html", "desc": "在另一个仓库中安装一个仓库" }, "gittutorial 2": { "name": "gittutorial 2", "type": "", "path": "git/gittutorial 2.html", "desc": "Git 的教程介绍:第二部分" }, "gittutorial": { "name": "gittutorial", "type": "", "path": "git/gittutorial.html", "desc": "Git 的教程介绍" }, "gitweb.conf": { "name": "gitweb.conf", "type": "", "path": "git/gitweb.conf.html", "desc": "Gitweb( Git web 界面)配置文件" }, "gitweb": { "name": "gitweb", "type": "", "path": "git/gitweb.html", "desc": "Git web界面(Git仓库的前端)" }, "gitworkflows": { "name": "gitworkflows", "type": "", "path": "git/gitworkflows.html", "desc": "使用 Git 推荐的工作流程概述" } } \ No newline at end of file diff --git a/index/linux.json b/index/linux.json index 72daa428..4bd5d695 100644 --- a/index/linux.json +++ b/index/linux.json @@ -1 +1 @@ -{ "ab.html": "Apache服务器的性能测试工具", "accept.html": "指示打印系统接受发往指定目标打印机的打印任务", "ack.html": "比grep好用的文本搜索工具", "alias.html": "用来设置指令的别名", "apachectl.html": "Apache服务器前端控制工具", "apk.html": "Alpine Linux 下的包管理工具", "apropos.html": "在 whatis 数据库中查找字符串", "apt-get.html": "Debian Linux发行版中的APT软件包管理工具", "apt-key.html": "管理Debian Linux系统中的软件包密钥", "apt-sortpkgs.html": "Debian Linux下对软件包索引文件进行排序的工具", "aptitude.html": "Debian Linux系统中软件包管理工具", "ar.html": "建立或修改备存文件,或是从备存文件中抽取文件", "arch.html": "显示当前主机的硬件架构类型", "arj.html": "用于创建和管理.arj压缩包", "arp.html": "arp 命令用于显示和修改 IP 到 MAC 转换表。ARP 是 Address Resolution Protocol,地址解析协议,是通过解析网络层地址来找寻数据链路层地址的一个网络协议包中极其重要的网络传输协议。而该命令可以显示和修改 arp 协议解析表中的缓冲数据。", "arpd.html": "收集免费ARP信息", "arping.html": "通过发送ARP协议报文测试网络", "arptables.html": "管理ARP包过滤规则表", "arpwatch.html": "监听网络上ARP的记录", "as.html": "汇编语言编译器", "at.html": "在指定时间执行一个任务", "atop.html": "监控Linux系统资源与进程的工具", "atq.html": "列出当前用户的at任务列表", "atrm.html": "删除待执行任务队列中的指定任务", "awk.html": "文本和数据进行处理的编程语言", "axel.html": "多线程下载工具", "badblocks.html": "查找磁盘中损坏的区块", "basename.html": "打印目录或者文件的基本名称", "batch.html": "在系统不繁忙的时候执行定时任务", "bc.html": "算术操作精密运算工具", "bg.html": "用于将作业放到后台运行", "bind.html": "显示或设置键盘按键与其相关的功能", "blkid.html": "查看块设备的文件系统类型、LABEL、UUID等信息", "blockdev.html": "从命令行调用区块设备控制程序", "bmodinfo.html": "显示给定模块的详细信息", "builtin.html": "执行shell内部命令", "bunzip2.html": "创一个bz2文件压缩包", "bye.html": "命令用于中断FTP连线并结束程序。。", "bzcat.html": "解压缩指定的.bz2文件", "bzcmp.html": "比较两个压缩包中的文件", "bzdiff.html": "直接比较两个.bz2压缩包中文件的不同", "bzgrep.html": "使用正则表达式搜索.bz2压缩包中文件", "bzip2.html": "将文件压缩成bz2格式", "bzip2recover.html": "恢复被破坏的.bz2压缩包中的文件", "bzless.html": "增强.bz2压缩包查看器", "bzmore.html": "查看bzip2压缩过的文本文件的内容", "cal.html": "显示当前日历或指定日期的日历", "cancel.html": "取消已存在的打印任务", "cat.html": "连接文件并打印到标准输出设备上", "cd.html": "切换用户当前工作目录", "cdrecord.html": "Linux系统下光盘刻录功能命令", "chage.html": "修改帐号和密码的有效期限", "chattr.html": "用来改变文件属性", "chcon.html": "修改对象(文件)的安全上下文", "chfn.html": "用来改变finger命令显示的信息", "chgrp.html": "用来变更文件或目录的所属群组", "chkconfig.html": "检查或设置系统的各种服务", "chmod.html": "用来变更文件或目录的权限", "chown.html": "用来变更文件或目录的拥有者或所属群组", "chpasswd.html": "批量更新用户口令的工具", "chroot.html": "把根目录换成指定的目的目录", "chsh.html": "用来更换登录系统时使用的shell", "cksum.html": "检查文件的CRC是否正确", "clear.html": "清除当前屏幕终端上的任何信息", "clock.html": "用于调整 RTC 时间。", "clockdiff.html": "检测两台linux主机的时间差", "cmp.html": "比较两个文件是否有差异", "col.html": "过滤控制字符", "colrm.html": "删除文件中的指定列", "comm.html": "两个文件之间的比较", "command.html": "调用并执行指定的命令", "compress.html": "使用Lempress-Ziv编码压缩数据文件", "consoletype.html": "输出已连接的终端类型", "convertquota.html": "把老的配额文件转换为新的格式", "cp.html": "将源文件或目录复制到目标文件或目录中", "cpio.html": "用来建立、还原备份档的工具程序", "crontab.html": "提交和管理用户的需要周期性执行的任务", "csplit.html": "将一个大文件分割成小的碎片文件", "cu.html": "用于连接另一个系统主机。", "cupsdisable.html": "停止指定的打印机", "cupsenable.html": "启动指定的打印机", "curl.html": "利用URL规则在命令行下工作的文件传输工具", "cut.html": "连接文件并打印到标准输出设备上", "date.html": "显示或设置系统时间与日期", "dd.html": "复制文件并对原文件的内容进行转换和格式化处理", "declare.html": "声明或显示shell变量", "depmod.html": "分析可载入模块的相依性", "df.html": "显示磁盘的相关信息", "dhclient.html": "动态获取或释放IP地址", "dhcpd.html": "运行DHCP服务器。", "dhcrelay.html": "使用dhcrelay命令可以提供中继DHCP和BOOTP请求", "diff.html": "比较给定的两个文件的不同", "diff3.html": "比较3个文件不同的地方", "diffstat.html": "显示diff命令输出信息的柱状图", "dig.html": "域名查询工具", "dircolors.html": "置ls命令在显示目录或文件时所用的色彩", "dirname.html": "去除文件名中的非目录部分", "dirs.html": "显示目录记录", "dmesg.html": "显示Linux系统启动信息", "dmidecode.html": "在Linux系统下获取有关硬件方面的信息", "dnf.html": "新一代的RPM软件包管理器", "dnsdomainname.html": "定义DNS系统中FQDN名称的域名", "domainname.html": "显示和设置系统的NIS域名", "dos2unix.html": "将DOS格式文本文件转换成Unix格式", "dpkg-deb.html": "Debian Linux下的软件包管理工具", "dpkg-divert.html": "Debian Linux中创建并管理一个转向列表", "dpkg-preconfigure.html": "Debian Linux中软件包安装之前询问问题", "dpkg-query.html": "Debian Linux中软件包的查询工具", "dpkg-reconfigure.html": "Debian Linux中重新配制一个已经安装的软件包", "dpkg-split.html": "Debian Linux中将大软件包分割成小包", "dpkg-statoverride.html": "Debian Linux中覆盖文件的所有权和模式", "dpkg-trigger.html": "Debian Linux下的软件包触发器", "dpkg.html": "Debian Linux系统上安装、创建和管理软件包", "dris.html": "显示和清空目录堆栈中的内容", "dstat.html": "通用的系统资源统计工具", "du.html": "显示每个文件和目录的磁盘使用空间", "dump.html": "用于备份ext2或者ext3文件系统", "e2fsck.html": "用于检查第二扩展文件系统的完整性", "e2label.html": "设置第二扩展文件系统的卷标", "echo.html": "输出指定的字符串或者变量", "ed.html": "单行纯文本编辑器", "edquota.html": "用于编辑指定用户或工作组磁盘配额", "egrep.html": "在文件内查找指定的字符串", "eject.html": "用来退出抽取式设备", "elinks.html": "纯文本界面的WWW浏览器", "elm.html": "纯文本邮件客户端程序", "emacs.html": "功能强大的全屏文本编辑器", "enable.html": "启动或关闭shell内建命令", "env.html": "显示系统中已存在的环境变量", "ethtool.html": "显示或修改以太网卡的配置信息", "ex.html": "启动vim编辑器的ex编辑模式", "exec.html": "调用并执行指定的命令", "exit.html": "退出当前的shell", "expand.html": "将文件的制表符转换为空白字符", "export.html": "设置或显示系统环境变量", "exportfs.html": "管理NFS共享文件系统列表", "expr.html": "一款表达式计算工具", "fc.html": "修改历史命令并执行", "fdisk.html": "查看磁盘使用情况和磁盘分区", "fg.html": "将后台作业放到前台终端运行", "fgrep.html": "为文件搜索文字字符串", "file.html": "用来探测给定文件的类型。", "find.html": "在指定目录下查找文件", "findfs.html": "标签或UUID查找文件系统", "finger.html": "用于查找并显示用户信息", "firewall-cmd.html": "Linux上新用的防火墙软件,跟iptables差不多的工具。", "fishshell.html": "比 bash 更好用的 shell", "fmt.html": "读取文件后优化处理并输出", "fold.html": "控制文件内容输出时所占用的屏幕宽度", "free.html": "显示内存的使用情况", "fsck.html": "检查并且试图修复文件系统中的错误", "ftp.html": "用来设置文件系统相关功能", "ftpcount.html": "显示目前已FTP登入的用户人数", "ftpshut.html": "在指定的时间关闭FTP服务器", "ftptop.html": "proftpd服务器的连接状态", "ftpwho.html": "显示当前每个ftp会话信息", "fuser.html": "使用文件或文件结构识别进程", "gcc.html": "基于C/C++的编译器", "gcov.html": "测试程序的代码覆盖率的工具", "gdb.html": "功能强大的程序调试器", "get_module.html": "获取Linux内核模块的详细信息", "getenforce.html": "显示当前SELinux的应用模式,是强制、执行还是停用。", "getsebool.html": "查询SElinux策略内各项规则的布尔值", "git.html": "是目前世界上最先进的分布式版本控制系统", "gpasswd.html": "Linux下工作组文件的管理工具", "gpm.html": "提供文字模式下的滑鼠事件处理", "grep.html": "强大的文本搜索工具", "groupadd.html": "用于创建一个新的工作组", "groupdel.html": "用于删除指定的工作组", "groupmod.html": "更改群组识别码或名称", "groups.html": "用来打印指定用户所属的工作组", "grpck.html": "用于验证组文件的完整性", "grpconv.html": "用来开启群组的投影密码", "grpunconv.html": "用来关闭群组的投影密码", "grub.html": "多重引导程序grub的命令行shell工具", "gunzip.html": "用来解压缩文件", "gzexe.html": "用来压缩可执行文件", "gzip.html": "用来压缩文件", "halt.html": "关闭正在运行的Linux操作系统", "hdparm.html": "显示与设定硬盘的参数", "head.html": "在屏幕上显示指定文件的开头若干行", "help.html": "显示帮助信息", "hexdump.html": "显示文件十六进制格式", "history.html": "用于显示历史命令", "host.html": "常用的分析域名查询工具", "hostid.html": "用来打印当前主机的数字化标识", "hostname.html": "显示和设置系统的主机名", "hping3.html": "测试网络及主机的安全", "htdigest.html": "Apache服务器内置工具", "htop.html": "[非内部命令]一个互动的进程查看器,可以动态观察系统进程状况。", "htpasswd.html": "apache服务器创建密码认证文件", "hwclock.html": "显示与设定硬件时钟", "iconv.html": "转换文件的编码方式", "id.html": "显示用户的ID以及所属群组的ID", "ifcfg.html": "置Linux中的网络接口参数", "ifconfig.html": "配置和显示Linux系统网卡的网络参数", "ifdown.html": "禁用指定的网络接口", "ifstat.html": "统计网络接口流量状态", "iftop.html": "一款实时流量监控工具", "ifup.html": "激活指定的网络接口", "indent.html": "格式化C语言的源文件", "info.html": "Linux下info格式的帮助指令", "init.html": "init进程是所有Linux进程的父进程", "inotifywait.html": "异步文件系统监控机制", "insmod.html": "将给定的模块加载到内核中", "install.html": "安装或升级软件或备份数据", "iostat.html": "监视系统输入输出设备和CPU的使用情况", "iotop.html": "用来监视磁盘I/O使用状况的工具", "ip.html": "网络配置工具", "ip6tables-restore.html": "还原ip6tables表", "ip6tables-save.html": "保存ip6tables表配置", "ip6tables.html": "linux中防火墙软件", "ipcalc.html": "简单的IP地址计算器", "ipcrm.html": "删除消息队列、信号集、或者共享内存标识", "ipcs.html": "分析消息队列共享内存和信号量 ", "iperf.html": "网络性能测试工具", "iptables-restore.html": "还原iptables表的配置", "iptables-save.html": "备份iptables的表配置", "iptables.html": "Linux上常用的防火墙软件", "iptraf.html": "实时地监视网卡流量", "iptstate.html": "显示iptables的工作状态", "ispell.html": "检查文件中出现的拼写错误", "jed.html": "主要用于编辑代码的编辑器", "jobs.html": "显示Linux中的任务列表及任务状态", "joe.html": "强大的纯文本编辑器", "join.html": "两个文件中指定栏位内容相同的行连接起来", "jwhois.html": "whois 客户端服务", "kernelversion.html": "打印当前内核的主版本号", "kexec.html": "从当前正在运行的内核引导到一个新内核", "kill.html": "删除执行中的程序或工作", "killall.html": "使用进程的名称来杀死一组进程", "last.html": "列出目前与过去登入系统的用户相关信息", "lastb.html": "列出登入系统失败的用户相关信息", "lastlog.html": "显示系统中所有用户最近一次登录信息", "ld.html": "将目标文件连接为可执行程序", "ldconfig.html": "动态链接库管理命令", "ldd.html": "打印程序或者库文件所依赖的共享库列表", "less.html": "分屏上下翻页浏览文件内容", "let.html": "简单的计算器", "lftp.html": "优秀的文件客户端程序", "lftpget.html": "调用lftp指令下载指定的文件", "lha.html": "压缩或解压缩lzh格式文件", "lilo.html": "安装核心载入开机管理程序", "ln.html": "用来为文件创件连接", "lnstat.html": "显示Linux系统的网路状态", "locate.html": "比 find 好用的文件查找工具", "logger.html": "在系统日志中记录相应条目", "login.html": "登录系统或切换用户身份", "logname.html": "用来显示用户名称", "logout.html": "退出当前登录的Shell", "logrotate.html": "统日志进行轮转、压缩和删除", "logsave.html": "将命令的输出信息保存到指定的日志文件", "logwatch.html": "可定制和可插入式的日志监视系统", "look.html": "显示文件中以指定字符串开头的任意行", "losetup.html": "设定与控制循环(loop)设备", "lp.html": "打印文件或修改排队的打印任务", "lpadmin.html": "配置CUPS套件中的打印机和类", "lpc.html": "命令行方式打印机控制程序", "lpq.html": "显示打印队列中的打印任务的状态信息", "lpr.html": "将文件发送给指定打印机进行打印", "lprm.html": "删除打印队列中的打印任务", "lpstat.html": "显示CUPS中打印机的状态信息", "ls.html": "显示目录内容列表", "lsattr.html": "查看文件的第二扩展文件系统属性", "lsb_release.html": "显示发行版本信息", "lsblk.html": "列出块设备信息", "lscpu.html": "显示有关CPU架构的信息", "lsmod.html": "显示已载入系统的模块", "lsof.html": "显示Linux系统当前已打开的所有文件列表 `lsof -p pid`", "lspci.html": "显示当前主机的所有PCI总线信息", "lsusb.html": "显示本机的USB设备列表信息", "ltrace.html": "用来跟踪进程调用库函数的情况", "lvcreate.html": "用于创建LVM的逻辑卷", "lvdisplay.html": "显示逻辑卷属性", "lvextend.html": "扩展逻辑卷空间", "lvreduce.html": "收缩逻辑卷空间", "lvremove.html": "删除指定LVM逻辑卷", "lvresize.html": "调整逻辑卷空间大小", "lvscan.html": "扫描逻辑卷", "lynx.html": "纯文本模式的网页浏览器", "mail.html": "命令行下发送和接收电子邮件", "mailq.html": "显示待发送的邮件队列", "mailstat.html": "显示到达的邮件状态", "make.html": "GNU的工程化编译工具", "man.html": "查看Linux中的指令帮助", "md5sum.html": "计算和校验文件报文摘要的工具程序", "mesg.html": "设置当前终端的写权限", "mii-tool.html": "配置网络设备协商方式的工具", "mkbootdisk.html": "可建立目前系统的启动盘", "mkdir.html": "用来创建目录", "mke2fs.html": "创建磁盘分区上的“etc2/etc3”文件系统", "mkfs.html": "用于在设备上创建Linux文件系统", "mkinitrd.html": "建立要载入ramdisk的映像文件", "mkisofs.html": "建立ISO 9660映像文件", "mknod.html": "创建字符设备文件和块设备文件", "mkswap.html": "建立和设置SWAP交换分区", "mktemp.html": "创建临时文件供shell脚本使用", "modprobe.html": "自动处理可载入模块", "more.html": "显示文件内容,每次显示一屏", "mount.html": "用于挂载Linux系统外的文件。", "mpstat.html": "显示各个可用CPU的状态", "mtools.html": "显示mtools支持的指令", "mv.html": "用来对文件或目录重新命名", "mysql.html": "MySQL服务器客户端工具", "mysqladmin.html": "MySQL服务器管理客户端", "mysqldump.html": "MySQL数据库中备份工具", "mysqlimport.html": "为MySQL服务器用命令行方式导入数据", "mysqlshow.html": "显示MySQL中数据库相关信息", "named-checkzone.html": "使用named-checkzone命令可以进行区域文件有效性检查和转换,必须指定区域名称和区域文件名称。", "nano.html": "字符终端文本编辑器", "nc.html": "命令用于设置路由器。", "ncftp.html": "是增强的的FTP工具", "nethogs.html": "终端下的网络流量监控工具", "netstat.html": "查看Linux中网络系统状态信息", "newusers.html": "用于批处理的方式一次创建多个命令", "nfsstat.html": "列出NFS客户端和服务器的工作状态", "ngrep.html": "方便的数据包匹配和显示工具", "nice.html": "改变程序执行的优先权等级", "nisdomainname.html": "显示主机NIS的域名", "nl.html": "在Linux系统中计算文件内容行号", "nm.html": "显示二进制目标文件的符号表", "nmap.html": "网络探测和安全审核", "nmcli.html": "地址配置工具", "nohup.html": "将程序以忽略挂起信号的方式运行起来", "nologin.html": "拒绝用户登录系统", "nslookup.html": "查询域名DNS信息的工具", "ntpdate.html": "使用网络计时协议(NTP)设置日期和时间", "ntsysv.html": "集中管理系统的各种服务", "objdump.html": "显示二进制文件信息", "od.html": "输出文件的八进制、十六进制等格式编码的字节", "openssl.html": "强大的安全套接字层密码库", "parted.html": "磁盘分区和分区大小调整工具", "partprobe.html": "不重启的情况下重读分区", "passwd.html": "用于让用户可以更改自己的密码", "paste.html": "将多个文件按列队列合并", "patch.html": "为开放源代码软件安装补丁程序", "pathchk.html": "检查文件中不可移植的部分", "perl.html": "perl语言解释器", "pfctl.html": "PF防火墙的配置命令", "pgrep.html": "设置用户的认证信息,包括用户密码、密码过期时间等", "php.html": "PHP语言的命令行接口", "pico.html": "功能强大全屏幕的文本编辑器", "pidof.html": "查找指定名称的进程的进程号ID号", "pigz.html": "可以用来解压缩文件,gzip的并行实现升级版。", "ping.html": "测试主机之间网络的连通性", "pkill.html": "可以按照进程名杀死进程", "pmap.html": "报告进程的内存映射关系", "popd.html": "用于删除目录栈中的记录", "poweroff.html": "关闭Linux系统,关闭记录会被写入到/var/log/wtmp日志文件中。", "ppp-off.html": "关闭ppp连线", "pr.html": "将文本文件转换成适合打印的格式", "printf.html": "格式化并输出结果", "protoize.html": "GNU-C代码转换为ANSI-C代码", "ps.html": "报告当前系统的进程状态", "pssh.html": "批量管理执行", "pstack.html": "显示每个进程的栈跟踪", "pstree.html": "以树状图的方式展现进程之间的派生关系", "pushd.html": "将目录加入命令堆叠中", "pv.html": "显示当前在命令行执行的命令的进度信息,管道查看器。", "pvchange.html": "修改物理卷属性", "pvck.html": "检测物理卷的LVM元数据的一致性", "pvcreate.html": "将物理硬盘分区初始化为物理卷", "pvdisplay.html": "显示物理卷的属性", "pvremove.html": "删除一个存在的物理卷", "pvs.html": "输出物理卷信息报表", "pvscan.html": "扫描系统中所有硬盘的物理卷列表", "pwck.html": "用来验证系统认证文件内容和格式的完整性", "pwconv.html": "用来开启用户的投影密码", "pwd.html": "绝对路径方式显示用户当前工作目录", "pwunconv.html": "用来关闭用户的投影密码", "quota.html": "显示磁盘已使用的空间与限制", "quotacheck.html": "检查磁盘的使用空间与限制", "quotaoff.html": "关闭Linux内核中指定文件系统的磁盘配额功能", "quotaon.html": "激活Linux内核中指定文件系统的磁盘配额功能", "rcconf.html": "Debian Linux下的运行等级服务配置工具", "rcp.html": "使在两台Linux主机之间的文件复制操作更简单", "read.html": "从键盘读取变量值", "readelf.html": "用于显示elf格式文件的信息", "readonly.html": "定义只读shell变量或函数", "reboot.html": "重新启动正在运行的Linux操作系统", "reject.html": "指示打印系统拒绝发往指定目标打印机的打印任务", "rename.html": "用字符串替换的方式批量改变文件名", "renice.html": "修改正在运行的进程的调度优先级", "repquota.html": "报表的格式输出磁盘空间限制的状态", "resize.html": "命令设置终端机视窗的大小。", "restore.html": "所进行的操作和dump指令相反", "restorecon.html": "恢复文件的安全上下文", "rev.html": "将文件内容以字符为单位反序输出", "rexec.html": "运程执行Linux系统下命令 ", "rlogin.html": "从当前终端登录到远程Linux主机", "rm.html": "用于删除给定的文件和目录", "rmdir.html": "用来删除空目录", "rmmod.html": "从运行的内核中移除指定的内核模块", "route.html": "显示并设置Linux中静态路由表", "rpm.html": "RPM软件包的管理工具", "rpm2cpio.html": "将RPM软件包转换为cpio格式的文件", "rpmbuild.html": "创建RPM的二进制软件包和源码软件包", "rpmdb.html": "初始化和重建RPM数据库", "rpmquery.html": "从RPM数据库中查询软件包信息", "rpmsign.html": "使用RPM软件包的签名管理工具", "rpmverify.html": "验证已安装的RPM软件包的正确性", "rsh.html": "连接远程主机并执行命令", "rsync.html": "远程数据同步工具", "runlevel.html": "打印当前Linux系统的运行等级", "sar.html": "系统运行状态统计工具", "scp.html": "加密的方式在本地主机和远程主机之间复制文件", "screen.html": "用于命令行终端切换", "sed.html": "功能强大的流式文本编辑器", "seinfo.html": "查询SELinux的策略提供多少相关规则", "semanage.html": "默认目录的安全上下文查询与修改", "sendmail.html": "著名电子邮件服务器", "seq.html": "以指定增量从首数开始打印数字到尾数", "service.html": "控制系统服务的实用工具", "sesearch.html": "查询SELinux策略的规则详情", "set.html": "显示或设置shell特性及shell变量", "setfacl.html": "设置文件访问控制列表", "setpci.html": "查询和配置PCI设备的使用工具", "setsebool.html": "修改SElinux策略内各项规则的布尔值", "setsid.html": "在新的会话中运行程序。", "sftp-server.html": "sftp协议的服务器端程序", "sftp.html": "交互式的文件传输程序", "sh.html": "shell命令解释器", "shopt.html": "显示和设置shell操作选项", "showmount.html": "显示NFS服务器加载的信息", "shutdown.html": "用来执行系统关机的命令", "skill.html": "向选定的进程发送信号冻结进程", "slabtop.html": "实时显示内核slab内存缓存信息", "sleep.html": "将目前动作延迟一段时间", "slocate.html": "命令查找文件或目录", "smbclient.html": "交互方式访问samba服务器", "smbpasswd.html": "samba用户和密码管理工具", "sort.html": "将文件进行排序并输出", "source.html": "在当前Shell环境中从指定文件读取和执行命令,命令返回退出状态。", "speedtest-cli.html": "命令行下测试服务器外网速度", "spell.html": "对文件进行拼写检查", "split.html": "分割任意大小的文件", "squid.html": "squid服务器守护进程", "squidclient.html": "squid服务器的客户端管理工具", "ss.html": "比 netstat 好用的socket统计信息,iproute2 包附带的另一个工具,允许你查询 socket 的有关统计信息。", "ssh-add.html": "把专用密钥添加到ssh-agent的高速缓存中", "ssh-agent.html": "ssh密钥管理器", "ssh-copy-id.html": "把本地的ssh公钥文件安装到远程主机对应的账户下", "ssh-keygen.html": "为ssh生成、管理和转换认证密钥", "ssh-keyscan.html": "收集主机公钥的使用工具", "ssh.html": "openssh套件中的客户端连接工具", "sshd.html": "openssh软件套件中的服务器守护进程", "startx.html": "用来启动X Window", "stat.html": "用于显示文件的状态信息", "strace.html": "跟踪系统调用和信号", "strings.html": "在对象文件或二进制文件中查找可打印的字符串", "stty.html": "修改终端命令行的相关设置", "su.html": "用于切换当前用户身份到其他用户身份", "sudo.html": "以其他身份来执行命令", "sum.html": "计算文件的校验码和显示块数", "supervisord.html": "配置后台服务/常驻进程的进程管家工具", "swapoff.html": "关闭指定的交换空间", "swapon.html": "激活Linux系统中交换空间", "sync.html": "用于强制被改变的内容立刻写入磁盘", "sysctl.html": "时动态地修改内核的运行参数", "syslog.html": "系统默认的日志守护进程", "systemctl.html": "系统服务管理器指令", "systool.html": "显示基于总线、类和拓扑显示系统中设备的信息", "tac.html": "将文件以行为单位的反序输出", "tail.html": "在屏幕上显示指定文件的末尾若干行", "tailf.html": "在屏幕上显示指定文件的末尾若干行内容,通常用于日志文件的跟踪输出。", "talk.html": "让用户和其他用户聊天", "tar.html": "Linux下的归档使用工具,用来打包和备份。", "tcpdump.html": "一款sniffer工具,是Linux上的抓包工具,嗅探器。", "tcpreplay.html": "将PCAP包重新发送,用于性能或者功能测试", "tee.html": "把数据重定向到给定文件和屏幕上", "telint.html": "切换当前正在运行系统的运行等级", "telnet.html": "登录远程主机和管理(测试ip端口是否连通)", "tempfile.html": "shell中给临时文件命名", "test.html": "shell环境中测试条件表达式工具", "tftp.html": "在本机和tftp服务器之间使用TFTP协议传输文件", "time.html": "统计给定命令所花费的总时间", "tload.html": "显示系统负载状况", "tmux.html": "Tmux是一个优秀的终端复用软件,类似GNU Screen,但来自于OpenBSD,采用BSD授权。", "top.html": "显示或管理执行中的程序", "touch.html": "创建新的空文件", "tput.html": "通过terminfo数据库对终端会话进行初始化和操作", "tr.html": "将字符进行替换压缩和删除", "tracepath.html": "追踪目的主机经过的路由信息", "traceroute.html": "显示数据包到主机间的路径", "trap.html": "指定在接收到信号后将要采取的动作", "tree.html": "树状图列出目录的内容", "tty.html": "显示连接到当前标准输入的终端设备文件名。", "type.html": "显示指定命令的类型", "ulimit.html": "控制shell程序的资源", "umask.html": "用来设置限制新建文件权限的掩码", "umount.html": "用于卸载已经加载的文件系统", "unalias.html": "删除由alias设置的别名", "uname.html": "显示Linux系统信息", "unarj.html": "解压缩由arj命令创建的压缩包", "uncompress.html": "用来解压.Z文件", "unexpand.html": "将文件的空白字符转换为制表符", "uniq.html": "报告或忽略文件中的重复行", "unlink.html": "系统调用函数unlink去删除指定的文件", "unprotoize.html": "删除C语言源代码文件中的函数原型", "unset.html": "删除指定的shell变量或函数", "unzip.html": "用于解压缩由zip命令压缩的压缩包", "updatedb.html": "创建或更新slocate命令所必需的数据库文件", "uptime.html": "查看Linux系统负载信息", "useradd.html": "创建的新的系统用户", "userdel.html": "用于删除给定的用户以及与用户相关的文件", "usermod.html": "用于修改用户的基本信息", "usernetctl.html": "被允许时操作指定的网络接口", "users.html": "显示当前登录系统的所有用户", "uucico.html": "UUCP文件传输服务程序。", "uupick.html": "命令处理传送进来的文件。", "vdfuse.html": "VirtualBox软件挂载VDI分区文件工具", "vgchange.html": "修改卷组属性", "vgconvert.html": "转换卷组元数据格式", "vgcreate.html": "用于创建LVM卷组", "vgdisplay.html": "显示LVM卷组的信息", "vgextend.html": "向卷组中添加物理卷", "vgreduce.html": "从卷组中删除物理卷", "vgremove.html": "用于用户删除LVM卷组", "vgrename.html": "使用vgrename命令可以重命名卷组的名称。", "vgscan.html": "扫描并显示系统中的卷组", "vi.html": "功能强大的纯文本编辑器", "vmstat.html": "显示虚拟内存状态", "volname.html": "显示指定的ISO-9660格式的设备的卷名称", "w.html": "显示目前登入系统的用户信息", "wait.html": "等待进程执行完后返回", "wall.html": "向系统当前所有打开的终端上输出信息", "watch.html": "可以将命令的输出结果输出到标准输出设备,多用于周期性执行命令/定时执行命令", "wc.html": "统计文件的字节数、字数、行数", "wget.html": "Linux系统下载文件工具", "whatis.html": "查询一个命令执行什么功能", "whereis.html": "查找二进制程序、代码等相关文件路径", "which.html": "查找并显示给定命令的绝对路径", "who.html": "显示目前登录系统的用户信息", "whoami.html": "打印当前有效的用户名称", "write.html": "向指定登录用户终端上发送信息", "xargs.html": "给其他命令传递参数的一个过滤器", "xauth.html": "显示和编辑被用于连接X服务器的认证信息", "xclip.html": "管理 X 粘贴板", "xhost.html": "制哪些X客户端能够在X服务器上显示", "xinit.html": "是Linux下X-Window系统的初始化程序", "xlsatoms.html": "列出X服务器内部所有定义的原子成分", "xlsclients.html": "列出显示器中的客户端应用程序", "xlsfonts.html": "列出X Server使用的字体", "xset.html": "设置X-Window系统中的用户爱好的实用工具", "xz.html": "POSIX 平台开发具有高压缩率的工具。", "yes.html": "重复打印指定字符串", "ypdomainname.html": "显示主机的NIS的域名", "yum.html": "基于RPM的软件包管理器", "zcat.html": "显示压缩包中文件的内容", "zfore.html": "强制为gzip格式的压缩文件添加.gz后缀", "zip.html": "可以用来解压缩文件", "zipinfo.html": "用来列出压缩文件信息", "zipsplit.html": "将较大的zip压缩包分割成各个较小的压缩包", "znew.html": "将.Z压缩包重新转化为gzip命令压缩的.gz压缩包" } \ No newline at end of file +{ "ab":{"name":"ab","type":"","path":"linux/ab.html","desc":"Apache服务器的性能测试工具"}, "accept":{"name":"accept","type":"","path":"linux/accept.html","desc":"指示打印系统接受发往指定目标打印机的打印任务"}, "ack":{"name":"ack","type":"","path":"linux/ack.html","desc":"比grep好用的文本搜索工具"}, "alias":{"name":"alias","type":"","path":"linux/alias.html","desc":"用来设置指令的别名"}, "apachectl":{"name":"apachectl","type":"","path":"linux/apachectl.html","desc":"Apache服务器前端控制工具"}, "apk":{"name":"apk","type":"","path":"linux/apk.html","desc":"Alpine Linux 下的包管理工具"}, "apropos":{"name":"apropos","type":"","path":"linux/apropos.html","desc":"在 whatis 数据库中查找字符串"}, "apt-get":{"name":"apt-get","type":"","path":"linux/apt-get.html","desc":"Debian Linux发行版中的APT软件包管理工具"}, "apt-key":{"name":"apt-key","type":"","path":"linux/apt-key.html","desc":"管理Debian Linux系统中的软件包密钥"}, "apt-sortpkgs":{"name":"apt-sortpkgs","type":"","path":"linux/apt-sortpkgs.html","desc":"Debian Linux下对软件包索引文件进行排序的工具"}, "aptitude":{"name":"aptitude","type":"","path":"linux/aptitude.html","desc":"Debian Linux系统中软件包管理工具"}, "ar":{"name":"ar","type":"","path":"linux/ar.html","desc":"建立或修改备存文件,或是从备存文件中抽取文件"}, "arch":{"name":"arch","type":"","path":"linux/arch.html","desc":"显示当前主机的硬件架构类型"}, "arj":{"name":"arj","type":"","path":"linux/arj.html","desc":"用于创建和管理.arj压缩包"}, "arp":{"name":"arp","type":"","path":"linux/arp.html","desc":"arp 命令用于显示和修改 IP 到 MAC 转换表。ARP 是 Address Resolution Protocol,地址解析协议,是通过解析网络层地址来找寻数据链路层地址的一个网络协议包中极其重要的网络传输协议。而该命令可以显示和修改 arp 协议解析表中的缓冲数据。"}, "arpd":{"name":"arpd","type":"","path":"linux/arpd.html","desc":"收集免费ARP信息"}, "arping":{"name":"arping","type":"","path":"linux/arping.html","desc":"通过发送ARP协议报文测试网络"}, "arptables":{"name":"arptables","type":"","path":"linux/arptables.html","desc":"管理ARP包过滤规则表"}, "arpwatch":{"name":"arpwatch","type":"","path":"linux/arpwatch.html","desc":"监听网络上ARP的记录"}, "as":{"name":"as","type":"","path":"linux/as.html","desc":"汇编语言编译器"}, "at":{"name":"at","type":"","path":"linux/at.html","desc":"在指定时间执行一个任务"}, "atop":{"name":"atop","type":"","path":"linux/atop.html","desc":"监控Linux系统资源与进程的工具"}, "atq":{"name":"atq","type":"","path":"linux/atq.html","desc":"列出当前用户的at任务列表"}, "atrm":{"name":"atrm","type":"","path":"linux/atrm.html","desc":"删除待执行任务队列中的指定任务"}, "awk":{"name":"awk","type":"","path":"linux/awk.html","desc":"文本和数据进行处理的编程语言"}, "axel":{"name":"axel","type":"","path":"linux/axel.html","desc":"多线程下载工具"}, "badblocks":{"name":"badblocks","type":"","path":"linux/badblocks.html","desc":"查找磁盘中损坏的区块"}, "basename":{"name":"basename","type":"","path":"linux/basename.html","desc":"打印目录或者文件的基本名称"}, "batch":{"name":"batch","type":"","path":"linux/batch.html","desc":"在系统不繁忙的时候执行定时任务"}, "bc":{"name":"bc","type":"","path":"linux/bc.html","desc":"算术操作精密运算工具"}, "bg":{"name":"bg","type":"","path":"linux/bg.html","desc":"用于将作业放到后台运行"}, "bind":{"name":"bind","type":"","path":"linux/bind.html","desc":"显示或设置键盘按键与其相关的功能"}, "blkid":{"name":"blkid","type":"","path":"linux/blkid.html","desc":"查看块设备的文件系统类型、LABEL、UUID等信息"}, "blockdev":{"name":"blockdev","type":"","path":"linux/blockdev.html","desc":"从命令行调用区块设备控制程序"}, "bmodinfo":{"name":"bmodinfo","type":"","path":"linux/bmodinfo.html","desc":"显示给定模块的详细信息"}, "builtin":{"name":"builtin","type":"","path":"linux/builtin.html","desc":"执行shell内部命令"}, "bunzip2":{"name":"bunzip2","type":"","path":"linux/bunzip2.html","desc":"创一个bz2文件压缩包"}, "bye":{"name":"bye","type":"","path":"linux/bye.html","desc":"命令用于中断FTP连线并结束程序。。"}, "bzcat":{"name":"bzcat","type":"","path":"linux/bzcat.html","desc":"解压缩指定的.bz2文件"}, "bzcmp":{"name":"bzcmp","type":"","path":"linux/bzcmp.html","desc":"比较两个压缩包中的文件"}, "bzdiff":{"name":"bzdiff","type":"","path":"linux/bzdiff.html","desc":"直接比较两个.bz2压缩包中文件的不同"}, "bzgrep":{"name":"bzgrep","type":"","path":"linux/bzgrep.html","desc":"使用正则表达式搜索.bz2压缩包中文件"}, "bzip2":{"name":"bzip2","type":"","path":"linux/bzip2.html","desc":"将文件压缩成bz2格式"}, "bzip2recover":{"name":"bzip2recover","type":"","path":"linux/bzip2recover.html","desc":"恢复被破坏的.bz2压缩包中的文件"}, "bzless":{"name":"bzless","type":"","path":"linux/bzless.html","desc":"增强.bz2压缩包查看器"}, "bzmore":{"name":"bzmore","type":"","path":"linux/bzmore.html","desc":"查看bzip2压缩过的文本文件的内容"}, "cal":{"name":"cal","type":"","path":"linux/cal.html","desc":"显示当前日历或指定日期的日历"}, "cancel":{"name":"cancel","type":"","path":"linux/cancel.html","desc":"取消已存在的打印任务"}, "cat":{"name":"cat","type":"","path":"linux/cat.html","desc":"连接文件并打印到标准输出设备上"}, "cd":{"name":"cd","type":"","path":"linux/cd.html","desc":"切换用户当前工作目录"}, "cdrecord":{"name":"cdrecord","type":"","path":"linux/cdrecord.html","desc":"Linux系统下光盘刻录功能命令"}, "chage":{"name":"chage","type":"","path":"linux/chage.html","desc":"修改帐号和密码的有效期限"}, "chattr":{"name":"chattr","type":"","path":"linux/chattr.html","desc":"用来改变文件属性"}, "chcon":{"name":"chcon","type":"","path":"linux/chcon.html","desc":"修改对象(文件)的安全上下文"}, "chfn":{"name":"chfn","type":"","path":"linux/chfn.html","desc":"用来改变finger命令显示的信息"}, "chgrp":{"name":"chgrp","type":"","path":"linux/chgrp.html","desc":"用来变更文件或目录的所属群组"}, "chkconfig":{"name":"chkconfig","type":"","path":"linux/chkconfig.html","desc":"检查或设置系统的各种服务"}, "chmod":{"name":"chmod","type":"","path":"linux/chmod.html","desc":"用来变更文件或目录的权限"}, "chown":{"name":"chown","type":"","path":"linux/chown.html","desc":"用来变更文件或目录的拥有者或所属群组"}, "chpasswd":{"name":"chpasswd","type":"","path":"linux/chpasswd.html","desc":"批量更新用户口令的工具"}, "chroot":{"name":"chroot","type":"","path":"linux/chroot.html","desc":"把根目录换成指定的目的目录"}, "chsh":{"name":"chsh","type":"","path":"linux/chsh.html","desc":"用来更换登录系统时使用的shell"}, "cksum":{"name":"cksum","type":"","path":"linux/cksum.html","desc":"检查文件的CRC是否正确"}, "clear":{"name":"clear","type":"","path":"linux/clear.html","desc":"清除当前屏幕终端上的任何信息"}, "clock":{"name":"clock","type":"","path":"linux/clock.html","desc":"用于调整 RTC 时间。"}, "clockdiff":{"name":"clockdiff","type":"","path":"linux/clockdiff.html","desc":"检测两台linux主机的时间差"}, "cmp":{"name":"cmp","type":"","path":"linux/cmp.html","desc":"比较两个文件是否有差异"}, "col":{"name":"col","type":"","path":"linux/col.html","desc":"过滤控制字符"}, "colrm":{"name":"colrm","type":"","path":"linux/colrm.html","desc":"删除文件中的指定列"}, "comm":{"name":"comm","type":"","path":"linux/comm.html","desc":"两个文件之间的比较"}, "command":{"name":"command","type":"","path":"linux/command.html","desc":"调用并执行指定的命令"}, "compress":{"name":"compress","type":"","path":"linux/compress.html","desc":"使用Lempress-Ziv编码压缩数据文件"}, "consoletype":{"name":"consoletype","type":"","path":"linux/consoletype.html","desc":"输出已连接的终端类型"}, "convertquota":{"name":"convertquota","type":"","path":"linux/convertquota.html","desc":"把老的配额文件转换为新的格式"}, "cp":{"name":"cp","type":"","path":"linux/cp.html","desc":"将源文件或目录复制到目标文件或目录中"}, "cpio":{"name":"cpio","type":"","path":"linux/cpio.html","desc":"用来建立、还原备份档的工具程序"}, "crontab":{"name":"crontab","type":"","path":"linux/crontab.html","desc":"提交和管理用户的需要周期性执行的任务"}, "csplit":{"name":"csplit","type":"","path":"linux/csplit.html","desc":"将一个大文件分割成小的碎片文件"}, "cu":{"name":"cu","type":"","path":"linux/cu.html","desc":"用于连接另一个系统主机。"}, "cupsdisable":{"name":"cupsdisable","type":"","path":"linux/cupsdisable.html","desc":"停止指定的打印机"}, "cupsenable":{"name":"cupsenable","type":"","path":"linux/cupsenable.html","desc":"启动指定的打印机"}, "curl":{"name":"curl","type":"","path":"linux/curl.html","desc":"利用URL规则在命令行下工作的文件传输工具"}, "cut":{"name":"cut","type":"","path":"linux/cut.html","desc":"连接文件并打印到标准输出设备上"}, "date":{"name":"date","type":"","path":"linux/date.html","desc":"显示或设置系统时间与日期"}, "dd":{"name":"dd","type":"","path":"linux/dd.html","desc":"复制文件并对原文件的内容进行转换和格式化处理"}, "declare":{"name":"declare","type":"","path":"linux/declare.html","desc":"声明或显示shell变量"}, "depmod":{"name":"depmod","type":"","path":"linux/depmod.html","desc":"分析可载入模块的相依性"}, "df":{"name":"df","type":"","path":"linux/df.html","desc":"显示磁盘的相关信息"}, "dhclient":{"name":"dhclient","type":"","path":"linux/dhclient.html","desc":"动态获取或释放IP地址"}, "dhcpd":{"name":"dhcpd","type":"","path":"linux/dhcpd.html","desc":"运行DHCP服务器。"}, "dhcrelay":{"name":"dhcrelay","type":"","path":"linux/dhcrelay.html","desc":"使用dhcrelay命令可以提供中继DHCP和BOOTP请求"}, "diff":{"name":"diff","type":"","path":"linux/diff.html","desc":"比较给定的两个文件的不同"}, "diff3":{"name":"diff3","type":"","path":"linux/diff3.html","desc":"比较3个文件不同的地方"}, "diffstat":{"name":"diffstat","type":"","path":"linux/diffstat.html","desc":"显示diff命令输出信息的柱状图"}, "dig":{"name":"dig","type":"","path":"linux/dig.html","desc":"域名查询工具"}, "dircolors":{"name":"dircolors","type":"","path":"linux/dircolors.html","desc":"置ls命令在显示目录或文件时所用的色彩"}, "dirname":{"name":"dirname","type":"","path":"linux/dirname.html","desc":"去除文件名中的非目录部分"}, "dirs":{"name":"dirs","type":"","path":"linux/dirs.html","desc":"显示目录记录"}, "dmesg":{"name":"dmesg","type":"","path":"linux/dmesg.html","desc":"显示Linux系统启动信息"}, "dmidecode":{"name":"dmidecode","type":"","path":"linux/dmidecode.html","desc":"在Linux系统下获取有关硬件方面的信息"}, "dnf":{"name":"dnf","type":"","path":"linux/dnf.html","desc":"新一代的RPM软件包管理器"}, "dnsdomainname":{"name":"dnsdomainname","type":"","path":"linux/dnsdomainname.html","desc":"定义DNS系统中FQDN名称的域名"}, "domainname":{"name":"domainname","type":"","path":"linux/domainname.html","desc":"显示和设置系统的NIS域名"}, "dos2unix":{"name":"dos2unix","type":"","path":"linux/dos2unix.html","desc":"将DOS格式文本文件转换成Unix格式"}, "dpkg-deb":{"name":"dpkg-deb","type":"","path":"linux/dpkg-deb.html","desc":"Debian Linux下的软件包管理工具"}, "dpkg-divert":{"name":"dpkg-divert","type":"","path":"linux/dpkg-divert.html","desc":"Debian Linux中创建并管理一个转向列表"}, "dpkg-preconfigure":{"name":"dpkg-preconfigure","type":"","path":"linux/dpkg-preconfigure.html","desc":"Debian Linux中软件包安装之前询问问题"}, "dpkg-query":{"name":"dpkg-query","type":"","path":"linux/dpkg-query.html","desc":"Debian Linux中软件包的查询工具"}, "dpkg-reconfigure":{"name":"dpkg-reconfigure","type":"","path":"linux/dpkg-reconfigure.html","desc":"Debian Linux中重新配制一个已经安装的软件包"}, "dpkg-split":{"name":"dpkg-split","type":"","path":"linux/dpkg-split.html","desc":"Debian Linux中将大软件包分割成小包"}, "dpkg-statoverride":{"name":"dpkg-statoverride","type":"","path":"linux/dpkg-statoverride.html","desc":"Debian Linux中覆盖文件的所有权和模式"}, "dpkg-trigger":{"name":"dpkg-trigger","type":"","path":"linux/dpkg-trigger.html","desc":"Debian Linux下的软件包触发器"}, "dpkg":{"name":"dpkg","type":"","path":"linux/dpkg.html","desc":"Debian Linux系统上安装、创建和管理软件包"}, "dris":{"name":"dris","type":"","path":"linux/dris.html","desc":"显示和清空目录堆栈中的内容"}, "dstat":{"name":"dstat","type":"","path":"linux/dstat.html","desc":"通用的系统资源统计工具"}, "du":{"name":"du","type":"","path":"linux/du.html","desc":"显示每个文件和目录的磁盘使用空间"}, "dump":{"name":"dump","type":"","path":"linux/dump.html","desc":"用于备份ext2或者ext3文件系统"}, "e2fsck":{"name":"e2fsck","type":"","path":"linux/e2fsck.html","desc":"用于检查第二扩展文件系统的完整性"}, "e2label":{"name":"e2label","type":"","path":"linux/e2label.html","desc":"设置第二扩展文件系统的卷标"}, "echo":{"name":"echo","type":"","path":"linux/echo.html","desc":"输出指定的字符串或者变量"}, "ed":{"name":"ed","type":"","path":"linux/ed.html","desc":"单行纯文本编辑器"}, "edquota":{"name":"edquota","type":"","path":"linux/edquota.html","desc":"用于编辑指定用户或工作组磁盘配额"}, "egrep":{"name":"egrep","type":"","path":"linux/egrep.html","desc":"在文件内查找指定的字符串"}, "eject":{"name":"eject","type":"","path":"linux/eject.html","desc":"用来退出抽取式设备"}, "elinks":{"name":"elinks","type":"","path":"linux/elinks.html","desc":"纯文本界面的WWW浏览器"}, "elm":{"name":"elm","type":"","path":"linux/elm.html","desc":"纯文本邮件客户端程序"}, "emacs":{"name":"emacs","type":"","path":"linux/emacs.html","desc":"功能强大的全屏文本编辑器"}, "enable":{"name":"enable","type":"","path":"linux/enable.html","desc":"启动或关闭shell内建命令"}, "env":{"name":"env","type":"","path":"linux/env.html","desc":"显示系统中已存在的环境变量"}, "ethtool":{"name":"ethtool","type":"","path":"linux/ethtool.html","desc":"显示或修改以太网卡的配置信息"}, "ex":{"name":"ex","type":"","path":"linux/ex.html","desc":"启动vim编辑器的ex编辑模式"}, "exec":{"name":"exec","type":"","path":"linux/exec.html","desc":"调用并执行指定的命令"}, "exit":{"name":"exit","type":"","path":"linux/exit.html","desc":"退出当前的shell"}, "expand":{"name":"expand","type":"","path":"linux/expand.html","desc":"将文件的制表符转换为空白字符"}, "export":{"name":"export","type":"","path":"linux/export.html","desc":"设置或显示系统环境变量"}, "exportfs":{"name":"exportfs","type":"","path":"linux/exportfs.html","desc":"管理NFS共享文件系统列表"}, "expr":{"name":"expr","type":"","path":"linux/expr.html","desc":"一款表达式计算工具"}, "fc":{"name":"fc","type":"","path":"linux/fc.html","desc":"修改历史命令并执行"}, "fdisk":{"name":"fdisk","type":"","path":"linux/fdisk.html","desc":"查看磁盘使用情况和磁盘分区"}, "fg":{"name":"fg","type":"","path":"linux/fg.html","desc":"将后台作业放到前台终端运行"}, "fgrep":{"name":"fgrep","type":"","path":"linux/fgrep.html","desc":"为文件搜索文字字符串"}, "file":{"name":"file","type":"","path":"linux/file.html","desc":"用来探测给定文件的类型。"}, "find":{"name":"find","type":"","path":"linux/find.html","desc":"在指定目录下查找文件"}, "findfs":{"name":"findfs","type":"","path":"linux/findfs.html","desc":"标签或UUID查找文件系统"}, "finger":{"name":"finger","type":"","path":"linux/finger.html","desc":"用于查找并显示用户信息"}, "firewall-cmd":{"name":"firewall-cmd","type":"","path":"linux/firewall-cmd.html","desc":"Linux上新用的防火墙软件,跟iptables差不多的工具。"}, "fishshell":{"name":"fishshell","type":"","path":"linux/fishshell.html","desc":"比 bash 更好用的 shell"}, "fmt":{"name":"fmt","type":"","path":"linux/fmt.html","desc":"读取文件后优化处理并输出"}, "fold":{"name":"fold","type":"","path":"linux/fold.html","desc":"控制文件内容输出时所占用的屏幕宽度"}, "free":{"name":"free","type":"","path":"linux/free.html","desc":"显示内存的使用情况"}, "fsck":{"name":"fsck","type":"","path":"linux/fsck.html","desc":"检查并且试图修复文件系统中的错误"}, "ftp":{"name":"ftp","type":"","path":"linux/ftp.html","desc":"用来设置文件系统相关功能"}, "ftpcount":{"name":"ftpcount","type":"","path":"linux/ftpcount.html","desc":"显示目前已FTP登入的用户人数"}, "ftpshut":{"name":"ftpshut","type":"","path":"linux/ftpshut.html","desc":"在指定的时间关闭FTP服务器"}, "ftptop":{"name":"ftptop","type":"","path":"linux/ftptop.html","desc":"proftpd服务器的连接状态"}, "ftpwho":{"name":"ftpwho","type":"","path":"linux/ftpwho.html","desc":"显示当前每个ftp会话信息"}, "fuser":{"name":"fuser","type":"","path":"linux/fuser.html","desc":"使用文件或文件结构识别进程"}, "gcc":{"name":"gcc","type":"","path":"linux/gcc.html","desc":"基于C/C++的编译器"}, "gcov":{"name":"gcov","type":"","path":"linux/gcov.html","desc":"测试程序的代码覆盖率的工具"}, "gdb":{"name":"gdb","type":"","path":"linux/gdb.html","desc":"功能强大的程序调试器"}, "get_module":{"name":"get_module","type":"","path":"linux/get_module.html","desc":"获取Linux内核模块的详细信息"}, "getenforce":{"name":"getenforce","type":"","path":"linux/getenforce.html","desc":"显示当前SELinux的应用模式,是强制、执行还是停用。"}, "getsebool":{"name":"getsebool","type":"","path":"linux/getsebool.html","desc":"查询SElinux策略内各项规则的布尔值"}, "git":{"name":"git","type":"","path":"linux/git.html","desc":"是目前世界上最先进的分布式版本控制系统"}, "gpasswd":{"name":"gpasswd","type":"","path":"linux/gpasswd.html","desc":"Linux下工作组文件的管理工具"}, "gpm":{"name":"gpm","type":"","path":"linux/gpm.html","desc":"提供文字模式下的滑鼠事件处理"}, "grep":{"name":"grep","type":"","path":"linux/grep.html","desc":"强大的文本搜索工具"}, "groupadd":{"name":"groupadd","type":"","path":"linux/groupadd.html","desc":"用于创建一个新的工作组"}, "groupdel":{"name":"groupdel","type":"","path":"linux/groupdel.html","desc":"用于删除指定的工作组"}, "groupmod":{"name":"groupmod","type":"","path":"linux/groupmod.html","desc":"更改群组识别码或名称"}, "groups":{"name":"groups","type":"","path":"linux/groups.html","desc":"用来打印指定用户所属的工作组"}, "grpck":{"name":"grpck","type":"","path":"linux/grpck.html","desc":"用于验证组文件的完整性"}, "grpconv":{"name":"grpconv","type":"","path":"linux/grpconv.html","desc":"用来开启群组的投影密码"}, "grpunconv":{"name":"grpunconv","type":"","path":"linux/grpunconv.html","desc":"用来关闭群组的投影密码"}, "grub":{"name":"grub","type":"","path":"linux/grub.html","desc":"多重引导程序grub的命令行shell工具"}, "gunzip":{"name":"gunzip","type":"","path":"linux/gunzip.html","desc":"用来解压缩文件"}, "gzexe":{"name":"gzexe","type":"","path":"linux/gzexe.html","desc":"用来压缩可执行文件"}, "gzip":{"name":"gzip","type":"","path":"linux/gzip.html","desc":"用来压缩文件"}, "halt":{"name":"halt","type":"","path":"linux/halt.html","desc":"关闭正在运行的Linux操作系统"}, "hdparm":{"name":"hdparm","type":"","path":"linux/hdparm.html","desc":"显示与设定硬盘的参数"}, "head":{"name":"head","type":"","path":"linux/head.html","desc":"在屏幕上显示指定文件的开头若干行"}, "help":{"name":"help","type":"","path":"linux/help.html","desc":"显示帮助信息"}, "hexdump":{"name":"hexdump","type":"","path":"linux/hexdump.html","desc":"显示文件十六进制格式"}, "history":{"name":"history","type":"","path":"linux/history.html","desc":"用于显示历史命令"}, "host":{"name":"host","type":"","path":"linux/host.html","desc":"常用的分析域名查询工具"}, "hostid":{"name":"hostid","type":"","path":"linux/hostid.html","desc":"用来打印当前主机的数字化标识"}, "hostname":{"name":"hostname","type":"","path":"linux/hostname.html","desc":"显示和设置系统的主机名"}, "hping3":{"name":"hping3","type":"","path":"linux/hping3.html","desc":"测试网络及主机的安全"}, "htdigest":{"name":"htdigest","type":"","path":"linux/htdigest.html","desc":"Apache服务器内置工具"}, "htop":{"name":"htop","type":"","path":"linux/htop.html","desc":"[非内部命令]一个互动的进程查看器,可以动态观察系统进程状况。"}, "htpasswd":{"name":"htpasswd","type":"","path":"linux/htpasswd.html","desc":"apache服务器创建密码认证文件"}, "hwclock":{"name":"hwclock","type":"","path":"linux/hwclock.html","desc":"显示与设定硬件时钟"}, "iconv":{"name":"iconv","type":"","path":"linux/iconv.html","desc":"转换文件的编码方式"}, "id":{"name":"id","type":"","path":"linux/id.html","desc":"显示用户的ID以及所属群组的ID"}, "ifcfg":{"name":"ifcfg","type":"","path":"linux/ifcfg.html","desc":"置Linux中的网络接口参数"}, "ifconfig":{"name":"ifconfig","type":"","path":"linux/ifconfig.html","desc":"配置和显示Linux系统网卡的网络参数"}, "ifdown":{"name":"ifdown","type":"","path":"linux/ifdown.html","desc":"禁用指定的网络接口"}, "ifstat":{"name":"ifstat","type":"","path":"linux/ifstat.html","desc":"统计网络接口流量状态"}, "iftop":{"name":"iftop","type":"","path":"linux/iftop.html","desc":"一款实时流量监控工具"}, "ifup":{"name":"ifup","type":"","path":"linux/ifup.html","desc":"激活指定的网络接口"}, "indent":{"name":"indent","type":"","path":"linux/indent.html","desc":"格式化C语言的源文件"}, "info":{"name":"info","type":"","path":"linux/info.html","desc":"Linux下info格式的帮助指令"}, "init":{"name":"init","type":"","path":"linux/init.html","desc":"init进程是所有Linux进程的父进程"}, "inotifywait":{"name":"inotifywait","type":"","path":"linux/inotifywait.html","desc":"异步文件系统监控机制"}, "insmod":{"name":"insmod","type":"","path":"linux/insmod.html","desc":"将给定的模块加载到内核中"}, "install":{"name":"install","type":"","path":"linux/install.html","desc":"安装或升级软件或备份数据"}, "iostat":{"name":"iostat","type":"","path":"linux/iostat.html","desc":"监视系统输入输出设备和CPU的使用情况"}, "iotop":{"name":"iotop","type":"","path":"linux/iotop.html","desc":"用来监视磁盘I/O使用状况的工具"}, "ip":{"name":"ip","type":"","path":"linux/ip.html","desc":"网络配置工具"}, "ip6tables-restore":{"name":"ip6tables-restore","type":"","path":"linux/ip6tables-restore.html","desc":"还原ip6tables表"}, "ip6tables-save":{"name":"ip6tables-save","type":"","path":"linux/ip6tables-save.html","desc":"保存ip6tables表配置"}, "ip6tables":{"name":"ip6tables","type":"","path":"linux/ip6tables.html","desc":"linux中防火墙软件"}, "ipcalc":{"name":"ipcalc","type":"","path":"linux/ipcalc.html","desc":"简单的IP地址计算器"}, "ipcrm":{"name":"ipcrm","type":"","path":"linux/ipcrm.html","desc":"删除消息队列、信号集、或者共享内存标识"}, "ipcs":{"name":"ipcs","type":"","path":"linux/ipcs.html","desc":"分析消息队列共享内存和信号量 "}, "iperf":{"name":"iperf","type":"","path":"linux/iperf.html","desc":"网络性能测试工具"}, "iptables-restore":{"name":"iptables-restore","type":"","path":"linux/iptables-restore.html","desc":"还原iptables表的配置"}, "iptables-save":{"name":"iptables-save","type":"","path":"linux/iptables-save.html","desc":"备份iptables的表配置"}, "iptables":{"name":"iptables","type":"","path":"linux/iptables.html","desc":"Linux上常用的防火墙软件"}, "iptraf":{"name":"iptraf","type":"","path":"linux/iptraf.html","desc":"实时地监视网卡流量"}, "iptstate":{"name":"iptstate","type":"","path":"linux/iptstate.html","desc":"显示iptables的工作状态"}, "ispell":{"name":"ispell","type":"","path":"linux/ispell.html","desc":"检查文件中出现的拼写错误"}, "jed":{"name":"jed","type":"","path":"linux/jed.html","desc":"主要用于编辑代码的编辑器"}, "jobs":{"name":"jobs","type":"","path":"linux/jobs.html","desc":"显示Linux中的任务列表及任务状态"}, "joe":{"name":"joe","type":"","path":"linux/joe.html","desc":"强大的纯文本编辑器"}, "join":{"name":"join","type":"","path":"linux/join.html","desc":"两个文件中指定栏位内容相同的行连接起来"}, "jwhois":{"name":"jwhois","type":"","path":"linux/jwhois.html","desc":"whois 客户端服务"}, "kernelversion":{"name":"kernelversion","type":"","path":"linux/kernelversion.html","desc":"打印当前内核的主版本号"}, "kexec":{"name":"kexec","type":"","path":"linux/kexec.html","desc":"从当前正在运行的内核引导到一个新内核"}, "kill":{"name":"kill","type":"","path":"linux/kill.html","desc":"删除执行中的程序或工作"}, "killall":{"name":"killall","type":"","path":"linux/killall.html","desc":"使用进程的名称来杀死一组进程"}, "last":{"name":"last","type":"","path":"linux/last.html","desc":"列出目前与过去登入系统的用户相关信息"}, "lastb":{"name":"lastb","type":"","path":"linux/lastb.html","desc":"列出登入系统失败的用户相关信息"}, "lastlog":{"name":"lastlog","type":"","path":"linux/lastlog.html","desc":"显示系统中所有用户最近一次登录信息"}, "ld":{"name":"ld","type":"","path":"linux/ld.html","desc":"将目标文件连接为可执行程序"}, "ldconfig":{"name":"ldconfig","type":"","path":"linux/ldconfig.html","desc":"动态链接库管理命令"}, "ldd":{"name":"ldd","type":"","path":"linux/ldd.html","desc":"打印程序或者库文件所依赖的共享库列表"}, "less":{"name":"less","type":"","path":"linux/less.html","desc":"分屏上下翻页浏览文件内容"}, "let":{"name":"let","type":"","path":"linux/let.html","desc":"简单的计算器"}, "lftp":{"name":"lftp","type":"","path":"linux/lftp.html","desc":"优秀的文件客户端程序"}, "lftpget":{"name":"lftpget","type":"","path":"linux/lftpget.html","desc":"调用lftp指令下载指定的文件"}, "lha":{"name":"lha","type":"","path":"linux/lha.html","desc":"压缩或解压缩lzh格式文件"}, "lilo":{"name":"lilo","type":"","path":"linux/lilo.html","desc":"安装核心载入开机管理程序"}, "ln":{"name":"ln","type":"","path":"linux/ln.html","desc":"用来为文件创件连接"}, "lnstat":{"name":"lnstat","type":"","path":"linux/lnstat.html","desc":"显示Linux系统的网路状态"}, "locate":{"name":"locate","type":"","path":"linux/locate.html","desc":"比 find 好用的文件查找工具"}, "logger":{"name":"logger","type":"","path":"linux/logger.html","desc":"在系统日志中记录相应条目"}, "login":{"name":"login","type":"","path":"linux/login.html","desc":"登录系统或切换用户身份"}, "logname":{"name":"logname","type":"","path":"linux/logname.html","desc":"用来显示用户名称"}, "logout":{"name":"logout","type":"","path":"linux/logout.html","desc":"退出当前登录的Shell"}, "logrotate":{"name":"logrotate","type":"","path":"linux/logrotate.html","desc":"统日志进行轮转、压缩和删除"}, "logsave":{"name":"logsave","type":"","path":"linux/logsave.html","desc":"将命令的输出信息保存到指定的日志文件"}, "logwatch":{"name":"logwatch","type":"","path":"linux/logwatch.html","desc":"可定制和可插入式的日志监视系统"}, "look":{"name":"look","type":"","path":"linux/look.html","desc":"显示文件中以指定字符串开头的任意行"}, "losetup":{"name":"losetup","type":"","path":"linux/losetup.html","desc":"设定与控制循环(loop)设备"}, "lp":{"name":"lp","type":"","path":"linux/lp.html","desc":"打印文件或修改排队的打印任务"}, "lpadmin":{"name":"lpadmin","type":"","path":"linux/lpadmin.html","desc":"配置CUPS套件中的打印机和类"}, "lpc":{"name":"lpc","type":"","path":"linux/lpc.html","desc":"命令行方式打印机控制程序"}, "lpq":{"name":"lpq","type":"","path":"linux/lpq.html","desc":"显示打印队列中的打印任务的状态信息"}, "lpr":{"name":"lpr","type":"","path":"linux/lpr.html","desc":"将文件发送给指定打印机进行打印"}, "lprm":{"name":"lprm","type":"","path":"linux/lprm.html","desc":"删除打印队列中的打印任务"}, "lpstat":{"name":"lpstat","type":"","path":"linux/lpstat.html","desc":"显示CUPS中打印机的状态信息"}, "ls":{"name":"ls","type":"","path":"linux/ls.html","desc":"显示目录内容列表"}, "lsattr":{"name":"lsattr","type":"","path":"linux/lsattr.html","desc":"查看文件的第二扩展文件系统属性"}, "lsb_release":{"name":"lsb_release","type":"","path":"linux/lsb_release.html","desc":"显示发行版本信息"}, "lsblk":{"name":"lsblk","type":"","path":"linux/lsblk.html","desc":"列出块设备信息"}, "lscpu":{"name":"lscpu","type":"","path":"linux/lscpu.html","desc":"显示有关CPU架构的信息"}, "lsmod":{"name":"lsmod","type":"","path":"linux/lsmod.html","desc":"显示已载入系统的模块"}, "lsof":{"name":"lsof","type":"","path":"linux/lsof.html","desc":"显示Linux系统当前已打开的所有文件列表 `lsof -p pid`"}, "lspci":{"name":"lspci","type":"","path":"linux/lspci.html","desc":"显示当前主机的所有PCI总线信息"}, "lsusb":{"name":"lsusb","type":"","path":"linux/lsusb.html","desc":"显示本机的USB设备列表信息"}, "ltrace":{"name":"ltrace","type":"","path":"linux/ltrace.html","desc":"用来跟踪进程调用库函数的情况"}, "lvcreate":{"name":"lvcreate","type":"","path":"linux/lvcreate.html","desc":"用于创建LVM的逻辑卷"}, "lvdisplay":{"name":"lvdisplay","type":"","path":"linux/lvdisplay.html","desc":"显示逻辑卷属性"}, "lvextend":{"name":"lvextend","type":"","path":"linux/lvextend.html","desc":"扩展逻辑卷空间"}, "lvreduce":{"name":"lvreduce","type":"","path":"linux/lvreduce.html","desc":"收缩逻辑卷空间"}, "lvremove":{"name":"lvremove","type":"","path":"linux/lvremove.html","desc":"删除指定LVM逻辑卷"}, "lvresize":{"name":"lvresize","type":"","path":"linux/lvresize.html","desc":"调整逻辑卷空间大小"}, "lvscan":{"name":"lvscan","type":"","path":"linux/lvscan.html","desc":"扫描逻辑卷"}, "lynx":{"name":"lynx","type":"","path":"linux/lynx.html","desc":"纯文本模式的网页浏览器"}, "mail":{"name":"mail","type":"","path":"linux/mail.html","desc":"命令行下发送和接收电子邮件"}, "mailq":{"name":"mailq","type":"","path":"linux/mailq.html","desc":"显示待发送的邮件队列"}, "mailstat":{"name":"mailstat","type":"","path":"linux/mailstat.html","desc":"显示到达的邮件状态"}, "make":{"name":"make","type":"","path":"linux/make.html","desc":"GNU的工程化编译工具"}, "man":{"name":"man","type":"","path":"linux/man.html","desc":"查看Linux中的指令帮助"}, "md5sum":{"name":"md5sum","type":"","path":"linux/md5sum.html","desc":"计算和校验文件报文摘要的工具程序"}, "mesg":{"name":"mesg","type":"","path":"linux/mesg.html","desc":"设置当前终端的写权限"}, "mii-tool":{"name":"mii-tool","type":"","path":"linux/mii-tool.html","desc":"配置网络设备协商方式的工具"}, "mkbootdisk":{"name":"mkbootdisk","type":"","path":"linux/mkbootdisk.html","desc":"可建立目前系统的启动盘"}, "mkdir":{"name":"mkdir","type":"","path":"linux/mkdir.html","desc":"用来创建目录"}, "mke2fs":{"name":"mke2fs","type":"","path":"linux/mke2fs.html","desc":"创建磁盘分区上的“etc2/etc3”文件系统"}, "mkfs":{"name":"mkfs","type":"","path":"linux/mkfs.html","desc":"用于在设备上创建Linux文件系统"}, "mkinitrd":{"name":"mkinitrd","type":"","path":"linux/mkinitrd.html","desc":"建立要载入ramdisk的映像文件"}, "mkisofs":{"name":"mkisofs","type":"","path":"linux/mkisofs.html","desc":"建立ISO 9660映像文件"}, "mknod":{"name":"mknod","type":"","path":"linux/mknod.html","desc":"创建字符设备文件和块设备文件"}, "mkswap":{"name":"mkswap","type":"","path":"linux/mkswap.html","desc":"建立和设置SWAP交换分区"}, "mktemp":{"name":"mktemp","type":"","path":"linux/mktemp.html","desc":"创建临时文件供shell脚本使用"}, "modprobe":{"name":"modprobe","type":"","path":"linux/modprobe.html","desc":"自动处理可载入模块"}, "more":{"name":"more","type":"","path":"linux/more.html","desc":"显示文件内容,每次显示一屏"}, "mount":{"name":"mount","type":"","path":"linux/mount.html","desc":"用于挂载Linux系统外的文件。"}, "mpstat":{"name":"mpstat","type":"","path":"linux/mpstat.html","desc":"显示各个可用CPU的状态"}, "mtools":{"name":"mtools","type":"","path":"linux/mtools.html","desc":"显示mtools支持的指令"}, "mv":{"name":"mv","type":"","path":"linux/mv.html","desc":"用来对文件或目录重新命名"}, "mysql":{"name":"mysql","type":"","path":"linux/mysql.html","desc":"MySQL服务器客户端工具"}, "mysqladmin":{"name":"mysqladmin","type":"","path":"linux/mysqladmin.html","desc":"MySQL服务器管理客户端"}, "mysqldump":{"name":"mysqldump","type":"","path":"linux/mysqldump.html","desc":"MySQL数据库中备份工具"}, "mysqlimport":{"name":"mysqlimport","type":"","path":"linux/mysqlimport.html","desc":"为MySQL服务器用命令行方式导入数据"}, "mysqlshow":{"name":"mysqlshow","type":"","path":"linux/mysqlshow.html","desc":"显示MySQL中数据库相关信息"}, "named-checkzone":{"name":"named-checkzone","type":"","path":"linux/named-checkzone.html","desc":"使用named-checkzone命令可以进行区域文件有效性检查和转换,必须指定区域名称和区域文件名称。"}, "nano":{"name":"nano","type":"","path":"linux/nano.html","desc":"字符终端文本编辑器"}, "nc":{"name":"nc","type":"","path":"linux/nc.html","desc":"命令用于设置路由器。"}, "ncftp":{"name":"ncftp","type":"","path":"linux/ncftp.html","desc":"是增强的的FTP工具"}, "nethogs":{"name":"nethogs","type":"","path":"linux/nethogs.html","desc":"终端下的网络流量监控工具"}, "netstat":{"name":"netstat","type":"","path":"linux/netstat.html","desc":"查看Linux中网络系统状态信息"}, "newusers":{"name":"newusers","type":"","path":"linux/newusers.html","desc":"用于批处理的方式一次创建多个命令"}, "nfsstat":{"name":"nfsstat","type":"","path":"linux/nfsstat.html","desc":"列出NFS客户端和服务器的工作状态"}, "ngrep":{"name":"ngrep","type":"","path":"linux/ngrep.html","desc":"方便的数据包匹配和显示工具"}, "nice":{"name":"nice","type":"","path":"linux/nice.html","desc":"改变程序执行的优先权等级"}, "nisdomainname":{"name":"nisdomainname","type":"","path":"linux/nisdomainname.html","desc":"显示主机NIS的域名"}, "nl":{"name":"nl","type":"","path":"linux/nl.html","desc":"在Linux系统中计算文件内容行号"}, "nm":{"name":"nm","type":"","path":"linux/nm.html","desc":"显示二进制目标文件的符号表"}, "nmap":{"name":"nmap","type":"","path":"linux/nmap.html","desc":"网络探测和安全审核"}, "nmcli":{"name":"nmcli","type":"","path":"linux/nmcli.html","desc":"地址配置工具"}, "nohup":{"name":"nohup","type":"","path":"linux/nohup.html","desc":"将程序以忽略挂起信号的方式运行起来"}, "nologin":{"name":"nologin","type":"","path":"linux/nologin.html","desc":"拒绝用户登录系统"}, "nslookup":{"name":"nslookup","type":"","path":"linux/nslookup.html","desc":"查询域名DNS信息的工具"}, "ntpdate":{"name":"ntpdate","type":"","path":"linux/ntpdate.html","desc":"使用网络计时协议(NTP)设置日期和时间"}, "ntsysv":{"name":"ntsysv","type":"","path":"linux/ntsysv.html","desc":"集中管理系统的各种服务"}, "objdump":{"name":"objdump","type":"","path":"linux/objdump.html","desc":"显示二进制文件信息"}, "od":{"name":"od","type":"","path":"linux/od.html","desc":"输出文件的八进制、十六进制等格式编码的字节"}, "openssl":{"name":"openssl","type":"","path":"linux/openssl.html","desc":"强大的安全套接字层密码库"}, "parted":{"name":"parted","type":"","path":"linux/parted.html","desc":"磁盘分区和分区大小调整工具"}, "partprobe":{"name":"partprobe","type":"","path":"linux/partprobe.html","desc":"不重启的情况下重读分区"}, "passwd":{"name":"passwd","type":"","path":"linux/passwd.html","desc":"用于让用户可以更改自己的密码"}, "paste":{"name":"paste","type":"","path":"linux/paste.html","desc":"将多个文件按列队列合并"}, "patch":{"name":"patch","type":"","path":"linux/patch.html","desc":"为开放源代码软件安装补丁程序"}, "pathchk":{"name":"pathchk","type":"","path":"linux/pathchk.html","desc":"检查文件中不可移植的部分"}, "perl":{"name":"perl","type":"","path":"linux/perl.html","desc":"perl语言解释器"}, "pfctl":{"name":"pfctl","type":"","path":"linux/pfctl.html","desc":"PF防火墙的配置命令"}, "pgrep":{"name":"pgrep","type":"","path":"linux/pgrep.html","desc":"设置用户的认证信息,包括用户密码、密码过期时间等"}, "php":{"name":"php","type":"","path":"linux/php.html","desc":"PHP语言的命令行接口"}, "pico":{"name":"pico","type":"","path":"linux/pico.html","desc":"功能强大全屏幕的文本编辑器"}, "pidof":{"name":"pidof","type":"","path":"linux/pidof.html","desc":"查找指定名称的进程的进程号ID号"}, "pigz":{"name":"pigz","type":"","path":"linux/pigz.html","desc":"可以用来解压缩文件,gzip的并行实现升级版。"}, "ping":{"name":"ping","type":"","path":"linux/ping.html","desc":"测试主机之间网络的连通性"}, "pkill":{"name":"pkill","type":"","path":"linux/pkill.html","desc":"可以按照进程名杀死进程"}, "pmap":{"name":"pmap","type":"","path":"linux/pmap.html","desc":"报告进程的内存映射关系"}, "popd":{"name":"popd","type":"","path":"linux/popd.html","desc":"用于删除目录栈中的记录"}, "poweroff":{"name":"poweroff","type":"","path":"linux/poweroff.html","desc":"关闭Linux系统,关闭记录会被写入到/var/log/wtmp日志文件中。"}, "ppp-off":{"name":"ppp-off","type":"","path":"linux/ppp-off.html","desc":"关闭ppp连线"}, "pr":{"name":"pr","type":"","path":"linux/pr.html","desc":"将文本文件转换成适合打印的格式"}, "printf":{"name":"printf","type":"","path":"linux/printf.html","desc":"格式化并输出结果"}, "protoize":{"name":"protoize","type":"","path":"linux/protoize.html","desc":"GNU-C代码转换为ANSI-C代码"}, "ps":{"name":"ps","type":"","path":"linux/ps.html","desc":"报告当前系统的进程状态"}, "pssh":{"name":"pssh","type":"","path":"linux/pssh.html","desc":"批量管理执行"}, "pstack":{"name":"pstack","type":"","path":"linux/pstack.html","desc":"显示每个进程的栈跟踪"}, "pstree":{"name":"pstree","type":"","path":"linux/pstree.html","desc":"以树状图的方式展现进程之间的派生关系"}, "pushd":{"name":"pushd","type":"","path":"linux/pushd.html","desc":"将目录加入命令堆叠中"}, "pv":{"name":"pv","type":"","path":"linux/pv.html","desc":"显示当前在命令行执行的命令的进度信息,管道查看器。"}, "pvchange":{"name":"pvchange","type":"","path":"linux/pvchange.html","desc":"修改物理卷属性"}, "pvck":{"name":"pvck","type":"","path":"linux/pvck.html","desc":"检测物理卷的LVM元数据的一致性"}, "pvcreate":{"name":"pvcreate","type":"","path":"linux/pvcreate.html","desc":"将物理硬盘分区初始化为物理卷"}, "pvdisplay":{"name":"pvdisplay","type":"","path":"linux/pvdisplay.html","desc":"显示物理卷的属性"}, "pvremove":{"name":"pvremove","type":"","path":"linux/pvremove.html","desc":"删除一个存在的物理卷"}, "pvs":{"name":"pvs","type":"","path":"linux/pvs.html","desc":"输出物理卷信息报表"}, "pvscan":{"name":"pvscan","type":"","path":"linux/pvscan.html","desc":"扫描系统中所有硬盘的物理卷列表"}, "pwck":{"name":"pwck","type":"","path":"linux/pwck.html","desc":"用来验证系统认证文件内容和格式的完整性"}, "pwconv":{"name":"pwconv","type":"","path":"linux/pwconv.html","desc":"用来开启用户的投影密码"}, "pwd":{"name":"pwd","type":"","path":"linux/pwd.html","desc":"绝对路径方式显示用户当前工作目录"}, "pwunconv":{"name":"pwunconv","type":"","path":"linux/pwunconv.html","desc":"用来关闭用户的投影密码"}, "quota":{"name":"quota","type":"","path":"linux/quota.html","desc":"显示磁盘已使用的空间与限制"}, "quotacheck":{"name":"quotacheck","type":"","path":"linux/quotacheck.html","desc":"检查磁盘的使用空间与限制"}, "quotaoff":{"name":"quotaoff","type":"","path":"linux/quotaoff.html","desc":"关闭Linux内核中指定文件系统的磁盘配额功能"}, "quotaon":{"name":"quotaon","type":"","path":"linux/quotaon.html","desc":"激活Linux内核中指定文件系统的磁盘配额功能"}, "rcconf":{"name":"rcconf","type":"","path":"linux/rcconf.html","desc":"Debian Linux下的运行等级服务配置工具"}, "rcp":{"name":"rcp","type":"","path":"linux/rcp.html","desc":"使在两台Linux主机之间的文件复制操作更简单"}, "read":{"name":"read","type":"","path":"linux/read.html","desc":"从键盘读取变量值"}, "readelf":{"name":"readelf","type":"","path":"linux/readelf.html","desc":"用于显示elf格式文件的信息"}, "readonly":{"name":"readonly","type":"","path":"linux/readonly.html","desc":"定义只读shell变量或函数"}, "reboot":{"name":"reboot","type":"","path":"linux/reboot.html","desc":"重新启动正在运行的Linux操作系统"}, "reject":{"name":"reject","type":"","path":"linux/reject.html","desc":"指示打印系统拒绝发往指定目标打印机的打印任务"}, "rename":{"name":"rename","type":"","path":"linux/rename.html","desc":"用字符串替换的方式批量改变文件名"}, "renice":{"name":"renice","type":"","path":"linux/renice.html","desc":"修改正在运行的进程的调度优先级"}, "repquota":{"name":"repquota","type":"","path":"linux/repquota.html","desc":"报表的格式输出磁盘空间限制的状态"}, "resize":{"name":"resize","type":"","path":"linux/resize.html","desc":"命令设置终端机视窗的大小。"}, "restore":{"name":"restore","type":"","path":"linux/restore.html","desc":"所进行的操作和dump指令相反"}, "restorecon":{"name":"restorecon","type":"","path":"linux/restorecon.html","desc":"恢复文件的安全上下文"}, "rev":{"name":"rev","type":"","path":"linux/rev.html","desc":"将文件内容以字符为单位反序输出"}, "rexec":{"name":"rexec","type":"","path":"linux/rexec.html","desc":"运程执行Linux系统下命令 "}, "rlogin":{"name":"rlogin","type":"","path":"linux/rlogin.html","desc":"从当前终端登录到远程Linux主机"}, "rm":{"name":"rm","type":"","path":"linux/rm.html","desc":"用于删除给定的文件和目录"}, "rmdir":{"name":"rmdir","type":"","path":"linux/rmdir.html","desc":"用来删除空目录"}, "rmmod":{"name":"rmmod","type":"","path":"linux/rmmod.html","desc":"从运行的内核中移除指定的内核模块"}, "route":{"name":"route","type":"","path":"linux/route.html","desc":"显示并设置Linux中静态路由表"}, "rpm":{"name":"rpm","type":"","path":"linux/rpm.html","desc":"RPM软件包的管理工具"}, "rpm2cpio":{"name":"rpm2cpio","type":"","path":"linux/rpm2cpio.html","desc":"将RPM软件包转换为cpio格式的文件"}, "rpmbuild":{"name":"rpmbuild","type":"","path":"linux/rpmbuild.html","desc":"创建RPM的二进制软件包和源码软件包"}, "rpmdb":{"name":"rpmdb","type":"","path":"linux/rpmdb.html","desc":"初始化和重建RPM数据库"}, "rpmquery":{"name":"rpmquery","type":"","path":"linux/rpmquery.html","desc":"从RPM数据库中查询软件包信息"}, "rpmsign":{"name":"rpmsign","type":"","path":"linux/rpmsign.html","desc":"使用RPM软件包的签名管理工具"}, "rpmverify":{"name":"rpmverify","type":"","path":"linux/rpmverify.html","desc":"验证已安装的RPM软件包的正确性"}, "rsh":{"name":"rsh","type":"","path":"linux/rsh.html","desc":"连接远程主机并执行命令"}, "rsync":{"name":"rsync","type":"","path":"linux/rsync.html","desc":"远程数据同步工具"}, "runlevel":{"name":"runlevel","type":"","path":"linux/runlevel.html","desc":"打印当前Linux系统的运行等级"}, "sar":{"name":"sar","type":"","path":"linux/sar.html","desc":"系统运行状态统计工具"}, "scp":{"name":"scp","type":"","path":"linux/scp.html","desc":"加密的方式在本地主机和远程主机之间复制文件"}, "screen":{"name":"screen","type":"","path":"linux/screen.html","desc":"用于命令行终端切换"}, "sed":{"name":"sed","type":"","path":"linux/sed.html","desc":"功能强大的流式文本编辑器"}, "seinfo":{"name":"seinfo","type":"","path":"linux/seinfo.html","desc":"查询SELinux的策略提供多少相关规则"}, "semanage":{"name":"semanage","type":"","path":"linux/semanage.html","desc":"默认目录的安全上下文查询与修改"}, "sendmail":{"name":"sendmail","type":"","path":"linux/sendmail.html","desc":"著名电子邮件服务器"}, "seq":{"name":"seq","type":"","path":"linux/seq.html","desc":"以指定增量从首数开始打印数字到尾数"}, "service":{"name":"service","type":"","path":"linux/service.html","desc":"控制系统服务的实用工具"}, "sesearch":{"name":"sesearch","type":"","path":"linux/sesearch.html","desc":"查询SELinux策略的规则详情"}, "set":{"name":"set","type":"","path":"linux/set.html","desc":"显示或设置shell特性及shell变量"}, "setfacl":{"name":"setfacl","type":"","path":"linux/setfacl.html","desc":"设置文件访问控制列表"}, "setpci":{"name":"setpci","type":"","path":"linux/setpci.html","desc":"查询和配置PCI设备的使用工具"}, "setsebool":{"name":"setsebool","type":"","path":"linux/setsebool.html","desc":"修改SElinux策略内各项规则的布尔值"}, "setsid":{"name":"setsid","type":"","path":"linux/setsid.html","desc":"在新的会话中运行程序。"}, "sftp-server":{"name":"sftp-server","type":"","path":"linux/sftp-server.html","desc":"sftp协议的服务器端程序"}, "sftp":{"name":"sftp","type":"","path":"linux/sftp.html","desc":"交互式的文件传输程序"}, "sh":{"name":"sh","type":"","path":"linux/sh.html","desc":"shell命令解释器"}, "shopt":{"name":"shopt","type":"","path":"linux/shopt.html","desc":"显示和设置shell操作选项"}, "showmount":{"name":"showmount","type":"","path":"linux/showmount.html","desc":"显示NFS服务器加载的信息"}, "shutdown":{"name":"shutdown","type":"","path":"linux/shutdown.html","desc":"用来执行系统关机的命令"}, "skill":{"name":"skill","type":"","path":"linux/skill.html","desc":"向选定的进程发送信号冻结进程"}, "slabtop":{"name":"slabtop","type":"","path":"linux/slabtop.html","desc":"实时显示内核slab内存缓存信息"}, "sleep":{"name":"sleep","type":"","path":"linux/sleep.html","desc":"将目前动作延迟一段时间"}, "slocate":{"name":"slocate","type":"","path":"linux/slocate.html","desc":"命令查找文件或目录"}, "smbclient":{"name":"smbclient","type":"","path":"linux/smbclient.html","desc":"交互方式访问samba服务器"}, "smbpasswd":{"name":"smbpasswd","type":"","path":"linux/smbpasswd.html","desc":"samba用户和密码管理工具"}, "sort":{"name":"sort","type":"","path":"linux/sort.html","desc":"将文件进行排序并输出"}, "source":{"name":"source","type":"","path":"linux/source.html","desc":"在当前Shell环境中从指定文件读取和执行命令,命令返回退出状态。"}, "speedtest-cli":{"name":"speedtest-cli","type":"","path":"linux/speedtest-cli.html","desc":"命令行下测试服务器外网速度"}, "spell":{"name":"spell","type":"","path":"linux/spell.html","desc":"对文件进行拼写检查"}, "split":{"name":"split","type":"","path":"linux/split.html","desc":"分割任意大小的文件"}, "squid":{"name":"squid","type":"","path":"linux/squid.html","desc":"squid服务器守护进程"}, "squidclient":{"name":"squidclient","type":"","path":"linux/squidclient.html","desc":"squid服务器的客户端管理工具"}, "ss":{"name":"ss","type":"","path":"linux/ss.html","desc":"比 netstat 好用的socket统计信息,iproute2 包附带的另一个工具,允许你查询 socket 的有关统计信息。"}, "ssh-add":{"name":"ssh-add","type":"","path":"linux/ssh-add.html","desc":"把专用密钥添加到ssh-agent的高速缓存中"}, "ssh-agent":{"name":"ssh-agent","type":"","path":"linux/ssh-agent.html","desc":"ssh密钥管理器"}, "ssh-copy-id":{"name":"ssh-copy-id","type":"","path":"linux/ssh-copy-id.html","desc":"把本地的ssh公钥文件安装到远程主机对应的账户下"}, "ssh-keygen":{"name":"ssh-keygen","type":"","path":"linux/ssh-keygen.html","desc":"为ssh生成、管理和转换认证密钥"}, "ssh-keyscan":{"name":"ssh-keyscan","type":"","path":"linux/ssh-keyscan.html","desc":"收集主机公钥的使用工具"}, "ssh":{"name":"ssh","type":"","path":"linux/ssh.html","desc":"openssh套件中的客户端连接工具"}, "sshd":{"name":"sshd","type":"","path":"linux/sshd.html","desc":"openssh软件套件中的服务器守护进程"}, "startx":{"name":"startx","type":"","path":"linux/startx.html","desc":"用来启动X Window"}, "stat":{"name":"stat","type":"","path":"linux/stat.html","desc":"用于显示文件的状态信息"}, "strace":{"name":"strace","type":"","path":"linux/strace.html","desc":"跟踪系统调用和信号"}, "strings":{"name":"strings","type":"","path":"linux/strings.html","desc":"在对象文件或二进制文件中查找可打印的字符串"}, "stty":{"name":"stty","type":"","path":"linux/stty.html","desc":"修改终端命令行的相关设置"}, "su":{"name":"su","type":"","path":"linux/su.html","desc":"用于切换当前用户身份到其他用户身份"}, "sudo":{"name":"sudo","type":"","path":"linux/sudo.html","desc":"以其他身份来执行命令"}, "sum":{"name":"sum","type":"","path":"linux/sum.html","desc":"计算文件的校验码和显示块数"}, "supervisord":{"name":"supervisord","type":"","path":"linux/supervisord.html","desc":"配置后台服务/常驻进程的进程管家工具"}, "swapoff":{"name":"swapoff","type":"","path":"linux/swapoff.html","desc":"关闭指定的交换空间"}, "swapon":{"name":"swapon","type":"","path":"linux/swapon.html","desc":"激活Linux系统中交换空间"}, "sync":{"name":"sync","type":"","path":"linux/sync.html","desc":"用于强制被改变的内容立刻写入磁盘"}, "sysctl":{"name":"sysctl","type":"","path":"linux/sysctl.html","desc":"时动态地修改内核的运行参数"}, "syslog":{"name":"syslog","type":"","path":"linux/syslog.html","desc":"系统默认的日志守护进程"}, "systemctl":{"name":"systemctl","type":"","path":"linux/systemctl.html","desc":"系统服务管理器指令"}, "systool":{"name":"systool","type":"","path":"linux/systool.html","desc":"显示基于总线、类和拓扑显示系统中设备的信息"}, "tac":{"name":"tac","type":"","path":"linux/tac.html","desc":"将文件以行为单位的反序输出"}, "tail":{"name":"tail","type":"","path":"linux/tail.html","desc":"在屏幕上显示指定文件的末尾若干行"}, "tailf":{"name":"tailf","type":"","path":"linux/tailf.html","desc":"在屏幕上显示指定文件的末尾若干行内容,通常用于日志文件的跟踪输出。"}, "talk":{"name":"talk","type":"","path":"linux/talk.html","desc":"让用户和其他用户聊天"}, "tar":{"name":"tar","type":"","path":"linux/tar.html","desc":"Linux下的归档使用工具,用来打包和备份。"}, "tcpdump":{"name":"tcpdump","type":"","path":"linux/tcpdump.html","desc":"一款sniffer工具,是Linux上的抓包工具,嗅探器。"}, "tcpreplay":{"name":"tcpreplay","type":"","path":"linux/tcpreplay.html","desc":"将PCAP包重新发送,用于性能或者功能测试"}, "tee":{"name":"tee","type":"","path":"linux/tee.html","desc":"把数据重定向到给定文件和屏幕上"}, "telint":{"name":"telint","type":"","path":"linux/telint.html","desc":"切换当前正在运行系统的运行等级"}, "telnet":{"name":"telnet","type":"","path":"linux/telnet.html","desc":"登录远程主机和管理(测试ip端口是否连通)"}, "tempfile":{"name":"tempfile","type":"","path":"linux/tempfile.html","desc":"shell中给临时文件命名"}, "test":{"name":"test","type":"","path":"linux/test.html","desc":"shell环境中测试条件表达式工具"}, "tftp":{"name":"tftp","type":"","path":"linux/tftp.html","desc":"在本机和tftp服务器之间使用TFTP协议传输文件"}, "time":{"name":"time","type":"","path":"linux/time.html","desc":"统计给定命令所花费的总时间"}, "tload":{"name":"tload","type":"","path":"linux/tload.html","desc":"显示系统负载状况"}, "tmux":{"name":"tmux","type":"","path":"linux/tmux.html","desc":"Tmux是一个优秀的终端复用软件,类似GNU Screen,但来自于OpenBSD,采用BSD授权。"}, "top":{"name":"top","type":"","path":"linux/top.html","desc":"显示或管理执行中的程序"}, "touch":{"name":"touch","type":"","path":"linux/touch.html","desc":"创建新的空文件"}, "tput":{"name":"tput","type":"","path":"linux/tput.html","desc":"通过terminfo数据库对终端会话进行初始化和操作"}, "tr":{"name":"tr","type":"","path":"linux/tr.html","desc":"将字符进行替换压缩和删除"}, "tracepath":{"name":"tracepath","type":"","path":"linux/tracepath.html","desc":"追踪目的主机经过的路由信息"}, "traceroute":{"name":"traceroute","type":"","path":"linux/traceroute.html","desc":"显示数据包到主机间的路径"}, "trap":{"name":"trap","type":"","path":"linux/trap.html","desc":"指定在接收到信号后将要采取的动作"}, "tree":{"name":"tree","type":"","path":"linux/tree.html","desc":"树状图列出目录的内容"}, "tty":{"name":"tty","type":"","path":"linux/tty.html","desc":"显示连接到当前标准输入的终端设备文件名。"}, "type":{"name":"type","type":"","path":"linux/type.html","desc":"显示指定命令的类型"}, "ulimit":{"name":"ulimit","type":"","path":"linux/ulimit.html","desc":"控制shell程序的资源"}, "umask":{"name":"umask","type":"","path":"linux/umask.html","desc":"用来设置限制新建文件权限的掩码"}, "umount":{"name":"umount","type":"","path":"linux/umount.html","desc":"用于卸载已经加载的文件系统"}, "unalias":{"name":"unalias","type":"","path":"linux/unalias.html","desc":"删除由alias设置的别名"}, "uname":{"name":"uname","type":"","path":"linux/uname.html","desc":"显示Linux系统信息"}, "unarj":{"name":"unarj","type":"","path":"linux/unarj.html","desc":"解压缩由arj命令创建的压缩包"}, "uncompress":{"name":"uncompress","type":"","path":"linux/uncompress.html","desc":"用来解压.Z文件"}, "unexpand":{"name":"unexpand","type":"","path":"linux/unexpand.html","desc":"将文件的空白字符转换为制表符"}, "uniq":{"name":"uniq","type":"","path":"linux/uniq.html","desc":"报告或忽略文件中的重复行"}, "unlink":{"name":"unlink","type":"","path":"linux/unlink.html","desc":"系统调用函数unlink去删除指定的文件"}, "unprotoize":{"name":"unprotoize","type":"","path":"linux/unprotoize.html","desc":"删除C语言源代码文件中的函数原型"}, "unset":{"name":"unset","type":"","path":"linux/unset.html","desc":"删除指定的shell变量或函数"}, "unzip":{"name":"unzip","type":"","path":"linux/unzip.html","desc":"用于解压缩由zip命令压缩的压缩包"}, "updatedb":{"name":"updatedb","type":"","path":"linux/updatedb.html","desc":"创建或更新slocate命令所必需的数据库文件"}, "uptime":{"name":"uptime","type":"","path":"linux/uptime.html","desc":"查看Linux系统负载信息"}, "useradd":{"name":"useradd","type":"","path":"linux/useradd.html","desc":"创建的新的系统用户"}, "userdel":{"name":"userdel","type":"","path":"linux/userdel.html","desc":"用于删除给定的用户以及与用户相关的文件"}, "usermod":{"name":"usermod","type":"","path":"linux/usermod.html","desc":"用于修改用户的基本信息"}, "usernetctl":{"name":"usernetctl","type":"","path":"linux/usernetctl.html","desc":"被允许时操作指定的网络接口"}, "users":{"name":"users","type":"","path":"linux/users.html","desc":"显示当前登录系统的所有用户"}, "uucico":{"name":"uucico","type":"","path":"linux/uucico.html","desc":"UUCP文件传输服务程序。"}, "uupick":{"name":"uupick","type":"","path":"linux/uupick.html","desc":"命令处理传送进来的文件。"}, "vdfuse":{"name":"vdfuse","type":"","path":"linux/vdfuse.html","desc":"VirtualBox软件挂载VDI分区文件工具"}, "vgchange":{"name":"vgchange","type":"","path":"linux/vgchange.html","desc":"修改卷组属性"}, "vgconvert":{"name":"vgconvert","type":"","path":"linux/vgconvert.html","desc":"转换卷组元数据格式"}, "vgcreate":{"name":"vgcreate","type":"","path":"linux/vgcreate.html","desc":"用于创建LVM卷组"}, "vgdisplay":{"name":"vgdisplay","type":"","path":"linux/vgdisplay.html","desc":"显示LVM卷组的信息"}, "vgextend":{"name":"vgextend","type":"","path":"linux/vgextend.html","desc":"向卷组中添加物理卷"}, "vgreduce":{"name":"vgreduce","type":"","path":"linux/vgreduce.html","desc":"从卷组中删除物理卷"}, "vgremove":{"name":"vgremove","type":"","path":"linux/vgremove.html","desc":"用于用户删除LVM卷组"}, "vgrename":{"name":"vgrename","type":"","path":"linux/vgrename.html","desc":"使用vgrename命令可以重命名卷组的名称。"}, "vgscan":{"name":"vgscan","type":"","path":"linux/vgscan.html","desc":"扫描并显示系统中的卷组"}, "vi":{"name":"vi","type":"","path":"linux/vi.html","desc":"功能强大的纯文本编辑器"}, "vmstat":{"name":"vmstat","type":"","path":"linux/vmstat.html","desc":"显示虚拟内存状态"}, "volname":{"name":"volname","type":"","path":"linux/volname.html","desc":"显示指定的ISO-9660格式的设备的卷名称"}, "w":{"name":"w","type":"","path":"linux/w.html","desc":"显示目前登入系统的用户信息"}, "wait":{"name":"wait","type":"","path":"linux/wait.html","desc":"等待进程执行完后返回"}, "wall":{"name":"wall","type":"","path":"linux/wall.html","desc":"向系统当前所有打开的终端上输出信息"}, "watch":{"name":"watch","type":"","path":"linux/watch.html","desc":"可以将命令的输出结果输出到标准输出设备,多用于周期性执行命令/定时执行命令"}, "wc":{"name":"wc","type":"","path":"linux/wc.html","desc":"统计文件的字节数、字数、行数"}, "wget":{"name":"wget","type":"","path":"linux/wget.html","desc":"Linux系统下载文件工具"}, "whatis":{"name":"whatis","type":"","path":"linux/whatis.html","desc":"查询一个命令执行什么功能"}, "whereis":{"name":"whereis","type":"","path":"linux/whereis.html","desc":"查找二进制程序、代码等相关文件路径"}, "which":{"name":"which","type":"","path":"linux/which.html","desc":"查找并显示给定命令的绝对路径"}, "who":{"name":"who","type":"","path":"linux/who.html","desc":"显示目前登录系统的用户信息"}, "whoami":{"name":"whoami","type":"","path":"linux/whoami.html","desc":"打印当前有效的用户名称"}, "write":{"name":"write","type":"","path":"linux/write.html","desc":"向指定登录用户终端上发送信息"}, "xargs":{"name":"xargs","type":"","path":"linux/xargs.html","desc":"给其他命令传递参数的一个过滤器"}, "xauth":{"name":"xauth","type":"","path":"linux/xauth.html","desc":"显示和编辑被用于连接X服务器的认证信息"}, "xclip":{"name":"xclip","type":"","path":"linux/xclip.html","desc":"管理 X 粘贴板"}, "xhost":{"name":"xhost","type":"","path":"linux/xhost.html","desc":"制哪些X客户端能够在X服务器上显示"}, "xinit":{"name":"xinit","type":"","path":"linux/xinit.html","desc":"是Linux下X-Window系统的初始化程序"}, "xlsatoms":{"name":"xlsatoms","type":"","path":"linux/xlsatoms.html","desc":"列出X服务器内部所有定义的原子成分"}, "xlsclients":{"name":"xlsclients","type":"","path":"linux/xlsclients.html","desc":"列出显示器中的客户端应用程序"}, "xlsfonts":{"name":"xlsfonts","type":"","path":"linux/xlsfonts.html","desc":"列出X Server使用的字体"}, "xset":{"name":"xset","type":"","path":"linux/xset.html","desc":"设置X-Window系统中的用户爱好的实用工具"}, "xz":{"name":"xz","type":"","path":"linux/xz.html","desc":"POSIX 平台开发具有高压缩率的工具。"}, "yes":{"name":"yes","type":"","path":"linux/yes.html","desc":"重复打印指定字符串"}, "ypdomainname":{"name":"ypdomainname","type":"","path":"linux/ypdomainname.html","desc":"显示主机的NIS的域名"}, "yum":{"name":"yum","type":"","path":"linux/yum.html","desc":"基于RPM的软件包管理器"}, "zcat":{"name":"zcat","type":"","path":"linux/zcat.html","desc":"显示压缩包中文件的内容"}, "zfore":{"name":"zfore","type":"","path":"linux/zfore.html","desc":"强制为gzip格式的压缩文件添加.gz后缀"}, "zip":{"name":"zip","type":"","path":"linux/zip.html","desc":"可以用来解压缩文件"}, "zipinfo":{"name":"zipinfo","type":"","path":"linux/zipinfo.html","desc":"用来列出压缩文件信息"}, "zipsplit":{"name":"zipsplit","type":"","path":"linux/zipsplit.html","desc":"将较大的zip压缩包分割成各个较小的压缩包"}, "znew":{"name":"znew","type":"","path":"linux/znew.html","desc":"将.Z压缩包重新转化为gzip命令压缩的.gz压缩包"} } \ No newline at end of file diff --git a/index/php.json b/index/php.json index fc83e191..48b374f7 100644 --- a/index/php.json +++ b/index/php.json @@ -1 +1 @@ -{ "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" } \ No newline at end of file +{ "abs":{"name":"abs","type":"","path":"php/abs.html","desc":"绝对值"}, "acos":{"name":"acos","type":"","path":"php/acos.html","desc":"反余弦"}, "acosh":{"name":"acosh","type":"","path":"php/acosh.html","desc":"反双曲余弦"}, "addcslashes":{"name":"addcslashes","type":"","path":"php/addcslashes.html","desc":"以 C 语言风格使用反斜线转义字符串中的字符"}, "addslashes":{"name":"addslashes","type":"","path":"php/addslashes.html","desc":"使用反斜线引用字符串"}, "apache_child_terminate":{"name":"apache_child_terminate","type":"","path":"php/apache_child_terminate.html","desc":"在本次请求结束后终止 apache 子进程"}, "apache_getenv":{"name":"apache_getenv","type":"","path":"php/apache_getenv.html","desc":"获取 Apache subprocess_env 变量"}, "apache_get_modules":{"name":"apache_get_modules","type":"","path":"php/apache_get_modules.html","desc":"获得已加载的Apache模块列表"}, "apache_get_version":{"name":"apache_get_version","type":"","path":"php/apache_get_version.html","desc":"获得Apache版本信息"}, "apache_lookup_uri":{"name":"apache_lookup_uri","type":"","path":"php/apache_lookup_uri.html","desc":"对指定的 URI 执行部分请求并返回所有有关信息"}, "apache_note":{"name":"apache_note","type":"","path":"php/apache_note.html","desc":"取得或设置 apache 请求记录"}, "apache_request_headers":{"name":"apache_request_headers","type":"","path":"php/apache_request_headers.html","desc":"获取全部 HTTP 请求头信息"}, "apache_reset_timeout":{"name":"apache_reset_timeout","type":"","path":"php/apache_reset_timeout.html","desc":"重置 Apache 写入计时器"}, "apache_response_headers":{"name":"apache_response_headers","type":"","path":"php/apache_response_headers.html","desc":"获得全部 HTTP 响应头信息"}, "apache_setenv":{"name":"apache_setenv","type":"","path":"php/apache_setenv.html","desc":"设置 Apache 子进程环境变量"}, "apcu_add":{"name":"apcu_add","type":"","path":"php/apcu_add.html","desc":"Cache a new variable in the data store"}, "apcu_cache_info":{"name":"apcu_cache_info","type":"","path":"php/apcu_cache_info.html","desc":"Retrieves cached information from APCu's data store"}, "apcu_cas":{"name":"apcu_cas","type":"","path":"php/apcu_cas.html","desc":"Updates an old value with a new value"}, "apcu_clear_cache":{"name":"apcu_clear_cache","type":"","path":"php/apcu_clear_cache.html","desc":"Clears the APCu cache"}, "apcu_dec":{"name":"apcu_dec","type":"","path":"php/apcu_dec.html","desc":"Decrease a stored number"}, "apcu_delete":{"name":"apcu_delete","type":"","path":"php/apcu_delete.html","desc":"Removes a stored variable from the cache"}, "apcu_entry":{"name":"apcu_entry","type":"","path":"php/apcu_entry.html","desc":"Atomically fetch or generate a cache entry"}, "apcu_exists":{"name":"apcu_exists","type":"","path":"php/apcu_exists.html","desc":"Checks if entry exists"}, "apcu_fetch":{"name":"apcu_fetch","type":"","path":"php/apcu_fetch.html","desc":"Fetch a stored variable from the cache"}, "apcu_inc":{"name":"apcu_inc","type":"","path":"php/apcu_inc.html","desc":"Increase a stored number"}, "apcu_sma_info":{"name":"apcu_sma_info","type":"","path":"php/apcu_sma_info.html","desc":"Retrieves APCu Shared Memory Allocation information"}, "apcu_store":{"name":"apcu_store","type":"","path":"php/apcu_store.html","desc":"Cache a variable in the data store"}, "apc_add":{"name":"apc_add","type":"","path":"php/apc_add.html","desc":"缓存一个变量到数据存储"}, "apc_bin_dump":{"name":"apc_bin_dump","type":"","path":"php/apc_bin_dump.html","desc":"获取给定文件和变量的二进制文件转储。"}, "apc_bin_dumpfile":{"name":"apc_bin_dumpfile","type":"","path":"php/apc_bin_dumpfile.html","desc":"Output a binary dump of cached files and user variables to a file"}, "apc_bin_load":{"name":"apc_bin_load","type":"","path":"php/apc_bin_load.html","desc":"Load a binary dump into the APC fileuser cache"}, "apc_bin_loadfile":{"name":"apc_bin_loadfile","type":"","path":"php/apc_bin_loadfile.html","desc":"Load a binary dump from a file into the APC fileuser cache"}, "apc_cache_info":{"name":"apc_cache_info","type":"","path":"php/apc_cache_info.html","desc":"Retrieves cached information from APC's data store"}, "apc_cas":{"name":"apc_cas","type":"","path":"php/apc_cas.html","desc":"用新值更新旧值"}, "apc_clear_cache":{"name":"apc_clear_cache","type":"","path":"php/apc_clear_cache.html","desc":"清除APC缓存"}, "apc_compile_file":{"name":"apc_compile_file","type":"","path":"php/apc_compile_file.html","desc":"Stores a file in the bytecode cache, bypassing all filters"}, "apc_dec":{"name":"apc_dec","type":"","path":"php/apc_dec.html","desc":"Decrease a stored number"}, "apc_define_constants":{"name":"apc_define_constants","type":"","path":"php/apc_define_constants.html","desc":"Defines a set of constants for retrieval and mass-definition"}, "apc_delete":{"name":"apc_delete","type":"","path":"php/apc_delete.html","desc":"从用户缓存中删除某个变量"}, "apc_delete_file":{"name":"apc_delete_file","type":"","path":"php/apc_delete_file.html","desc":"Deletes files from the opcode cache"}, "apc_exists":{"name":"apc_exists","type":"","path":"php/apc_exists.html","desc":"检查APC中是否存在某个或者某些key"}, "apc_fetch":{"name":"apc_fetch","type":"","path":"php/apc_fetch.html","desc":"从缓存中取出存储的变量"}, "apc_inc":{"name":"apc_inc","type":"","path":"php/apc_inc.html","desc":"递增一个储存的数字"}, "apc_load_constants":{"name":"apc_load_constants","type":"","path":"php/apc_load_constants.html","desc":"Loads a set of constants from the cache"}, "apc_sma_info":{"name":"apc_sma_info","type":"","path":"php/apc_sma_info.html","desc":"Retrieves APC's Shared Memory Allocation information"}, "apc_store":{"name":"apc_store","type":"","path":"php/apc_store.html","desc":"Cache a variable in the data store"}, "apd_breakpoint":{"name":"apd_breakpoint","type":"","path":"php/apd_breakpoint.html","desc":"Stops the interpreter and waits on a CR from the socket"}, "apd_callstack":{"name":"apd_callstack","type":"","path":"php/apd_callstack.html","desc":"Returns the current call stack as an array"}, "apd_clunk":{"name":"apd_clunk","type":"","path":"php/apd_clunk.html","desc":"Throw a warning and a callstack"}, "apd_continue":{"name":"apd_continue","type":"","path":"php/apd_continue.html","desc":"Restarts the interpreter"}, "apd_croak":{"name":"apd_croak","type":"","path":"php/apd_croak.html","desc":"Throw an error, a callstack and then exit"}, "apd_dump_function_table":{"name":"apd_dump_function_table","type":"","path":"php/apd_dump_function_table.html","desc":"Outputs the current function table"}, "apd_dump_persistent_resources":{"name":"apd_dump_persistent_resources","type":"","path":"php/apd_dump_persistent_resources.html","desc":"Return all persistent resources as an array"}, "apd_dump_regular_resources":{"name":"apd_dump_regular_resources","type":"","path":"php/apd_dump_regular_resources.html","desc":"Return all current regular resources as an array"}, "apd_echo":{"name":"apd_echo","type":"","path":"php/apd_echo.html","desc":"Echo to the debugging socket"}, "apd_get_active_symbols":{"name":"apd_get_active_symbols","type":"","path":"php/apd_get_active_symbols.html","desc":"Get an array of the current variables names in the local scope"}, "apd_set_pprof_trace":{"name":"apd_set_pprof_trace","type":"","path":"php/apd_set_pprof_trace.html","desc":"Starts the session debugging"}, "apd_set_session":{"name":"apd_set_session","type":"","path":"php/apd_set_session.html","desc":"Changes or sets the current debugging level"}, "apd_set_session_trace":{"name":"apd_set_session_trace","type":"","path":"php/apd_set_session_trace.html","desc":"Starts the session debugging"}, "apd_set_session_trace_socket":{"name":"apd_set_session_trace_socket","type":"","path":"php/apd_set_session_trace_socket.html","desc":"Starts the remote session debugging"}, "array":{"name":"array","type":"","path":"php/array.html","desc":"新建一个数组"}, "array_change_key_case":{"name":"array_change_key_case","type":"","path":"php/array_change_key_case.html","desc":"将数组中的所有键名修改为全大写或小写"}, "array_chunk":{"name":"array_chunk","type":"","path":"php/array_chunk.html","desc":"将一个数组分割成多个"}, "array_column":{"name":"array_column","type":"","path":"php/array_column.html","desc":"返回数组中指定的一列"}, "array_combine":{"name":"array_combine","type":"","path":"php/array_combine.html","desc":"创建一个数组,用一个数组的值作为其键名,另一个数组的值作为其值"}, "array_count_values":{"name":"array_count_values","type":"","path":"php/array_count_values.html","desc":"统计数组中所有的值"}, "array_diff":{"name":"array_diff","type":"","path":"php/array_diff.html","desc":"计算数组的差集"}, "array_diff_assoc":{"name":"array_diff_assoc","type":"","path":"php/array_diff_assoc.html","desc":"带索引检查计算数组的差集"}, "array_diff_key":{"name":"array_diff_key","type":"","path":"php/array_diff_key.html","desc":"使用键名比较计算数组的差集"}, "array_diff_uassoc":{"name":"array_diff_uassoc","type":"","path":"php/array_diff_uassoc.html","desc":"用用户提供的回调函数做索引检查来计算数组的差集"}, "array_diff_ukey":{"name":"array_diff_ukey","type":"","path":"php/array_diff_ukey.html","desc":"用回调函数对键名比较计算数组的差集"}, "array_fill":{"name":"array_fill","type":"","path":"php/array_fill.html","desc":"用给定的值填充数组"}, "array_fill_keys":{"name":"array_fill_keys","type":"","path":"php/array_fill_keys.html","desc":"使用指定的键和值填充数组"}, "array_filter":{"name":"array_filter","type":"","path":"php/array_filter.html","desc":"用回调函数过滤数组中的单元"}, "array_flip":{"name":"array_flip","type":"","path":"php/array_flip.html","desc":"交换数组中的键和值"}, "array_intersect":{"name":"array_intersect","type":"","path":"php/array_intersect.html","desc":"计算数组的交集"}, "array_intersect_assoc":{"name":"array_intersect_assoc","type":"","path":"php/array_intersect_assoc.html","desc":"带索引检查计算数组的交集"}, "array_intersect_key":{"name":"array_intersect_key","type":"","path":"php/array_intersect_key.html","desc":"使用键名比较计算数组的交集"}, "array_intersect_uassoc":{"name":"array_intersect_uassoc","type":"","path":"php/array_intersect_uassoc.html","desc":"带索引检查计算数组的交集,用回调函数比较索引"}, "array_intersect_ukey":{"name":"array_intersect_ukey","type":"","path":"php/array_intersect_ukey.html","desc":"用回调函数比较键名来计算数组的交集"}, "array_keys":{"name":"array_keys","type":"","path":"php/array_keys.html","desc":"返回数组中部分的或所有的键名"}, "array_key_exists":{"name":"array_key_exists","type":"","path":"php/array_key_exists.html","desc":"检查数组里是否有指定的键名或索引"}, "array_key_first":{"name":"array_key_first","type":"","path":"php/array_key_first.html","desc":"Gets the first key of an array"}, "array_key_last":{"name":"array_key_last","type":"","path":"php/array_key_last.html","desc":"Gets the last key of an array"}, "array_map":{"name":"array_map","type":"","path":"php/array_map.html","desc":"为数组的每个元素应用回调函数"}, "array_merge":{"name":"array_merge","type":"","path":"php/array_merge.html","desc":"合并一个或多个数组"}, "array_merge_recursive":{"name":"array_merge_recursive","type":"","path":"php/array_merge_recursive.html","desc":"递归地合并一个或多个数组"}, "array_multisort":{"name":"array_multisort","type":"","path":"php/array_multisort.html","desc":"对多个数组或多维数组进行排序"}, "array_pad":{"name":"array_pad","type":"","path":"php/array_pad.html","desc":"以指定长度将一个值填充进数组"}, "array_pop":{"name":"array_pop","type":"","path":"php/array_pop.html","desc":"弹出数组最后一个单元(出栈)"}, "array_product":{"name":"array_product","type":"","path":"php/array_product.html","desc":"计算数组中所有值的乘积"}, "array_push":{"name":"array_push","type":"","path":"php/array_push.html","desc":"将一个或多个单元压入数组的末尾(入栈)"}, "array_rand":{"name":"array_rand","type":"","path":"php/array_rand.html","desc":"从数组中随机取出一个或多个单元"}, "array_reduce":{"name":"array_reduce","type":"","path":"php/array_reduce.html","desc":"用回调函数迭代地将数组简化为单一的值"}, "array_replace":{"name":"array_replace","type":"","path":"php/array_replace.html","desc":"使用传递的数组替换第一个数组的元素"}, "array_replace_recursive":{"name":"array_replace_recursive","type":"","path":"php/array_replace_recursive.html","desc":"使用传递的数组递归替换第一个数组的元素"}, "array_reverse":{"name":"array_reverse","type":"","path":"php/array_reverse.html","desc":"返回单元顺序相反的数组"}, "array_search":{"name":"array_search","type":"","path":"php/array_search.html","desc":"在数组中搜索给定的值,如果成功则返回首个相应的键名"}, "array_shift":{"name":"array_shift","type":"","path":"php/array_shift.html","desc":"将数组开头的单元移出数组"}, "array_slice":{"name":"array_slice","type":"","path":"php/array_slice.html","desc":"从数组中取出一段"}, "array_splice":{"name":"array_splice","type":"","path":"php/array_splice.html","desc":"去掉数组中的某一部分并用其它值取代"}, "array_sum":{"name":"array_sum","type":"","path":"php/array_sum.html","desc":"对数组中所有值求和"}, "array_udiff":{"name":"array_udiff","type":"","path":"php/array_udiff.html","desc":"用回调函数比较数据来计算数组的差集"}, "array_udiff_assoc":{"name":"array_udiff_assoc","type":"","path":"php/array_udiff_assoc.html","desc":"带索引检查计算数组的差集,用回调函数比较数据"}, "array_udiff_uassoc":{"name":"array_udiff_uassoc","type":"","path":"php/array_udiff_uassoc.html","desc":"带索引检查计算数组的差集,用回调函数比较数据和索引"}, "array_uintersect":{"name":"array_uintersect","type":"","path":"php/array_uintersect.html","desc":"计算数组的交集,用回调函数比较数据"}, "array_uintersect_assoc":{"name":"array_uintersect_assoc","type":"","path":"php/array_uintersect_assoc.html","desc":"带索引检查计算数组的交集,用回调函数比较数据"}, "array_uintersect_uassoc":{"name":"array_uintersect_uassoc","type":"","path":"php/array_uintersect_uassoc.html","desc":"带索引检查计算数组的交集,用单独的回调函数比较数据和索引"}, "array_unique":{"name":"array_unique","type":"","path":"php/array_unique.html","desc":"移除数组中重复的值"}, "array_unshift":{"name":"array_unshift","type":"","path":"php/array_unshift.html","desc":"在数组开头插入一个或多个单元"}, "array_values":{"name":"array_values","type":"","path":"php/array_values.html","desc":"返回数组中所有的值"}, "array_walk":{"name":"array_walk","type":"","path":"php/array_walk.html","desc":"使用用户自定义函数对数组中的每个元素做回调处理"}, "array_walk_recursive":{"name":"array_walk_recursive","type":"","path":"php/array_walk_recursive.html","desc":"对数组中的每个成员递归地应用用户函数"}, "arsort":{"name":"arsort","type":"","path":"php/arsort.html","desc":"对数组进行逆向排序并保持索引关系"}, "asin":{"name":"asin","type":"","path":"php/asin.html","desc":"反正弦"}, "asinh":{"name":"asinh","type":"","path":"php/asinh.html","desc":"反双曲正弦"}, "asort":{"name":"asort","type":"","path":"php/asort.html","desc":"对数组进行排序并保持索引关系"}, "assert":{"name":"assert","type":"","path":"php/assert.html","desc":"检查一个断言是否为 FALSE"}, "assert_options":{"name":"assert_options","type":"","path":"php/assert_options.html","desc":"设置获取断言的各种标志"}, "atan":{"name":"atan","type":"","path":"php/atan.html","desc":"反正切"}, "atan2":{"name":"atan2","type":"","path":"php/atan2.html","desc":"两个参数的反正切"}, "atanh":{"name":"atanh","type":"","path":"php/atanh.html","desc":"反双曲正切"}, "autoload":{"name":"autoload","type":"","path":"php/autoload.html","desc":"尝试加载未定义的类"}, "base64_decode":{"name":"base64_decode","type":"","path":"php/base64_decode.html","desc":"对使用 MIME base64 编码的数据进行解码"}, "base64_encode":{"name":"base64_encode","type":"","path":"php/base64_encode.html","desc":"使用 MIME base64 对数据进行编码"}, "basename":{"name":"basename","type":"","path":"php/basename.html","desc":"返回路径中的文件名部分"}, "base_convert":{"name":"base_convert","type":"","path":"php/base_convert.html","desc":"在任意进制之间转换数字"}, "bbcode_add_element":{"name":"bbcode_add_element","type":"","path":"php/bbcode_add_element.html","desc":"Adds a bbcode element"}, "bbcode_add_smiley":{"name":"bbcode_add_smiley","type":"","path":"php/bbcode_add_smiley.html","desc":"Adds a smiley to the parser"}, "bbcode_create":{"name":"bbcode_create","type":"","path":"php/bbcode_create.html","desc":"Create a BBCode Resource"}, "bbcode_destroy":{"name":"bbcode_destroy","type":"","path":"php/bbcode_destroy.html","desc":"Close BBCode_container resource"}, "bbcode_parse":{"name":"bbcode_parse","type":"","path":"php/bbcode_parse.html","desc":"Parse a string following a given rule set"}, "bbcode_set_arg_parser":{"name":"bbcode_set_arg_parser","type":"","path":"php/bbcode_set_arg_parser.html","desc":"Attach another parser in order to use another rule set for argument parsing"}, "bbcode_set_flags":{"name":"bbcode_set_flags","type":"","path":"php/bbcode_set_flags.html","desc":"Set or alter parser options"}, "bcadd":{"name":"bcadd","type":"","path":"php/bcadd.html","desc":"2个任意精度数字的加法计算"}, "bccomp":{"name":"bccomp","type":"","path":"php/bccomp.html","desc":"比较两个任意精度的数字"}, "bcdiv":{"name":"bcdiv","type":"","path":"php/bcdiv.html","desc":"2个任意精度的数字除法计算"}, "bcmod":{"name":"bcmod","type":"","path":"php/bcmod.html","desc":"对一个任意精度数字取模"}, "bcmul":{"name":"bcmul","type":"","path":"php/bcmul.html","desc":"2个任意精度数字乘法计算"}, "bcompiler_load":{"name":"bcompiler_load","type":"","path":"php/bcompiler_load.html","desc":"从一个 bz 压缩过的文件中读取并创建类"}, "bcompiler_load_exe":{"name":"bcompiler_load_exe","type":"","path":"php/bcompiler_load_exe.html","desc":"从一个 bcompiler exe 文件中读取并创建类"}, "bcompiler_parse_class":{"name":"bcompiler_parse_class","type":"","path":"php/bcompiler_parse_class.html","desc":"读取一个类的字节码并回调一个用户的函数"}, "bcompiler_read":{"name":"bcompiler_read","type":"","path":"php/bcompiler_read.html","desc":"从一个文件句柄中读取并创建类"}, "bcompiler_write_class":{"name":"bcompiler_write_class","type":"","path":"php/bcompiler_write_class.html","desc":"写入定义过的类的字节码"}, "bcompiler_write_constant":{"name":"bcompiler_write_constant","type":"","path":"php/bcompiler_write_constant.html","desc":"写入定义过的常量的字节码"}, "bcompiler_write_exe_footer":{"name":"bcompiler_write_exe_footer","type":"","path":"php/bcompiler_write_exe_footer.html","desc":"写入开始位置以及 exe 类型文件的结尾信号"}, "bcompiler_write_file":{"name":"bcompiler_write_file","type":"","path":"php/bcompiler_write_file.html","desc":"写入 PHP 源码文件的字节码"}, "bcompiler_write_footer":{"name":"bcompiler_write_footer","type":"","path":"php/bcompiler_write_footer.html","desc":"写入单个字符 x00 用于标识编译数据的结尾"}, "bcompiler_write_function":{"name":"bcompiler_write_function","type":"","path":"php/bcompiler_write_function.html","desc":"以字节码写入定义过的函数"}, "bcompiler_write_functions_from_file":{"name":"bcompiler_write_functions_from_file","type":"","path":"php/bcompiler_write_functions_from_file.html","desc":"以字节码写入一个文件中定义过的所以函数"}, "bcompiler_write_header":{"name":"bcompiler_write_header","type":"","path":"php/bcompiler_write_header.html","desc":"写入 bcompiler 头"}, "bcompiler_write_included_filename":{"name":"bcompiler_write_included_filename","type":"","path":"php/bcompiler_write_included_filename.html","desc":"写入一个包含的文件的字节码"}, "bcpow":{"name":"bcpow","type":"","path":"php/bcpow.html","desc":"任意精度数字的乘方"}, "bcpowmod":{"name":"bcpowmod","type":"","path":"php/bcpowmod.html","desc":"Raise an arbitrary precision number to another, reduced by a specified modulus"}, "bcscale":{"name":"bcscale","type":"","path":"php/bcscale.html","desc":"设置所有bc数学函数的默认小数点保留位数"}, "bcsqrt":{"name":"bcsqrt","type":"","path":"php/bcsqrt.html","desc":"任意精度数字的二次方根"}, "bcsub":{"name":"bcsub","type":"","path":"php/bcsub.html","desc":"2个任意精度数字的减法"}, "bin2hex":{"name":"bin2hex","type":"","path":"php/bin2hex.html","desc":"函数把包含数据的二进制字符串转换为十六进制值"}, "bindec":{"name":"bindec","type":"","path":"php/bindec.html","desc":"二进制转换为十进制"}, "bindtextdomain":{"name":"bindtextdomain","type":"","path":"php/bindtextdomain.html","desc":"Sets the path for a domain"}, "bind_textdomain_codeset":{"name":"bind_textdomain_codeset","type":"","path":"php/bind_textdomain_codeset.html","desc":"Specify the character encoding in which the messages from the DOMAIN message catalog will be returned"}, "blenc_encrypt":{"name":"blenc_encrypt","type":"","path":"php/blenc_encrypt.html","desc":"Encrypt a PHP script with BLENC"}, "boolval":{"name":"boolval","type":"","path":"php/boolval.html","desc":"获取变量的布尔值"}, "bson_decode":{"name":"bson_decode","type":"","path":"php/bson_decode.html","desc":"反序列化一个 BSON 对象为 PHP 数组"}, "bson_encode":{"name":"bson_encode","type":"","path":"php/bson_encode.html","desc":"序列化一个 PHP 变量为 BSON 字符串"}, "bzclose":{"name":"bzclose","type":"","path":"php/bzclose.html","desc":"关闭一个 bzip2 文件"}, "bzcompress":{"name":"bzcompress","type":"","path":"php/bzcompress.html","desc":"把一个字符串压缩成 bzip2 编码数据"}, "bzdecompress":{"name":"bzdecompress","type":"","path":"php/bzdecompress.html","desc":"解压经 bzip2 编码过的数据"}, "bzerrno":{"name":"bzerrno","type":"","path":"php/bzerrno.html","desc":"返回一个 bzip2 错误码"}, "bzerror":{"name":"bzerror","type":"","path":"php/bzerror.html","desc":"返回包含 bzip2 错误号和错误字符串的一个 array"}, "bzerrstr":{"name":"bzerrstr","type":"","path":"php/bzerrstr.html","desc":"返回一个 bzip2 的错误字符串"}, "bzflush":{"name":"bzflush","type":"","path":"php/bzflush.html","desc":"强制写入所有写缓冲区的数据"}, "bzopen":{"name":"bzopen","type":"","path":"php/bzopen.html","desc":"打开 bzip2 压缩文件"}, "bzread":{"name":"bzread","type":"","path":"php/bzread.html","desc":"bzip2 文件二进制安全地读取"}, "bzwrite":{"name":"bzwrite","type":"","path":"php/bzwrite.html","desc":"二进制安全地写入 bzip2 文件"}, "cairo_create":{"name":"cairo_create","type":"","path":"php/cairo_create.html","desc":"Returns a new CairoContext object on the requested surface"}, "cairo_matrix_create_scale":{"name":"cairo_matrix_create_scale","type":"","path":"php/cairo_matrix_create_scale.html","desc":"别名 CairoMatrixinitScale"}, "cairo_matrix_create_translate":{"name":"cairo_matrix_create_translate","type":"","path":"php/cairo_matrix_create_translate.html","desc":"别名 CairoMatrixinitTranslate"}, "call_user_func":{"name":"call_user_func","type":"","path":"php/call_user_func.html","desc":"把第一个参数作为回调函数调用"}, "call_user_func_array":{"name":"call_user_func_array","type":"","path":"php/call_user_func_array.html","desc":"调用回调函数,并把一个数组参数作为回调函数的参数"}, "call_user_method":{"name":"call_user_method","type":"","path":"php/call_user_method.html","desc":"对特定对象调用用户方法"}, "call_user_method_array":{"name":"call_user_method_array","type":"","path":"php/call_user_method_array.html","desc":"以参数列表的数组,调用用户方法"}, "cal_days_in_month":{"name":"cal_days_in_month","type":"","path":"php/cal_days_in_month.html","desc":"返回某个历法中某年中某月的天数"}, "cal_from_jd":{"name":"cal_from_jd","type":"","path":"php/cal_from_jd.html","desc":"转换Julian Day计数到一个支持的历法。"}, "cal_info":{"name":"cal_info","type":"","path":"php/cal_info.html","desc":"返回选定历法的信息"}, "cal_to_jd":{"name":"cal_to_jd","type":"","path":"php/cal_to_jd.html","desc":"从一个支持的历法转变为Julian Day计数。"}, "ceil":{"name":"ceil","type":"","path":"php/ceil.html","desc":"进一法取整"}, "chdb_create":{"name":"chdb_create","type":"","path":"php/chdb_create.html","desc":"Creates a chdb file"}, "chdir":{"name":"chdir","type":"","path":"php/chdir.html","desc":"改变目录"}, "checkdate":{"name":"checkdate","type":"","path":"php/checkdate.html","desc":"验证一个格里高里日期"}, "checkdnsrr":{"name":"checkdnsrr","type":"","path":"php/checkdnsrr.html","desc":"给指定的主机(域名)或者IP地址做DNS通信检查"}, "chgrp":{"name":"chgrp","type":"","path":"php/chgrp.html","desc":"改变文件所属的组"}, "chmod":{"name":"chmod","type":"","path":"php/chmod.html","desc":"改变文件模式"}, "chop":{"name":"chop","type":"","path":"php/chop.html","desc":"rtrim 的别名"}, "chown":{"name":"chown","type":"","path":"php/chown.html","desc":"改变文件的所有者"}, "chr":{"name":"chr","type":"","path":"php/chr.html","desc":"返回指定的字符"}, "chroot":{"name":"chroot","type":"","path":"php/chroot.html","desc":"改变根目录"}, "chunk_split":{"name":"chunk_split","type":"","path":"php/chunk_split.html","desc":"将字符串分割成小块"}, "classkit_import":{"name":"classkit_import","type":"","path":"php/classkit_import.html","desc":"Import new class method definitions from a file"}, "classkit_method_add":{"name":"classkit_method_add","type":"","path":"php/classkit_method_add.html","desc":"Dynamically adds a new method to a given class"}, "classkit_method_copy":{"name":"classkit_method_copy","type":"","path":"php/classkit_method_copy.html","desc":"Copies a method from class to another"}, "classkit_method_redefine":{"name":"classkit_method_redefine","type":"","path":"php/classkit_method_redefine.html","desc":"Dynamically changes the code of the given method"}, "classkit_method_remove":{"name":"classkit_method_remove","type":"","path":"php/classkit_method_remove.html","desc":"Dynamically removes the given method"}, "classkit_method_rename":{"name":"classkit_method_rename","type":"","path":"php/classkit_method_rename.html","desc":"Dynamically changes the name of the given method"}, "class_alias":{"name":"class_alias","type":"","path":"php/class_alias.html","desc":"为一个类创建别名"}, "class_exists":{"name":"class_exists","type":"","path":"php/class_exists.html","desc":"检查类是否已定义"}, "class_implements":{"name":"class_implements","type":"","path":"php/class_implements.html","desc":"返回指定的类实现的所有接口。"}, "class_parents":{"name":"class_parents","type":"","path":"php/class_parents.html","desc":"返回指定类的父类。"}, "class_uses":{"name":"class_uses","type":"","path":"php/class_uses.html","desc":"Return the traits used by the given class"}, "clearstatcache":{"name":"clearstatcache","type":"","path":"php/clearstatcache.html","desc":"清除文件状态缓存"}, "cli_get_process_title":{"name":"cli_get_process_title","type":"","path":"php/cli_get_process_title.html","desc":"Returns the current process title"}, "cli_set_process_title":{"name":"cli_set_process_title","type":"","path":"php/cli_set_process_title.html","desc":"Sets the process title"}, "closedir":{"name":"closedir","type":"","path":"php/closedir.html","desc":"关闭目录句柄"}, "closelog":{"name":"closelog","type":"","path":"php/closelog.html","desc":"关闭系统日志链接"}, "commonmark_parse":{"name":"commonmark_parse","type":"","path":"php/commonmark_parse.html","desc":"Parsing"}, "commonmark_render":{"name":"commonmark_render","type":"","path":"php/commonmark_render.html","desc":"Rendering"}, "commonmark_render_function":{"name":"commonmark_render_function","type":"","path":"php/commonmark_render_function.html","desc":"Rendering"}, "commonmark_render_latex":{"name":"commonmark_render_latex","type":"","path":"php/commonmark_render_latex.html","desc":"Rendering"}, "commonmark_render_man":{"name":"commonmark_render_man","type":"","path":"php/commonmark_render_man.html","desc":"Rendering"}, "commonmark_render_xml":{"name":"commonmark_render_xml","type":"","path":"php/commonmark_render_xml.html","desc":"Rendering"}, "compact":{"name":"compact","type":"","path":"php/compact.html","desc":"建立一个数组,包括变量名和它们的值"}, "com_create_guid":{"name":"com_create_guid","type":"","path":"php/com_create_guid.html","desc":"Generate a globally unique identifier (GUID)"}, "com_event_sink":{"name":"com_event_sink","type":"","path":"php/com_event_sink.html","desc":"Connect events from a COM object to a PHP object"}, "com_get_active_object":{"name":"com_get_active_object","type":"","path":"php/com_get_active_object.html","desc":"Returns a handle to an already running instance of a COM object"}, "com_load_typelib":{"name":"com_load_typelib","type":"","path":"php/com_load_typelib.html","desc":"装载一个 Typelib"}, "com_message_pump":{"name":"com_message_pump","type":"","path":"php/com_message_pump.html","desc":"Process COM messages, sleeping for up to timeoutms milliseconds"}, "com_print_typeinfo":{"name":"com_print_typeinfo","type":"","path":"php/com_print_typeinfo.html","desc":"Print out a PHP class definition for a dispatchable interface"}, "connection_aborted":{"name":"connection_aborted","type":"","path":"php/connection_aborted.html","desc":"检查客户端是否已经断开"}, "connection_status":{"name":"connection_status","type":"","path":"php/connection_status.html","desc":"返回连接的状态位"}, "constant":{"name":"constant","type":"","path":"php/constant.html","desc":"返回一个常量的值"}, "convert_cyr_string":{"name":"convert_cyr_string","type":"","path":"php/convert_cyr_string.html","desc":"将字符由一种 Cyrillic 字符转换成另一种"}, "convert_uudecode":{"name":"convert_uudecode","type":"","path":"php/convert_uudecode.html","desc":"解码一个 uuencode 编码的字符串"}, "convert_uuencode":{"name":"convert_uuencode","type":"","path":"php/convert_uuencode.html","desc":"使用 uuencode 编码一个字符串"}, "copy":{"name":"copy","type":"","path":"php/copy.html","desc":"拷贝文件"}, "cos":{"name":"cos","type":"","path":"php/cos.html","desc":"余弦"}, "cosh":{"name":"cosh","type":"","path":"php/cosh.html","desc":"双曲余弦"}, "count":{"name":"count","type":"","path":"php/count.html","desc":"计算数组中的单元数目,或对象中的属性个数"}, "count_chars":{"name":"count_chars","type":"","path":"php/count_chars.html","desc":"返回字符串所用字符的信息"}, "crack_check":{"name":"crack_check","type":"","path":"php/crack_check.html","desc":"用给定的密码来进行破解测试"}, "crack_closedict":{"name":"crack_closedict","type":"","path":"php/crack_closedict.html","desc":"Closes an open CrackLib dictionary"}, "crack_getlastmessage":{"name":"crack_getlastmessage","type":"","path":"php/crack_getlastmessage.html","desc":"Returns the message from the last obscure check"}, "crack_opendict":{"name":"crack_opendict","type":"","path":"php/crack_opendict.html","desc":"Opens a new CrackLib dictionary"}, "crc32":{"name":"crc32","type":"","path":"php/crc32.html","desc":"计算一个字符串的 crc32 多项式"}, "create_function":{"name":"create_function","type":"","path":"php/create_function.html","desc":"Create an anonymous (lambda-style) function"}, "crypt":{"name":"crypt","type":"","path":"php/crypt.html","desc":"单向字符串散列"}, "ctype_alnum":{"name":"ctype_alnum","type":"","path":"php/ctype_alnum.html","desc":"做字母和数字字符检测"}, "ctype_alpha":{"name":"ctype_alpha","type":"","path":"php/ctype_alpha.html","desc":"做纯字符检测"}, "ctype_cntrl":{"name":"ctype_cntrl","type":"","path":"php/ctype_cntrl.html","desc":"做控制字符检测"}, "ctype_digit":{"name":"ctype_digit","type":"","path":"php/ctype_digit.html","desc":"做纯数字检测"}, "ctype_graph":{"name":"ctype_graph","type":"","path":"php/ctype_graph.html","desc":"做可打印字符串检测,空格除外"}, "ctype_lower":{"name":"ctype_lower","type":"","path":"php/ctype_lower.html","desc":"做小写字符检测"}, "ctype_print":{"name":"ctype_print","type":"","path":"php/ctype_print.html","desc":"做可打印字符检测"}, "ctype_punct":{"name":"ctype_punct","type":"","path":"php/ctype_punct.html","desc":"检测可打印的字符是不是不包含空白、数字和字母"}, "ctype_space":{"name":"ctype_space","type":"","path":"php/ctype_space.html","desc":"做空白字符检测"}, "ctype_upper":{"name":"ctype_upper","type":"","path":"php/ctype_upper.html","desc":"做大写字母检测"}, "ctype_xdigit":{"name":"ctype_xdigit","type":"","path":"php/ctype_xdigit.html","desc":"检测字符串是否只包含十六进制字符"}, "cubrid_affected_rows":{"name":"cubrid_affected_rows","type":"","path":"php/cubrid_affected_rows.html","desc":"Return the number of rows affected by the last SQL statement"}, "cubrid_bind":{"name":"cubrid_bind","type":"","path":"php/cubrid_bind.html","desc":"Bind variables to a prepared statement as parameters"}, "cubrid_client_encoding":{"name":"cubrid_client_encoding","type":"","path":"php/cubrid_client_encoding.html","desc":"Return the current CUBRID connection charset"}, "cubrid_close":{"name":"cubrid_close","type":"","path":"php/cubrid_close.html","desc":"Close CUBRID connection"}, "cubrid_close_prepare":{"name":"cubrid_close_prepare","type":"","path":"php/cubrid_close_prepare.html","desc":"Close the request handle"}, "cubrid_close_request":{"name":"cubrid_close_request","type":"","path":"php/cubrid_close_request.html","desc":"Close the request handle"}, "cubrid_column_names":{"name":"cubrid_column_names","type":"","path":"php/cubrid_column_names.html","desc":"Get the column names in result"}, "cubrid_column_types":{"name":"cubrid_column_types","type":"","path":"php/cubrid_column_types.html","desc":"Get column types in result"}, "cubrid_col_get":{"name":"cubrid_col_get","type":"","path":"php/cubrid_col_get.html","desc":"Get contents of collection type column using OID"}, "cubrid_col_size":{"name":"cubrid_col_size","type":"","path":"php/cubrid_col_size.html","desc":"Get the number of elements in collection type column using OID"}, "cubrid_commit":{"name":"cubrid_commit","type":"","path":"php/cubrid_commit.html","desc":"Commit a transaction"}, "cubrid_connect":{"name":"cubrid_connect","type":"","path":"php/cubrid_connect.html","desc":"Open a connection to a CUBRID Server"}, "cubrid_connect_with_url":{"name":"cubrid_connect_with_url","type":"","path":"php/cubrid_connect_with_url.html","desc":"Establish the environment for connecting to CUBRID server"}, "cubrid_current_oid":{"name":"cubrid_current_oid","type":"","path":"php/cubrid_current_oid.html","desc":"Get OID of the current cursor location"}, "cubrid_data_seek":{"name":"cubrid_data_seek","type":"","path":"php/cubrid_data_seek.html","desc":"Move the internal row pointer of the CUBRID result"}, "cubrid_db_name":{"name":"cubrid_db_name","type":"","path":"php/cubrid_db_name.html","desc":"Get db name from results of cubrid_list_dbs"}, "cubrid_disconnect":{"name":"cubrid_disconnect","type":"","path":"php/cubrid_disconnect.html","desc":"Close a database connection"}, "cubrid_drop":{"name":"cubrid_drop","type":"","path":"php/cubrid_drop.html","desc":"Delete an instance using OID"}, "cubrid_errno":{"name":"cubrid_errno","type":"","path":"php/cubrid_errno.html","desc":"Return the numerical value of the error message from previous CUBRID operation"}, "cubrid_error":{"name":"cubrid_error","type":"","path":"php/cubrid_error.html","desc":"Get the error message"}, "cubrid_error_code":{"name":"cubrid_error_code","type":"","path":"php/cubrid_error_code.html","desc":"Get error code for the most recent function call"}, "cubrid_error_code_facility":{"name":"cubrid_error_code_facility","type":"","path":"php/cubrid_error_code_facility.html","desc":"Get the facility code of error"}, "cubrid_error_msg":{"name":"cubrid_error_msg","type":"","path":"php/cubrid_error_msg.html","desc":"Get last error message for the most recent function call"}, "cubrid_execute":{"name":"cubrid_execute","type":"","path":"php/cubrid_execute.html","desc":"Execute a prepared SQL statement"}, "cubrid_fetch":{"name":"cubrid_fetch","type":"","path":"php/cubrid_fetch.html","desc":"Fetch the next row from a result set"}, "cubrid_fetch_array":{"name":"cubrid_fetch_array","type":"","path":"php/cubrid_fetch_array.html","desc":"Fetch a result row as an associative array, a numeric array, or both"}, "cubrid_fetch_assoc":{"name":"cubrid_fetch_assoc","type":"","path":"php/cubrid_fetch_assoc.html","desc":"Return the associative array that corresponds to the fetched row"}, "cubrid_fetch_field":{"name":"cubrid_fetch_field","type":"","path":"php/cubrid_fetch_field.html","desc":"Get column information from a result and return as an object"}, "cubrid_fetch_lengths":{"name":"cubrid_fetch_lengths","type":"","path":"php/cubrid_fetch_lengths.html","desc":"Return an array with the lengths of the values of each field from the current row"}, "cubrid_fetch_object":{"name":"cubrid_fetch_object","type":"","path":"php/cubrid_fetch_object.html","desc":"Fetch the next row and return it as an object"}, "cubrid_fetch_row":{"name":"cubrid_fetch_row","type":"","path":"php/cubrid_fetch_row.html","desc":"Return a numerical array with the values of the current row"}, "cubrid_field_flags":{"name":"cubrid_field_flags","type":"","path":"php/cubrid_field_flags.html","desc":"Return a string with the flags of the given field offset"}, "cubrid_field_len":{"name":"cubrid_field_len","type":"","path":"php/cubrid_field_len.html","desc":"Get the maximum length of the specified field"}, "cubrid_field_name":{"name":"cubrid_field_name","type":"","path":"php/cubrid_field_name.html","desc":"Return the name of the specified field index"}, "cubrid_field_seek":{"name":"cubrid_field_seek","type":"","path":"php/cubrid_field_seek.html","desc":"Move the result set cursor to the specified field offset"}, "cubrid_field_table":{"name":"cubrid_field_table","type":"","path":"php/cubrid_field_table.html","desc":"Return the name of the table of the specified field"}, "cubrid_field_type":{"name":"cubrid_field_type","type":"","path":"php/cubrid_field_type.html","desc":"Return the type of the column corresponding to the given field offset"}, "cubrid_free_result":{"name":"cubrid_free_result","type":"","path":"php/cubrid_free_result.html","desc":"Free the memory occupied by the result data"}, "cubrid_get":{"name":"cubrid_get","type":"","path":"php/cubrid_get.html","desc":"Get a column using OID"}, "cubrid_get_autocommit":{"name":"cubrid_get_autocommit","type":"","path":"php/cubrid_get_autocommit.html","desc":"Get auto-commit mode of the connection"}, "cubrid_get_charset":{"name":"cubrid_get_charset","type":"","path":"php/cubrid_get_charset.html","desc":"Return the current CUBRID connection charset"}, "cubrid_get_class_name":{"name":"cubrid_get_class_name","type":"","path":"php/cubrid_get_class_name.html","desc":"Get the class name using OID"}, "cubrid_get_client_info":{"name":"cubrid_get_client_info","type":"","path":"php/cubrid_get_client_info.html","desc":"Return the client library version"}, "cubrid_get_db_parameter":{"name":"cubrid_get_db_parameter","type":"","path":"php/cubrid_get_db_parameter.html","desc":"Returns the CUBRID database parameters"}, "cubrid_get_query_timeout":{"name":"cubrid_get_query_timeout","type":"","path":"php/cubrid_get_query_timeout.html","desc":"Get the query timeout value of the request"}, "cubrid_get_server_info":{"name":"cubrid_get_server_info","type":"","path":"php/cubrid_get_server_info.html","desc":"Return the CUBRID server version"}, "cubrid_insert_id":{"name":"cubrid_insert_id","type":"","path":"php/cubrid_insert_id.html","desc":"Return the ID generated for the last updated AUTO_INCREMENT column"}, "cubrid_is_instance":{"name":"cubrid_is_instance","type":"","path":"php/cubrid_is_instance.html","desc":"Check whether the instance pointed by OID exists"}, "cubrid_list_dbs":{"name":"cubrid_list_dbs","type":"","path":"php/cubrid_list_dbs.html","desc":"Return an array with the list of all existing CUBRID databases"}, "cubrid_load_from_glo":{"name":"cubrid_load_from_glo","type":"","path":"php/cubrid_load_from_glo.html","desc":"Read data from a GLO instance and save it in a file"}, "cubrid_lob2_bind":{"name":"cubrid_lob2_bind","type":"","path":"php/cubrid_lob2_bind.html","desc":"Bind a lob object or a string as a lob object to a prepared statement as parameters"}, "cubrid_lob2_close":{"name":"cubrid_lob2_close","type":"","path":"php/cubrid_lob2_close.html","desc":"Close LOB object"}, "cubrid_lob2_export":{"name":"cubrid_lob2_export","type":"","path":"php/cubrid_lob2_export.html","desc":"Export the lob object to a file"}, "cubrid_lob2_import":{"name":"cubrid_lob2_import","type":"","path":"php/cubrid_lob2_import.html","desc":"Import BLOBCLOB data from a file"}, "cubrid_lob2_new":{"name":"cubrid_lob2_new","type":"","path":"php/cubrid_lob2_new.html","desc":"Create a lob object"}, "cubrid_lob2_read":{"name":"cubrid_lob2_read","type":"","path":"php/cubrid_lob2_read.html","desc":"Read from BLOBCLOB data"}, "cubrid_lob2_seek":{"name":"cubrid_lob2_seek","type":"","path":"php/cubrid_lob2_seek.html","desc":"Move the cursor of a lob object"}, "cubrid_lob2_seek64":{"name":"cubrid_lob2_seek64","type":"","path":"php/cubrid_lob2_seek64.html","desc":"Move the cursor of a lob object"}, "cubrid_lob2_size":{"name":"cubrid_lob2_size","type":"","path":"php/cubrid_lob2_size.html","desc":"Get a lob object's size"}, "cubrid_lob2_size64":{"name":"cubrid_lob2_size64","type":"","path":"php/cubrid_lob2_size64.html","desc":"Get a lob object's size"}, "cubrid_lob2_tell":{"name":"cubrid_lob2_tell","type":"","path":"php/cubrid_lob2_tell.html","desc":"Tell the cursor position of the LOB object"}, "cubrid_lob2_tell64":{"name":"cubrid_lob2_tell64","type":"","path":"php/cubrid_lob2_tell64.html","desc":"Tell the cursor position of the LOB object"}, "cubrid_lob2_write":{"name":"cubrid_lob2_write","type":"","path":"php/cubrid_lob2_write.html","desc":"Write to a lob object"}, "cubrid_lob_close":{"name":"cubrid_lob_close","type":"","path":"php/cubrid_lob_close.html","desc":"Close BLOBCLOB data"}, "cubrid_lob_export":{"name":"cubrid_lob_export","type":"","path":"php/cubrid_lob_export.html","desc":"Export BLOBCLOB data to file"}, "cubrid_lob_get":{"name":"cubrid_lob_get","type":"","path":"php/cubrid_lob_get.html","desc":"Get BLOBCLOB data"}, "cubrid_lob_send":{"name":"cubrid_lob_send","type":"","path":"php/cubrid_lob_send.html","desc":"Read BLOBCLOB data and send straight to browser"}, "cubrid_lob_size":{"name":"cubrid_lob_size","type":"","path":"php/cubrid_lob_size.html","desc":"Get BLOBCLOB data size"}, "cubrid_lock_read":{"name":"cubrid_lock_read","type":"","path":"php/cubrid_lock_read.html","desc":"Set a read lock on the given OID"}, "cubrid_lock_write":{"name":"cubrid_lock_write","type":"","path":"php/cubrid_lock_write.html","desc":"Set a write lock on the given OID"}, "cubrid_move_cursor":{"name":"cubrid_move_cursor","type":"","path":"php/cubrid_move_cursor.html","desc":"Move the cursor in the result"}, "cubrid_new_glo":{"name":"cubrid_new_glo","type":"","path":"php/cubrid_new_glo.html","desc":"Create a glo instance"}, "cubrid_next_result":{"name":"cubrid_next_result","type":"","path":"php/cubrid_next_result.html","desc":"Get result of next query when executing multiple SQL statements"}, "cubrid_num_cols":{"name":"cubrid_num_cols","type":"","path":"php/cubrid_num_cols.html","desc":"Return the number of columns in the result set"}, "cubrid_num_fields":{"name":"cubrid_num_fields","type":"","path":"php/cubrid_num_fields.html","desc":"Return the number of columns in the result set"}, "cubrid_num_rows":{"name":"cubrid_num_rows","type":"","path":"php/cubrid_num_rows.html","desc":"Get the number of rows in the result set"}, "cubrid_pconnect":{"name":"cubrid_pconnect","type":"","path":"php/cubrid_pconnect.html","desc":"Open a persistent connection to a CUBRID server"}, "cubrid_pconnect_with_url":{"name":"cubrid_pconnect_with_url","type":"","path":"php/cubrid_pconnect_with_url.html","desc":"Open a persistent connection to CUBRID server"}, "cubrid_ping":{"name":"cubrid_ping","type":"","path":"php/cubrid_ping.html","desc":"Ping a server connection or reconnect if there is no connection"}, "cubrid_prepare":{"name":"cubrid_prepare","type":"","path":"php/cubrid_prepare.html","desc":"Prepare a SQL statement for execution"}, "cubrid_put":{"name":"cubrid_put","type":"","path":"php/cubrid_put.html","desc":"Update a column using OID"}, "cubrid_query":{"name":"cubrid_query","type":"","path":"php/cubrid_query.html","desc":"Send a CUBRID query"}, "cubrid_real_escape_string":{"name":"cubrid_real_escape_string","type":"","path":"php/cubrid_real_escape_string.html","desc":"Escape special characters in a string for use in an SQL statement"}, "cubrid_result":{"name":"cubrid_result","type":"","path":"php/cubrid_result.html","desc":"Return the value of a specific field in a specific row"}, "cubrid_rollback":{"name":"cubrid_rollback","type":"","path":"php/cubrid_rollback.html","desc":"Roll back a transaction"}, "cubrid_save_to_glo":{"name":"cubrid_save_to_glo","type":"","path":"php/cubrid_save_to_glo.html","desc":"Save requested file in a GLO instance"}, "cubrid_schema":{"name":"cubrid_schema","type":"","path":"php/cubrid_schema.html","desc":"Get the requested schema information"}, "cubrid_send_glo":{"name":"cubrid_send_glo","type":"","path":"php/cubrid_send_glo.html","desc":"Read data from glo and send it to std output"}, "cubrid_seq_drop":{"name":"cubrid_seq_drop","type":"","path":"php/cubrid_seq_drop.html","desc":"Delete an element from sequence type column using OID"}, "cubrid_seq_insert":{"name":"cubrid_seq_insert","type":"","path":"php/cubrid_seq_insert.html","desc":"Insert an element to a sequence type column using OID"}, "cubrid_seq_put":{"name":"cubrid_seq_put","type":"","path":"php/cubrid_seq_put.html","desc":"Update the element value of sequence type column using OID"}, "cubrid_set_add":{"name":"cubrid_set_add","type":"","path":"php/cubrid_set_add.html","desc":"Insert a single element to set type column using OID"}, "cubrid_set_autocommit":{"name":"cubrid_set_autocommit","type":"","path":"php/cubrid_set_autocommit.html","desc":"Set autocommit mode of the connection"}, "cubrid_set_db_parameter":{"name":"cubrid_set_db_parameter","type":"","path":"php/cubrid_set_db_parameter.html","desc":"Sets the CUBRID database parameters"}, "cubrid_set_drop":{"name":"cubrid_set_drop","type":"","path":"php/cubrid_set_drop.html","desc":"Delete an element from set type column using OID"}, "cubrid_set_query_timeout":{"name":"cubrid_set_query_timeout","type":"","path":"php/cubrid_set_query_timeout.html","desc":"Set the timeout time of query execution"}, "cubrid_unbuffered_query":{"name":"cubrid_unbuffered_query","type":"","path":"php/cubrid_unbuffered_query.html","desc":"Perform a query without fetching the results into memory"}, "cubrid_version":{"name":"cubrid_version","type":"","path":"php/cubrid_version.html","desc":"Get the CUBRID PHP module's version"}, "curl_close":{"name":"curl_close","type":"","path":"php/curl_close.html","desc":"关闭 cURL 会话"}, "curl_copy_handle":{"name":"curl_copy_handle","type":"","path":"php/curl_copy_handle.html","desc":"复制一个cURL句柄和它的所有选项"}, "curl_errno":{"name":"curl_errno","type":"","path":"php/curl_errno.html","desc":"返回最后一次的错误代码"}, "curl_error":{"name":"curl_error","type":"","path":"php/curl_error.html","desc":"返回当前会话最后一次错误的字符串"}, "curl_escape":{"name":"curl_escape","type":"","path":"php/curl_escape.html","desc":"使用 URL 编码给定的字符串"}, "curl_exec":{"name":"curl_exec","type":"","path":"php/curl_exec.html","desc":"执行 cURL 会话"}, "curl_file_create":{"name":"curl_file_create","type":"","path":"php/curl_file_create.html","desc":"创建一个 CURLFile 对象"}, "curl_getinfo":{"name":"curl_getinfo","type":"","path":"php/curl_getinfo.html","desc":"获取一个cURL连接资源句柄的信息"}, "curl_init":{"name":"curl_init","type":"","path":"php/curl_init.html","desc":"初始化 cURL 会话"}, "curl_multi_add_handle":{"name":"curl_multi_add_handle","type":"","path":"php/curl_multi_add_handle.html","desc":"向curl批处理会话中添加单独的curl句柄"}, "curl_multi_close":{"name":"curl_multi_close","type":"","path":"php/curl_multi_close.html","desc":"关闭一组cURL句柄"}, "curl_multi_errno":{"name":"curl_multi_errno","type":"","path":"php/curl_multi_errno.html","desc":"返回上一次 curl 批处理的错误码"}, "curl_multi_exec":{"name":"curl_multi_exec","type":"","path":"php/curl_multi_exec.html","desc":"运行当前 cURL 句柄的子连接"}, "curl_multi_getcontent":{"name":"curl_multi_getcontent","type":"","path":"php/curl_multi_getcontent.html","desc":"如果设置了CURLOPT_RETURNTRANSFER,则返回获取的输出的文本流"}, "curl_multi_info_read":{"name":"curl_multi_info_read","type":"","path":"php/curl_multi_info_read.html","desc":"获取当前解析的cURL的相关传输信息"}, "curl_multi_init":{"name":"curl_multi_init","type":"","path":"php/curl_multi_init.html","desc":"返回一个新cURL批处理句柄"}, "curl_multi_remove_handle":{"name":"curl_multi_remove_handle","type":"","path":"php/curl_multi_remove_handle.html","desc":"移除cURL批处理句柄资源中的某个句柄资源"}, "curl_multi_select":{"name":"curl_multi_select","type":"","path":"php/curl_multi_select.html","desc":"等待所有cURL批处理中的活动连接"}, "curl_multi_setopt":{"name":"curl_multi_setopt","type":"","path":"php/curl_multi_setopt.html","desc":"为 cURL 并行处理设置一个选项"}, "curl_multi_strerror":{"name":"curl_multi_strerror","type":"","path":"php/curl_multi_strerror.html","desc":"返回字符串描述的错误代码"}, "curl_pause":{"name":"curl_pause","type":"","path":"php/curl_pause.html","desc":"暂停和取消暂停一个连接。"}, "curl_reset":{"name":"curl_reset","type":"","path":"php/curl_reset.html","desc":"重置一个 libcurl 会话句柄的所有的选项"}, "curl_setopt":{"name":"curl_setopt","type":"","path":"php/curl_setopt.html","desc":"设置 cURL 传输选项"}, "curl_setopt_array":{"name":"curl_setopt_array","type":"","path":"php/curl_setopt_array.html","desc":"为 cURL 传输会话批量设置选项"}, "curl_share_close":{"name":"curl_share_close","type":"","path":"php/curl_share_close.html","desc":"关闭 cURL 共享句柄"}, "curl_share_errno":{"name":"curl_share_errno","type":"","path":"php/curl_share_errno.html","desc":"返回共享 curl 句柄的最后一次错误号"}, "curl_share_init":{"name":"curl_share_init","type":"","path":"php/curl_share_init.html","desc":"初始化一个 cURL 共享句柄。"}, "curl_share_setopt":{"name":"curl_share_setopt","type":"","path":"php/curl_share_setopt.html","desc":"为 cURL 共享句柄设置选项。"}, "curl_share_strerror":{"name":"curl_share_strerror","type":"","path":"php/curl_share_strerror.html","desc":"返回错误号对应的错误消息"}, "curl_strerror":{"name":"curl_strerror","type":"","path":"php/curl_strerror.html","desc":"返回错误代码的字符串描述"}, "curl_unescape":{"name":"curl_unescape","type":"","path":"php/curl_unescape.html","desc":"解码给定的 URL 编码的字符串"}, "curl_version":{"name":"curl_version","type":"","path":"php/curl_version.html","desc":"获取 cURL 版本信息"}, "current":{"name":"current","type":"","path":"php/current.html","desc":"返回数组中的当前单元"}, "cyrus_authenticate":{"name":"cyrus_authenticate","type":"","path":"php/cyrus_authenticate.html","desc":"Authenticate against a Cyrus IMAP server"}, "cyrus_bind":{"name":"cyrus_bind","type":"","path":"php/cyrus_bind.html","desc":"Bind callbacks to a Cyrus IMAP connection"}, "cyrus_close":{"name":"cyrus_close","type":"","path":"php/cyrus_close.html","desc":"Close connection to a Cyrus IMAP server"}, "cyrus_connect":{"name":"cyrus_connect","type":"","path":"php/cyrus_connect.html","desc":"Connect to a Cyrus IMAP server"}, "cyrus_query":{"name":"cyrus_query","type":"","path":"php/cyrus_query.html","desc":"Send a query to a Cyrus IMAP server"}, "cyrus_unbind":{"name":"cyrus_unbind","type":"","path":"php/cyrus_unbind.html","desc":"Unbind ..."}, "date":{"name":"date","type":"","path":"php/date.html","desc":"格式化一个本地时间/日期"}, "date_add":{"name":"date_add","type":"","path":"php/date_add.html","desc":"别名 DateTimeadd"}, "date_create":{"name":"date_create","type":"","path":"php/date_create.html","desc":"别名 DateTime__construct"}, "date_create_from_format":{"name":"date_create_from_format","type":"","path":"php/date_create_from_format.html","desc":"别名 DateTimecreateFromFormat"}, "date_create_immutable":{"name":"date_create_immutable","type":"","path":"php/date_create_immutable.html","desc":"别名 DateTimeImmutable__construct"}, "date_create_immutable_from_format":{"name":"date_create_immutable_from_format","type":"","path":"php/date_create_immutable_from_format.html","desc":"别名 DateTimeImmutablecreateFromFormat"}, "date_date_set":{"name":"date_date_set","type":"","path":"php/date_date_set.html","desc":"别名 DateTimesetDate"}, "date_default_timezone_get":{"name":"date_default_timezone_get","type":"","path":"php/date_default_timezone_get.html","desc":"取得一个脚本中所有日期时间函数所使用的默认时区"}, "date_default_timezone_set":{"name":"date_default_timezone_set","type":"","path":"php/date_default_timezone_set.html","desc":"设定用于一个脚本中所有日期时间函数的默认时区"}, "date_diff":{"name":"date_diff","type":"","path":"php/date_diff.html","desc":"别名 DateTimediff"}, "date_format":{"name":"date_format","type":"","path":"php/date_format.html","desc":"别名 DateTimeformat"}, "date_get_last_errors":{"name":"date_get_last_errors","type":"","path":"php/date_get_last_errors.html","desc":"别名 DateTimegetLastErrors"}, "date_interval_create_from_date_string":{"name":"date_interval_create_from_date_string","type":"","path":"php/date_interval_create_from_date_string.html","desc":"别名 DateIntervalcreateFromDateString"}, "date_interval_format":{"name":"date_interval_format","type":"","path":"php/date_interval_format.html","desc":"别名 DateIntervalformat"}, "date_isodate_set":{"name":"date_isodate_set","type":"","path":"php/date_isodate_set.html","desc":"别名 DateTimesetISODate"}, "date_modify":{"name":"date_modify","type":"","path":"php/date_modify.html","desc":"别名 DateTimemodify"}, "date_offset_get":{"name":"date_offset_get","type":"","path":"php/date_offset_get.html","desc":"别名 DateTimegetOffset"}, "date_parse":{"name":"date_parse","type":"","path":"php/date_parse.html","desc":"Returns associative array with detailed info about given date"}, "date_parse_from_format":{"name":"date_parse_from_format","type":"","path":"php/date_parse_from_format.html","desc":"Get info about given date formatted according to the specified format"}, "date_sub":{"name":"date_sub","type":"","path":"php/date_sub.html","desc":"别名 DateTimesub"}, "date_sunrise":{"name":"date_sunrise","type":"","path":"php/date_sunrise.html","desc":"返回给定的日期与地点的日出时间"}, "date_sunset":{"name":"date_sunset","type":"","path":"php/date_sunset.html","desc":"返回给定的日期与地点的日落时间"}, "date_sun_info":{"name":"date_sun_info","type":"","path":"php/date_sun_info.html","desc":"Returns an array with information about sunsetsunrise and twilight beginend"}, "date_timestamp_get":{"name":"date_timestamp_get","type":"","path":"php/date_timestamp_get.html","desc":"别名 DateTimegetTimestamp"}, "date_timestamp_set":{"name":"date_timestamp_set","type":"","path":"php/date_timestamp_set.html","desc":"别名 DateTimesetTimestamp"}, "date_timezone_get":{"name":"date_timezone_get","type":"","path":"php/date_timezone_get.html","desc":"别名 DateTimegetTimezone"}, "date_timezone_set":{"name":"date_timezone_set","type":"","path":"php/date_timezone_set.html","desc":"别名 DateTimesetTimezone"}, "date_time_set":{"name":"date_time_set","type":"","path":"php/date_time_set.html","desc":"别名 DateTimesetTime"}, "db2_autocommit":{"name":"db2_autocommit","type":"","path":"php/db2_autocommit.html","desc":"Returns or sets the AUTOCOMMIT state for a database connection"}, "db2_bind_param":{"name":"db2_bind_param","type":"","path":"php/db2_bind_param.html","desc":"Binds a PHP variable to an SQL statement parameter"}, "db2_client_info":{"name":"db2_client_info","type":"","path":"php/db2_client_info.html","desc":"Returns an object with properties that describe the DB2 database client"}, "db2_close":{"name":"db2_close","type":"","path":"php/db2_close.html","desc":"Closes a database connection"}, "db2_columns":{"name":"db2_columns","type":"","path":"php/db2_columns.html","desc":"Returns a result set listing the columns and associated metadata for a table"}, "db2_column_privileges":{"name":"db2_column_privileges","type":"","path":"php/db2_column_privileges.html","desc":"Returns a result set listing the columns and associated privileges for a table"}, "db2_commit":{"name":"db2_commit","type":"","path":"php/db2_commit.html","desc":"Commits a transaction"}, "db2_connect":{"name":"db2_connect","type":"","path":"php/db2_connect.html","desc":"Returns a connection to a database"}, "db2_conn_error":{"name":"db2_conn_error","type":"","path":"php/db2_conn_error.html","desc":"Returns a string containing the SQLSTATE returned by the last connection attempt"}, "db2_conn_errormsg":{"name":"db2_conn_errormsg","type":"","path":"php/db2_conn_errormsg.html","desc":"Returns the last connection error message and SQLCODE value"}, "db2_cursor_type":{"name":"db2_cursor_type","type":"","path":"php/db2_cursor_type.html","desc":"Returns the cursor type used by a statement resource"}, "db2_escape_string":{"name":"db2_escape_string","type":"","path":"php/db2_escape_string.html","desc":"Used to escape certain characters"}, "db2_exec":{"name":"db2_exec","type":"","path":"php/db2_exec.html","desc":"Executes an SQL statement directly"}, "db2_execute":{"name":"db2_execute","type":"","path":"php/db2_execute.html","desc":"Executes a prepared SQL statement"}, "db2_fetch_array":{"name":"db2_fetch_array","type":"","path":"php/db2_fetch_array.html","desc":"Returns an array, indexed by column position, representing a row in a result set"}, "db2_fetch_assoc":{"name":"db2_fetch_assoc","type":"","path":"php/db2_fetch_assoc.html","desc":"Returns an array, indexed by column name, representing a row in a result set"}, "db2_fetch_both":{"name":"db2_fetch_both","type":"","path":"php/db2_fetch_both.html","desc":"Returns an array, indexed by both column name and position, representing a row in a result set"}, "db2_fetch_object":{"name":"db2_fetch_object","type":"","path":"php/db2_fetch_object.html","desc":"Returns an object with properties representing columns in the fetched row"}, "db2_fetch_row":{"name":"db2_fetch_row","type":"","path":"php/db2_fetch_row.html","desc":"Sets the result set pointer to the next row or requested row"}, "db2_field_display_size":{"name":"db2_field_display_size","type":"","path":"php/db2_field_display_size.html","desc":"Returns the maximum number of bytes required to display a column"}, "db2_field_name":{"name":"db2_field_name","type":"","path":"php/db2_field_name.html","desc":"Returns the name of the column in the result set"}, "db2_field_num":{"name":"db2_field_num","type":"","path":"php/db2_field_num.html","desc":"Returns the position of the named column in a result set"}, "db2_field_precision":{"name":"db2_field_precision","type":"","path":"php/db2_field_precision.html","desc":"Returns the precision of the indicated column in a result set"}, "db2_field_scale":{"name":"db2_field_scale","type":"","path":"php/db2_field_scale.html","desc":"Returns the scale of the indicated column in a result set"}, "db2_field_type":{"name":"db2_field_type","type":"","path":"php/db2_field_type.html","desc":"Returns the data type of the indicated column in a result set"}, "db2_field_width":{"name":"db2_field_width","type":"","path":"php/db2_field_width.html","desc":"Returns the width of the current value of the indicated column in a result set"}, "db2_foreign_keys":{"name":"db2_foreign_keys","type":"","path":"php/db2_foreign_keys.html","desc":"Returns a result set listing the foreign keys for a table"}, "db2_free_result":{"name":"db2_free_result","type":"","path":"php/db2_free_result.html","desc":"Frees resources associated with a result set"}, "db2_free_stmt":{"name":"db2_free_stmt","type":"","path":"php/db2_free_stmt.html","desc":"Frees resources associated with the indicated statement resource"}, "db2_get_option":{"name":"db2_get_option","type":"","path":"php/db2_get_option.html","desc":"Retrieves an option value for a statement resource or a connection resource"}, "db2_last_insert_id":{"name":"db2_last_insert_id","type":"","path":"php/db2_last_insert_id.html","desc":"Returns the auto generated ID of the last insert query that succ"}, "db2_lob_read":{"name":"db2_lob_read","type":"","path":"php/db2_lob_read.html","desc":"Gets a user defined size of LOB files with each invocation"}, "db2_next_result":{"name":"db2_next_result","type":"","path":"php/db2_next_result.html","desc":"Requests the next result set from a stored procedure"}, "db2_num_fields":{"name":"db2_num_fields","type":"","path":"php/db2_num_fields.html","desc":"Returns the number of fields contained in a result set"}, "db2_num_rows":{"name":"db2_num_rows","type":"","path":"php/db2_num_rows.html","desc":"Returns the number of rows affected by an SQL statement"}, "db2_pclose":{"name":"db2_pclose","type":"","path":"php/db2_pclose.html","desc":"Closes a persistent database connection"}, "db2_pconnect":{"name":"db2_pconnect","type":"","path":"php/db2_pconnect.html","desc":"Returns a persistent connection to a database"}, "db2_prepare":{"name":"db2_prepare","type":"","path":"php/db2_prepare.html","desc":"Prepares an SQL statement to be executed"}, "db2_primary_keys":{"name":"db2_primary_keys","type":"","path":"php/db2_primary_keys.html","desc":"Returns a result set listing primary keys for a table"}, "db2_procedures":{"name":"db2_procedures","type":"","path":"php/db2_procedures.html","desc":"Returns a result set listing the stored procedures registered in a database"}, "db2_procedure_columns":{"name":"db2_procedure_columns","type":"","path":"php/db2_procedure_columns.html","desc":"Returns a result set listing stored procedure parameters"}, "db2_result":{"name":"db2_result","type":"","path":"php/db2_result.html","desc":"Returns a single column from a row in the result set"}, "db2_rollback":{"name":"db2_rollback","type":"","path":"php/db2_rollback.html","desc":"Rolls back a transaction"}, "db2_server_info":{"name":"db2_server_info","type":"","path":"php/db2_server_info.html","desc":"Returns an object with properties that describe the DB2 database server"}, "db2_set_option":{"name":"db2_set_option","type":"","path":"php/db2_set_option.html","desc":"Set options for connection or statement resources"}, "db2_special_columns":{"name":"db2_special_columns","type":"","path":"php/db2_special_columns.html","desc":"Returns a result set listing the unique row identifier columns for a table"}, "db2_statistics":{"name":"db2_statistics","type":"","path":"php/db2_statistics.html","desc":"Returns a result set listing the index and statistics for a table"}, "db2_stmt_error":{"name":"db2_stmt_error","type":"","path":"php/db2_stmt_error.html","desc":"Returns a string containing the SQLSTATE returned by an SQL statement"}, "db2_stmt_errormsg":{"name":"db2_stmt_errormsg","type":"","path":"php/db2_stmt_errormsg.html","desc":"Returns a string containing the last SQL statement error message"}, "db2_tables":{"name":"db2_tables","type":"","path":"php/db2_tables.html","desc":"Returns a result set listing the tables and associated metadata in a database"}, "db2_table_privileges":{"name":"db2_table_privileges","type":"","path":"php/db2_table_privileges.html","desc":"Returns a result set listing the tables and associated privileges in a database"}, "dbase_add_record":{"name":"dbase_add_record","type":"","path":"php/dbase_add_record.html","desc":"Adds a record to a database"}, "dbase_close":{"name":"dbase_close","type":"","path":"php/dbase_close.html","desc":"Closes a database"}, "dbase_create":{"name":"dbase_create","type":"","path":"php/dbase_create.html","desc":"Creates a database"}, "dbase_delete_record":{"name":"dbase_delete_record","type":"","path":"php/dbase_delete_record.html","desc":"Deletes a record from a database"}, "dbase_get_header_info":{"name":"dbase_get_header_info","type":"","path":"php/dbase_get_header_info.html","desc":"Gets the header info of a database"}, "dbase_get_record":{"name":"dbase_get_record","type":"","path":"php/dbase_get_record.html","desc":"Gets a record from a database as an indexed array"}, "dbase_get_record_with_names":{"name":"dbase_get_record_with_names","type":"","path":"php/dbase_get_record_with_names.html","desc":"Gets a record from a database as an associative array"}, "dbase_numfields":{"name":"dbase_numfields","type":"","path":"php/dbase_numfields.html","desc":"Gets the number of fields of a database"}, "dbase_numrecords":{"name":"dbase_numrecords","type":"","path":"php/dbase_numrecords.html","desc":"Gets the number of records in a database"}, "dbase_open":{"name":"dbase_open","type":"","path":"php/dbase_open.html","desc":"Opens a database"}, "dbase_pack":{"name":"dbase_pack","type":"","path":"php/dbase_pack.html","desc":"Packs a database"}, "dbase_replace_record":{"name":"dbase_replace_record","type":"","path":"php/dbase_replace_record.html","desc":"Replaces a record in a database"}, "dba_close":{"name":"dba_close","type":"","path":"php/dba_close.html","desc":"Close a DBA database"}, "dba_delete":{"name":"dba_delete","type":"","path":"php/dba_delete.html","desc":"Delete DBA entry specified by key"}, "dba_exists":{"name":"dba_exists","type":"","path":"php/dba_exists.html","desc":"Check whether key exists"}, "dba_fetch":{"name":"dba_fetch","type":"","path":"php/dba_fetch.html","desc":"Fetch data specified by key"}, "dba_firstkey":{"name":"dba_firstkey","type":"","path":"php/dba_firstkey.html","desc":"Fetch first key"}, "dba_handlers":{"name":"dba_handlers","type":"","path":"php/dba_handlers.html","desc":"List all the handlers available"}, "dba_insert":{"name":"dba_insert","type":"","path":"php/dba_insert.html","desc":"Insert entry"}, "dba_key_split":{"name":"dba_key_split","type":"","path":"php/dba_key_split.html","desc":"Splits a key in string representation into array representation"}, "dba_list":{"name":"dba_list","type":"","path":"php/dba_list.html","desc":"List all open database files"}, "dba_nextkey":{"name":"dba_nextkey","type":"","path":"php/dba_nextkey.html","desc":"Fetch next key"}, "dba_open":{"name":"dba_open","type":"","path":"php/dba_open.html","desc":"Open database"}, "dba_optimize":{"name":"dba_optimize","type":"","path":"php/dba_optimize.html","desc":"Optimize database"}, "dba_popen":{"name":"dba_popen","type":"","path":"php/dba_popen.html","desc":"Open database persistently"}, "dba_replace":{"name":"dba_replace","type":"","path":"php/dba_replace.html","desc":"Replace or insert entry"}, "dba_sync":{"name":"dba_sync","type":"","path":"php/dba_sync.html","desc":"Synchronize database"}, "dbplus_add":{"name":"dbplus_add","type":"","path":"php/dbplus_add.html","desc":"Add a tuple to a relation"}, "dbplus_aql":{"name":"dbplus_aql","type":"","path":"php/dbplus_aql.html","desc":"Perform AQL query"}, "dbplus_chdir":{"name":"dbplus_chdir","type":"","path":"php/dbplus_chdir.html","desc":"GetSet database virtual current directory"}, "dbplus_close":{"name":"dbplus_close","type":"","path":"php/dbplus_close.html","desc":"Close a relation"}, "dbplus_curr":{"name":"dbplus_curr","type":"","path":"php/dbplus_curr.html","desc":"Get current tuple from relation"}, "dbplus_errcode":{"name":"dbplus_errcode","type":"","path":"php/dbplus_errcode.html","desc":"Get error string for given errorcode or last error"}, "dbplus_errno":{"name":"dbplus_errno","type":"","path":"php/dbplus_errno.html","desc":"Get error code for last operation"}, "dbplus_find":{"name":"dbplus_find","type":"","path":"php/dbplus_find.html","desc":"Set a constraint on a relation"}, "dbplus_first":{"name":"dbplus_first","type":"","path":"php/dbplus_first.html","desc":"Get first tuple from relation"}, "dbplus_flush":{"name":"dbplus_flush","type":"","path":"php/dbplus_flush.html","desc":"Flush all changes made on a relation"}, "dbplus_freealllocks":{"name":"dbplus_freealllocks","type":"","path":"php/dbplus_freealllocks.html","desc":"Free all locks held by this client"}, "dbplus_freelock":{"name":"dbplus_freelock","type":"","path":"php/dbplus_freelock.html","desc":"Release write lock on tuple"}, "dbplus_freerlocks":{"name":"dbplus_freerlocks","type":"","path":"php/dbplus_freerlocks.html","desc":"Free all tuple locks on given relation"}, "dbplus_getlock":{"name":"dbplus_getlock","type":"","path":"php/dbplus_getlock.html","desc":"Get a write lock on a tuple"}, "dbplus_getunique":{"name":"dbplus_getunique","type":"","path":"php/dbplus_getunique.html","desc":"Get an id number unique to a relation"}, "dbplus_info":{"name":"dbplus_info","type":"","path":"php/dbplus_info.html","desc":"Get information about a relation"}, "dbplus_last":{"name":"dbplus_last","type":"","path":"php/dbplus_last.html","desc":"Get last tuple from relation"}, "dbplus_lockrel":{"name":"dbplus_lockrel","type":"","path":"php/dbplus_lockrel.html","desc":"Request write lock on relation"}, "dbplus_next":{"name":"dbplus_next","type":"","path":"php/dbplus_next.html","desc":"Get next tuple from relation"}, "dbplus_open":{"name":"dbplus_open","type":"","path":"php/dbplus_open.html","desc":"Open relation file"}, "dbplus_prev":{"name":"dbplus_prev","type":"","path":"php/dbplus_prev.html","desc":"Get previous tuple from relation"}, "dbplus_rchperm":{"name":"dbplus_rchperm","type":"","path":"php/dbplus_rchperm.html","desc":"Change relation permissions"}, "dbplus_rcreate":{"name":"dbplus_rcreate","type":"","path":"php/dbplus_rcreate.html","desc":"Creates a new DB++ relation"}, "dbplus_rcrtexact":{"name":"dbplus_rcrtexact","type":"","path":"php/dbplus_rcrtexact.html","desc":"Creates an exact but empty copy of a relation including indices"}, "dbplus_rcrtlike":{"name":"dbplus_rcrtlike","type":"","path":"php/dbplus_rcrtlike.html","desc":"Creates an empty copy of a relation with default indices"}, "dbplus_resolve":{"name":"dbplus_resolve","type":"","path":"php/dbplus_resolve.html","desc":"Resolve host information for relation"}, "dbplus_restorepos":{"name":"dbplus_restorepos","type":"","path":"php/dbplus_restorepos.html","desc":"Restore position"}, "dbplus_rkeys":{"name":"dbplus_rkeys","type":"","path":"php/dbplus_rkeys.html","desc":"Specify new primary key for a relation"}, "dbplus_ropen":{"name":"dbplus_ropen","type":"","path":"php/dbplus_ropen.html","desc":"Open relation file local"}, "dbplus_rquery":{"name":"dbplus_rquery","type":"","path":"php/dbplus_rquery.html","desc":"Perform local (raw) AQL query"}, "dbplus_rrename":{"name":"dbplus_rrename","type":"","path":"php/dbplus_rrename.html","desc":"Rename a relation"}, "dbplus_rsecindex":{"name":"dbplus_rsecindex","type":"","path":"php/dbplus_rsecindex.html","desc":"Create a new secondary index for a relation"}, "dbplus_runlink":{"name":"dbplus_runlink","type":"","path":"php/dbplus_runlink.html","desc":"Remove relation from filesystem"}, "dbplus_rzap":{"name":"dbplus_rzap","type":"","path":"php/dbplus_rzap.html","desc":"Remove all tuples from relation"}, "dbplus_savepos":{"name":"dbplus_savepos","type":"","path":"php/dbplus_savepos.html","desc":"Save position"}, "dbplus_setindex":{"name":"dbplus_setindex","type":"","path":"php/dbplus_setindex.html","desc":"Set index"}, "dbplus_setindexbynumber":{"name":"dbplus_setindexbynumber","type":"","path":"php/dbplus_setindexbynumber.html","desc":"Set index by number"}, "dbplus_sql":{"name":"dbplus_sql","type":"","path":"php/dbplus_sql.html","desc":"Perform SQL query"}, "dbplus_tcl":{"name":"dbplus_tcl","type":"","path":"php/dbplus_tcl.html","desc":"Execute TCL code on server side"}, "dbplus_tremove":{"name":"dbplus_tremove","type":"","path":"php/dbplus_tremove.html","desc":"Remove tuple and return new current tuple"}, "dbplus_undo":{"name":"dbplus_undo","type":"","path":"php/dbplus_undo.html","desc":"Undo"}, "dbplus_undoprepare":{"name":"dbplus_undoprepare","type":"","path":"php/dbplus_undoprepare.html","desc":"Prepare undo"}, "dbplus_unlockrel":{"name":"dbplus_unlockrel","type":"","path":"php/dbplus_unlockrel.html","desc":"Give up write lock on relation"}, "dbplus_unselect":{"name":"dbplus_unselect","type":"","path":"php/dbplus_unselect.html","desc":"Remove a constraint from relation"}, "dbplus_update":{"name":"dbplus_update","type":"","path":"php/dbplus_update.html","desc":"Update specified tuple in relation"}, "dbplus_xlockrel":{"name":"dbplus_xlockrel","type":"","path":"php/dbplus_xlockrel.html","desc":"Request exclusive lock on relation"}, "dbplus_xunlockrel":{"name":"dbplus_xunlockrel","type":"","path":"php/dbplus_xunlockrel.html","desc":"Free exclusive lock on relation"}, "dbx_close":{"name":"dbx_close","type":"","path":"php/dbx_close.html","desc":"Close an open connectiondatabase"}, "dbx_compare":{"name":"dbx_compare","type":"","path":"php/dbx_compare.html","desc":"Compare two rows for sorting purposes"}, "dbx_connect":{"name":"dbx_connect","type":"","path":"php/dbx_connect.html","desc":"Open a connectiondatabase"}, "dbx_error":{"name":"dbx_error","type":"","path":"php/dbx_error.html","desc":"Report the error message of the latest function call in the module"}, "dbx_escape_string":{"name":"dbx_escape_string","type":"","path":"php/dbx_escape_string.html","desc":"Escape a string so it can safely be used in an sql-statement"}, "dbx_fetch_row":{"name":"dbx_fetch_row","type":"","path":"php/dbx_fetch_row.html","desc":"Fetches rows from a query-result that"}, "dbx_query":{"name":"dbx_query","type":"","path":"php/dbx_query.html","desc":"Send a query and fetch all results (if any)"}, "dbx_sort":{"name":"dbx_sort","type":"","path":"php/dbx_sort.html","desc":"Sort a result from a dbx_query by a custom sort function"}, "dcgettext":{"name":"dcgettext","type":"","path":"php/dcgettext.html","desc":"Overrides the domain for a single lookup"}, "dcngettext":{"name":"dcngettext","type":"","path":"php/dcngettext.html","desc":"Plural version of dcgettext"}, "debug_backtrace":{"name":"debug_backtrace","type":"","path":"php/debug_backtrace.html","desc":"产生一条回溯跟踪(backtrace)"}, "debug_print_backtrace":{"name":"debug_print_backtrace","type":"","path":"php/debug_print_backtrace.html","desc":"打印一条回溯。"}, "debug_zval_dump":{"name":"debug_zval_dump","type":"","path":"php/debug_zval_dump.html","desc":"Dumps a string representation of an internal zend value to output"}, "decbin":{"name":"decbin","type":"","path":"php/decbin.html","desc":"十进制转换为二进制"}, "dechex":{"name":"dechex","type":"","path":"php/dechex.html","desc":"十进制转换为十六进制"}, "decoct":{"name":"decoct","type":"","path":"php/decoct.html","desc":"十进制转换为八进制"}, "define":{"name":"define","type":"","path":"php/define.html","desc":"定义一个常量"}, "defined":{"name":"defined","type":"","path":"php/defined.html","desc":"检查某个名称的常量是否存在"}, "define_syslog_variables":{"name":"define_syslog_variables","type":"","path":"php/define_syslog_variables.html","desc":"Initializes all syslog related variables"}, "deflate_add":{"name":"deflate_add","type":"","path":"php/deflate_add.html","desc":"Incrementally deflate data"}, "deflate_init":{"name":"deflate_init","type":"","path":"php/deflate_init.html","desc":"Initialize an incremental deflate context"}, "deg2rad":{"name":"deg2rad","type":"","path":"php/deg2rad.html","desc":"将角度转换为弧度"}, "delete":{"name":"delete","type":"","path":"php/delete.html","desc":"参见 unlink 或 unset"}, "dgettext":{"name":"dgettext","type":"","path":"php/dgettext.html","desc":"Override the current domain"}, "die":{"name":"die","type":"","path":"php/die.html","desc":"等同于 exit"}, "dio_close":{"name":"dio_close","type":"","path":"php/dio_close.html","desc":"Closes the file descriptor given by fd"}, "dio_fcntl":{"name":"dio_fcntl","type":"","path":"php/dio_fcntl.html","desc":"Performs a c library fcntl on fd"}, "dio_open":{"name":"dio_open","type":"","path":"php/dio_open.html","desc":"Opens a file (creating it if necessary) at a lower level "}, "dio_read":{"name":"dio_read","type":"","path":"php/dio_read.html","desc":"Reads bytes from a file descriptor"}, "dio_seek":{"name":"dio_seek","type":"","path":"php/dio_seek.html","desc":"Seeks to pos on fd from whence"}, "dio_stat":{"name":"dio_stat","type":"","path":"php/dio_stat.html","desc":"Gets stat information about the file descriptor fd"}, "dio_tcsetattr":{"name":"dio_tcsetattr","type":"","path":"php/dio_tcsetattr.html","desc":"Sets terminal attributes and baud rate for a serial port"}, "dio_truncate":{"name":"dio_truncate","type":"","path":"php/dio_truncate.html","desc":"Truncates file descriptor fd to offset bytes"}, "dio_write":{"name":"dio_write","type":"","path":"php/dio_write.html","desc":"Writes data to fd with optional truncation at length"}, "dir":{"name":"dir","type":"","path":"php/dir.html","desc":"返回一个 Directory 类实例"}, "dirname":{"name":"dirname","type":"","path":"php/dirname.html","desc":"返回路径中的目录部分"}, "diskfreespace":{"name":"diskfreespace","type":"","path":"php/diskfreespace.html","desc":"disk_free_space 的别名"}, "disk_free_space":{"name":"disk_free_space","type":"","path":"php/disk_free_space.html","desc":"返回目录中的可用空间"}, "disk_total_space":{"name":"disk_total_space","type":"","path":"php/disk_total_space.html","desc":"返回一个目录的磁盘总大小"}, "dl":{"name":"dl","type":"","path":"php/dl.html","desc":"运行时载入一个 PHP 扩展"}, "dngettext":{"name":"dngettext","type":"","path":"php/dngettext.html","desc":"Plural version of dgettext"}, "dns_check_record":{"name":"dns_check_record","type":"","path":"php/dns_check_record.html","desc":"别名 checkdnsrr"}, "dns_get_mx":{"name":"dns_get_mx","type":"","path":"php/dns_get_mx.html","desc":"别名 getmxrr"}, "dns_get_record":{"name":"dns_get_record","type":"","path":"php/dns_get_record.html","desc":"获取指定主机的DNS记录"}, "dom_import_simplexml":{"name":"dom_import_simplexml","type":"","path":"php/dom_import_simplexml.html","desc":"Gets a DOMElement objec"}, "doubleval":{"name":"doubleval","type":"","path":"php/doubleval.html","desc":"floatval 的别名"}, "each":{"name":"each","type":"","path":"php/each.html","desc":"返回数组中当前的键/值对并将数组指针向前移动一步"}, "easter_date":{"name":"easter_date","type":"","path":"php/easter_date.html","desc":"得到指定年份的复活节午夜时的Unix时间戳。"}, "easter_days":{"name":"easter_days","type":"","path":"php/easter_days.html","desc":"得到指定年份的3月21日到复活节之间的天数"}, "echo":{"name":"echo","type":"","path":"php/echo.html","desc":"输出一个或多个字符串"}, "eio_busy":{"name":"eio_busy","type":"","path":"php/eio_busy.html","desc":"Artificially increase load. Could be useful i"}, "eio_cancel":{"name":"eio_cancel","type":"","path":"php/eio_cancel.html","desc":"Cancels a request"}, "eio_chmod":{"name":"eio_chmod","type":"","path":"php/eio_chmod.html","desc":"Change filedirecrory permissions"}, "eio_chown":{"name":"eio_chown","type":"","path":"php/eio_chown.html","desc":"Change filedirecrory permissions"}, "eio_close":{"name":"eio_close","type":"","path":"php/eio_close.html","desc":"Close file"}, "eio_custom":{"name":"eio_custom","type":"","path":"php/eio_custom.html","desc":"Execute custom request like any other eio_ call"}, "eio_dup2":{"name":"eio_dup2","type":"","path":"php/eio_dup2.html","desc":"Duplicate a file descriptor"}, "eio_event_loop":{"name":"eio_event_loop","type":"","path":"php/eio_event_loop.html","desc":"Polls libeio until all requests proceeded"}, "eio_fallocate":{"name":"eio_fallocate","type":"","path":"php/eio_fallocate.html","desc":"Allows the caller to directly manipulate the alloca"}, "eio_fchmod":{"name":"eio_fchmod","type":"","path":"php/eio_fchmod.html","desc":"Change file permissions"}, "eio_fchown":{"name":"eio_fchown","type":"","path":"php/eio_fchown.html","desc":"Change file ownership"}, "eio_fdatasync":{"name":"eio_fdatasync","type":"","path":"php/eio_fdatasync.html","desc":"Synchronize a file's in-core state with storage device"}, "eio_fstat":{"name":"eio_fstat","type":"","path":"php/eio_fstat.html","desc":"Get file status"}, "eio_fstatvfs":{"name":"eio_fstatvfs","type":"","path":"php/eio_fstatvfs.html","desc":"Get file system statistics"}, "eio_fsync":{"name":"eio_fsync","type":"","path":"php/eio_fsync.html","desc":"Synchronize a file's in-core state with storage device"}, "eio_ftruncate":{"name":"eio_ftruncate","type":"","path":"php/eio_ftruncate.html","desc":"Truncate a file"}, "eio_futime":{"name":"eio_futime","type":"","path":"php/eio_futime.html","desc":"Change file last access and modification times"}, "eio_get_event_stream":{"name":"eio_get_event_stream","type":"","path":"php/eio_get_event_stream.html","desc":"Get stream representing a variable used in internal communications with libeio"}, "eio_get_last_error":{"name":"eio_get_last_error","type":"","path":"php/eio_get_last_error.html","desc":"Returns string describing the last error associated with a request resource"}, "eio_grp":{"name":"eio_grp","type":"","path":"php/eio_grp.html","desc":"Creates a request group"}, "eio_grp_add":{"name":"eio_grp_add","type":"","path":"php/eio_grp_add.html","desc":"Adds a request to the request group"}, "eio_grp_cancel":{"name":"eio_grp_cancel","type":"","path":"php/eio_grp_cancel.html","desc":"Cancels a request group"}, "eio_grp_limit":{"name":"eio_grp_limit","type":"","path":"php/eio_grp_limit.html","desc":"Set group limit"}, "eio_init":{"name":"eio_init","type":"","path":"php/eio_init.html","desc":"(Re-)initialize Eio"}, "eio_link":{"name":"eio_link","type":"","path":"php/eio_link.html","desc":"Create a hardlink for file"}, "eio_lstat":{"name":"eio_lstat","type":"","path":"php/eio_lstat.html","desc":"Get file status"}, "eio_mkdir":{"name":"eio_mkdir","type":"","path":"php/eio_mkdir.html","desc":"Create directory"}, "eio_mknod":{"name":"eio_mknod","type":"","path":"php/eio_mknod.html","desc":"Create a special or ordinary file"}, "eio_nop":{"name":"eio_nop","type":"","path":"php/eio_nop.html","desc":"Does nothing, except go through the whole request cycle"}, "eio_npending":{"name":"eio_npending","type":"","path":"php/eio_npending.html","desc":"Returns number of finished, but unhandled requests"}, "eio_nready":{"name":"eio_nready","type":"","path":"php/eio_nready.html","desc":"Returns number of not-yet handled requests"}, "eio_nreqs":{"name":"eio_nreqs","type":"","path":"php/eio_nreqs.html","desc":"Returns number of requests to be processed"}, "eio_nthreads":{"name":"eio_nthreads","type":"","path":"php/eio_nthreads.html","desc":"Returns number of threads currently in use"}, "eio_open":{"name":"eio_open","type":"","path":"php/eio_open.html","desc":"Opens a file"}, "eio_poll":{"name":"eio_poll","type":"","path":"php/eio_poll.html","desc":"Can be to be called whenever there are pending requests that need finishing"}, "eio_read":{"name":"eio_read","type":"","path":"php/eio_read.html","desc":"Read from a file descriptor at given offset"}, "eio_readahead":{"name":"eio_readahead","type":"","path":"php/eio_readahead.html","desc":"Perform file readahead into page cache"}, "eio_readdir":{"name":"eio_readdir","type":"","path":"php/eio_readdir.html","desc":"Reads through a whole directory"}, "eio_readlink":{"name":"eio_readlink","type":"","path":"php/eio_readlink.html","desc":"Read value of a symbolic link"}, "eio_realpath":{"name":"eio_realpath","type":"","path":"php/eio_realpath.html","desc":"Get the canonicalized absolute pathname"}, "eio_rename":{"name":"eio_rename","type":"","path":"php/eio_rename.html","desc":"Change the name or location of a file"}, "eio_rmdir":{"name":"eio_rmdir","type":"","path":"php/eio_rmdir.html","desc":"Remove a directory"}, "eio_seek":{"name":"eio_seek","type":"","path":"php/eio_seek.html","desc":"Repositions the offset of the open file associated with the fd argument to the argument offset according to the directive whence"}, "eio_sendfile":{"name":"eio_sendfile","type":"","path":"php/eio_sendfile.html","desc":"Transfer data between file descriptors"}, "eio_set_max_idle":{"name":"eio_set_max_idle","type":"","path":"php/eio_set_max_idle.html","desc":"Set maximum number of idle threads"}, "eio_set_max_parallel":{"name":"eio_set_max_parallel","type":"","path":"php/eio_set_max_parallel.html","desc":"Set maximum parallel threads"}, "eio_set_max_poll_reqs":{"name":"eio_set_max_poll_reqs","type":"","path":"php/eio_set_max_poll_reqs.html","desc":"Set maximum number of requests processed in a poll"}, "eio_set_max_poll_time":{"name":"eio_set_max_poll_time","type":"","path":"php/eio_set_max_poll_time.html","desc":"Set maximum poll time"}, "eio_set_min_parallel":{"name":"eio_set_min_parallel","type":"","path":"php/eio_set_min_parallel.html","desc":"Set minimum parallel thread number"}, "eio_stat":{"name":"eio_stat","type":"","path":"php/eio_stat.html","desc":"Get file status"}, "eio_statvfs":{"name":"eio_statvfs","type":"","path":"php/eio_statvfs.html","desc":"Get file system statistics"}, "eio_symlink":{"name":"eio_symlink","type":"","path":"php/eio_symlink.html","desc":"Create a symbolic link"}, "eio_sync":{"name":"eio_sync","type":"","path":"php/eio_sync.html","desc":"Commit buffer cache to disk"}, "eio_syncfs":{"name":"eio_syncfs","type":"","path":"php/eio_syncfs.html","desc":"Calls Linux' syncfs syscall, if available"}, "eio_sync_file_range":{"name":"eio_sync_file_range","type":"","path":"php/eio_sync_file_range.html","desc":"Sync a file segment with disk"}, "eio_truncate":{"name":"eio_truncate","type":"","path":"php/eio_truncate.html","desc":"Truncate a file"}, "eio_unlink":{"name":"eio_unlink","type":"","path":"php/eio_unlink.html","desc":"Delete a name and possibly the file it refers to"}, "eio_utime":{"name":"eio_utime","type":"","path":"php/eio_utime.html","desc":"Change file last access and modification times"}, "eio_write":{"name":"eio_write","type":"","path":"php/eio_write.html","desc":"Write to file"}, "empty":{"name":"empty","type":"","path":"php/empty.html","desc":"检查一个变量是否为空"}, "enchant_broker_describe":{"name":"enchant_broker_describe","type":"","path":"php/enchant_broker_describe.html","desc":"Enumerates the Enchant providers"}, "enchant_broker_dict_exists":{"name":"enchant_broker_dict_exists","type":"","path":"php/enchant_broker_dict_exists.html","desc":"Whether a dictionary exists or not. Using non-empty tag"}, "enchant_broker_free":{"name":"enchant_broker_free","type":"","path":"php/enchant_broker_free.html","desc":"Free the broker resource and its dictionnaries"}, "enchant_broker_free_dict":{"name":"enchant_broker_free_dict","type":"","path":"php/enchant_broker_free_dict.html","desc":"Free a dictionary resource"}, "enchant_broker_get_dict_path":{"name":"enchant_broker_get_dict_path","type":"","path":"php/enchant_broker_get_dict_path.html","desc":"Get the directory path for a given backend"}, "enchant_broker_get_error":{"name":"enchant_broker_get_error","type":"","path":"php/enchant_broker_get_error.html","desc":"Returns the last error of the broker"}, "enchant_broker_init":{"name":"enchant_broker_init","type":"","path":"php/enchant_broker_init.html","desc":"Create a new broker object capable of requesting"}, "enchant_broker_list_dicts":{"name":"enchant_broker_list_dicts","type":"","path":"php/enchant_broker_list_dicts.html","desc":"Returns a list of available dictionaries"}, "enchant_broker_request_dict":{"name":"enchant_broker_request_dict","type":"","path":"php/enchant_broker_request_dict.html","desc":"Create a new dictionary using a tag"}, "enchant_broker_request_pwl_dict":{"name":"enchant_broker_request_pwl_dict","type":"","path":"php/enchant_broker_request_pwl_dict.html","desc":"Creates a dictionary using a PWL file"}, "enchant_broker_set_dict_path":{"name":"enchant_broker_set_dict_path","type":"","path":"php/enchant_broker_set_dict_path.html","desc":"Set the directory path for a given backend"}, "enchant_broker_set_ordering":{"name":"enchant_broker_set_ordering","type":"","path":"php/enchant_broker_set_ordering.html","desc":"Declares a preference of dictionaries to use for the language"}, "enchant_dict_add_to_personal":{"name":"enchant_dict_add_to_personal","type":"","path":"php/enchant_dict_add_to_personal.html","desc":"Add a word to personal word list"}, "enchant_dict_add_to_session":{"name":"enchant_dict_add_to_session","type":"","path":"php/enchant_dict_add_to_session.html","desc":"Add 'word' to this spell-checking session"}, "enchant_dict_check":{"name":"enchant_dict_check","type":"","path":"php/enchant_dict_check.html","desc":"Check whether a word is correctly spelled or not"}, "enchant_dict_describe":{"name":"enchant_dict_describe","type":"","path":"php/enchant_dict_describe.html","desc":"Describes an individual dictionary"}, "enchant_dict_get_error":{"name":"enchant_dict_get_error","type":"","path":"php/enchant_dict_get_error.html","desc":"Returns the last error of the current spelling-session"}, "enchant_dict_is_in_session":{"name":"enchant_dict_is_in_session","type":"","path":"php/enchant_dict_is_in_session.html","desc":"Whether or not 'word' exists in this spelling-session"}, "enchant_dict_quick_check":{"name":"enchant_dict_quick_check","type":"","path":"php/enchant_dict_quick_check.html","desc":"Check the word is correctly spelled and provide suggestions"}, "enchant_dict_store_replacement":{"name":"enchant_dict_store_replacement","type":"","path":"php/enchant_dict_store_replacement.html","desc":"Add a correction for a word"}, "enchant_dict_suggest":{"name":"enchant_dict_suggest","type":"","path":"php/enchant_dict_suggest.html","desc":"Will return a list of values if any of those pre-conditions are not met"}, "end":{"name":"end","type":"","path":"php/end.html","desc":"将数组的内部指针指向最后一个单元"}, "ereg":{"name":"ereg","type":"","path":"php/ereg.html","desc":"正则表达式匹配"}, "eregi":{"name":"eregi","type":"","path":"php/eregi.html","desc":"不区分大小写的正则表达式匹配"}, "eregi_replace":{"name":"eregi_replace","type":"","path":"php/eregi_replace.html","desc":"不区分大小写的正则表达式替换"}, "ereg_replace":{"name":"ereg_replace","type":"","path":"php/ereg_replace.html","desc":"正则表达式替换"}, "error_clear_last":{"name":"error_clear_last","type":"","path":"php/error_clear_last.html","desc":"清除最近一次错误"}, "error_get_last":{"name":"error_get_last","type":"","path":"php/error_get_last.html","desc":"获取最后发生的错误"}, "error_log":{"name":"error_log","type":"","path":"php/error_log.html","desc":"发送错误信息到某个地方"}, "error_reporting":{"name":"error_reporting","type":"","path":"php/error_reporting.html","desc":"设置应该报告何种 PHP 错误"}, "escapeshellarg":{"name":"escapeshellarg","type":"","path":"php/escapeshellarg.html","desc":"把字符串转码为可以在 shell 命令里使用的参数"}, "escapeshellcmd":{"name":"escapeshellcmd","type":"","path":"php/escapeshellcmd.html","desc":"shell 元字符转义"}, "eval":{"name":"eval","type":"","path":"php/eval.html","desc":"把字符串作为PHP代码执行"}, "event_add":{"name":"event_add","type":"","path":"php/event_add.html","desc":"Add an event to the set of monitored events"}, "event_base_free":{"name":"event_base_free","type":"","path":"php/event_base_free.html","desc":"Destroy event base"}, "event_base_loop":{"name":"event_base_loop","type":"","path":"php/event_base_loop.html","desc":"Handle events"}, "event_base_loopbreak":{"name":"event_base_loopbreak","type":"","path":"php/event_base_loopbreak.html","desc":"Abort event loop"}, "event_base_loopexit":{"name":"event_base_loopexit","type":"","path":"php/event_base_loopexit.html","desc":"Exit loop after a time"}, "event_base_new":{"name":"event_base_new","type":"","path":"php/event_base_new.html","desc":"Create and initialize new event base"}, "event_base_priority_init":{"name":"event_base_priority_init","type":"","path":"php/event_base_priority_init.html","desc":"Set the number of event priority levels"}, "event_base_reinit":{"name":"event_base_reinit","type":"","path":"php/event_base_reinit.html","desc":"Reinitialize the event base after a fork"}, "event_base_set":{"name":"event_base_set","type":"","path":"php/event_base_set.html","desc":"Associate event base with an event"}, "event_buffer_base_set":{"name":"event_buffer_base_set","type":"","path":"php/event_buffer_base_set.html","desc":"Associate buffered event with an event base"}, "event_buffer_disable":{"name":"event_buffer_disable","type":"","path":"php/event_buffer_disable.html","desc":"Disable a buffered event"}, "event_buffer_enable":{"name":"event_buffer_enable","type":"","path":"php/event_buffer_enable.html","desc":"Enable a buffered event"}, "event_buffer_fd_set":{"name":"event_buffer_fd_set","type":"","path":"php/event_buffer_fd_set.html","desc":"Change a buffered event file descriptor"}, "event_buffer_free":{"name":"event_buffer_free","type":"","path":"php/event_buffer_free.html","desc":"Destroy buffered event"}, "event_buffer_new":{"name":"event_buffer_new","type":"","path":"php/event_buffer_new.html","desc":"Create new buffered event"}, "event_buffer_priority_set":{"name":"event_buffer_priority_set","type":"","path":"php/event_buffer_priority_set.html","desc":"Assign a priority to a buffered event"}, "event_buffer_read":{"name":"event_buffer_read","type":"","path":"php/event_buffer_read.html","desc":"Read data from a buffered event"}, "event_buffer_set_callback":{"name":"event_buffer_set_callback","type":"","path":"php/event_buffer_set_callback.html","desc":"Set or reset callbacks for a buffered event"}, "event_buffer_timeout_set":{"name":"event_buffer_timeout_set","type":"","path":"php/event_buffer_timeout_set.html","desc":"Set read and write timeouts for a buffered event"}, "event_buffer_watermark_set":{"name":"event_buffer_watermark_set","type":"","path":"php/event_buffer_watermark_set.html","desc":"Set the watermarks for read and write events"}, "event_buffer_write":{"name":"event_buffer_write","type":"","path":"php/event_buffer_write.html","desc":"Write data to a buffered event"}, "event_del":{"name":"event_del","type":"","path":"php/event_del.html","desc":"Remove an event from the set of monitored events"}, "event_free":{"name":"event_free","type":"","path":"php/event_free.html","desc":"Free event resource"}, "event_new":{"name":"event_new","type":"","path":"php/event_new.html","desc":"Create new event"}, "event_priority_set":{"name":"event_priority_set","type":"","path":"php/event_priority_set.html","desc":"Assign a priority to an event"}, "event_set":{"name":"event_set","type":"","path":"php/event_set.html","desc":"Prepare an event"}, "event_timer_add":{"name":"event_timer_add","type":"","path":"php/event_timer_add.html","desc":"别名 event_add"}, "event_timer_del":{"name":"event_timer_del","type":"","path":"php/event_timer_del.html","desc":"别名 event_del"}, "event_timer_new":{"name":"event_timer_new","type":"","path":"php/event_timer_new.html","desc":"别名 event_new"}, "event_timer_set":{"name":"event_timer_set","type":"","path":"php/event_timer_set.html","desc":"Prepare a timer event"}, "exec":{"name":"exec","type":"","path":"php/exec.html","desc":"执行一个外部程序"}, "exif_imagetype":{"name":"exif_imagetype","type":"","path":"php/exif_imagetype.html","desc":"判断一个图像的类型"}, "exif_read_data":{"name":"exif_read_data","type":"","path":"php/exif_read_data.html","desc":"从 JPEG "}, "exif_tagname":{"name":"exif_tagname","type":"","path":"php/exif_tagname.html","desc":"获取指定索引的头名称"}, "exif_thumbnail":{"name":"exif_thumbnail","type":"","path":"php/exif_thumbnail.html","desc":"取得嵌入在 TIFF 或 JPEG 图像中的缩略图"}, "exit":{"name":"exit","type":"","path":"php/exit.html","desc":"输出一个消息并且退出当前脚本"}, "exp":{"name":"exp","type":"","path":"php/exp.html","desc":"计算 e 的指数"}, "expect_expectl":{"name":"expect_expectl","type":"","path":"php/expect_expectl.html","desc":"Waits until the output from a process mat"}, "expect_popen":{"name":"expect_popen","type":"","path":"php/expect_popen.html","desc":"Execute command via Bourne shell, and open the PTY s"}, "explode":{"name":"explode","type":"","path":"php/explode.html","desc":"使用一个字符串分割另一个字符串"}, "expm1":{"name":"expm1","type":"","path":"php/expm1.html","desc":"返回 exp(number) - 1,甚至当 number 的值接近零也能计算出准确结果"}, "extension_loaded":{"name":"extension_loaded","type":"","path":"php/extension_loaded.html","desc":"检查一个扩展是否已经加载"}, "extract":{"name":"extract","type":"","path":"php/extract.html","desc":"从数组中将变量导入到当前的符号表"}, "ezmlm_hash":{"name":"ezmlm_hash","type":"","path":"php/ezmlm_hash.html","desc":"计算 EZMLM 所需的散列值"}, "fam_cancel_monitor":{"name":"fam_cancel_monitor","type":"","path":"php/fam_cancel_monitor.html","desc":"Terminate monitoring"}, "fam_close":{"name":"fam_close","type":"","path":"php/fam_close.html","desc":"Close FAM connection"}, "fam_monitor_collection":{"name":"fam_monitor_collection","type":"","path":"php/fam_monitor_collection.html","desc":"Monitor a collection of files in a directory for changes"}, "fam_monitor_directory":{"name":"fam_monitor_directory","type":"","path":"php/fam_monitor_directory.html","desc":"Monitor a directory for changes"}, "fam_monitor_file":{"name":"fam_monitor_file","type":"","path":"php/fam_monitor_file.html","desc":"Monitor a regular file for changes"}, "fam_next_event":{"name":"fam_next_event","type":"","path":"php/fam_next_event.html","desc":"Get next pending FAM event"}, "fam_open":{"name":"fam_open","type":"","path":"php/fam_open.html","desc":"Open connection to FAM daemon"}, "fam_pending":{"name":"fam_pending","type":"","path":"php/fam_pending.html","desc":"Check for pending FAM events"}, "fam_resume_monitor":{"name":"fam_resume_monitor","type":"","path":"php/fam_resume_monitor.html","desc":"Resume suspended monitoring"}, "fam_suspend_monitor":{"name":"fam_suspend_monitor","type":"","path":"php/fam_suspend_monitor.html","desc":"Temporarily suspend monitoring"}, "fann_cascadetrain_on_data":{"name":"fann_cascadetrain_on_data","type":"","path":"php/fann_cascadetrain_on_data.html","desc":"在整个数据集上训练,使用一段时间的 Cascade2 训练算法。"}, "fann_cascadetrain_on_file":{"name":"fann_cascadetrain_on_file","type":"","path":"php/fann_cascadetrain_on_file.html","desc":"读取文件并在整个数据集上训练,使用 Cascade2 训练算法训练一段时间。"}, "fann_clear_scaling_params":{"name":"fann_clear_scaling_params","type":"","path":"php/fann_clear_scaling_params.html","desc":"清除缩放参数"}, "fann_copy":{"name":"fann_copy","type":"","path":"php/fann_copy.html","desc":"创建一个 fann 结构体的副本。"}, "fann_create_from_file":{"name":"fann_create_from_file","type":"","path":"php/fann_create_from_file.html","desc":"从配置文件中构建一个反向传播神经网络。"}, "fann_create_shortcut":{"name":"fann_create_shortcut","type":"","path":"php/fann_create_shortcut.html","desc":"创建一个含快捷连接而非全连接的标准反向传播神经网络。"}, "fann_create_shortcut_array":{"name":"fann_create_shortcut_array","type":"","path":"php/fann_create_shortcut_array.html","desc":"创建一个含快捷连接而非全连接的标准反向传播神经网络。"}, "fann_create_sparse":{"name":"fann_create_sparse","type":"","path":"php/fann_create_sparse.html","desc":"创建一个标准的反向传播神经网络,该网络不是全连接。"}, "fann_create_sparse_array":{"name":"fann_create_sparse_array","type":"","path":"php/fann_create_sparse_array.html","desc":"创建一个标准的反向传播神经网络,该网络使用一个表示每层大小的数组来构造,但是并不是全连接的。"}, "fann_create_standard":{"name":"fann_create_standard","type":"","path":"php/fann_create_standard.html","desc":"创建标准的全连接反向传播神经网络。"}, "fann_create_standard_array":{"name":"fann_create_standard_array","type":"","path":"php/fann_create_standard_array.html","desc":"创建一个全连接的反向传播神经网络,该网络使用一个表示每层大小的数组来构造。"}, "fann_create_train":{"name":"fann_create_train","type":"","path":"php/fann_create_train.html","desc":"创建一个空的训练数据结构。"}, "fann_create_train_from_callback":{"name":"fann_create_train_from_callback","type":"","path":"php/fann_create_train_from_callback.html","desc":"从用户提供的函数创建训练数据结构。"}, "fann_descale_input":{"name":"fann_descale_input","type":"","path":"php/fann_descale_input.html","desc":"在获取基于先前计算的参数之后,在输入向量中缩小数据"}, "fann_descale_output":{"name":"fann_descale_output","type":"","path":"php/fann_descale_output.html","desc":"在获取基于先前计算的参数之后,在输出向量中缩小数据"}, "fann_descale_train":{"name":"fann_descale_train","type":"","path":"php/fann_descale_train.html","desc":"基于先前计算的参数来缩小输入和输出数据"}, "fann_destroy":{"name":"fann_destroy","type":"","path":"php/fann_destroy.html","desc":"销毁整个网络并且适当地释放所有的关联内存。"}, "fann_destroy_train":{"name":"fann_destroy_train","type":"","path":"php/fann_destroy_train.html","desc":"销毁训练数据。"}, "fann_duplicate_train_data":{"name":"fann_duplicate_train_data","type":"","path":"php/fann_duplicate_train_data.html","desc":"返回 fann 训练数据精确的副本。"}, "fann_get_activation_function":{"name":"fann_get_activation_function","type":"","path":"php/fann_get_activation_function.html","desc":"返回激励函数"}, "fann_get_activation_steepness":{"name":"fann_get_activation_steepness","type":"","path":"php/fann_get_activation_steepness.html","desc":"为提供的神经和网络层数返回激活陡度"}, "fann_get_bias_array":{"name":"fann_get_bias_array","type":"","path":"php/fann_get_bias_array.html","desc":"获取网络中每一层的偏差数"}, "fann_get_bit_fail":{"name":"fann_get_bit_fail","type":"","path":"php/fann_get_bit_fail.html","desc":"失败位的数量"}, "fann_get_bit_fail_limit":{"name":"fann_get_bit_fail_limit","type":"","path":"php/fann_get_bit_fail_limit.html","desc":"返回训练期间使用的误差限制"}, "fann_get_cascade_activation_functions":{"name":"fann_get_cascade_activation_functions","type":"","path":"php/fann_get_cascade_activation_functions.html","desc":"返回级联激活函数"}, "fann_get_cascade_activation_functions_count":{"name":"fann_get_cascade_activation_functions_count","type":"","path":"php/fann_get_cascade_activation_functions_count.html","desc":"返回级联激活函数的数量"}, "fann_get_cascade_activation_steepnesses":{"name":"fann_get_cascade_activation_steepnesses","type":"","path":"php/fann_get_cascade_activation_steepnesses.html","desc":"返回级联激活陡度"}, "fann_get_cascade_activation_steepnesses_count":{"name":"fann_get_cascade_activation_steepnesses_count","type":"","path":"php/fann_get_cascade_activation_steepnesses_count.html","desc":"激活陡度的数量"}, "fann_get_cascade_candidate_change_fraction":{"name":"fann_get_cascade_candidate_change_fraction","type":"","path":"php/fann_get_cascade_candidate_change_fraction.html","desc":"返回级联候选变化分数"}, "fann_get_cascade_candidate_limit":{"name":"fann_get_cascade_candidate_limit","type":"","path":"php/fann_get_cascade_candidate_limit.html","desc":"返回候选限度"}, "fann_get_cascade_candidate_stagnation_epochs":{"name":"fann_get_cascade_candidate_stagnation_epochs","type":"","path":"php/fann_get_cascade_candidate_stagnation_epochs.html","desc":"返回层叠候选停滞周期的数量"}, "fann_get_cascade_max_cand_epochs":{"name":"fann_get_cascade_max_cand_epochs","type":"","path":"php/fann_get_cascade_max_cand_epochs.html","desc":"返回候选周期的最大值"}, "fann_get_cascade_max_out_epochs":{"name":"fann_get_cascade_max_out_epochs","type":"","path":"php/fann_get_cascade_max_out_epochs.html","desc":"返回输出周期的最大值"}, "fann_get_cascade_min_cand_epochs":{"name":"fann_get_cascade_min_cand_epochs","type":"","path":"php/fann_get_cascade_min_cand_epochs.html","desc":"返回最小的候选周期"}, "fann_get_cascade_min_out_epochs":{"name":"fann_get_cascade_min_out_epochs","type":"","path":"php/fann_get_cascade_min_out_epochs.html","desc":"返回最小输出周期"}, "fann_get_cascade_num_candidates":{"name":"fann_get_cascade_num_candidates","type":"","path":"php/fann_get_cascade_num_candidates.html","desc":"返回训练期间使用的候选数量"}, "fann_get_cascade_num_candidate_groups":{"name":"fann_get_cascade_num_candidate_groups","type":"","path":"php/fann_get_cascade_num_candidate_groups.html","desc":"返回候选组的数量"}, "fann_get_cascade_output_change_fraction":{"name":"fann_get_cascade_output_change_fraction","type":"","path":"php/fann_get_cascade_output_change_fraction.html","desc":"返回级联输出变化分数"}, "fann_get_cascade_output_stagnation_epochs":{"name":"fann_get_cascade_output_stagnation_epochs","type":"","path":"php/fann_get_cascade_output_stagnation_epochs.html","desc":"返回级联输出停滞周期的数量"}, "fann_get_cascade_weight_multiplier":{"name":"fann_get_cascade_weight_multiplier","type":"","path":"php/fann_get_cascade_weight_multiplier.html","desc":"返回权重因子"}, "fann_get_connection_array":{"name":"fann_get_connection_array","type":"","path":"php/fann_get_connection_array.html","desc":"获取网络中的连接。"}, "fann_get_connection_rate":{"name":"fann_get_connection_rate","type":"","path":"php/fann_get_connection_rate.html","desc":"获取当网络创建时连接的使用率。"}, "fann_get_errno":{"name":"fann_get_errno","type":"","path":"php/fann_get_errno.html","desc":"返回最后一个错误数字。"}, "fann_get_errstr":{"name":"fann_get_errstr","type":"","path":"php/fann_get_errstr.html","desc":"返回最后的错误字符串。"}, "fann_get_layer_array":{"name":"fann_get_layer_array","type":"","path":"php/fann_get_layer_array.html","desc":"获取网络中每层的神经元数量。"}, "fann_get_learning_momentum":{"name":"fann_get_learning_momentum","type":"","path":"php/fann_get_learning_momentum.html","desc":"返回学习动量"}, "fann_get_learning_rate":{"name":"fann_get_learning_rate","type":"","path":"php/fann_get_learning_rate.html","desc":"返回学习速率"}, "fann_get_mse":{"name":"fann_get_mse","type":"","path":"php/fann_get_mse.html","desc":"从网络中读取均方误差。"}, "fann_get_network_type":{"name":"fann_get_network_type","type":"","path":"php/fann_get_network_type.html","desc":"获取所创建的神经网络类型。"}, "fann_get_num_input":{"name":"fann_get_num_input","type":"","path":"php/fann_get_num_input.html","desc":"获取输入神经元的数量。"}, "fann_get_num_layers":{"name":"fann_get_num_layers","type":"","path":"php/fann_get_num_layers.html","desc":"获取神经网络的层数。"}, "fann_get_num_output":{"name":"fann_get_num_output","type":"","path":"php/fann_get_num_output.html","desc":"获取输出神经元的数量。"}, "fann_get_quickprop_decay":{"name":"fann_get_quickprop_decay","type":"","path":"php/fann_get_quickprop_decay.html","desc":"返回衰退值,用于在 quickprop 训练迭代时衰减权重"}, "fann_get_quickprop_mu":{"name":"fann_get_quickprop_mu","type":"","path":"php/fann_get_quickprop_mu.html","desc":"返回放大系数"}, "fann_get_rprop_decrease_factor":{"name":"fann_get_rprop_decrease_factor","type":"","path":"php/fann_get_rprop_decrease_factor.html","desc":"返回 RPROP 训练期间的衰减系数"}, "fann_get_rprop_delta_max":{"name":"fann_get_rprop_delta_max","type":"","path":"php/fann_get_rprop_delta_max.html","desc":"返回最大步长"}, "fann_get_rprop_delta_min":{"name":"fann_get_rprop_delta_min","type":"","path":"php/fann_get_rprop_delta_min.html","desc":"返回最小步长"}, "fann_get_rprop_delta_zero":{"name":"fann_get_rprop_delta_zero","type":"","path":"php/fann_get_rprop_delta_zero.html","desc":"返回初始步长"}, "fann_get_rprop_increase_factor":{"name":"fann_get_rprop_increase_factor","type":"","path":"php/fann_get_rprop_increase_factor.html","desc":"返回 RPROP 训练的递增系数"}, "fann_get_sarprop_step_error_shift":{"name":"fann_get_sarprop_step_error_shift","type":"","path":"php/fann_get_sarprop_step_error_shift.html","desc":"返回 sarprop 步值的误差偏移"}, "fann_get_sarprop_step_error_threshold_factor":{"name":"fann_get_sarprop_step_error_threshold_factor","type":"","path":"php/fann_get_sarprop_step_error_threshold_factor.html","desc":"返回 sarprop 算法步值的误差阈值系数"}, "fann_get_sarprop_temperature":{"name":"fann_get_sarprop_temperature","type":"","path":"php/fann_get_sarprop_temperature.html","desc":"返回 sarprop 算法温度"}, "fann_get_sarprop_weight_decay_shift":{"name":"fann_get_sarprop_weight_decay_shift","type":"","path":"php/fann_get_sarprop_weight_decay_shift.html","desc":"返回 sarprop 算法权重衰减变化值"}, "fann_get_total_connections":{"name":"fann_get_total_connections","type":"","path":"php/fann_get_total_connections.html","desc":"获取整个网络中所有的连接数。"}, "fann_get_total_neurons":{"name":"fann_get_total_neurons","type":"","path":"php/fann_get_total_neurons.html","desc":"获取整个网络中神经元的数量。"}, "fann_get_training_algorithm":{"name":"fann_get_training_algorithm","type":"","path":"php/fann_get_training_algorithm.html","desc":"返回训练算法。"}, "fann_get_train_error_function":{"name":"fann_get_train_error_function","type":"","path":"php/fann_get_train_error_function.html","desc":"返回训练中使用的错误函数。"}, "fann_get_train_stop_function":{"name":"fann_get_train_stop_function","type":"","path":"php/fann_get_train_stop_function.html","desc":"返回训练中使用的停止函数。"}, "fann_init_weights":{"name":"fann_init_weights","type":"","path":"php/fann_init_weights.html","desc":"使用 Widrow 和 Nguyen 算法初始化权重。"}, "fann_length_train_data":{"name":"fann_length_train_data","type":"","path":"php/fann_length_train_data.html","desc":"返回训练数据中训练模式的数量。"}, "fann_merge_train_data":{"name":"fann_merge_train_data","type":"","path":"php/fann_merge_train_data.html","desc":"合并训练数据。"}, "fann_num_input_train_data":{"name":"fann_num_input_train_data","type":"","path":"php/fann_num_input_train_data.html","desc":"返回训练数据中每个训练模式输入的数量。"}, "fann_num_output_train_data":{"name":"fann_num_output_train_data","type":"","path":"php/fann_num_output_train_data.html","desc":"返回训练数据中每个训练模式输出的数量。"}, "fann_print_error":{"name":"fann_print_error","type":"","path":"php/fann_print_error.html","desc":"打印错误字符串。"}, "fann_randomize_weights":{"name":"fann_randomize_weights","type":"","path":"php/fann_randomize_weights.html","desc":"给每个连接赋一个介于 min_weight 和 max_weight 之间的随机权重。"}, "fann_read_train_from_file":{"name":"fann_read_train_from_file","type":"","path":"php/fann_read_train_from_file.html","desc":"读取存储训练数据的文件。"}, "fann_reset_errno":{"name":"fann_reset_errno","type":"","path":"php/fann_reset_errno.html","desc":"重置最后的错误代码。"}, "fann_reset_errstr":{"name":"fann_reset_errstr","type":"","path":"php/fann_reset_errstr.html","desc":"重置最后的错误字符串。"}, "fann_reset_mse":{"name":"fann_reset_mse","type":"","path":"php/fann_reset_mse.html","desc":"重置网络中的均方误差。"}, "fann_run":{"name":"fann_run","type":"","path":"php/fann_run.html","desc":"将通过神经网络运行输入。"}, "fann_save":{"name":"fann_save","type":"","path":"php/fann_save.html","desc":"将整个网络保存至配置文件。"}, "fann_save_train":{"name":"fann_save_train","type":"","path":"php/fann_save_train.html","desc":"将训练结构体保存至文件。"}, "fann_scale_input":{"name":"fann_scale_input","type":"","path":"php/fann_scale_input.html","desc":"在以前计算参数的基础上,在训练之前放大输入向量中的数据"}, "fann_scale_input_train_data":{"name":"fann_scale_input_train_data","type":"","path":"php/fann_scale_input_train_data.html","desc":"在训练数据中缩放输入至指定范围"}, "fann_scale_output":{"name":"fann_scale_output","type":"","path":"php/fann_scale_output.html","desc":"在以前计算参数的基础上,在训练之前放大输出向量中的数据"}, "fann_scale_output_train_data":{"name":"fann_scale_output_train_data","type":"","path":"php/fann_scale_output_train_data.html","desc":"在训练数据中缩放输出至指定范围"}, "fann_scale_train":{"name":"fann_scale_train","type":"","path":"php/fann_scale_train.html","desc":"在以前计算参数的基础上,缩放输入和输出数据"}, "fann_scale_train_data":{"name":"fann_scale_train_data","type":"","path":"php/fann_scale_train_data.html","desc":"在训练数据中缩放输入和输出到指定的范围"}, "fann_set_activation_function":{"name":"fann_set_activation_function","type":"","path":"php/fann_set_activation_function.html","desc":"为已应用的神经元和层设置激活函数"}, "fann_set_activation_function_hidden":{"name":"fann_set_activation_function_hidden","type":"","path":"php/fann_set_activation_function_hidden.html","desc":"为所有隐藏层设置激活函数"}, "fann_set_activation_function_layer":{"name":"fann_set_activation_function_layer","type":"","path":"php/fann_set_activation_function_layer.html","desc":"为已应用的层中所有的神经元设置激活函数。"}, "fann_set_activation_function_output":{"name":"fann_set_activation_function_output","type":"","path":"php/fann_set_activation_function_output.html","desc":"为输出层设置激活函数"}, "fann_set_activation_steepness":{"name":"fann_set_activation_steepness","type":"","path":"php/fann_set_activation_steepness.html","desc":"为提供的神经元和层设置激活陡度"}, "fann_set_activation_steepness_hidden":{"name":"fann_set_activation_steepness_hidden","type":"","path":"php/fann_set_activation_steepness_hidden.html","desc":"为所有隐藏层中所有的神经元设置激活函数陡度"}, "fann_set_activation_steepness_layer":{"name":"fann_set_activation_steepness_layer","type":"","path":"php/fann_set_activation_steepness_layer.html","desc":"为提供的层中所有的神经元设置激活陡度"}, "fann_set_activation_steepness_output":{"name":"fann_set_activation_steepness_output","type":"","path":"php/fann_set_activation_steepness_output.html","desc":"在输出层中设置激活陡度"}, "fann_set_bit_fail_limit":{"name":"fann_set_bit_fail_limit","type":"","path":"php/fann_set_bit_fail_limit.html","desc":"设置训练期间使用的误差"}, "fann_set_callback":{"name":"fann_set_callback","type":"","path":"php/fann_set_callback.html","desc":"设置训练期间使用的回调函数。"}, "fann_set_cascade_activation_functions":{"name":"fann_set_cascade_activation_functions","type":"","path":"php/fann_set_cascade_activation_functions.html","desc":"设置级联候选激活函数的数组"}, "fann_set_cascade_activation_steepnesses":{"name":"fann_set_cascade_activation_steepnesses","type":"","path":"php/fann_set_cascade_activation_steepnesses.html","desc":"设置级联候选激活陡度的数组。"}, "fann_set_cascade_candidate_change_fraction":{"name":"fann_set_cascade_candidate_change_fraction","type":"","path":"php/fann_set_cascade_candidate_change_fraction.html","desc":"设置级联候选更改分数"}, "fann_set_cascade_candidate_limit":{"name":"fann_set_cascade_candidate_limit","type":"","path":"php/fann_set_cascade_candidate_limit.html","desc":"设置候选限度"}, "fann_set_cascade_candidate_stagnation_epochs":{"name":"fann_set_cascade_candidate_stagnation_epochs","type":"","path":"php/fann_set_cascade_candidate_stagnation_epochs.html","desc":"设置级联候选停止周期数"}, "fann_set_cascade_max_cand_epochs":{"name":"fann_set_cascade_max_cand_epochs","type":"","path":"php/fann_set_cascade_max_cand_epochs.html","desc":"设置最大候选周期数"}, "fann_set_cascade_max_out_epochs":{"name":"fann_set_cascade_max_out_epochs","type":"","path":"php/fann_set_cascade_max_out_epochs.html","desc":"设置最大输出周期"}, "fann_set_cascade_min_cand_epochs":{"name":"fann_set_cascade_min_cand_epochs","type":"","path":"php/fann_set_cascade_min_cand_epochs.html","desc":"设置最小候选周期"}, "fann_set_cascade_min_out_epochs":{"name":"fann_set_cascade_min_out_epochs","type":"","path":"php/fann_set_cascade_min_out_epochs.html","desc":"设置最小输出周期"}, "fann_set_cascade_num_candidate_groups":{"name":"fann_set_cascade_num_candidate_groups","type":"","path":"php/fann_set_cascade_num_candidate_groups.html","desc":"设置候选组数量"}, "fann_set_cascade_output_change_fraction":{"name":"fann_set_cascade_output_change_fraction","type":"","path":"php/fann_set_cascade_output_change_fraction.html","desc":"设置级联输出改变分数"}, "fann_set_cascade_output_stagnation_epochs":{"name":"fann_set_cascade_output_stagnation_epochs","type":"","path":"php/fann_set_cascade_output_stagnation_epochs.html","desc":"设置级联输出停滞周期的值"}, "fann_set_cascade_weight_multiplier":{"name":"fann_set_cascade_weight_multiplier","type":"","path":"php/fann_set_cascade_weight_multiplier.html","desc":"设置权重因子"}, "fann_set_error_log":{"name":"fann_set_error_log","type":"","path":"php/fann_set_error_log.html","desc":"设置错误记录保存的位置。"}, "fann_set_input_scaling_params":{"name":"fann_set_input_scaling_params","type":"","path":"php/fann_set_input_scaling_params.html","desc":"根据训练数据计算将来使用的输入比例参数"}, "fann_set_learning_momentum":{"name":"fann_set_learning_momentum","type":"","path":"php/fann_set_learning_momentum.html","desc":"设置学习动量。"}, "fann_set_learning_rate":{"name":"fann_set_learning_rate","type":"","path":"php/fann_set_learning_rate.html","desc":"设置学习速率。"}, "fann_set_output_scaling_params":{"name":"fann_set_output_scaling_params","type":"","path":"php/fann_set_output_scaling_params.html","desc":"根据训练数据计算将来使用的输出缩放参数"}, "fann_set_quickprop_decay":{"name":"fann_set_quickprop_decay","type":"","path":"php/fann_set_quickprop_decay.html","desc":"设置quickprop算法衰减因子"}, "fann_set_quickprop_mu":{"name":"fann_set_quickprop_mu","type":"","path":"php/fann_set_quickprop_mu.html","desc":"设置 quickprop 算法放大因子"}, "fann_set_rprop_decrease_factor":{"name":"fann_set_rprop_decrease_factor","type":"","path":"php/fann_set_rprop_decrease_factor.html","desc":"使用 RPROP 算法训练时,设置下降因子"}, "fann_set_rprop_delta_max":{"name":"fann_set_rprop_delta_max","type":"","path":"php/fann_set_rprop_delta_max.html","desc":"设置最大步长"}, "fann_set_rprop_delta_min":{"name":"fann_set_rprop_delta_min","type":"","path":"php/fann_set_rprop_delta_min.html","desc":"设置最小步长"}, "fann_set_rprop_delta_zero":{"name":"fann_set_rprop_delta_zero","type":"","path":"php/fann_set_rprop_delta_zero.html","desc":"设置初始步长"}, "fann_set_rprop_increase_factor":{"name":"fann_set_rprop_increase_factor","type":"","path":"php/fann_set_rprop_increase_factor.html","desc":"使用 RPROP 算法训练时,设置增长因子"}, "fann_set_sarprop_step_error_shift":{"name":"fann_set_sarprop_step_error_shift","type":"","path":"php/fann_set_sarprop_step_error_shift.html","desc":"设置 sarprop 算法的步误差偏移量"}, "fann_set_sarprop_step_error_threshold_factor":{"name":"fann_set_sarprop_step_error_threshold_factor","type":"","path":"php/fann_set_sarprop_step_error_threshold_factor.html","desc":"设置 sarprop 算法的步误差阈值因子"}, "fann_set_sarprop_temperature":{"name":"fann_set_sarprop_temperature","type":"","path":"php/fann_set_sarprop_temperature.html","desc":"设置 sarprop 算法的温度"}, "fann_set_sarprop_weight_decay_shift":{"name":"fann_set_sarprop_weight_decay_shift","type":"","path":"php/fann_set_sarprop_weight_decay_shift.html","desc":"设置 sarprop 算法的权重衰减偏移值"}, "fann_set_scaling_params":{"name":"fann_set_scaling_params","type":"","path":"php/fann_set_scaling_params.html","desc":"根据训练数据计算输入和输出缩放参数以供将来使用"}, "fann_set_training_algorithm":{"name":"fann_set_training_algorithm","type":"","path":"php/fann_set_training_algorithm.html","desc":"设置训练算法。"}, "fann_set_train_error_function":{"name":"fann_set_train_error_function","type":"","path":"php/fann_set_train_error_function.html","desc":"设置训练期间使用的错误函数。"}, "fann_set_train_stop_function":{"name":"fann_set_train_stop_function","type":"","path":"php/fann_set_train_stop_function.html","desc":"设置训练期间使用的停止函数。"}, "fann_set_weight":{"name":"fann_set_weight","type":"","path":"php/fann_set_weight.html","desc":"在网络中设置一个连接。"}, "fann_set_weight_array":{"name":"fann_set_weight_array","type":"","path":"php/fann_set_weight_array.html","desc":"在网络中设置一个连接。"}, "fann_shuffle_train_data":{"name":"fann_shuffle_train_data","type":"","path":"php/fann_shuffle_train_data.html","desc":"打算训练数据,使顺序随机。"}, "fann_subset_train_data":{"name":"fann_subset_train_data","type":"","path":"php/fann_subset_train_data.html","desc":"返回一个训练数据子集的副本。"}, "fann_test":{"name":"fann_test","type":"","path":"php/fann_test.html","desc":"使用一组输入和一组期望的输出来测试。"}, "fann_test_data":{"name":"fann_test_data","type":"","path":"php/fann_test_data.html","desc":"使用训练数据来测试并且计算出 MSE ."}, "fann_train":{"name":"fann_train","type":"","path":"php/fann_train.html","desc":"使用一个输入集和一个期望的输出集来迭代训练一次。"}, "fann_train_epoch":{"name":"fann_train_epoch","type":"","path":"php/fann_train_epoch.html","desc":"使用一组训练数据训练一个周期。"}, "fann_train_on_data":{"name":"fann_train_on_data","type":"","path":"php/fann_train_on_data.html","desc":"在整个数据集上训练一段时间。"}, "fann_train_on_file":{"name":"fann_train_on_file","type":"","path":"php/fann_train_on_file.html","desc":"在从某个文件读取的整个数据集上训练一段时间。"}, "fastcgi_finish_request":{"name":"fastcgi_finish_request","type":"","path":"php/fastcgi_finish_request.html","desc":"冲刷(flush)所有响应的数据给客户端"}, "fbsql_affected_rows":{"name":"fbsql_affected_rows","type":"","path":"php/fbsql_affected_rows.html","desc":"Get number of affected rows in previous FrontBase operation"}, "fbsql_autocommit":{"name":"fbsql_autocommit","type":"","path":"php/fbsql_autocommit.html","desc":"Enable or disable autocommit"}, "fbsql_blob_size":{"name":"fbsql_blob_size","type":"","path":"php/fbsql_blob_size.html","desc":"Get the size of a BLOB"}, "fbsql_change_user":{"name":"fbsql_change_user","type":"","path":"php/fbsql_change_user.html","desc":"Change logged in user of the active connection"}, "fbsql_clob_size":{"name":"fbsql_clob_size","type":"","path":"php/fbsql_clob_size.html","desc":"Get the size of a CLOB"}, "fbsql_close":{"name":"fbsql_close","type":"","path":"php/fbsql_close.html","desc":"Close FrontBase connection"}, "fbsql_commit":{"name":"fbsql_commit","type":"","path":"php/fbsql_commit.html","desc":"Commits a transaction to the database"}, "fbsql_connect":{"name":"fbsql_connect","type":"","path":"php/fbsql_connect.html","desc":"Open a connection to a FrontBase Server"}, "fbsql_create_blob":{"name":"fbsql_create_blob","type":"","path":"php/fbsql_create_blob.html","desc":"Create a BLOB"}, "fbsql_create_clob":{"name":"fbsql_create_clob","type":"","path":"php/fbsql_create_clob.html","desc":"Create a CLOB"}, "fbsql_create_db":{"name":"fbsql_create_db","type":"","path":"php/fbsql_create_db.html","desc":"Create a FrontBase database"}, "fbsql_database":{"name":"fbsql_database","type":"","path":"php/fbsql_database.html","desc":"Get or set the database name used with a connection"}, "fbsql_database_password":{"name":"fbsql_database_password","type":"","path":"php/fbsql_database_password.html","desc":"Sets or retrieves the password for a FrontBase database"}, "fbsql_data_seek":{"name":"fbsql_data_seek","type":"","path":"php/fbsql_data_seek.html","desc":"Move internal result pointer"}, "fbsql_db_query":{"name":"fbsql_db_query","type":"","path":"php/fbsql_db_query.html","desc":"Send a FrontBase query"}, "fbsql_db_status":{"name":"fbsql_db_status","type":"","path":"php/fbsql_db_status.html","desc":"Get the status for a given database"}, "fbsql_drop_db":{"name":"fbsql_drop_db","type":"","path":"php/fbsql_drop_db.html","desc":"Drop (delete) a FrontBase database"}, "fbsql_errno":{"name":"fbsql_errno","type":"","path":"php/fbsql_errno.html","desc":"Returns the error number from previous operation"}, "fbsql_error":{"name":"fbsql_error","type":"","path":"php/fbsql_error.html","desc":"Returns the error message from previous operation"}, "fbsql_fetch_array":{"name":"fbsql_fetch_array","type":"","path":"php/fbsql_fetch_array.html","desc":"Fetch a result row as an associative array, a numeric array, or both"}, "fbsql_fetch_assoc":{"name":"fbsql_fetch_assoc","type":"","path":"php/fbsql_fetch_assoc.html","desc":"Fetch a result row as an associative array"}, "fbsql_fetch_field":{"name":"fbsql_fetch_field","type":"","path":"php/fbsql_fetch_field.html","desc":"Get column information from a result and return as an object"}, "fbsql_fetch_lengths":{"name":"fbsql_fetch_lengths","type":"","path":"php/fbsql_fetch_lengths.html","desc":"Get the length of each output in a result"}, "fbsql_fetch_object":{"name":"fbsql_fetch_object","type":"","path":"php/fbsql_fetch_object.html","desc":"Fetch a result row as an object"}, "fbsql_fetch_row":{"name":"fbsql_fetch_row","type":"","path":"php/fbsql_fetch_row.html","desc":"Get a result row as an enumerated array"}, "fbsql_field_flags":{"name":"fbsql_field_flags","type":"","path":"php/fbsql_field_flags.html","desc":"Get the flags associated with the specified field in a result"}, "fbsql_field_len":{"name":"fbsql_field_len","type":"","path":"php/fbsql_field_len.html","desc":"Returns the length of the specified field"}, "fbsql_field_name":{"name":"fbsql_field_name","type":"","path":"php/fbsql_field_name.html","desc":"Get the name of the specified field in a result"}, "fbsql_field_seek":{"name":"fbsql_field_seek","type":"","path":"php/fbsql_field_seek.html","desc":"Set result pointer to a specified field offset"}, "fbsql_field_table":{"name":"fbsql_field_table","type":"","path":"php/fbsql_field_table.html","desc":"Get name of the table the specified field is in"}, "fbsql_field_type":{"name":"fbsql_field_type","type":"","path":"php/fbsql_field_type.html","desc":"Get the type of the specified field in a result"}, "fbsql_free_result":{"name":"fbsql_free_result","type":"","path":"php/fbsql_free_result.html","desc":"Free result memory"}, "fbsql_get_autostart_info":{"name":"fbsql_get_autostart_info","type":"","path":"php/fbsql_get_autostart_info.html","desc":"说明"}, "fbsql_hostname":{"name":"fbsql_hostname","type":"","path":"php/fbsql_hostname.html","desc":"Get or set the host name used with a connection"}, "fbsql_insert_id":{"name":"fbsql_insert_id","type":"","path":"php/fbsql_insert_id.html","desc":"Get the id generated from the previous INSERT operation"}, "fbsql_list_dbs":{"name":"fbsql_list_dbs","type":"","path":"php/fbsql_list_dbs.html","desc":"List databases available on a FrontBase server"}, "fbsql_list_fields":{"name":"fbsql_list_fields","type":"","path":"php/fbsql_list_fields.html","desc":"List FrontBase result fields"}, "fbsql_list_tables":{"name":"fbsql_list_tables","type":"","path":"php/fbsql_list_tables.html","desc":"List tables in a FrontBase database"}, "fbsql_next_result":{"name":"fbsql_next_result","type":"","path":"php/fbsql_next_result.html","desc":"Move the internal result pointer to the next result"}, "fbsql_num_fields":{"name":"fbsql_num_fields","type":"","path":"php/fbsql_num_fields.html","desc":"Get number of fields in result"}, "fbsql_num_rows":{"name":"fbsql_num_rows","type":"","path":"php/fbsql_num_rows.html","desc":"Get number of rows in result"}, "fbsql_password":{"name":"fbsql_password","type":"","path":"php/fbsql_password.html","desc":"Get or set the user password used with a connection"}, "fbsql_pconnect":{"name":"fbsql_pconnect","type":"","path":"php/fbsql_pconnect.html","desc":"Open a persistent connection to a FrontBase Server"}, "fbsql_query":{"name":"fbsql_query","type":"","path":"php/fbsql_query.html","desc":"Send a FrontBase query"}, "fbsql_read_blob":{"name":"fbsql_read_blob","type":"","path":"php/fbsql_read_blob.html","desc":"Read a BLOB from the database"}, "fbsql_read_clob":{"name":"fbsql_read_clob","type":"","path":"php/fbsql_read_clob.html","desc":"Read a CLOB from the database"}, "fbsql_result":{"name":"fbsql_result","type":"","path":"php/fbsql_result.html","desc":"Get result data"}, "fbsql_rollback":{"name":"fbsql_rollback","type":"","path":"php/fbsql_rollback.html","desc":"Rollback a transaction to the database"}, "fbsql_rows_fetched":{"name":"fbsql_rows_fetched","type":"","path":"php/fbsql_rows_fetched.html","desc":"Get the number of rows affected by the last statement"}, "fbsql_select_db":{"name":"fbsql_select_db","type":"","path":"php/fbsql_select_db.html","desc":"Select a FrontBase database"}, "fbsql_set_characterset":{"name":"fbsql_set_characterset","type":"","path":"php/fbsql_set_characterset.html","desc":"Change inputoutput character set"}, "fbsql_set_lob_mode":{"name":"fbsql_set_lob_mode","type":"","path":"php/fbsql_set_lob_mode.html","desc":"Set the LOB retrieve mode for a FrontBase result set"}, "fbsql_set_password":{"name":"fbsql_set_password","type":"","path":"php/fbsql_set_password.html","desc":"Change the password for a given user"}, "fbsql_set_transaction":{"name":"fbsql_set_transaction","type":"","path":"php/fbsql_set_transaction.html","desc":"Set the transaction locking and isolation"}, "fbsql_start_db":{"name":"fbsql_start_db","type":"","path":"php/fbsql_start_db.html","desc":"Start a database on local or remote server"}, "fbsql_stop_db":{"name":"fbsql_stop_db","type":"","path":"php/fbsql_stop_db.html","desc":"Stop a database on local or remote server"}, "fbsql_tablename":{"name":"fbsql_tablename","type":"","path":"php/fbsql_tablename.html","desc":"别名 fbsql_table_name"}, "fbsql_table_name":{"name":"fbsql_table_name","type":"","path":"php/fbsql_table_name.html","desc":"Get table name of field"}, "fbsql_username":{"name":"fbsql_username","type":"","path":"php/fbsql_username.html","desc":"Get or set the username for the connection"}, "fbsql_warnings":{"name":"fbsql_warnings","type":"","path":"php/fbsql_warnings.html","desc":"Enable or disable FrontBase warnings"}, "fclose":{"name":"fclose","type":"","path":"php/fclose.html","desc":"关闭一个已打开的文件指针"}, "fdf_add_doc_javascript":{"name":"fdf_add_doc_javascript","type":"","path":"php/fdf_add_doc_javascript.html","desc":"Adds javascript code to the FDF document"}, "fdf_add_template":{"name":"fdf_add_template","type":"","path":"php/fdf_add_template.html","desc":"Adds a template into the FDF document"}, "fdf_close":{"name":"fdf_close","type":"","path":"php/fdf_close.html","desc":"Close an FDF document"}, "fdf_create":{"name":"fdf_create","type":"","path":"php/fdf_create.html","desc":"Create a new FDF document"}, "fdf_enum_values":{"name":"fdf_enum_values","type":"","path":"php/fdf_enum_values.html","desc":"Call a user defined function for each document value"}, "fdf_errno":{"name":"fdf_errno","type":"","path":"php/fdf_errno.html","desc":"Return error code for last fdf operation"}, "fdf_error":{"name":"fdf_error","type":"","path":"php/fdf_error.html","desc":"Return error description for FDF error code"}, "fdf_get_ap":{"name":"fdf_get_ap","type":"","path":"php/fdf_get_ap.html","desc":"Get the appearance of a field"}, "fdf_get_attachment":{"name":"fdf_get_attachment","type":"","path":"php/fdf_get_attachment.html","desc":"Extracts uploaded file embedded in the FDF"}, "fdf_get_encoding":{"name":"fdf_get_encoding","type":"","path":"php/fdf_get_encoding.html","desc":"Get the value of the Encoding key"}, "fdf_get_file":{"name":"fdf_get_file","type":"","path":"php/fdf_get_file.html","desc":"Get the value of the F key"}, "fdf_get_flags":{"name":"fdf_get_flags","type":"","path":"php/fdf_get_flags.html","desc":"Gets the flags of a field"}, "fdf_get_opt":{"name":"fdf_get_opt","type":"","path":"php/fdf_get_opt.html","desc":"Gets a value from the opt array of a field"}, "fdf_get_status":{"name":"fdf_get_status","type":"","path":"php/fdf_get_status.html","desc":"Get the value of the STATUS key"}, "fdf_get_value":{"name":"fdf_get_value","type":"","path":"php/fdf_get_value.html","desc":"Get the value of a field"}, "fdf_get_version":{"name":"fdf_get_version","type":"","path":"php/fdf_get_version.html","desc":"Gets version number for FDF API or file"}, "fdf_header":{"name":"fdf_header","type":"","path":"php/fdf_header.html","desc":"Sets FDF-specific output headers"}, "fdf_next_field_name":{"name":"fdf_next_field_name","type":"","path":"php/fdf_next_field_name.html","desc":"Get the next field name"}, "fdf_open":{"name":"fdf_open","type":"","path":"php/fdf_open.html","desc":"Open a FDF document"}, "fdf_open_string":{"name":"fdf_open_string","type":"","path":"php/fdf_open_string.html","desc":"Read a FDF document from a string"}, "fdf_remove_item":{"name":"fdf_remove_item","type":"","path":"php/fdf_remove_item.html","desc":"Sets target frame for form"}, "fdf_save":{"name":"fdf_save","type":"","path":"php/fdf_save.html","desc":"Save a FDF document"}, "fdf_save_string":{"name":"fdf_save_string","type":"","path":"php/fdf_save_string.html","desc":"Returns the FDF document as a string"}, "fdf_set_ap":{"name":"fdf_set_ap","type":"","path":"php/fdf_set_ap.html","desc":"Set the appearance of a field"}, "fdf_set_encoding":{"name":"fdf_set_encoding","type":"","path":"php/fdf_set_encoding.html","desc":"Sets FDF character encoding"}, "fdf_set_file":{"name":"fdf_set_file","type":"","path":"php/fdf_set_file.html","desc":"Set PDF document to display FDF data in"}, "fdf_set_flags":{"name":"fdf_set_flags","type":"","path":"php/fdf_set_flags.html","desc":"Sets a flag of a field"}, "fdf_set_javascript_action":{"name":"fdf_set_javascript_action","type":"","path":"php/fdf_set_javascript_action.html","desc":"Sets an javascript action of a field"}, "fdf_set_on_import_javascript":{"name":"fdf_set_on_import_javascript","type":"","path":"php/fdf_set_on_import_javascript.html","desc":"Adds javascript code to be executed when Acrobat opens the FDF"}, "fdf_set_opt":{"name":"fdf_set_opt","type":"","path":"php/fdf_set_opt.html","desc":"Sets an option of a field"}, "fdf_set_status":{"name":"fdf_set_status","type":"","path":"php/fdf_set_status.html","desc":"Set the value of the STATUS key"}, "fdf_set_submit_form_action":{"name":"fdf_set_submit_form_action","type":"","path":"php/fdf_set_submit_form_action.html","desc":"Sets a submit form action of a field"}, "fdf_set_target_frame":{"name":"fdf_set_target_frame","type":"","path":"php/fdf_set_target_frame.html","desc":"Set target frame for form display"}, "fdf_set_value":{"name":"fdf_set_value","type":"","path":"php/fdf_set_value.html","desc":"Set the value of a field"}, "fdf_set_version":{"name":"fdf_set_version","type":"","path":"php/fdf_set_version.html","desc":"Sets version number for a FDF file"}, "feof":{"name":"feof","type":"","path":"php/feof.html","desc":"测试文件指针是否到了文件结束的位置"}, "fflush":{"name":"fflush","type":"","path":"php/fflush.html","desc":"将缓冲内容输出到文件"}, "fgetc":{"name":"fgetc","type":"","path":"php/fgetc.html","desc":"从文件指针中读取字符"}, "fgetcsv":{"name":"fgetcsv","type":"","path":"php/fgetcsv.html","desc":"从文件指针中读入一行并解析 CSV 字段"}, "fgets":{"name":"fgets","type":"","path":"php/fgets.html","desc":"从文件指针中读取一行"}, "fgetss":{"name":"fgetss","type":"","path":"php/fgetss.html","desc":"从文件指针中读取一行并过滤掉 HTML 标记"}, "file":{"name":"file","type":"","path":"php/file.html","desc":"把整个文件读入一个数组中"}, "fileatime":{"name":"fileatime","type":"","path":"php/fileatime.html","desc":"取得文件的上次访问时间"}, "filectime":{"name":"filectime","type":"","path":"php/filectime.html","desc":"取得文件的 inode 修改时间"}, "filegroup":{"name":"filegroup","type":"","path":"php/filegroup.html","desc":"取得文件的组"}, "fileinode":{"name":"fileinode","type":"","path":"php/fileinode.html","desc":"取得文件的 inode"}, "filemtime":{"name":"filemtime","type":"","path":"php/filemtime.html","desc":"取得文件修改时间"}, "fileowner":{"name":"fileowner","type":"","path":"php/fileowner.html","desc":"取得文件的所有者"}, "fileperms":{"name":"fileperms","type":"","path":"php/fileperms.html","desc":"取得文件的权限"}, "filepro":{"name":"filepro","type":"","path":"php/filepro.html","desc":"Read and verify the map file"}, "filepro_fieldcount":{"name":"filepro_fieldcount","type":"","path":"php/filepro_fieldcount.html","desc":"Find out how many fields are in a filePro database"}, "filepro_fieldname":{"name":"filepro_fieldname","type":"","path":"php/filepro_fieldname.html","desc":"Gets the name of a field"}, "filepro_fieldtype":{"name":"filepro_fieldtype","type":"","path":"php/filepro_fieldtype.html","desc":"Gets the type of a field"}, "filepro_fieldwidth":{"name":"filepro_fieldwidth","type":"","path":"php/filepro_fieldwidth.html","desc":"Gets the width of a field"}, "filepro_retrieve":{"name":"filepro_retrieve","type":"","path":"php/filepro_retrieve.html","desc":"Retrieves data from a filePro database"}, "filepro_rowcount":{"name":"filepro_rowcount","type":"","path":"php/filepro_rowcount.html","desc":"Find out how many rows are in a filePro database"}, "filesize":{"name":"filesize","type":"","path":"php/filesize.html","desc":"取得文件大小"}, "filetype":{"name":"filetype","type":"","path":"php/filetype.html","desc":"取得文件类型"}, "file_exists":{"name":"file_exists","type":"","path":"php/file_exists.html","desc":"检查文件或目录是否存在"}, "file_get_contents":{"name":"file_get_contents","type":"","path":"php/file_get_contents.html","desc":"将整个文件读入一个字符串"}, "file_put_contents":{"name":"file_put_contents","type":"","path":"php/file_put_contents.html","desc":"将一个字符串写入文件"}, "filter_has_var":{"name":"filter_has_var","type":"","path":"php/filter_has_var.html","desc":"检测是否存在指定类型的变量"}, "filter_id":{"name":"filter_id","type":"","path":"php/filter_id.html","desc":"返回与某个特定名称的过滤器相关联的id"}, "filter_input":{"name":"filter_input","type":"","path":"php/filter_input.html","desc":"通过名称获取特定的外部变量,并且可以通过过滤器处理它"}, "filter_input_array":{"name":"filter_input_array","type":"","path":"php/filter_input_array.html","desc":"获取一系列外部变量,并且可以通过过滤器处理它们"}, "filter_list":{"name":"filter_list","type":"","path":"php/filter_list.html","desc":"返回所支持的过滤器列表"}, "filter_var":{"name":"filter_var","type":"","path":"php/filter_var.html","desc":"使用特定的过滤器过滤一个变量"}, "filter_var_array":{"name":"filter_var_array","type":"","path":"php/filter_var_array.html","desc":"获取多个变量并且过滤它们"}, "finfo_buffer":{"name":"finfo_buffer","type":"","path":"php/finfo_buffer.html","desc":"返回一个字符串缓冲区的信息"}, "finfo_close":{"name":"finfo_close","type":"","path":"php/finfo_close.html","desc":"关闭 fileinfo 资源"}, "finfo_file":{"name":"finfo_file","type":"","path":"php/finfo_file.html","desc":"返回一个文件的信息"}, "finfo_open":{"name":"finfo_open","type":"","path":"php/finfo_open.html","desc":"创建一个 fileinfo 资源"}, "finfo_set_flags":{"name":"finfo_set_flags","type":"","path":"php/finfo_set_flags.html","desc":"设置 libmagic 配置选项"}, "floatval":{"name":"floatval","type":"","path":"php/floatval.html","desc":"获取变量的浮点值"}, "flock":{"name":"flock","type":"","path":"php/flock.html","desc":"轻便的咨询文件锁定"}, "floor":{"name":"floor","type":"","path":"php/floor.html","desc":"舍去法取整"}, "flush":{"name":"flush","type":"","path":"php/flush.html","desc":"刷新输出缓冲"}, "fmod":{"name":"fmod","type":"","path":"php/fmod.html","desc":"返回除法的浮点数余数"}, "fnmatch":{"name":"fnmatch","type":"","path":"php/fnmatch.html","desc":"用模式匹配文件名"}, "fopen":{"name":"fopen","type":"","path":"php/fopen.html","desc":"打开文件或者 URL"}, "forward_static_call":{"name":"forward_static_call","type":"","path":"php/forward_static_call.html","desc":"Call a static method"}, "forward_static_call_array":{"name":"forward_static_call_array","type":"","path":"php/forward_static_call_array.html","desc":"Call a static method and pass the arguments as array"}, "fpassthru":{"name":"fpassthru","type":"","path":"php/fpassthru.html","desc":"输出文件指针处的所有剩余数据"}, "fprintf":{"name":"fprintf","type":"","path":"php/fprintf.html","desc":"将格式化后的字符串写入到流"}, "fputcsv":{"name":"fputcsv","type":"","path":"php/fputcsv.html","desc":"将行格式化为 CSV 并写入文件指针"}, "fputs":{"name":"fputs","type":"","path":"php/fputs.html","desc":"fwrite 的别名"}, "fread":{"name":"fread","type":"","path":"php/fread.html","desc":"读取文件(可安全用于二进制文件)"}, "frenchtojd":{"name":"frenchtojd","type":"","path":"php/frenchtojd.html","desc":"从一个French Republican历法的日期得到Julian Day计数。"}, "fribidi_log2vis":{"name":"fribidi_log2vis","type":"","path":"php/fribidi_log2vis.html","desc":"Convert a logical string to a visual one"}, "fscanf":{"name":"fscanf","type":"","path":"php/fscanf.html","desc":"从文件中格式化输入"}, "fseek":{"name":"fseek","type":"","path":"php/fseek.html","desc":"在文件指针中定位"}, "fsockopen":{"name":"fsockopen","type":"","path":"php/fsockopen.html","desc":"打开一个网络连接或者一个Unix套接字连接"}, "fstat":{"name":"fstat","type":"","path":"php/fstat.html","desc":"通过已打开的文件指针取得文件信息"}, "ftell":{"name":"ftell","type":"","path":"php/ftell.html","desc":"返回文件指针读写的位置"}, "ftok":{"name":"ftok","type":"","path":"php/ftok.html","desc":"Convert a pathname and a project identifier to a System V IPC key"}, "ftp_alloc":{"name":"ftp_alloc","type":"","path":"php/ftp_alloc.html","desc":"为要上传的文件分配空间"}, "ftp_append":{"name":"ftp_append","type":"","path":"php/ftp_append.html","desc":"Append content of a file a another file on the FTP server"}, "ftp_cdup":{"name":"ftp_cdup","type":"","path":"php/ftp_cdup.html","desc":"切换到当前目录的父目录"}, "ftp_chdir":{"name":"ftp_chdir","type":"","path":"php/ftp_chdir.html","desc":"在 FTP 服务器上改变当前目录"}, "ftp_chmod":{"name":"ftp_chmod","type":"","path":"php/ftp_chmod.html","desc":"设置 FTP 服务器上的文件权限"}, "ftp_close":{"name":"ftp_close","type":"","path":"php/ftp_close.html","desc":"关闭一个 FTP 连接"}, "ftp_connect":{"name":"ftp_connect","type":"","path":"php/ftp_connect.html","desc":"建立一个新的 FTP 连接"}, "ftp_delete":{"name":"ftp_delete","type":"","path":"php/ftp_delete.html","desc":"删除 FTP 服务器上的一个文件"}, "ftp_exec":{"name":"ftp_exec","type":"","path":"php/ftp_exec.html","desc":"请求运行一条 FTP 命令"}, "ftp_fget":{"name":"ftp_fget","type":"","path":"php/ftp_fget.html","desc":"从 FTP 服务器上下载一个文件并保存到本地一个已经打开的文件中"}, "ftp_fput":{"name":"ftp_fput","type":"","path":"php/ftp_fput.html","desc":"上传一个已经打开的文件到 FTP 服务器"}, "ftp_get":{"name":"ftp_get","type":"","path":"php/ftp_get.html","desc":"从 FTP 服务器上下载一个文件"}, "ftp_get_option":{"name":"ftp_get_option","type":"","path":"php/ftp_get_option.html","desc":"返回当前 FTP 连接的各种不同的选项设置"}, "ftp_login":{"name":"ftp_login","type":"","path":"php/ftp_login.html","desc":"登录 FTP 服务器"}, "ftp_mdtm":{"name":"ftp_mdtm","type":"","path":"php/ftp_mdtm.html","desc":"返回指定文件的最后修改时间"}, "ftp_mkdir":{"name":"ftp_mkdir","type":"","path":"php/ftp_mkdir.html","desc":"建立新目录"}, "ftp_mlsd":{"name":"ftp_mlsd","type":"","path":"php/ftp_mlsd.html","desc":"Returns a list of files in the given directory"}, "ftp_nb_continue":{"name":"ftp_nb_continue","type":"","path":"php/ftp_nb_continue.html","desc":"连续获取/发送文件(non-blocking)"}, "ftp_nb_fget":{"name":"ftp_nb_fget","type":"","path":"php/ftp_nb_fget.html","desc":"从 FTP 服务器获取文件并写入到一个打开的文件(非阻塞)"}, "ftp_nb_fput":{"name":"ftp_nb_fput","type":"","path":"php/ftp_nb_fput.html","desc":"将文件存储到 FTP 服务器 (非阻塞)"}, "ftp_nb_get":{"name":"ftp_nb_get","type":"","path":"php/ftp_nb_get.html","desc":"从 FTP 服务器上获取文件并写入本地文件(non-blocking)"}, "ftp_nb_put":{"name":"ftp_nb_put","type":"","path":"php/ftp_nb_put.html","desc":"存储一个文件至 FTP 服务器(non-blocking)"}, "ftp_nlist":{"name":"ftp_nlist","type":"","path":"php/ftp_nlist.html","desc":"返回给定目录的文件列表"}, "ftp_pasv":{"name":"ftp_pasv","type":"","path":"php/ftp_pasv.html","desc":"返回当前 FTP 被动模式是否打开"}, "ftp_put":{"name":"ftp_put","type":"","path":"php/ftp_put.html","desc":"上传文件到 FTP 服务器"}, "ftp_pwd":{"name":"ftp_pwd","type":"","path":"php/ftp_pwd.html","desc":"返回当前目录名"}, "ftp_quit":{"name":"ftp_quit","type":"","path":"php/ftp_quit.html","desc":"ftp_close 的 别名"}, "ftp_raw":{"name":"ftp_raw","type":"","path":"php/ftp_raw.html","desc":"向 FTP 服务器发送命令"}, "ftp_rawlist":{"name":"ftp_rawlist","type":"","path":"php/ftp_rawlist.html","desc":"返回指定目录下文件的详细列表"}, "ftp_rename":{"name":"ftp_rename","type":"","path":"php/ftp_rename.html","desc":"更改 FTP 服务器上的文件或目录名"}, "ftp_rmdir":{"name":"ftp_rmdir","type":"","path":"php/ftp_rmdir.html","desc":"删除 FTP 服务器上的一个目录"}, "ftp_set_option":{"name":"ftp_set_option","type":"","path":"php/ftp_set_option.html","desc":"设置各种 FTP 运行时选项"}, "ftp_site":{"name":"ftp_site","type":"","path":"php/ftp_site.html","desc":"向服务器发送 SITE 命令"}, "ftp_size":{"name":"ftp_size","type":"","path":"php/ftp_size.html","desc":"返回指定文件的大小"}, "ftp_ssl_connect":{"name":"ftp_ssl_connect","type":"","path":"php/ftp_ssl_connect.html","desc":"打开 SSL-FTP 连接"}, "ftp_systype":{"name":"ftp_systype","type":"","path":"php/ftp_systype.html","desc":"返回远程 FTP 服务器的操作系统类型"}, "ftruncate":{"name":"ftruncate","type":"","path":"php/ftruncate.html","desc":"将文件截断到给定的长度"}, "function_exists":{"name":"function_exists","type":"","path":"php/function_exists.html","desc":"如果给定的函数已经被定义就返回 TRUE"}, "func_get_arg":{"name":"func_get_arg","type":"","path":"php/func_get_arg.html","desc":"返回参数列表的某一项"}, "func_get_args":{"name":"func_get_args","type":"","path":"php/func_get_args.html","desc":"返回一个包含函数参数列表的数组"}, "func_num_args":{"name":"func_num_args","type":"","path":"php/func_num_args.html","desc":"Returns the number of arguments passed to the function"}, "fwrite":{"name":"fwrite","type":"","path":"php/fwrite.html","desc":"写入文件(可安全用于二进制文件)"}, "gc_collect_cycles":{"name":"gc_collect_cycles","type":"","path":"php/gc_collect_cycles.html","desc":"强制收集所有现存的垃圾循环周期"}, "gc_disable":{"name":"gc_disable","type":"","path":"php/gc_disable.html","desc":"停用循环引用收集器"}, "gc_enable":{"name":"gc_enable","type":"","path":"php/gc_enable.html","desc":"激活循环引用收集器"}, "gc_enabled":{"name":"gc_enabled","type":"","path":"php/gc_enabled.html","desc":"返回循环引用计数器的状态"}, "gc_mem_caches":{"name":"gc_mem_caches","type":"","path":"php/gc_mem_caches.html","desc":"Reclaims memory used by the Zend Engine memory manager"}, "gc_status":{"name":"gc_status","type":"","path":"php/gc_status.html","desc":"Gets information about the garbage collector"}, "gd_info":{"name":"gd_info","type":"","path":"php/gd_info.html","desc":"取得当前安装的 GD 库的信息"}, "geoip_asnum_by_name":{"name":"geoip_asnum_by_name","type":"","path":"php/geoip_asnum_by_name.html","desc":"获取自治系统号(ASN)"}, "geoip_continent_code_by_name":{"name":"geoip_continent_code_by_name","type":"","path":"php/geoip_continent_code_by_name.html","desc":"获取七大洲的大写字母简称"}, "geoip_country_code3_by_name":{"name":"geoip_country_code3_by_name","type":"","path":"php/geoip_country_code3_by_name.html","desc":"获取三个字母组成的国家简称"}, "geoip_country_code_by_name":{"name":"geoip_country_code_by_name","type":"","path":"php/geoip_country_code_by_name.html","desc":"获取国家代码"}, "geoip_country_name_by_name":{"name":"geoip_country_name_by_name","type":"","path":"php/geoip_country_name_by_name.html","desc":"获取国家的全称"}, "geoip_database_info":{"name":"geoip_database_info","type":"","path":"php/geoip_database_info.html","desc":"获取 GeoIP 数据库的信息"}, "geoip_db_avail":{"name":"geoip_db_avail","type":"","path":"php/geoip_db_avail.html","desc":"GeoIP 数据库是否可用"}, "geoip_db_filename":{"name":"geoip_db_filename","type":"","path":"php/geoip_db_filename.html","desc":"返回 GeoIP 数据库相对应的文件名"}, "geoip_db_get_all_info":{"name":"geoip_db_get_all_info","type":"","path":"php/geoip_db_get_all_info.html","desc":"返回所有 GeoIP 数据库类型的详细信息"}, "geoip_domain_by_name":{"name":"geoip_domain_by_name","type":"","path":"php/geoip_domain_by_name.html","desc":"获取二级域名"}, "geoip_id_by_name":{"name":"geoip_id_by_name","type":"","path":"php/geoip_id_by_name.html","desc":"获取网络连接类型"}, "geoip_isp_by_name":{"name":"geoip_isp_by_name","type":"","path":"php/geoip_isp_by_name.html","desc":"获取 ISP (网络服务提供商)的名称"}, "geoip_netspeedcell_by_name":{"name":"geoip_netspeedcell_by_name","type":"","path":"php/geoip_netspeedcell_by_name.html","desc":"获取网络连接速度"}, "geoip_org_by_name":{"name":"geoip_org_by_name","type":"","path":"php/geoip_org_by_name.html","desc":"获取机构的名称"}, "geoip_record_by_name":{"name":"geoip_record_by_name","type":"","path":"php/geoip_record_by_name.html","desc":"返回 GeoIP 数据库中详细的城市信息"}, "geoip_region_by_name":{"name":"geoip_region_by_name","type":"","path":"php/geoip_region_by_name.html","desc":"获取国家和地区代码"}, "geoip_region_name_by_code":{"name":"geoip_region_name_by_code","type":"","path":"php/geoip_region_name_by_code.html","desc":"返回给定的国家和地区代码组合所对应的地区名称"}, "geoip_setup_custom_directory":{"name":"geoip_setup_custom_directory","type":"","path":"php/geoip_setup_custom_directory.html","desc":"自定义 GeoIP 数据库的目录"}, "geoip_time_zone_by_country_and_region":{"name":"geoip_time_zone_by_country_and_region","type":"","path":"php/geoip_time_zone_by_country_and_region.html","desc":"返回国家和地区的时区"}, "getallheaders":{"name":"getallheaders","type":"","path":"php/getallheaders.html","desc":"获取全部 HTTP 请求头信息"}, "getcwd":{"name":"getcwd","type":"","path":"php/getcwd.html","desc":"取得当前工作目录"}, "getdate":{"name":"getdate","type":"","path":"php/getdate.html","desc":"取得日期/时间信息"}, "getenv":{"name":"getenv","type":"","path":"php/getenv.html","desc":"获取一个环境变量的值"}, "gethostbyaddr":{"name":"gethostbyaddr","type":"","path":"php/gethostbyaddr.html","desc":"获取指定的IP地址对应的主机名"}, "gethostbyname":{"name":"gethostbyname","type":"","path":"php/gethostbyname.html","desc":"返回主机名对应的 IPv4地址。"}, "gethostbynamel":{"name":"gethostbynamel","type":"","path":"php/gethostbynamel.html","desc":"获取互联网主机名对应的 IPv4 地址列表"}, "gethostname":{"name":"gethostname","type":"","path":"php/gethostname.html","desc":"获取主机名"}, "getimagesize":{"name":"getimagesize","type":"","path":"php/getimagesize.html","desc":"取得图像大小"}, "getimagesizefromstring":{"name":"getimagesizefromstring","type":"","path":"php/getimagesizefromstring.html","desc":"从字符串中获取图像尺寸信息"}, "getlastmod":{"name":"getlastmod","type":"","path":"php/getlastmod.html","desc":"获取页面最后修改的时间"}, "getmxrr":{"name":"getmxrr","type":"","path":"php/getmxrr.html","desc":"获取互联网主机名对应的 MX 记录"}, "getmygid":{"name":"getmygid","type":"","path":"php/getmygid.html","desc":"获取当前 PHP 脚本拥有者的 GID"}, "getmyinode":{"name":"getmyinode","type":"","path":"php/getmyinode.html","desc":"获取当前脚本的索引节点(inode)"}, "getmypid":{"name":"getmypid","type":"","path":"php/getmypid.html","desc":"获取 PHP 进程的 ID"}, "getmyuid":{"name":"getmyuid","type":"","path":"php/getmyuid.html","desc":"获取 PHP 脚本所有者的 UID"}, "getopt":{"name":"getopt","type":"","path":"php/getopt.html","desc":"从命令行参数列表中获取选项"}, "getprotobyname":{"name":"getprotobyname","type":"","path":"php/getprotobyname.html","desc":"Get protocol number associated with protocol name"}, "getprotobynumber":{"name":"getprotobynumber","type":"","path":"php/getprotobynumber.html","desc":"Get protocol name associated with protocol number"}, "getrandmax":{"name":"getrandmax","type":"","path":"php/getrandmax.html","desc":"显示随机数最大的可能值"}, "getrusage":{"name":"getrusage","type":"","path":"php/getrusage.html","desc":"获取当前资源使用状况"}, "getservbyname":{"name":"getservbyname","type":"","path":"php/getservbyname.html","desc":"获取互联网服务协议对应的端口"}, "getservbyport":{"name":"getservbyport","type":"","path":"php/getservbyport.html","desc":"Get Internet service which corresponds to port and protocol"}, "gettext":{"name":"gettext","type":"","path":"php/gettext.html","desc":"Lookup a message in the current domain"}, "gettimeofday":{"name":"gettimeofday","type":"","path":"php/gettimeofday.html","desc":"取得当前时间"}, "gettype":{"name":"gettype","type":"","path":"php/gettype.html","desc":"获取变量的类型"}, "get_browser":{"name":"get_browser","type":"","path":"php/get_browser.html","desc":"获取浏览器具有的功能"}, "get_called_class":{"name":"get_called_class","type":"","path":"php/get_called_class.html","desc":"后期静态绑定("Late Static Binding")类的名称"}, "get_cfg_var":{"name":"get_cfg_var","type":"","path":"php/get_cfg_var.html","desc":"获取 PHP 配置选项的值"}, "get_class":{"name":"get_class","type":"","path":"php/get_class.html","desc":"返回对象的类名"}, "get_class_methods":{"name":"get_class_methods","type":"","path":"php/get_class_methods.html","desc":"返回由类的方法名组成的数组"}, "get_class_vars":{"name":"get_class_vars","type":"","path":"php/get_class_vars.html","desc":"返回由类的默认属性组成的数组"}, "get_current_user":{"name":"get_current_user","type":"","path":"php/get_current_user.html","desc":"获取当前 PHP 脚本所有者名称"}, "get_declared_classes":{"name":"get_declared_classes","type":"","path":"php/get_declared_classes.html","desc":"返回由已定义类的名字所组成的数组"}, "get_declared_interfaces":{"name":"get_declared_interfaces","type":"","path":"php/get_declared_interfaces.html","desc":"返回一个数组包含所有已声明的接口"}, "get_declared_traits":{"name":"get_declared_traits","type":"","path":"php/get_declared_traits.html","desc":"返回所有已定义的 traits 的数组"}, "get_defined_constants":{"name":"get_defined_constants","type":"","path":"php/get_defined_constants.html","desc":"返回所有常量的关联数组,键是常量名,值是常量值"}, "get_defined_functions":{"name":"get_defined_functions","type":"","path":"php/get_defined_functions.html","desc":"返回所有已定义函数的数组"}, "get_defined_vars":{"name":"get_defined_vars","type":"","path":"php/get_defined_vars.html","desc":"返回由所有已定义变量所组成的数组"}, "get_extension_funcs":{"name":"get_extension_funcs","type":"","path":"php/get_extension_funcs.html","desc":"返回模块函数名称的数组"}, "get_function_translation_table":{"name":"get_function_translation_table","type":"","path":"php/get_function_translation_table.html","desc":"返回使用 htmlspecialchars 和 htmlentities 后的转换表"}, "get_headers":{"name":"get_headers","type":"","path":"php/get_headers.html","desc":"取得服务器响应一个 HTTP 请求所发送的所有标头"}, "get_included_files":{"name":"get_included_files","type":"","path":"php/get_included_files.html","desc":"返回被 include 和 require 文件名的 array"}, "get_include_path":{"name":"get_include_path","type":"","path":"php/get_include_path.html","desc":"获取当前的 include_path 配置选项"}, "get_loaded_extensions":{"name":"get_loaded_extensions","type":"","path":"php/get_loaded_extensions.html","desc":"返回所有编译并加载模块名的 array"}, "get_magic_quotes_gpc":{"name":"get_magic_quotes_gpc","type":"","path":"php/get_magic_quotes_gpc.html","desc":"获取当前 magic_quotes_gpc 的配置选项设置"}, "get_magic_quotes_runtime":{"name":"get_magic_quotes_runtime","type":"","path":"php/get_magic_quotes_runtime.html","desc":"获取当前 magic_quotes_runtime 配置选项的激活状态"}, "get_meta_tags":{"name":"get_meta_tags","type":"","path":"php/get_meta_tags.html","desc":"从一个文件中提取所有的 meta 标签 content 属性,返回一个数组"}, "get_object_vars":{"name":"get_object_vars","type":"","path":"php/get_object_vars.html","desc":"返回由对象属性组成的关联数组"}, "get_parent_class":{"name":"get_parent_class","type":"","path":"php/get_parent_class.html","desc":"返回对象或类的父类名"}, "get_required_files":{"name":"get_required_files","type":"","path":"php/get_required_files.html","desc":"别名 get_included_files"}, "get_resources":{"name":"get_resources","type":"","path":"php/get_resources.html","desc":"Returns active resources"}, "get_resource_type":{"name":"get_resource_type","type":"","path":"php/get_resource_type.html","desc":"返回资源(resource)类型"}, "glob":{"name":"glob","type":"","path":"php/glob.html","desc":"寻找与模式匹配的文件路径"}, "gmdate":{"name":"gmdate","type":"","path":"php/gmdate.html","desc":"格式化一个 GMTUTC 日期/时间"}, "gmmktime":{"name":"gmmktime","type":"","path":"php/gmmktime.html","desc":"取得 GMT 日期的 UNIX 时间戳"}, "gmp_abs":{"name":"gmp_abs","type":"","path":"php/gmp_abs.html","desc":"Absolute value"}, "gmp_add":{"name":"gmp_add","type":"","path":"php/gmp_add.html","desc":"Add numbers"}, "gmp_and":{"name":"gmp_and","type":"","path":"php/gmp_and.html","desc":"Bitwise AND"}, "gmp_binomial":{"name":"gmp_binomial","type":"","path":"php/gmp_binomial.html","desc":"Calculates binomial coefficient"}, "gmp_clrbit":{"name":"gmp_clrbit","type":"","path":"php/gmp_clrbit.html","desc":"Clear bit"}, "gmp_cmp":{"name":"gmp_cmp","type":"","path":"php/gmp_cmp.html","desc":"Compare numbers"}, "gmp_com":{"name":"gmp_com","type":"","path":"php/gmp_com.html","desc":"Calculates one's complement"}, "gmp_div":{"name":"gmp_div","type":"","path":"php/gmp_div.html","desc":"别名 gmp_div_q"}, "gmp_divexact":{"name":"gmp_divexact","type":"","path":"php/gmp_divexact.html","desc":"Exact division of numbers"}, "gmp_div_q":{"name":"gmp_div_q","type":"","path":"php/gmp_div_q.html","desc":"Divide numbers"}, "gmp_div_qr":{"name":"gmp_div_qr","type":"","path":"php/gmp_div_qr.html","desc":"Divide numbers and get quotient and remainder"}, "gmp_div_r":{"name":"gmp_div_r","type":"","path":"php/gmp_div_r.html","desc":"Remainder of the division of numbers"}, "gmp_export":{"name":"gmp_export","type":"","path":"php/gmp_export.html","desc":"Export to a binary string"}, "gmp_fact":{"name":"gmp_fact","type":"","path":"php/gmp_fact.html","desc":"Factorial"}, "gmp_gcd":{"name":"gmp_gcd","type":"","path":"php/gmp_gcd.html","desc":"Calculate GCD"}, "gmp_gcdext":{"name":"gmp_gcdext","type":"","path":"php/gmp_gcdext.html","desc":"Calculate GCD and multipliers"}, "gmp_hamdist":{"name":"gmp_hamdist","type":"","path":"php/gmp_hamdist.html","desc":"Hamming distance"}, "gmp_import":{"name":"gmp_import","type":"","path":"php/gmp_import.html","desc":"Import from a binary string"}, "gmp_init":{"name":"gmp_init","type":"","path":"php/gmp_init.html","desc":"Create GMP number"}, "gmp_intval":{"name":"gmp_intval","type":"","path":"php/gmp_intval.html","desc":"Convert GMP number to integer"}, "gmp_invert":{"name":"gmp_invert","type":"","path":"php/gmp_invert.html","desc":"Inverse by modulo"}, "gmp_jacobi":{"name":"gmp_jacobi","type":"","path":"php/gmp_jacobi.html","desc":"Jacobi symbol"}, "gmp_kronecker":{"name":"gmp_kronecker","type":"","path":"php/gmp_kronecker.html","desc":"Kronecker symbol"}, "gmp_lcm":{"name":"gmp_lcm","type":"","path":"php/gmp_lcm.html","desc":"Calculate GCD"}, "gmp_legendre":{"name":"gmp_legendre","type":"","path":"php/gmp_legendre.html","desc":"Legendre symbol"}, "gmp_mod":{"name":"gmp_mod","type":"","path":"php/gmp_mod.html","desc":"Modulo operation"}, "gmp_mul":{"name":"gmp_mul","type":"","path":"php/gmp_mul.html","desc":"Multiply numbers"}, "gmp_neg":{"name":"gmp_neg","type":"","path":"php/gmp_neg.html","desc":"Negate number"}, "gmp_nextprime":{"name":"gmp_nextprime","type":"","path":"php/gmp_nextprime.html","desc":"Find next prime number"}, "gmp_or":{"name":"gmp_or","type":"","path":"php/gmp_or.html","desc":"Bitwise OR"}, "gmp_perfect_power":{"name":"gmp_perfect_power","type":"","path":"php/gmp_perfect_power.html","desc":"Perfect power check"}, "gmp_perfect_square":{"name":"gmp_perfect_square","type":"","path":"php/gmp_perfect_square.html","desc":"Perfect square check"}, "gmp_popcount":{"name":"gmp_popcount","type":"","path":"php/gmp_popcount.html","desc":"Population count"}, "gmp_pow":{"name":"gmp_pow","type":"","path":"php/gmp_pow.html","desc":"Raise number into power"}, "gmp_powm":{"name":"gmp_powm","type":"","path":"php/gmp_powm.html","desc":"Raise number into power with modulo"}, "gmp_prob_prime":{"name":"gmp_prob_prime","type":"","path":"php/gmp_prob_prime.html","desc":"Check if number is "probably prime""}, "gmp_random":{"name":"gmp_random","type":"","path":"php/gmp_random.html","desc":"Random number"}, "gmp_random_bits":{"name":"gmp_random_bits","type":"","path":"php/gmp_random_bits.html","desc":"Random number"}, "gmp_random_range":{"name":"gmp_random_range","type":"","path":"php/gmp_random_range.html","desc":"Random number"}, "gmp_random_seed":{"name":"gmp_random_seed","type":"","path":"php/gmp_random_seed.html","desc":"Sets the RNG seed"}, "gmp_root":{"name":"gmp_root","type":"","path":"php/gmp_root.html","desc":"Take the integer part of nth root"}, "gmp_rootrem":{"name":"gmp_rootrem","type":"","path":"php/gmp_rootrem.html","desc":"Take the integer part and remainder of nth root"}, "gmp_scan0":{"name":"gmp_scan0","type":"","path":"php/gmp_scan0.html","desc":"Scan for 0"}, "gmp_scan1":{"name":"gmp_scan1","type":"","path":"php/gmp_scan1.html","desc":"Scan for 1"}, "gmp_setbit":{"name":"gmp_setbit","type":"","path":"php/gmp_setbit.html","desc":"Set bit"}, "gmp_sign":{"name":"gmp_sign","type":"","path":"php/gmp_sign.html","desc":"Sign of number"}, "gmp_sqrt":{"name":"gmp_sqrt","type":"","path":"php/gmp_sqrt.html","desc":"Calculate square root"}, "gmp_sqrtrem":{"name":"gmp_sqrtrem","type":"","path":"php/gmp_sqrtrem.html","desc":"Square root with remainder"}, "gmp_strval":{"name":"gmp_strval","type":"","path":"php/gmp_strval.html","desc":"Convert GMP number to string"}, "gmp_sub":{"name":"gmp_sub","type":"","path":"php/gmp_sub.html","desc":"Subtract numbers"}, "gmp_testbit":{"name":"gmp_testbit","type":"","path":"php/gmp_testbit.html","desc":"Tests if a bit is set"}, "gmp_xor":{"name":"gmp_xor","type":"","path":"php/gmp_xor.html","desc":"Bitwise XOR"}, "gmstrftime":{"name":"gmstrftime","type":"","path":"php/gmstrftime.html","desc":"根据区域设置格式化 GMTUTC 时间/日期"}, "gnupg_adddecryptkey":{"name":"gnupg_adddecryptkey","type":"","path":"php/gnupg_adddecryptkey.html","desc":"Add a key for decryption"}, "gnupg_addencryptkey":{"name":"gnupg_addencryptkey","type":"","path":"php/gnupg_addencryptkey.html","desc":"Add a key for encryption"}, "gnupg_addsignkey":{"name":"gnupg_addsignkey","type":"","path":"php/gnupg_addsignkey.html","desc":"Add a key for signing"}, "gnupg_cleardecryptkeys":{"name":"gnupg_cleardecryptkeys","type":"","path":"php/gnupg_cleardecryptkeys.html","desc":"Removes all keys which were set for decryption before"}, "gnupg_clearencryptkeys":{"name":"gnupg_clearencryptkeys","type":"","path":"php/gnupg_clearencryptkeys.html","desc":"Removes all keys which were set for encryption before"}, "gnupg_clearsignkeys":{"name":"gnupg_clearsignkeys","type":"","path":"php/gnupg_clearsignkeys.html","desc":"Removes all keys which were set for signing before"}, "gnupg_decrypt":{"name":"gnupg_decrypt","type":"","path":"php/gnupg_decrypt.html","desc":"Decrypts a given text"}, "gnupg_decryptverify":{"name":"gnupg_decryptverify","type":"","path":"php/gnupg_decryptverify.html","desc":"Decrypts and verifies a given text"}, "gnupg_encrypt":{"name":"gnupg_encrypt","type":"","path":"php/gnupg_encrypt.html","desc":"Encrypts a given text"}, "gnupg_encryptsign":{"name":"gnupg_encryptsign","type":"","path":"php/gnupg_encryptsign.html","desc":"Encrypts and signs a given text"}, "gnupg_export":{"name":"gnupg_export","type":"","path":"php/gnupg_export.html","desc":"Exports a key"}, "gnupg_geterror":{"name":"gnupg_geterror","type":"","path":"php/gnupg_geterror.html","desc":"Returns the errortext, if a function fails"}, "gnupg_getprotocol":{"name":"gnupg_getprotocol","type":"","path":"php/gnupg_getprotocol.html","desc":"Returns the currently active protocol for all operations"}, "gnupg_import":{"name":"gnupg_import","type":"","path":"php/gnupg_import.html","desc":"Imports a key"}, "gnupg_init":{"name":"gnupg_init","type":"","path":"php/gnupg_init.html","desc":"Initialize a connection"}, "gnupg_keyinfo":{"name":"gnupg_keyinfo","type":"","path":"php/gnupg_keyinfo.html","desc":"Returns an array with information about all keys that matches the given pattern"}, "gnupg_setarmor":{"name":"gnupg_setarmor","type":"","path":"php/gnupg_setarmor.html","desc":"Toggle armored output"}, "gnupg_seterrormode":{"name":"gnupg_seterrormode","type":"","path":"php/gnupg_seterrormode.html","desc":"Sets the mode for error_reporting"}, "gnupg_setsignmode":{"name":"gnupg_setsignmode","type":"","path":"php/gnupg_setsignmode.html","desc":"Sets the mode for signing"}, "gnupg_sign":{"name":"gnupg_sign","type":"","path":"php/gnupg_sign.html","desc":"Signs a given text"}, "gnupg_verify":{"name":"gnupg_verify","type":"","path":"php/gnupg_verify.html","desc":"Verifies a signed text"}, "gopher_parsedir":{"name":"gopher_parsedir","type":"","path":"php/gopher_parsedir.html","desc":"Translate a gopher formatted directory entry into an associative array"}, "grapheme_extract":{"name":"grapheme_extract","type":"","path":"php/grapheme_extract.html","desc":"Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8"}, "grapheme_stripos":{"name":"grapheme_stripos","type":"","path":"php/grapheme_stripos.html","desc":"Find position (in grapheme units) of first occurrence of a case-insensitive string"}, "grapheme_stristr":{"name":"grapheme_stristr","type":"","path":"php/grapheme_stristr.html","desc":"Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack"}, "grapheme_strlen":{"name":"grapheme_strlen","type":"","path":"php/grapheme_strlen.html","desc":"Get string length in grapheme units"}, "grapheme_strpos":{"name":"grapheme_strpos","type":"","path":"php/grapheme_strpos.html","desc":"Find position (in grapheme units) of first occurrence of a string"}, "grapheme_strripos":{"name":"grapheme_strripos","type":"","path":"php/grapheme_strripos.html","desc":"Find position (in grapheme units) of last occurrence of a case-insensitive string"}, "grapheme_strrpos":{"name":"grapheme_strrpos","type":"","path":"php/grapheme_strrpos.html","desc":"Find position (in grapheme units) of last occurrence of a string"}, "grapheme_strstr":{"name":"grapheme_strstr","type":"","path":"php/grapheme_strstr.html","desc":"Returns part of haystack string from the first occurrence of needle to the end of haystack"}, "grapheme_substr":{"name":"grapheme_substr","type":"","path":"php/grapheme_substr.html","desc":"Return part of a string"}, "gregoriantojd":{"name":"gregoriantojd","type":"","path":"php/gregoriantojd.html","desc":"转变一个Gregorian历法日期到Julian Day计数"}, "gupnp_context_get_host_ip":{"name":"gupnp_context_get_host_ip","type":"","path":"php/gupnp_context_get_host_ip.html","desc":"Get the IP address"}, "gupnp_context_get_port":{"name":"gupnp_context_get_port","type":"","path":"php/gupnp_context_get_port.html","desc":"Get the port"}, "gupnp_context_get_subscription_timeout":{"name":"gupnp_context_get_subscription_timeout","type":"","path":"php/gupnp_context_get_subscription_timeout.html","desc":"Get the event subscription timeout"}, "gupnp_context_host_path":{"name":"gupnp_context_host_path","type":"","path":"php/gupnp_context_host_path.html","desc":"Start hosting"}, "gupnp_context_new":{"name":"gupnp_context_new","type":"","path":"php/gupnp_context_new.html","desc":"Create a new context"}, "gupnp_context_set_subscription_timeout":{"name":"gupnp_context_set_subscription_timeout","type":"","path":"php/gupnp_context_set_subscription_timeout.html","desc":"Sets the event subscription timeout"}, "gupnp_context_timeout_add":{"name":"gupnp_context_timeout_add","type":"","path":"php/gupnp_context_timeout_add.html","desc":"Sets a function to be called at regular intervals"}, "gupnp_context_unhost_path":{"name":"gupnp_context_unhost_path","type":"","path":"php/gupnp_context_unhost_path.html","desc":"Stop hosting"}, "gupnp_control_point_browse_start":{"name":"gupnp_control_point_browse_start","type":"","path":"php/gupnp_control_point_browse_start.html","desc":"Start browsing"}, "gupnp_control_point_browse_stop":{"name":"gupnp_control_point_browse_stop","type":"","path":"php/gupnp_control_point_browse_stop.html","desc":"Stop browsing"}, "gupnp_control_point_callback_set":{"name":"gupnp_control_point_callback_set","type":"","path":"php/gupnp_control_point_callback_set.html","desc":"Set control point callback"}, "gupnp_control_point_new":{"name":"gupnp_control_point_new","type":"","path":"php/gupnp_control_point_new.html","desc":"Create a new control point"}, "gupnp_device_action_callback_set":{"name":"gupnp_device_action_callback_set","type":"","path":"php/gupnp_device_action_callback_set.html","desc":"Set device callback function"}, "gupnp_device_info_get":{"name":"gupnp_device_info_get","type":"","path":"php/gupnp_device_info_get.html","desc":"Get info of root device"}, "gupnp_device_info_get_service":{"name":"gupnp_device_info_get_service","type":"","path":"php/gupnp_device_info_get_service.html","desc":"Get the service with type"}, "gupnp_root_device_get_available":{"name":"gupnp_root_device_get_available","type":"","path":"php/gupnp_root_device_get_available.html","desc":"Check whether root device is available"}, "gupnp_root_device_get_relative_location":{"name":"gupnp_root_device_get_relative_location","type":"","path":"php/gupnp_root_device_get_relative_location.html","desc":"Get the relative location of root device"}, "gupnp_root_device_new":{"name":"gupnp_root_device_new","type":"","path":"php/gupnp_root_device_new.html","desc":"Create a new root device"}, "gupnp_root_device_set_available":{"name":"gupnp_root_device_set_available","type":"","path":"php/gupnp_root_device_set_available.html","desc":"Set whether or not root_device is available"}, "gupnp_root_device_start":{"name":"gupnp_root_device_start","type":"","path":"php/gupnp_root_device_start.html","desc":"Start main loop"}, "gupnp_root_device_stop":{"name":"gupnp_root_device_stop","type":"","path":"php/gupnp_root_device_stop.html","desc":"Stop main loop"}, "gupnp_service_action_get":{"name":"gupnp_service_action_get","type":"","path":"php/gupnp_service_action_get.html","desc":"Retrieves the specified action arguments"}, "gupnp_service_action_return":{"name":"gupnp_service_action_return","type":"","path":"php/gupnp_service_action_return.html","desc":"Return successfully"}, "gupnp_service_action_return_error":{"name":"gupnp_service_action_return_error","type":"","path":"php/gupnp_service_action_return_error.html","desc":"Return error code"}, "gupnp_service_action_set":{"name":"gupnp_service_action_set","type":"","path":"php/gupnp_service_action_set.html","desc":"Sets the specified action return values"}, "gupnp_service_freeze_notify":{"name":"gupnp_service_freeze_notify","type":"","path":"php/gupnp_service_freeze_notify.html","desc":"Freeze new notifications"}, "gupnp_service_info_get":{"name":"gupnp_service_info_get","type":"","path":"php/gupnp_service_info_get.html","desc":"Get full info of service"}, "gupnp_service_info_get_introspection":{"name":"gupnp_service_info_get_introspection","type":"","path":"php/gupnp_service_info_get_introspection.html","desc":"Get resource introspection of service"}, "gupnp_service_introspection_get_state_variable":{"name":"gupnp_service_introspection_get_state_variable","type":"","path":"php/gupnp_service_introspection_get_state_variable.html","desc":"Returns the state variable data"}, "gupnp_service_notify":{"name":"gupnp_service_notify","type":"","path":"php/gupnp_service_notify.html","desc":"Notifies listening clients"}, "gupnp_service_proxy_action_get":{"name":"gupnp_service_proxy_action_get","type":"","path":"php/gupnp_service_proxy_action_get.html","desc":"Send action to the service and get value"}, "gupnp_service_proxy_action_set":{"name":"gupnp_service_proxy_action_set","type":"","path":"php/gupnp_service_proxy_action_set.html","desc":"Send action to the service and set value"}, "gupnp_service_proxy_add_notify":{"name":"gupnp_service_proxy_add_notify","type":"","path":"php/gupnp_service_proxy_add_notify.html","desc":"Sets up callback for variable change notification"}, "gupnp_service_proxy_callback_set":{"name":"gupnp_service_proxy_callback_set","type":"","path":"php/gupnp_service_proxy_callback_set.html","desc":"Set service proxy callback for signal"}, "gupnp_service_proxy_get_subscribed":{"name":"gupnp_service_proxy_get_subscribed","type":"","path":"php/gupnp_service_proxy_get_subscribed.html","desc":"Check whether subscription is valid to the service"}, "gupnp_service_proxy_remove_notify":{"name":"gupnp_service_proxy_remove_notify","type":"","path":"php/gupnp_service_proxy_remove_notify.html","desc":"Cancels the variable change notification"}, "gupnp_service_proxy_set_subscribed":{"name":"gupnp_service_proxy_set_subscribed","type":"","path":"php/gupnp_service_proxy_set_subscribed.html","desc":"(Un)subscribes to the service"}, "gupnp_service_thaw_notify":{"name":"gupnp_service_thaw_notify","type":"","path":"php/gupnp_service_thaw_notify.html","desc":"Sends out any pending notifications and stops queuing of new ones"}, "gzclose":{"name":"gzclose","type":"","path":"php/gzclose.html","desc":"Close an open gz-file pointer"}, "gzcompress":{"name":"gzcompress","type":"","path":"php/gzcompress.html","desc":"Compress a string"}, "gzdecode":{"name":"gzdecode","type":"","path":"php/gzdecode.html","desc":"Decodes a gzip compressed string"}, "gzdeflate":{"name":"gzdeflate","type":"","path":"php/gzdeflate.html","desc":"Deflate a string"}, "gzencode":{"name":"gzencode","type":"","path":"php/gzencode.html","desc":"Create a gzip compressed string"}, "gzeof":{"name":"gzeof","type":"","path":"php/gzeof.html","desc":"Test for EOF on a gz-file pointer"}, "gzfile":{"name":"gzfile","type":"","path":"php/gzfile.html","desc":"Read entire gz-file into an array"}, "gzgetc":{"name":"gzgetc","type":"","path":"php/gzgetc.html","desc":"Get character from gz-file pointer"}, "gzgets":{"name":"gzgets","type":"","path":"php/gzgets.html","desc":"Get line from file pointer"}, "gzgetss":{"name":"gzgetss","type":"","path":"php/gzgetss.html","desc":"Get line from gz-file pointer and strip HTML tags"}, "gzinflate":{"name":"gzinflate","type":"","path":"php/gzinflate.html","desc":"Inflate a deflated string"}, "gzopen":{"name":"gzopen","type":"","path":"php/gzopen.html","desc":"Open gz-file"}, "gzpassthru":{"name":"gzpassthru","type":"","path":"php/gzpassthru.html","desc":"Output all remaining data on a gz-file pointer"}, "gzputs":{"name":"gzputs","type":"","path":"php/gzputs.html","desc":"别名 gzwrite"}, "gzread":{"name":"gzread","type":"","path":"php/gzread.html","desc":"Binary-safe gz-file read"}, "gzrewind":{"name":"gzrewind","type":"","path":"php/gzrewind.html","desc":"Rewind the position of a gz-file pointer"}, "gzseek":{"name":"gzseek","type":"","path":"php/gzseek.html","desc":"Seek on a gz-file pointer"}, "gztell":{"name":"gztell","type":"","path":"php/gztell.html","desc":"Tell gz-file pointer readwrite position"}, "gzuncompress":{"name":"gzuncompress","type":"","path":"php/gzuncompress.html","desc":"Uncompress a compressed string"}, "gzwrite":{"name":"gzwrite","type":"","path":"php/gzwrite.html","desc":"Binary-safe gz-file write"}, "halt_compiler":{"name":"halt_compiler","type":"","path":"php/halt_compiler.html","desc":"中断编译器的执行"}, "hash":{"name":"hash","type":"","path":"php/hash.html","desc":"生成哈希值 (消息摘要)"}, "hash_algos":{"name":"hash_algos","type":"","path":"php/hash_algos.html","desc":"返回已注册的哈希算法列表"}, "hash_copy":{"name":"hash_copy","type":"","path":"php/hash_copy.html","desc":"拷贝哈希运算上下文"}, "hash_equals":{"name":"hash_equals","type":"","path":"php/hash_equals.html","desc":"可防止时序攻击的字符串比较"}, "hash_file":{"name":"hash_file","type":"","path":"php/hash_file.html","desc":"使用给定文件的内容生成哈希值"}, "hash_final":{"name":"hash_final","type":"","path":"php/hash_final.html","desc":"结束增量哈希,并且返回摘要结果"}, "hash_hkdf":{"name":"hash_hkdf","type":"","path":"php/hash_hkdf.html","desc":"Generate a HKDF key derivation of a supplied key input"}, "hash_hmac":{"name":"hash_hmac","type":"","path":"php/hash_hmac.html","desc":"使用 HMAC 方法生成带有密钥的哈希值"}, "hash_hmac_algos":{"name":"hash_hmac_algos","type":"","path":"php/hash_hmac_algos.html","desc":"Return a list of registered hashing algorithms suitable for hash_hmac"}, "hash_hmac_file":{"name":"hash_hmac_file","type":"","path":"php/hash_hmac_file.html","desc":"使用 HMAC 方法和给定文件的内容生成带密钥的哈希值"}, "hash_init":{"name":"hash_init","type":"","path":"php/hash_init.html","desc":"初始化增量哈希运算上下文"}, "hash_pbkdf2":{"name":"hash_pbkdf2","type":"","path":"php/hash_pbkdf2.html","desc":"生成所提供密码的 PBKDF2 密钥导出"}, "hash_update":{"name":"hash_update","type":"","path":"php/hash_update.html","desc":"向活跃的哈希运算上下文中填充数据"}, "hash_update_file":{"name":"hash_update_file","type":"","path":"php/hash_update_file.html","desc":"从文件向活跃的哈希运算上下文中填充数据"}, "hash_update_stream":{"name":"hash_update_stream","type":"","path":"php/hash_update_stream.html","desc":"从打开的流向活跃的哈希运算上下文中填充数据"}, "header":{"name":"header","type":"","path":"php/header.html","desc":"发送原生 HTTP 头"}, "headers_list":{"name":"headers_list","type":"","path":"php/headers_list.html","desc":"返回已发送的 HTTP 响应头(或准备发送的)"}, "headers_sent":{"name":"headers_sent","type":"","path":"php/headers_sent.html","desc":"检测 HTTP 头是否已经发送"}, "header_register_callback":{"name":"header_register_callback","type":"","path":"php/header_register_callback.html","desc":"调用一个 header 函数"}, "header_remove":{"name":"header_remove","type":"","path":"php/header_remove.html","desc":"删除之前设置的 HTTP 头"}, "hebrev":{"name":"hebrev","type":"","path":"php/hebrev.html","desc":"将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew)"}, "hebrevc":{"name":"hebrevc","type":"","path":"php/hebrevc.html","desc":"将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew),并且转换换行符"}, "hex2bin":{"name":"hex2bin","type":"","path":"php/hex2bin.html","desc":"转换十六进制字符串为二进制字符串"}, "hexdec":{"name":"hexdec","type":"","path":"php/hexdec.html","desc":"十六进制转换为十进制"}, "highlight_file":{"name":"highlight_file","type":"","path":"php/highlight_file.html","desc":"语法高亮一个文件"}, "highlight_string":{"name":"highlight_string","type":"","path":"php/highlight_string.html","desc":"字符串的语法高亮"}, "hrtime":{"name":"hrtime","type":"","path":"php/hrtime.html","desc":"Get the system's high resolution time"}, "htmlentities":{"name":"htmlentities","type":"","path":"php/htmlentities.html","desc":"将字符转换为 HTML 转义字符"}, "htmlspecialchars":{"name":"htmlspecialchars","type":"","path":"php/htmlspecialchars.html","desc":"将特殊字符转换为 HTML 实体"}, "htmlspecialchars_decode":{"name":"htmlspecialchars_decode","type":"","path":"php/htmlspecialchars_decode.html","desc":"将特殊的 HTML 实体转换回普通字符"}, "html_entity_decode":{"name":"html_entity_decode","type":"","path":"php/html_entity_decode.html","desc":"Convert HTML entities to their corresponding characters"}, "http_build_query":{"name":"http_build_query","type":"","path":"php/http_build_query.html","desc":"生成 URL-encode 之后的请求字符串"}, "http_response_code":{"name":"http_response_code","type":"","path":"php/http_response_code.html","desc":"获取设置响应的 HTTP 状态码"}, "hwapi_attribute_new":{"name":"hwapi_attribute_new","type":"","path":"php/hwapi_attribute_new.html","desc":"Creates instance of class hw_api_attribute"}, "hwapi_content_new":{"name":"hwapi_content_new","type":"","path":"php/hwapi_content_new.html","desc":"Create new instance of class hw_api_content"}, "hwapi_hgcsp":{"name":"hwapi_hgcsp","type":"","path":"php/hwapi_hgcsp.html","desc":"Returns object of class hw_api"}, "hwapi_object_new":{"name":"hwapi_object_new","type":"","path":"php/hwapi_object_new.html","desc":"Creates a new instance of class hwapi_object_new"}, "hypot":{"name":"hypot","type":"","path":"php/hypot.html","desc":"计算一直角三角形的斜边长度"}, "ibase_add_user":{"name":"ibase_add_user","type":"","path":"php/ibase_add_user.html","desc":"Add a user to a security database"}, "ibase_affected_rows":{"name":"ibase_affected_rows","type":"","path":"php/ibase_affected_rows.html","desc":"Return the number of rows that were affected by the previous query"}, "ibase_backup":{"name":"ibase_backup","type":"","path":"php/ibase_backup.html","desc":"Initiates a backup task in the service manager and returns immediately"}, "ibase_blob_add":{"name":"ibase_blob_add","type":"","path":"php/ibase_blob_add.html","desc":"Add data into a newly created blob"}, "ibase_blob_cancel":{"name":"ibase_blob_cancel","type":"","path":"php/ibase_blob_cancel.html","desc":"Cancel creating blob"}, "ibase_blob_close":{"name":"ibase_blob_close","type":"","path":"php/ibase_blob_close.html","desc":"Close blob"}, "ibase_blob_create":{"name":"ibase_blob_create","type":"","path":"php/ibase_blob_create.html","desc":"Create a new blob for adding data"}, "ibase_blob_echo":{"name":"ibase_blob_echo","type":"","path":"php/ibase_blob_echo.html","desc":"Output blob contents to browser"}, "ibase_blob_get":{"name":"ibase_blob_get","type":"","path":"php/ibase_blob_get.html","desc":"Get len bytes data from open blob"}, "ibase_blob_import":{"name":"ibase_blob_import","type":"","path":"php/ibase_blob_import.html","desc":"Create blob, copy file in it, and close it"}, "ibase_blob_info":{"name":"ibase_blob_info","type":"","path":"php/ibase_blob_info.html","desc":"Return blob length and other useful info"}, "ibase_blob_open":{"name":"ibase_blob_open","type":"","path":"php/ibase_blob_open.html","desc":"Open blob for retrieving data parts"}, "ibase_close":{"name":"ibase_close","type":"","path":"php/ibase_close.html","desc":"Close a connection to an InterBase database"}, "ibase_commit":{"name":"ibase_commit","type":"","path":"php/ibase_commit.html","desc":"Commit a transaction"}, "ibase_commit_ret":{"name":"ibase_commit_ret","type":"","path":"php/ibase_commit_ret.html","desc":"Commit a transaction without closing it"}, "ibase_connect":{"name":"ibase_connect","type":"","path":"php/ibase_connect.html","desc":"Open a connection to a database"}, "ibase_db_info":{"name":"ibase_db_info","type":"","path":"php/ibase_db_info.html","desc":"Request statistics about a database"}, "ibase_delete_user":{"name":"ibase_delete_user","type":"","path":"php/ibase_delete_user.html","desc":"Delete a user from a security database"}, "ibase_drop_db":{"name":"ibase_drop_db","type":"","path":"php/ibase_drop_db.html","desc":"Drops a database"}, "ibase_errcode":{"name":"ibase_errcode","type":"","path":"php/ibase_errcode.html","desc":"Return an error code"}, "ibase_errmsg":{"name":"ibase_errmsg","type":"","path":"php/ibase_errmsg.html","desc":"Return error messages"}, "ibase_execute":{"name":"ibase_execute","type":"","path":"php/ibase_execute.html","desc":"Execute a previously prepared query"}, "ibase_fetch_assoc":{"name":"ibase_fetch_assoc","type":"","path":"php/ibase_fetch_assoc.html","desc":"Fetch a result row from a query as an associative array"}, "ibase_fetch_object":{"name":"ibase_fetch_object","type":"","path":"php/ibase_fetch_object.html","desc":"Get an object from a InterBase database"}, "ibase_fetch_row":{"name":"ibase_fetch_row","type":"","path":"php/ibase_fetch_row.html","desc":"Fetch a row from an InterBase database"}, "ibase_field_info":{"name":"ibase_field_info","type":"","path":"php/ibase_field_info.html","desc":"Get information about a field"}, "ibase_free_event_handler":{"name":"ibase_free_event_handler","type":"","path":"php/ibase_free_event_handler.html","desc":"Cancels a registered event handler"}, "ibase_free_query":{"name":"ibase_free_query","type":"","path":"php/ibase_free_query.html","desc":"Free memory allocated by a prepared query"}, "ibase_free_result":{"name":"ibase_free_result","type":"","path":"php/ibase_free_result.html","desc":"Free a result set"}, "ibase_gen_id":{"name":"ibase_gen_id","type":"","path":"php/ibase_gen_id.html","desc":"Increments the named generator and returns its new value"}, "ibase_maintain_db":{"name":"ibase_maintain_db","type":"","path":"php/ibase_maintain_db.html","desc":"Execute a maintenance command on the database server"}, "ibase_modify_user":{"name":"ibase_modify_user","type":"","path":"php/ibase_modify_user.html","desc":"Modify a user to a security database"}, "ibase_name_result":{"name":"ibase_name_result","type":"","path":"php/ibase_name_result.html","desc":"Assigns a name to a result set"}, "ibase_num_fields":{"name":"ibase_num_fields","type":"","path":"php/ibase_num_fields.html","desc":"Get the number of fields in a result set"}, "ibase_num_params":{"name":"ibase_num_params","type":"","path":"php/ibase_num_params.html","desc":"Return the number of parameters in a prepared query"}, "ibase_param_info":{"name":"ibase_param_info","type":"","path":"php/ibase_param_info.html","desc":"Return information about a parameter in a prepared query"}, "ibase_pconnect":{"name":"ibase_pconnect","type":"","path":"php/ibase_pconnect.html","desc":"Open a persistent connection to an InterBase database"}, "ibase_prepare":{"name":"ibase_prepare","type":"","path":"php/ibase_prepare.html","desc":"Prepare a query for later binding of parameter placeholders and execution"}, "ibase_query":{"name":"ibase_query","type":"","path":"php/ibase_query.html","desc":"Execute a query on an InterBase database"}, "ibase_restore":{"name":"ibase_restore","type":"","path":"php/ibase_restore.html","desc":"Initiates a restore task in the service manager and returns immediately"}, "ibase_rollback":{"name":"ibase_rollback","type":"","path":"php/ibase_rollback.html","desc":"Roll back a transaction"}, "ibase_rollback_ret":{"name":"ibase_rollback_ret","type":"","path":"php/ibase_rollback_ret.html","desc":"Roll back a transaction without closing it"}, "ibase_server_info":{"name":"ibase_server_info","type":"","path":"php/ibase_server_info.html","desc":"Request information about a database server"}, "ibase_service_attach":{"name":"ibase_service_attach","type":"","path":"php/ibase_service_attach.html","desc":"Connect to the service manager"}, "ibase_service_detach":{"name":"ibase_service_detach","type":"","path":"php/ibase_service_detach.html","desc":"Disconnect from the service manager"}, "ibase_set_event_handler":{"name":"ibase_set_event_handler","type":"","path":"php/ibase_set_event_handler.html","desc":"Register a callback function to be called when events are posted"}, "ibase_trans":{"name":"ibase_trans","type":"","path":"php/ibase_trans.html","desc":"Begin a transaction"}, "ibase_wait_event":{"name":"ibase_wait_event","type":"","path":"php/ibase_wait_event.html","desc":"Wait for an event to be posted by the database"}, "iconv":{"name":"iconv","type":"","path":"php/iconv.html","desc":"字符串按要求的字符编码来转换"}, "iconv_get_encoding":{"name":"iconv_get_encoding","type":"","path":"php/iconv_get_encoding.html","desc":"获取 iconv 扩展的内部配置变量"}, "iconv_mime_decode":{"name":"iconv_mime_decode","type":"","path":"php/iconv_mime_decode.html","desc":"解码一个MIME头字段"}, "iconv_mime_decode_headers":{"name":"iconv_mime_decode_headers","type":"","path":"php/iconv_mime_decode_headers.html","desc":"一次性解码多个 MIME 头字段"}, "iconv_mime_encode":{"name":"iconv_mime_encode","type":"","path":"php/iconv_mime_encode.html","desc":"Composes a MIME header field"}, "iconv_set_encoding":{"name":"iconv_set_encoding","type":"","path":"php/iconv_set_encoding.html","desc":"为字符编码转换设定当前设置"}, "iconv_strlen":{"name":"iconv_strlen","type":"","path":"php/iconv_strlen.html","desc":"返回字符串的字符数统计"}, "iconv_strpos":{"name":"iconv_strpos","type":"","path":"php/iconv_strpos.html","desc":"Finds position of first occurrence of a needle within a haystack"}, "iconv_strrpos":{"name":"iconv_strrpos","type":"","path":"php/iconv_strrpos.html","desc":"Finds the last occurrence of a needle within a haystack"}, "iconv_substr":{"name":"iconv_substr","type":"","path":"php/iconv_substr.html","desc":"截取字符串的部分"}, "id3_get_frame_long_name":{"name":"id3_get_frame_long_name","type":"","path":"php/id3_get_frame_long_name.html","desc":"Get the long name of an ID3v2 frame"}, "id3_get_frame_short_name":{"name":"id3_get_frame_short_name","type":"","path":"php/id3_get_frame_short_name.html","desc":"Get the short name of an ID3v2 frame"}, "id3_get_genre_id":{"name":"id3_get_genre_id","type":"","path":"php/id3_get_genre_id.html","desc":"Get the id for a genre"}, "id3_get_genre_list":{"name":"id3_get_genre_list","type":"","path":"php/id3_get_genre_list.html","desc":"Get all possible genre values"}, "id3_get_genre_name":{"name":"id3_get_genre_name","type":"","path":"php/id3_get_genre_name.html","desc":"Get the name for a genre id"}, "id3_get_tag":{"name":"id3_get_tag","type":"","path":"php/id3_get_tag.html","desc":"Get all information stored in an ID3 tag"}, "id3_get_version":{"name":"id3_get_version","type":"","path":"php/id3_get_version.html","desc":"Get version of an ID3 tag"}, "id3_remove_tag":{"name":"id3_remove_tag","type":"","path":"php/id3_remove_tag.html","desc":"Remove an existing ID3 tag"}, "id3_set_tag":{"name":"id3_set_tag","type":"","path":"php/id3_set_tag.html","desc":"Update information stored in an ID3 tag"}, "idate":{"name":"idate","type":"","path":"php/idate.html","desc":"将本地时间日期格式化为整数"}, "idn_to_ascii":{"name":"idn_to_ascii","type":"","path":"php/idn_to_ascii.html","desc":"Convert domain name to IDNA ASCII form"}, "idn_to_utf8":{"name":"idn_to_utf8","type":"","path":"php/idn_to_utf8.html","desc":"Convert domain name from IDNA ASCII to Unicode"}, "ifxus_close_slob":{"name":"ifxus_close_slob","type":"","path":"php/ifxus_close_slob.html","desc":"Deletes the slob object"}, "ifxus_create_slob":{"name":"ifxus_create_slob","type":"","path":"php/ifxus_create_slob.html","desc":"Creates an slob object and opens it"}, "ifxus_free_slob":{"name":"ifxus_free_slob","type":"","path":"php/ifxus_free_slob.html","desc":"Deletes the slob object"}, "ifxus_open_slob":{"name":"ifxus_open_slob","type":"","path":"php/ifxus_open_slob.html","desc":"Opens an slob object"}, "ifxus_read_slob":{"name":"ifxus_read_slob","type":"","path":"php/ifxus_read_slob.html","desc":"Reads nbytes of the slob object"}, "ifxus_seek_slob":{"name":"ifxus_seek_slob","type":"","path":"php/ifxus_seek_slob.html","desc":"Sets the current file or seek position"}, "ifxus_tell_slob":{"name":"ifxus_tell_slob","type":"","path":"php/ifxus_tell_slob.html","desc":"Returns the current file or seek position"}, "ifxus_write_slob":{"name":"ifxus_write_slob","type":"","path":"php/ifxus_write_slob.html","desc":"Writes a string into the slob object"}, "ifx_affected_rows":{"name":"ifx_affected_rows","type":"","path":"php/ifx_affected_rows.html","desc":"Get number of rows affected by a query"}, "ifx_blobinfile_mode":{"name":"ifx_blobinfile_mode","type":"","path":"php/ifx_blobinfile_mode.html","desc":"Set the default blob mode for all select queries"}, "ifx_byteasvarchar":{"name":"ifx_byteasvarchar","type":"","path":"php/ifx_byteasvarchar.html","desc":"Set the default byte mode"}, "ifx_close":{"name":"ifx_close","type":"","path":"php/ifx_close.html","desc":"Close Informix connection"}, "ifx_connect":{"name":"ifx_connect","type":"","path":"php/ifx_connect.html","desc":"Open Informix server connection"}, "ifx_copy_blob":{"name":"ifx_copy_blob","type":"","path":"php/ifx_copy_blob.html","desc":"Duplicates the given blob object"}, "ifx_create_blob":{"name":"ifx_create_blob","type":"","path":"php/ifx_create_blob.html","desc":"Creates an blob object"}, "ifx_create_char":{"name":"ifx_create_char","type":"","path":"php/ifx_create_char.html","desc":"Creates an char object"}, "ifx_do":{"name":"ifx_do","type":"","path":"php/ifx_do.html","desc":"Execute a previously prepared SQL-statement"}, "ifx_error":{"name":"ifx_error","type":"","path":"php/ifx_error.html","desc":"Returns error code of last Informix call"}, "ifx_errormsg":{"name":"ifx_errormsg","type":"","path":"php/ifx_errormsg.html","desc":"Returns error message of last Informix call"}, "ifx_fetch_row":{"name":"ifx_fetch_row","type":"","path":"php/ifx_fetch_row.html","desc":"Get row as an associative array"}, "ifx_fieldproperties":{"name":"ifx_fieldproperties","type":"","path":"php/ifx_fieldproperties.html","desc":"List of SQL fieldproperties"}, "ifx_fieldtypes":{"name":"ifx_fieldtypes","type":"","path":"php/ifx_fieldtypes.html","desc":"List of Informix SQL fields"}, "ifx_free_blob":{"name":"ifx_free_blob","type":"","path":"php/ifx_free_blob.html","desc":"Deletes the blob object"}, "ifx_free_char":{"name":"ifx_free_char","type":"","path":"php/ifx_free_char.html","desc":"Deletes the char object"}, "ifx_free_result":{"name":"ifx_free_result","type":"","path":"php/ifx_free_result.html","desc":"Releases resources for the query"}, "ifx_functiontbl_result":{"name":"ifx_functiontbl_result","type":"","path":"php/ifx_functiontbl_result.html","desc":"Formats all rows of a query into a HTML table"}, "ifx_getsqlca":{"name":"ifx_getsqlca","type":"","path":"php/ifx_getsqlca.html","desc":"Get the contents of sqlca.sqlerrd[0..5] after a query"}, "ifx_get_blob":{"name":"ifx_get_blob","type":"","path":"php/ifx_get_blob.html","desc":"Return the content of a blob object"}, "ifx_get_char":{"name":"ifx_get_char","type":"","path":"php/ifx_get_char.html","desc":"Return the content of the char object"}, "ifx_nullformat":{"name":"ifx_nullformat","type":"","path":"php/ifx_nullformat.html","desc":"Sets the default return value on a fetch row"}, "ifx_num_fields":{"name":"ifx_num_fields","type":"","path":"php/ifx_num_fields.html","desc":"Returns the number of columns in the query"}, "ifx_num_rows":{"name":"ifx_num_rows","type":"","path":"php/ifx_num_rows.html","desc":"Count the rows already fetched from a query"}, "ifx_pconnect":{"name":"ifx_pconnect","type":"","path":"php/ifx_pconnect.html","desc":"Open persistent Informix connection"}, "ifx_prepare":{"name":"ifx_prepare","type":"","path":"php/ifx_prepare.html","desc":"Prepare an SQL-statement for execution"}, "ifx_query":{"name":"ifx_query","type":"","path":"php/ifx_query.html","desc":"Send Informix query"}, "ifx_textasvarchar":{"name":"ifx_textasvarchar","type":"","path":"php/ifx_textasvarchar.html","desc":"Set the default text mode"}, "ifx_update_blob":{"name":"ifx_update_blob","type":"","path":"php/ifx_update_blob.html","desc":"Updates the content of the blob object"}, "ifx_update_char":{"name":"ifx_update_char","type":"","path":"php/ifx_update_char.html","desc":"Updates the content of the char object"}, "ignore_user_abort":{"name":"ignore_user_abort","type":"","path":"php/ignore_user_abort.html","desc":"设置客户端断开连接时是否中断脚本的执行"}, "iis_add_server":{"name":"iis_add_server","type":"","path":"php/iis_add_server.html","desc":"Creates a new virtual web server"}, "iis_get_dir_security":{"name":"iis_get_dir_security","type":"","path":"php/iis_get_dir_security.html","desc":"Gets Directory Security"}, "iis_get_script_map":{"name":"iis_get_script_map","type":"","path":"php/iis_get_script_map.html","desc":"Gets script mapping on a virtual directory for a specific extension"}, "iis_get_server_by_comment":{"name":"iis_get_server_by_comment","type":"","path":"php/iis_get_server_by_comment.html","desc":"Return the instance number associated with the Comment"}, "iis_get_server_by_path":{"name":"iis_get_server_by_path","type":"","path":"php/iis_get_server_by_path.html","desc":"Return the instance number associated with the Path"}, "iis_get_server_rights":{"name":"iis_get_server_rights","type":"","path":"php/iis_get_server_rights.html","desc":"Gets server rights"}, "iis_get_service_state":{"name":"iis_get_service_state","type":"","path":"php/iis_get_service_state.html","desc":"Returns the state for the service defined by ServiceId"}, "iis_remove_server":{"name":"iis_remove_server","type":"","path":"php/iis_remove_server.html","desc":"Removes the virtual web server indicated by ServerInstance"}, "iis_set_app_settings":{"name":"iis_set_app_settings","type":"","path":"php/iis_set_app_settings.html","desc":"Creates application scope for a virtual directory"}, "iis_set_dir_security":{"name":"iis_set_dir_security","type":"","path":"php/iis_set_dir_security.html","desc":"Sets Directory Security"}, "iis_set_script_map":{"name":"iis_set_script_map","type":"","path":"php/iis_set_script_map.html","desc":"Sets script mapping on a virtual directory"}, "iis_set_server_rights":{"name":"iis_set_server_rights","type":"","path":"php/iis_set_server_rights.html","desc":"Sets server rights"}, "iis_start_server":{"name":"iis_start_server","type":"","path":"php/iis_start_server.html","desc":"Starts the virtual web server"}, "iis_start_service":{"name":"iis_start_service","type":"","path":"php/iis_start_service.html","desc":"Starts the service defined by ServiceId"}, "iis_stop_server":{"name":"iis_stop_server","type":"","path":"php/iis_stop_server.html","desc":"Stops the virtual web server"}, "iis_stop_service":{"name":"iis_stop_service","type":"","path":"php/iis_stop_service.html","desc":"Stops the service defined by ServiceId"}, "image2wbmp":{"name":"image2wbmp","type":"","path":"php/image2wbmp.html","desc":"以 WBMP 格式将图像输出到浏览器或文件"}, "imageaffine":{"name":"imageaffine","type":"","path":"php/imageaffine.html","desc":"返回经过仿射变换后的图像,剪切区域可选"}, "imageaffinematrixconcat":{"name":"imageaffinematrixconcat","type":"","path":"php/imageaffinematrixconcat.html","desc":"Concatenate two affine transformation matrices"}, "imageaffinematrixget":{"name":"imageaffinematrixget","type":"","path":"php/imageaffinematrixget.html","desc":"Get an affine transformation matrix"}, "imagealphablending":{"name":"imagealphablending","type":"","path":"php/imagealphablending.html","desc":"设定图像的混色模式"}, "imageantialias":{"name":"imageantialias","type":"","path":"php/imageantialias.html","desc":"是否使用抗锯齿(antialias)功能"}, "imagearc":{"name":"imagearc","type":"","path":"php/imagearc.html","desc":"画椭圆弧"}, "imagebmp":{"name":"imagebmp","type":"","path":"php/imagebmp.html","desc":"Output a BMP image to browser or file"}, "imagechar":{"name":"imagechar","type":"","path":"php/imagechar.html","desc":"水平地画一个字符"}, "imagecharup":{"name":"imagecharup","type":"","path":"php/imagecharup.html","desc":"垂直地画一个字符"}, "imagecolorallocate":{"name":"imagecolorallocate","type":"","path":"php/imagecolorallocate.html","desc":"为一幅图像分配颜色"}, "imagecolorallocatealpha":{"name":"imagecolorallocatealpha","type":"","path":"php/imagecolorallocatealpha.html","desc":"为一幅图像分配颜色 + alpha"}, "imagecolorat":{"name":"imagecolorat","type":"","path":"php/imagecolorat.html","desc":"取得某像素的颜色索引值"}, "imagecolorclosest":{"name":"imagecolorclosest","type":"","path":"php/imagecolorclosest.html","desc":"取得与指定的颜色最接近的颜色的索引值"}, "imagecolorclosestalpha":{"name":"imagecolorclosestalpha","type":"","path":"php/imagecolorclosestalpha.html","desc":"取得与指定的颜色加透明度最接近的颜色"}, "imagecolorclosesthwb":{"name":"imagecolorclosesthwb","type":"","path":"php/imagecolorclosesthwb.html","desc":"取得与给定颜色最接近的色度的黑白色的索引"}, "imagecolordeallocate":{"name":"imagecolordeallocate","type":"","path":"php/imagecolordeallocate.html","desc":"取消图像颜色的分配"}, "imagecolorexact":{"name":"imagecolorexact","type":"","path":"php/imagecolorexact.html","desc":"取得指定颜色的索引值"}, "imagecolorexactalpha":{"name":"imagecolorexactalpha","type":"","path":"php/imagecolorexactalpha.html","desc":"取得指定的颜色加透明度的索引值"}, "imagecolormatch":{"name":"imagecolormatch","type":"","path":"php/imagecolormatch.html","desc":"使一个图像中调色板版本的颜色与真彩色版本更能匹配"}, "imagecolorresolve":{"name":"imagecolorresolve","type":"","path":"php/imagecolorresolve.html","desc":"取得指定颜色的索引值或有可能得到的最接近的替代值"}, "imagecolorresolvealpha":{"name":"imagecolorresolvealpha","type":"","path":"php/imagecolorresolvealpha.html","desc":"取得指定颜色 + alpha 的索引值或有可能得到的最接近的替代值"}, "imagecolorset":{"name":"imagecolorset","type":"","path":"php/imagecolorset.html","desc":"给指定调色板索引设定颜色"}, "imagecolorsforindex":{"name":"imagecolorsforindex","type":"","path":"php/imagecolorsforindex.html","desc":"取得某索引的颜色"}, "imagecolorstotal":{"name":"imagecolorstotal","type":"","path":"php/imagecolorstotal.html","desc":"取得一幅图像的调色板中颜色的数目"}, "imagecolortransparent":{"name":"imagecolortransparent","type":"","path":"php/imagecolortransparent.html","desc":"将某个颜色定义为透明色"}, "imageconvolution":{"name":"imageconvolution","type":"","path":"php/imageconvolution.html","desc":"用系数 div 和 offset 申请一个 3x3 的卷积矩阵"}, "imagecopy":{"name":"imagecopy","type":"","path":"php/imagecopy.html","desc":"拷贝图像的一部分"}, "imagecopymerge":{"name":"imagecopymerge","type":"","path":"php/imagecopymerge.html","desc":"拷贝并合并图像的一部分"}, "imagecopymergegray":{"name":"imagecopymergegray","type":"","path":"php/imagecopymergegray.html","desc":"用灰度拷贝并合并图像的一部分"}, "imagecopyresampled":{"name":"imagecopyresampled","type":"","path":"php/imagecopyresampled.html","desc":"重采样拷贝部分图像并调整大小"}, "imagecopyresized":{"name":"imagecopyresized","type":"","path":"php/imagecopyresized.html","desc":"拷贝部分图像并调整大小"}, "imagecreate":{"name":"imagecreate","type":"","path":"php/imagecreate.html","desc":"新建一个基于调色板的图像"}, "imagecreatefrombmp":{"name":"imagecreatefrombmp","type":"","path":"php/imagecreatefrombmp.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromgd":{"name":"imagecreatefromgd","type":"","path":"php/imagecreatefromgd.html","desc":"从 GD 文件或 URL 新建一图像"}, "imagecreatefromgd2":{"name":"imagecreatefromgd2","type":"","path":"php/imagecreatefromgd2.html","desc":"从 GD2 文件或 URL 新建一图像"}, "imagecreatefromgd2part":{"name":"imagecreatefromgd2part","type":"","path":"php/imagecreatefromgd2part.html","desc":"从给定的 GD2 文件或 URL 中的部分新建一图像"}, "imagecreatefromgif":{"name":"imagecreatefromgif","type":"","path":"php/imagecreatefromgif.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromjpeg":{"name":"imagecreatefromjpeg","type":"","path":"php/imagecreatefromjpeg.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefrompng":{"name":"imagecreatefrompng","type":"","path":"php/imagecreatefrompng.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromstring":{"name":"imagecreatefromstring","type":"","path":"php/imagecreatefromstring.html","desc":"从字符串中的图像流新建一图像"}, "imagecreatefromwbmp":{"name":"imagecreatefromwbmp","type":"","path":"php/imagecreatefromwbmp.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromwebp":{"name":"imagecreatefromwebp","type":"","path":"php/imagecreatefromwebp.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromxbm":{"name":"imagecreatefromxbm","type":"","path":"php/imagecreatefromxbm.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatefromxpm":{"name":"imagecreatefromxpm","type":"","path":"php/imagecreatefromxpm.html","desc":"由文件或 URL 创建一个新图象。"}, "imagecreatetruecolor":{"name":"imagecreatetruecolor","type":"","path":"php/imagecreatetruecolor.html","desc":"新建一个真彩色图像"}, "imagecrop":{"name":"imagecrop","type":"","path":"php/imagecrop.html","desc":"Crop an image to the given rectangle"}, "imagecropauto":{"name":"imagecropauto","type":"","path":"php/imagecropauto.html","desc":"Crop an image automatically using one of the available modes"}, "imagedashedline":{"name":"imagedashedline","type":"","path":"php/imagedashedline.html","desc":"画一虚线"}, "imagedestroy":{"name":"imagedestroy","type":"","path":"php/imagedestroy.html","desc":"销毁一图像"}, "imageellipse":{"name":"imageellipse","type":"","path":"php/imageellipse.html","desc":"画一个椭圆"}, "imagefill":{"name":"imagefill","type":"","path":"php/imagefill.html","desc":"区域填充"}, "imagefilledarc":{"name":"imagefilledarc","type":"","path":"php/imagefilledarc.html","desc":"画一椭圆弧且填充"}, "imagefilledellipse":{"name":"imagefilledellipse","type":"","path":"php/imagefilledellipse.html","desc":"画一椭圆并填充"}, "imagefilledpolygon":{"name":"imagefilledpolygon","type":"","path":"php/imagefilledpolygon.html","desc":"画一多边形并填充"}, "imagefilledrectangle":{"name":"imagefilledrectangle","type":"","path":"php/imagefilledrectangle.html","desc":"画一矩形并填充"}, "imagefilltoborder":{"name":"imagefilltoborder","type":"","path":"php/imagefilltoborder.html","desc":"区域填充到指定颜色的边界为止"}, "imagefilter":{"name":"imagefilter","type":"","path":"php/imagefilter.html","desc":"对图像使用过滤器"}, "imageflip":{"name":"imageflip","type":"","path":"php/imageflip.html","desc":"Flips an image using a given mode"}, "imagefontheight":{"name":"imagefontheight","type":"","path":"php/imagefontheight.html","desc":"取得字体高度"}, "imagefontwidth":{"name":"imagefontwidth","type":"","path":"php/imagefontwidth.html","desc":"取得字体宽度"}, "imageftbbox":{"name":"imageftbbox","type":"","path":"php/imageftbbox.html","desc":"给出一个使用 FreeType 2 字体的文本框"}, "imagefttext":{"name":"imagefttext","type":"","path":"php/imagefttext.html","desc":"使用 FreeType 2 字体将文本写入图像"}, "imagegammacorrect":{"name":"imagegammacorrect","type":"","path":"php/imagegammacorrect.html","desc":"对 GD 图像应用 gamma 修正"}, "imagegd":{"name":"imagegd","type":"","path":"php/imagegd.html","desc":"将 GD 图像输出到浏览器或文件"}, "imagegd2":{"name":"imagegd2","type":"","path":"php/imagegd2.html","desc":"将 GD2 图像输出到浏览器或文件"}, "imagegetclip":{"name":"imagegetclip","type":"","path":"php/imagegetclip.html","desc":"Get the clipping rectangle"}, "imagegif":{"name":"imagegif","type":"","path":"php/imagegif.html","desc":"输出图象到浏览器或文件。"}, "imagegrabscreen":{"name":"imagegrabscreen","type":"","path":"php/imagegrabscreen.html","desc":"Captures the whole screen"}, "imagegrabwindow":{"name":"imagegrabwindow","type":"","path":"php/imagegrabwindow.html","desc":"Captures a window"}, "imageinterlace":{"name":"imageinterlace","type":"","path":"php/imageinterlace.html","desc":"激活或禁止隔行扫描"}, "imageistruecolor":{"name":"imageistruecolor","type":"","path":"php/imageistruecolor.html","desc":"检查图像是否为真彩色图像"}, "imagejpeg":{"name":"imagejpeg","type":"","path":"php/imagejpeg.html","desc":"输出图象到浏览器或文件。"}, "imagelayereffect":{"name":"imagelayereffect","type":"","path":"php/imagelayereffect.html","desc":"设定 alpha 混色标志以使用绑定的 libgd 分层效果"}, "imageline":{"name":"imageline","type":"","path":"php/imageline.html","desc":"画一条线段"}, "imageloadfont":{"name":"imageloadfont","type":"","path":"php/imageloadfont.html","desc":"载入一新字体"}, "imageopenpolygon":{"name":"imageopenpolygon","type":"","path":"php/imageopenpolygon.html","desc":"Draws an open polygon"}, "imagepalettecopy":{"name":"imagepalettecopy","type":"","path":"php/imagepalettecopy.html","desc":"将调色板从一幅图像拷贝到另一幅"}, "imagepalettetotruecolor":{"name":"imagepalettetotruecolor","type":"","path":"php/imagepalettetotruecolor.html","desc":"Converts a palette based image to true color"}, "imagepng":{"name":"imagepng","type":"","path":"php/imagepng.html","desc":"以 PNG 格式将图像输出到浏览器或文件"}, "imagepolygon":{"name":"imagepolygon","type":"","path":"php/imagepolygon.html","desc":"画一个多边形"}, "imagepsbbox":{"name":"imagepsbbox","type":"","path":"php/imagepsbbox.html","desc":"给出一个使用 PostScript Type1 字体的文本方框"}, "imagepsencodefont":{"name":"imagepsencodefont","type":"","path":"php/imagepsencodefont.html","desc":"改变字体中的字符编码矢量"}, "imagepsextendfont":{"name":"imagepsextendfont","type":"","path":"php/imagepsextendfont.html","desc":"扩充或精简字体"}, "imagepsfreefont":{"name":"imagepsfreefont","type":"","path":"php/imagepsfreefont.html","desc":"释放一个 PostScript Type 1 字体所占用的内存"}, "imagepsloadfont":{"name":"imagepsloadfont","type":"","path":"php/imagepsloadfont.html","desc":"从文件中加载一个 PostScript Type 1 字体"}, "imagepsslantfont":{"name":"imagepsslantfont","type":"","path":"php/imagepsslantfont.html","desc":"倾斜某字体"}, "imagepstext":{"name":"imagepstext","type":"","path":"php/imagepstext.html","desc":"用 PostScript Type1 字体把文本字符串画在图像上"}, "imagerectangle":{"name":"imagerectangle","type":"","path":"php/imagerectangle.html","desc":"画一个矩形"}, "imageresolution":{"name":"imageresolution","type":"","path":"php/imageresolution.html","desc":"Get or set the resolution of the image"}, "imagerotate":{"name":"imagerotate","type":"","path":"php/imagerotate.html","desc":"用给定角度旋转图像"}, "imagesavealpha":{"name":"imagesavealpha","type":"","path":"php/imagesavealpha.html","desc":"设置标记以在保存 PNG 图像时保存完整的 alpha 通道信息(与单一透明色相反)"}, "imagescale":{"name":"imagescale","type":"","path":"php/imagescale.html","desc":"Scale an image using the given new width and height"}, "imagesetbrush":{"name":"imagesetbrush","type":"","path":"php/imagesetbrush.html","desc":"设定画线用的画笔图像"}, "imagesetclip":{"name":"imagesetclip","type":"","path":"php/imagesetclip.html","desc":"Set the clipping rectangle"}, "imagesetinterpolation":{"name":"imagesetinterpolation","type":"","path":"php/imagesetinterpolation.html","desc":"Set the interpolation method"}, "imagesetpixel":{"name":"imagesetpixel","type":"","path":"php/imagesetpixel.html","desc":"画一个单一像素"}, "imagesetstyle":{"name":"imagesetstyle","type":"","path":"php/imagesetstyle.html","desc":"设定画线的风格"}, "imagesetthickness":{"name":"imagesetthickness","type":"","path":"php/imagesetthickness.html","desc":"设定画线的宽度"}, "imagesettile":{"name":"imagesettile","type":"","path":"php/imagesettile.html","desc":"设定用于填充的贴图"}, "imagestring":{"name":"imagestring","type":"","path":"php/imagestring.html","desc":"水平地画一行字符串"}, "imagestringup":{"name":"imagestringup","type":"","path":"php/imagestringup.html","desc":"垂直地画一行字符串"}, "imagesx":{"name":"imagesx","type":"","path":"php/imagesx.html","desc":"取得图像宽度"}, "imagesy":{"name":"imagesy","type":"","path":"php/imagesy.html","desc":"取得图像高度"}, "imagetruecolortopalette":{"name":"imagetruecolortopalette","type":"","path":"php/imagetruecolortopalette.html","desc":"将真彩色图像转换为调色板图像"}, "imagettfbbox":{"name":"imagettfbbox","type":"","path":"php/imagettfbbox.html","desc":"取得使用 TrueType 字体的文本的范围"}, "imagettftext":{"name":"imagettftext","type":"","path":"php/imagettftext.html","desc":"用 TrueType 字体向图像写入文本"}, "imagetypes":{"name":"imagetypes","type":"","path":"php/imagetypes.html","desc":"返回当前 PHP 版本所支持的图像类型"}, "imagewbmp":{"name":"imagewbmp","type":"","path":"php/imagewbmp.html","desc":"以 WBMP 格式将图像输出到浏览器或文件"}, "imagewebp":{"name":"imagewebp","type":"","path":"php/imagewebp.html","desc":"将 WebP 格式的图像输出到浏览器或文件"}, "imagexbm":{"name":"imagexbm","type":"","path":"php/imagexbm.html","desc":"将 XBM 图像输出到浏览器或文件"}, "image_type_to_extension":{"name":"image_type_to_extension","type":"","path":"php/image_type_to_extension.html","desc":"取得图像类型的文件后缀"}, "image_type_to_mime_type":{"name":"image_type_to_mime_type","type":"","path":"php/image_type_to_mime_type.html","desc":"取得 getimagesize,exif_read_data,exif_thumbnail,exif_i"}, "imap_8bit":{"name":"imap_8bit","type":"","path":"php/imap_8bit.html","desc":"Convert an 8bit string to a quoted-printable string"}, "imap_alerts":{"name":"imap_alerts","type":"","path":"php/imap_alerts.html","desc":"Returns all IMAP alert messages that have occurred"}, "imap_append":{"name":"imap_append","type":"","path":"php/imap_append.html","desc":"Append a string message to a specified mailbox"}, "imap_base64":{"name":"imap_base64","type":"","path":"php/imap_base64.html","desc":"Decode BASE64 encoded text"}, "imap_binary":{"name":"imap_binary","type":"","path":"php/imap_binary.html","desc":"Convert an 8bit string to a base64 string"}, "imap_body":{"name":"imap_body","type":"","path":"php/imap_body.html","desc":"Read the message body"}, "imap_bodystruct":{"name":"imap_bodystruct","type":"","path":"php/imap_bodystruct.html","desc":"Read the structure of a specified body section of a specific message"}, "imap_check":{"name":"imap_check","type":"","path":"php/imap_check.html","desc":"Check current mailbox"}, "imap_clearflag_full":{"name":"imap_clearflag_full","type":"","path":"php/imap_clearflag_full.html","desc":"Clears flags on messages"}, "imap_close":{"name":"imap_close","type":"","path":"php/imap_close.html","desc":"Close an IMAP stream"}, "imap_create":{"name":"imap_create","type":"","path":"php/imap_create.html","desc":"别名 imap_createmailbox"}, "imap_createmailbox":{"name":"imap_createmailbox","type":"","path":"php/imap_createmailbox.html","desc":"Create a new mailbox"}, "imap_delete":{"name":"imap_delete","type":"","path":"php/imap_delete.html","desc":"Mark a message for deletion from current mailbox"}, "imap_deletemailbox":{"name":"imap_deletemailbox","type":"","path":"php/imap_deletemailbox.html","desc":"Delete a mailbox"}, "imap_errors":{"name":"imap_errors","type":"","path":"php/imap_errors.html","desc":"Returns all of the IMAP errors that have occurred"}, "imap_expunge":{"name":"imap_expunge","type":"","path":"php/imap_expunge.html","desc":"Delete all messages marked for deletion"}, "imap_fetchbody":{"name":"imap_fetchbody","type":"","path":"php/imap_fetchbody.html","desc":"Fetch a particular section of the body of the message"}, "imap_fetchheader":{"name":"imap_fetchheader","type":"","path":"php/imap_fetchheader.html","desc":"Returns header for a message"}, "imap_fetchmime":{"name":"imap_fetchmime","type":"","path":"php/imap_fetchmime.html","desc":"Fetch MIME headers for a particular section of the message"}, "imap_fetchstructure":{"name":"imap_fetchstructure","type":"","path":"php/imap_fetchstructure.html","desc":"Read the structure of a particular message"}, "imap_fetchtext":{"name":"imap_fetchtext","type":"","path":"php/imap_fetchtext.html","desc":"别名 imap_body"}, "imap_fetch_overview":{"name":"imap_fetch_overview","type":"","path":"php/imap_fetch_overview.html","desc":"Read an overview of the information in the headers of the given message"}, "imap_gc":{"name":"imap_gc","type":"","path":"php/imap_gc.html","desc":"Clears IMAP cache"}, "imap_getacl":{"name":"imap_getacl","type":"","path":"php/imap_getacl.html","desc":"Gets the ACL for a given mailbox"}, "imap_getmailboxes":{"name":"imap_getmailboxes","type":"","path":"php/imap_getmailboxes.html","desc":"Read the list of mailboxes, returning detailed information on each one"}, "imap_getsubscribed":{"name":"imap_getsubscribed","type":"","path":"php/imap_getsubscribed.html","desc":"List all the subscribed mailboxes"}, "imap_get_quota":{"name":"imap_get_quota","type":"","path":"php/imap_get_quota.html","desc":"Retrieve the quota level settings, and usage statics per mailbox"}, "imap_get_quotaroot":{"name":"imap_get_quotaroot","type":"","path":"php/imap_get_quotaroot.html","desc":"Retrieve the quota settings per user"}, "imap_header":{"name":"imap_header","type":"","path":"php/imap_header.html","desc":"别名 imap_headerinfo"}, "imap_headerinfo":{"name":"imap_headerinfo","type":"","path":"php/imap_headerinfo.html","desc":"Read the header of the message"}, "imap_headers":{"name":"imap_headers","type":"","path":"php/imap_headers.html","desc":"Returns headers for all messages in a mailbox"}, "imap_last_error":{"name":"imap_last_error","type":"","path":"php/imap_last_error.html","desc":"Gets the last IMAP error that occurred during this page request"}, "imap_list":{"name":"imap_list","type":"","path":"php/imap_list.html","desc":"Read the list of mailboxes"}, "imap_listmailbox":{"name":"imap_listmailbox","type":"","path":"php/imap_listmailbox.html","desc":"别名 imap_list"}, "imap_listscan":{"name":"imap_listscan","type":"","path":"php/imap_listscan.html","desc":"Returns the list of mailboxes that matches the given text"}, "imap_listsubscribed":{"name":"imap_listsubscribed","type":"","path":"php/imap_listsubscribed.html","desc":"别名 imap_lsub"}, "imap_lsub":{"name":"imap_lsub","type":"","path":"php/imap_lsub.html","desc":"List all the subscribed mailboxes"}, "imap_mail":{"name":"imap_mail","type":"","path":"php/imap_mail.html","desc":"Send an email message"}, "imap_mailboxmsginfo":{"name":"imap_mailboxmsginfo","type":"","path":"php/imap_mailboxmsginfo.html","desc":"Get information about the current mailbox"}, "imap_mail_compose":{"name":"imap_mail_compose","type":"","path":"php/imap_mail_compose.html","desc":"Create a MIME message based on given envelope and body sections"}, "imap_mail_copy":{"name":"imap_mail_copy","type":"","path":"php/imap_mail_copy.html","desc":"Copy specified messages to a mailbox"}, "imap_mail_move":{"name":"imap_mail_move","type":"","path":"php/imap_mail_move.html","desc":"Move specified messages to a mailbox"}, "imap_mime_header_decode":{"name":"imap_mime_header_decode","type":"","path":"php/imap_mime_header_decode.html","desc":"Decode MIME header elements"}, "imap_msgno":{"name":"imap_msgno","type":"","path":"php/imap_msgno.html","desc":"Gets the message sequence number for the given UID"}, "imap_mutf7_to_utf8":{"name":"imap_mutf7_to_utf8","type":"","path":"php/imap_mutf7_to_utf8.html","desc":"Decode a modified UTF-7 string to UTF-8"}, "imap_num_msg":{"name":"imap_num_msg","type":"","path":"php/imap_num_msg.html","desc":"Gets the number of messages in the current mailbox"}, "imap_num_recent":{"name":"imap_num_recent","type":"","path":"php/imap_num_recent.html","desc":"Gets the number of recent messages in current mailbox"}, "imap_open":{"name":"imap_open","type":"","path":"php/imap_open.html","desc":"Open an IMAP stream to a mailbox"}, "imap_ping":{"name":"imap_ping","type":"","path":"php/imap_ping.html","desc":"Check if the IMAP stream is still active"}, "imap_qprint":{"name":"imap_qprint","type":"","path":"php/imap_qprint.html","desc":"Convert a quoted-printable string to an 8 bit string"}, "imap_rename":{"name":"imap_rename","type":"","path":"php/imap_rename.html","desc":"别名 imap_renamemailbox"}, "imap_renamemailbox":{"name":"imap_renamemailbox","type":"","path":"php/imap_renamemailbox.html","desc":"Rename an old mailbox to new mailbox"}, "imap_reopen":{"name":"imap_reopen","type":"","path":"php/imap_reopen.html","desc":"Reopen IMAP stream to new mailbox"}, "imap_rfc822_parse_adrlist":{"name":"imap_rfc822_parse_adrlist","type":"","path":"php/imap_rfc822_parse_adrlist.html","desc":"Parses an address string"}, "imap_rfc822_parse_headers":{"name":"imap_rfc822_parse_headers","type":"","path":"php/imap_rfc822_parse_headers.html","desc":"Parse mail headers from a string"}, "imap_rfc822_write_address":{"name":"imap_rfc822_write_address","type":"","path":"php/imap_rfc822_write_address.html","desc":"Returns a properly formatted email address given the mailbox, host, and personal info"}, "imap_savebody":{"name":"imap_savebody","type":"","path":"php/imap_savebody.html","desc":"Save a specific body section to a file"}, "imap_scan":{"name":"imap_scan","type":"","path":"php/imap_scan.html","desc":"别名 imap_listscan"}, "imap_scanmailbox":{"name":"imap_scanmailbox","type":"","path":"php/imap_scanmailbox.html","desc":"别名 imap_listscan"}, "imap_search":{"name":"imap_search","type":"","path":"php/imap_search.html","desc":"This function returns an array of messages matching the given search criteria"}, "imap_setacl":{"name":"imap_setacl","type":"","path":"php/imap_setacl.html","desc":"Sets the ACL for a given mailbox"}, "imap_setflag_full":{"name":"imap_setflag_full","type":"","path":"php/imap_setflag_full.html","desc":"Sets flags on messages"}, "imap_set_quota":{"name":"imap_set_quota","type":"","path":"php/imap_set_quota.html","desc":"Sets a quota for a given mailbox"}, "imap_sort":{"name":"imap_sort","type":"","path":"php/imap_sort.html","desc":"Gets and sort messages"}, "imap_status":{"name":"imap_status","type":"","path":"php/imap_status.html","desc":"Returns status information on a mailbox"}, "imap_subscribe":{"name":"imap_subscribe","type":"","path":"php/imap_subscribe.html","desc":"Subscribe to a mailbox"}, "imap_thread":{"name":"imap_thread","type":"","path":"php/imap_thread.html","desc":"Returns a tree of threaded message"}, "imap_timeout":{"name":"imap_timeout","type":"","path":"php/imap_timeout.html","desc":"Set or fetch imap timeout"}, "imap_uid":{"name":"imap_uid","type":"","path":"php/imap_uid.html","desc":"This function returns the UID for the given message sequence number"}, "imap_undelete":{"name":"imap_undelete","type":"","path":"php/imap_undelete.html","desc":"Unmark the message which is marked deleted"}, "imap_unsubscribe":{"name":"imap_unsubscribe","type":"","path":"php/imap_unsubscribe.html","desc":"Unsubscribe from a mailbox"}, "imap_utf7_decode":{"name":"imap_utf7_decode","type":"","path":"php/imap_utf7_decode.html","desc":"Decodes a modified UTF-7 encoded string"}, "imap_utf7_encode":{"name":"imap_utf7_encode","type":"","path":"php/imap_utf7_encode.html","desc":"Converts ISO-8859-1 string to modified UTF-7 text"}, "imap_utf8":{"name":"imap_utf8","type":"","path":"php/imap_utf8.html","desc":"Converts MIME-encoded text to UTF-8"}, "imap_utf8_to_mutf7":{"name":"imap_utf8_to_mutf7","type":"","path":"php/imap_utf8_to_mutf7.html","desc":"Encode a UTF-8 string to modified UTF-7"}, "implode":{"name":"implode","type":"","path":"php/implode.html","desc":"将一个一维数组的值转化为字符串"}, "import_request_variables":{"name":"import_request_variables","type":"","path":"php/import_request_variables.html","desc":"将 GET/POST/Cookie 变量导入到全局作用域中"}, "include":{"name":"include","type":"","path":"php/include.html","desc":"include"}, "include_once":{"name":"include_once","type":"","path":"php/include_once.html","desc":"include_once"}, "inclued_get_data":{"name":"inclued_get_data","type":"","path":"php/inclued_get_data.html","desc":"Get the inclued data"}, "inet_ntop":{"name":"inet_ntop","type":"","path":"php/inet_ntop.html","desc":"Converts a packed internet address to a human readable representation"}, "inet_pton":{"name":"inet_pton","type":"","path":"php/inet_pton.html","desc":"Converts a human readable IP address to its packed in_addr representation"}, "inflate_add":{"name":"inflate_add","type":"","path":"php/inflate_add.html","desc":"Incrementally inflate encoded data"}, "inflate_get_read_len":{"name":"inflate_get_read_len","type":"","path":"php/inflate_get_read_len.html","desc":"Get number of bytes read so far"}, "inflate_get_status":{"name":"inflate_get_status","type":"","path":"php/inflate_get_status.html","desc":"Get decompression status"}, "inflate_init":{"name":"inflate_init","type":"","path":"php/inflate_init.html","desc":"Initialize an incremental inflate context"}, "ingres_autocommit":{"name":"ingres_autocommit","type":"","path":"php/ingres_autocommit.html","desc":"Switch autocommit on or off"}, "ingres_autocommit_state":{"name":"ingres_autocommit_state","type":"","path":"php/ingres_autocommit_state.html","desc":"Test if the connection is using autocommit"}, "ingres_charset":{"name":"ingres_charset","type":"","path":"php/ingres_charset.html","desc":"Returns the installation character set"}, "ingres_close":{"name":"ingres_close","type":"","path":"php/ingres_close.html","desc":"Close an Ingres database connection"}, "ingres_commit":{"name":"ingres_commit","type":"","path":"php/ingres_commit.html","desc":"Commit a transaction"}, "ingres_connect":{"name":"ingres_connect","type":"","path":"php/ingres_connect.html","desc":"Open a connection to an Ingres database"}, "ingres_cursor":{"name":"ingres_cursor","type":"","path":"php/ingres_cursor.html","desc":"Get a cursor name for a given result resource"}, "ingres_errno":{"name":"ingres_errno","type":"","path":"php/ingres_errno.html","desc":"Get the last Ingres error number generated"}, "ingres_error":{"name":"ingres_error","type":"","path":"php/ingres_error.html","desc":"Get a meaningful error message for the last error generated"}, "ingres_errsqlstate":{"name":"ingres_errsqlstate","type":"","path":"php/ingres_errsqlstate.html","desc":"Get the last SQLSTATE error code generated"}, "ingres_escape_string":{"name":"ingres_escape_string","type":"","path":"php/ingres_escape_string.html","desc":"Escape special characters for use in a query"}, "ingres_execute":{"name":"ingres_execute","type":"","path":"php/ingres_execute.html","desc":"Execute a prepared query"}, "ingres_fetch_array":{"name":"ingres_fetch_array","type":"","path":"php/ingres_fetch_array.html","desc":"Fetch a row of result into an array"}, "ingres_fetch_assoc":{"name":"ingres_fetch_assoc","type":"","path":"php/ingres_fetch_assoc.html","desc":"Fetch a row of result into an associative array"}, "ingres_fetch_object":{"name":"ingres_fetch_object","type":"","path":"php/ingres_fetch_object.html","desc":"Fetch a row of result into an object"}, "ingres_fetch_proc_return":{"name":"ingres_fetch_proc_return","type":"","path":"php/ingres_fetch_proc_return.html","desc":"Get the return value from a procedure call"}, "ingres_fetch_row":{"name":"ingres_fetch_row","type":"","path":"php/ingres_fetch_row.html","desc":"Fetch a row of result into an enumerated array"}, "ingres_field_length":{"name":"ingres_field_length","type":"","path":"php/ingres_field_length.html","desc":"Get the length of a field"}, "ingres_field_name":{"name":"ingres_field_name","type":"","path":"php/ingres_field_name.html","desc":"Get the name of a field in a query result"}, "ingres_field_nullable":{"name":"ingres_field_nullable","type":"","path":"php/ingres_field_nullable.html","desc":"Test if a field is nullable"}, "ingres_field_precision":{"name":"ingres_field_precision","type":"","path":"php/ingres_field_precision.html","desc":"Get the precision of a field"}, "ingres_field_scale":{"name":"ingres_field_scale","type":"","path":"php/ingres_field_scale.html","desc":"Get the scale of a field"}, "ingres_field_type":{"name":"ingres_field_type","type":"","path":"php/ingres_field_type.html","desc":"Get the type of a field in a query result"}, "ingres_free_result":{"name":"ingres_free_result","type":"","path":"php/ingres_free_result.html","desc":"Free the resources associated with a result identifier"}, "ingres_next_error":{"name":"ingres_next_error","type":"","path":"php/ingres_next_error.html","desc":"Get the next Ingres error"}, "ingres_num_fields":{"name":"ingres_num_fields","type":"","path":"php/ingres_num_fields.html","desc":"Get the number of fields returned by the last query"}, "ingres_num_rows":{"name":"ingres_num_rows","type":"","path":"php/ingres_num_rows.html","desc":"Get the number of rows affected or returned by a query"}, "ingres_pconnect":{"name":"ingres_pconnect","type":"","path":"php/ingres_pconnect.html","desc":"Open a persistent connection to an Ingres database"}, "ingres_prepare":{"name":"ingres_prepare","type":"","path":"php/ingres_prepare.html","desc":"Prepare a query for later execution"}, "ingres_query":{"name":"ingres_query","type":"","path":"php/ingres_query.html","desc":"Send an SQL query to Ingres"}, "ingres_result_seek":{"name":"ingres_result_seek","type":"","path":"php/ingres_result_seek.html","desc":"Set the row position before fetching data"}, "ingres_rollback":{"name":"ingres_rollback","type":"","path":"php/ingres_rollback.html","desc":"Roll back a transaction"}, "ingres_set_environment":{"name":"ingres_set_environment","type":"","path":"php/ingres_set_environment.html","desc":"Set environment features controlling output options"}, "ingres_unbuffered_query":{"name":"ingres_unbuffered_query","type":"","path":"php/ingres_unbuffered_query.html","desc":"Send an unbuffered SQL query to Ingres"}, "ini_alter":{"name":"ini_alter","type":"","path":"php/ini_alter.html","desc":"别名 ini_set"}, "ini_get":{"name":"ini_get","type":"","path":"php/ini_get.html","desc":"获取一个配置选项的值"}, "ini_get_all":{"name":"ini_get_all","type":"","path":"php/ini_get_all.html","desc":"获取所有配置选项"}, "ini_restore":{"name":"ini_restore","type":"","path":"php/ini_restore.html","desc":"恢复配置选项的值"}, "ini_set":{"name":"ini_set","type":"","path":"php/ini_set.html","desc":"为一个配置选项设置值"}, "inotify_add_watch":{"name":"inotify_add_watch","type":"","path":"php/inotify_add_watch.html","desc":"Add a watch to an initialized inotify instance"}, "inotify_init":{"name":"inotify_init","type":"","path":"php/inotify_init.html","desc":"Initialize an inotify instance"}, "inotify_queue_len":{"name":"inotify_queue_len","type":"","path":"php/inotify_queue_len.html","desc":"Return a number upper than zero if there are pending events"}, "inotify_read":{"name":"inotify_read","type":"","path":"php/inotify_read.html","desc":"Read events from an inotify instance"}, "inotify_rm_watch":{"name":"inotify_rm_watch","type":"","path":"php/inotify_rm_watch.html","desc":"Remove an existing watch from an inotify instance"}, "intdiv":{"name":"intdiv","type":"","path":"php/intdiv.html","desc":"对除法结果取整"}, "interface_exists":{"name":"interface_exists","type":"","path":"php/interface_exists.html","desc":"检查接口是否已被定义"}, "intl_error_name":{"name":"intl_error_name","type":"","path":"php/intl_error_name.html","desc":"Get symbolic name for a given error code"}, "intl_get_error_code":{"name":"intl_get_error_code","type":"","path":"php/intl_get_error_code.html","desc":"Get the last error code"}, "intl_get_error_message":{"name":"intl_get_error_message","type":"","path":"php/intl_get_error_message.html","desc":"Get description of the last error"}, "intl_is_failure":{"name":"intl_is_failure","type":"","path":"php/intl_is_failure.html","desc":"Check whether the given error code indicates failure"}, "intval":{"name":"intval","type":"","path":"php/intval.html","desc":"获取变量的整数值"}, "in_array":{"name":"in_array","type":"","path":"php/in_array.html","desc":"检查数组中是否存在某个值"}, "ip2long":{"name":"ip2long","type":"","path":"php/ip2long.html","desc":"将 IPV4 的字符串互联网协议转换成长整型数字"}, "iptcembed":{"name":"iptcembed","type":"","path":"php/iptcembed.html","desc":"将二进制 IPTC 数据嵌入到一幅 JPEG 图像中"}, "iptcparse":{"name":"iptcparse","type":"","path":"php/iptcparse.html","desc":"将二进制 IPTC 块解析为单个标记"}, "isset":{"name":"isset","type":"","path":"php/isset.html","desc":"检测变量是否已设置并且非 NULL"}, "is_a":{"name":"is_a","type":"","path":"php/is_a.html","desc":"如果对象属于该类或该类是此对象的父类则返回 TRUE"}, "is_array":{"name":"is_array","type":"","path":"php/is_array.html","desc":"检测变量是否是数组"}, "is_bool":{"name":"is_bool","type":"","path":"php/is_bool.html","desc":"检测变量是否是布尔型"}, "is_callable":{"name":"is_callable","type":"","path":"php/is_callable.html","desc":"检测参数是否为合法的可调用结构"}, "is_countable":{"name":"is_countable","type":"","path":"php/is_countable.html","desc":"Verify that the contents of a variable is a countable value"}, "is_dir":{"name":"is_dir","type":"","path":"php/is_dir.html","desc":"判断给定文件名是否是一个目录"}, "is_double":{"name":"is_double","type":"","path":"php/is_double.html","desc":"is_float 的别名"}, "is_executable":{"name":"is_executable","type":"","path":"php/is_executable.html","desc":"判断给定文件名是否可执行"}, "is_file":{"name":"is_file","type":"","path":"php/is_file.html","desc":"判断给定文件名是否为一个正常的文件"}, "is_finite":{"name":"is_finite","type":"","path":"php/is_finite.html","desc":"判断是否为有限值"}, "is_float":{"name":"is_float","type":"","path":"php/is_float.html","desc":"检测变量是否是浮点型"}, "is_infinite":{"name":"is_infinite","type":"","path":"php/is_infinite.html","desc":"判断是否为无限值"}, "is_int":{"name":"is_int","type":"","path":"php/is_int.html","desc":"检测变量是否是整数"}, "is_integer":{"name":"is_integer","type":"","path":"php/is_integer.html","desc":"is_int 的别名"}, "is_iterable":{"name":"is_iterable","type":"","path":"php/is_iterable.html","desc":"Verify that the contents of a variable is an iterable value"}, "is_link":{"name":"is_link","type":"","path":"php/is_link.html","desc":"判断给定文件名是否为一个符号连接"}, "is_long":{"name":"is_long","type":"","path":"php/is_long.html","desc":"is_int 的别名"}, "is_nan":{"name":"is_nan","type":"","path":"php/is_nan.html","desc":"判断是否为合法数值"}, "is_null":{"name":"is_null","type":"","path":"php/is_null.html","desc":"检测变量是否为 NULL"}, "is_numeric":{"name":"is_numeric","type":"","path":"php/is_numeric.html","desc":"检测变量是否为数字或数字字符串"}, "is_object":{"name":"is_object","type":"","path":"php/is_object.html","desc":"检测变量是否是一个对象"}, "is_readable":{"name":"is_readable","type":"","path":"php/is_readable.html","desc":"判断给定文件名是否可读"}, "is_real":{"name":"is_real","type":"","path":"php/is_real.html","desc":"is_float 的别名"}, "is_resource":{"name":"is_resource","type":"","path":"php/is_resource.html","desc":"检测变量是否为资源类型"}, "is_scalar":{"name":"is_scalar","type":"","path":"php/is_scalar.html","desc":"检测变量是否是一个标量"}, "is_soap_fault":{"name":"is_soap_fault","type":"","path":"php/is_soap_fault.html","desc":"Checks if a SOAP call has failed"}, "is_string":{"name":"is_string","type":"","path":"php/is_string.html","desc":"检测变量是否是字符串"}, "is_subclass_of":{"name":"is_subclass_of","type":"","path":"php/is_subclass_of.html","desc":"如果此对象是该类的子类,则返回 TRUE"}, "is_tainted":{"name":"is_tainted","type":"","path":"php/is_tainted.html","desc":"Checks whether a string is tainted"}, "is_uploaded_file":{"name":"is_uploaded_file","type":"","path":"php/is_uploaded_file.html","desc":"判断文件是否是通过 HTTP POST 上传的"}, "is_writable":{"name":"is_writable","type":"","path":"php/is_writable.html","desc":"判断给定的文件名是否可写"}, "is_writeable":{"name":"is_writeable","type":"","path":"php/is_writeable.html","desc":"is_writable 的别名"}, "iterator_apply":{"name":"iterator_apply","type":"","path":"php/iterator_apply.html","desc":"为迭代器中每个元素调用一个用户自定义函数"}, "iterator_count":{"name":"iterator_count","type":"","path":"php/iterator_count.html","desc":"计算迭代器中元素的个数"}, "iterator_to_array":{"name":"iterator_to_array","type":"","path":"php/iterator_to_array.html","desc":"将迭代器中的元素拷贝到数组"}, "jddayofweek":{"name":"jddayofweek","type":"","path":"php/jddayofweek.html","desc":"返回星期的日期"}, "jdmonthname":{"name":"jdmonthname","type":"","path":"php/jdmonthname.html","desc":"返回月份的名称"}, "jdtofrench":{"name":"jdtofrench","type":"","path":"php/jdtofrench.html","desc":"转变一个Julian Day计数到French Republican历法的日期"}, "jdtogregorian":{"name":"jdtogregorian","type":"","path":"php/jdtogregorian.html","desc":"转变一个Julian Day计数为Gregorian历法日期"}, "jdtojewish":{"name":"jdtojewish","type":"","path":"php/jdtojewish.html","desc":"转换一个julian天数为Jewish历法的日期"}, "jdtojulian":{"name":"jdtojulian","type":"","path":"php/jdtojulian.html","desc":"转变一个Julian Day计数到Julian历法的日期"}, "jdtounix":{"name":"jdtounix","type":"","path":"php/jdtounix.html","desc":"转变Julian Day计数为一个Unix时间戳"}, "jewishtojd":{"name":"jewishtojd","type":"","path":"php/jewishtojd.html","desc":"转变一个Jewish历法的日期为一个Julian Day计数"}, "join":{"name":"join","type":"","path":"php/join.html","desc":"别名 implode"}, "jpeg2wbmp":{"name":"jpeg2wbmp","type":"","path":"php/jpeg2wbmp.html","desc":"将 JPEG 图像文件转换为 WBMP 图像文件"}, "json_decode":{"name":"json_decode","type":"","path":"php/json_decode.html","desc":"对 JSON 格式的字符串进行解码"}, "json_encode":{"name":"json_encode","type":"","path":"php/json_encode.html","desc":"对变量进行 JSON 编码"}, "json_last_error":{"name":"json_last_error","type":"","path":"php/json_last_error.html","desc":"返回最后发生的错误"}, "json_last_error_msg":{"name":"json_last_error_msg","type":"","path":"php/json_last_error_msg.html","desc":"Returns the error string of the last json_encode() or json_decode() call"}, "judy_type":{"name":"judy_type","type":"","path":"php/judy_type.html","desc":"Return the type of a Judy array"}, "judy_version":{"name":"judy_version","type":"","path":"php/judy_version.html","desc":"Return or print the current PHP Judy version"}, "juliantojd":{"name":"juliantojd","type":"","path":"php/juliantojd.html","desc":"转变一个Julian历法的日期为Julian Day计数"}, "kadm5_chpass_principal":{"name":"kadm5_chpass_principal","type":"","path":"php/kadm5_chpass_principal.html","desc":"Changes the principal's password"}, "kadm5_create_principal":{"name":"kadm5_create_principal","type":"","path":"php/kadm5_create_principal.html","desc":"Creates a kerberos principal with the given parameters"}, "kadm5_delete_principal":{"name":"kadm5_delete_principal","type":"","path":"php/kadm5_delete_principal.html","desc":"Deletes a kerberos principal"}, "kadm5_destroy":{"name":"kadm5_destroy","type":"","path":"php/kadm5_destroy.html","desc":"Closes the connection to the admin server and releases all related resources"}, "kadm5_flush":{"name":"kadm5_flush","type":"","path":"php/kadm5_flush.html","desc":"Flush all changes to the Kerberos database"}, "kadm5_get_policies":{"name":"kadm5_get_policies","type":"","path":"php/kadm5_get_policies.html","desc":"Gets all policies from the Kerberos database"}, "kadm5_get_principal":{"name":"kadm5_get_principal","type":"","path":"php/kadm5_get_principal.html","desc":"Gets the principal's entries from the Kerberos database"}, "kadm5_get_principals":{"name":"kadm5_get_principals","type":"","path":"php/kadm5_get_principals.html","desc":"Gets all principals from the Kerberos database"}, "kadm5_init_with_password":{"name":"kadm5_init_with_password","type":"","path":"php/kadm5_init_with_password.html","desc":"Opens a connection to the KADM5 library"}, "kadm5_modify_principal":{"name":"kadm5_modify_principal","type":"","path":"php/kadm5_modify_principal.html","desc":"Modifies a kerberos principal with the given parameters"}, "key":{"name":"key","type":"","path":"php/key.html","desc":"从关联数组中取得键名"}, "key_exists":{"name":"key_exists","type":"","path":"php/key_exists.html","desc":"别名 array_key_exists"}, "krsort":{"name":"krsort","type":"","path":"php/krsort.html","desc":"对数组按照键名逆向排序"}, "ksort":{"name":"ksort","type":"","path":"php/ksort.html","desc":"对数组按照键名排序"}, "lcfirst":{"name":"lcfirst","type":"","path":"php/lcfirst.html","desc":"使一个字符串的第一个字符小写"}, "lcg_value":{"name":"lcg_value","type":"","path":"php/lcg_value.html","desc":"组合线性同余发生器"}, "lchgrp":{"name":"lchgrp","type":"","path":"php/lchgrp.html","desc":"修改符号链接的所有组"}, "lchown":{"name":"lchown","type":"","path":"php/lchown.html","desc":"修改符号链接的所有者"}, "ldap_8859_to_t61":{"name":"ldap_8859_to_t61","type":"","path":"php/ldap_8859_to_t61.html","desc":"Translate 8859 characters to t61 characters"}, "ldap_add":{"name":"ldap_add","type":"","path":"php/ldap_add.html","desc":"Add entries to LDAP directory"}, "ldap_add_ext":{"name":"ldap_add_ext","type":"","path":"php/ldap_add_ext.html","desc":"Add entries to LDAP directory"}, "ldap_bind":{"name":"ldap_bind","type":"","path":"php/ldap_bind.html","desc":"绑定 LDAP 目录"}, "ldap_bind_ext":{"name":"ldap_bind_ext","type":"","path":"php/ldap_bind_ext.html","desc":"Bind to LDAP directory"}, "ldap_close":{"name":"ldap_close","type":"","path":"php/ldap_close.html","desc":"别名 ldap_unbind"}, "ldap_compare":{"name":"ldap_compare","type":"","path":"php/ldap_compare.html","desc":"Compare value of attribute found in entry specified with DN"}, "ldap_connect":{"name":"ldap_connect","type":"","path":"php/ldap_connect.html","desc":"Connect to an LDAP server"}, "ldap_control_paged_result":{"name":"ldap_control_paged_result","type":"","path":"php/ldap_control_paged_result.html","desc":"Send LDAP pagination control"}, "ldap_control_paged_result_response":{"name":"ldap_control_paged_result_response","type":"","path":"php/ldap_control_paged_result_response.html","desc":"Retrieve the LDAP pagination cookie"}, "ldap_count_entries":{"name":"ldap_count_entries","type":"","path":"php/ldap_count_entries.html","desc":"Count the number of entries in a search"}, "ldap_delete":{"name":"ldap_delete","type":"","path":"php/ldap_delete.html","desc":"Delete an entry from a directory"}, "ldap_delete_ext":{"name":"ldap_delete_ext","type":"","path":"php/ldap_delete_ext.html","desc":"Delete an entry from a directory"}, "ldap_dn2ufn":{"name":"ldap_dn2ufn","type":"","path":"php/ldap_dn2ufn.html","desc":"Convert DN to User Friendly Naming format"}, "ldap_err2str":{"name":"ldap_err2str","type":"","path":"php/ldap_err2str.html","desc":"Convert LDAP error number into string error message"}, "ldap_errno":{"name":"ldap_errno","type":"","path":"php/ldap_errno.html","desc":"Return the LDAP error number of the last LDAP command"}, "ldap_error":{"name":"ldap_error","type":"","path":"php/ldap_error.html","desc":"Return the LDAP error message of the last LDAP command"}, "ldap_escape":{"name":"ldap_escape","type":"","path":"php/ldap_escape.html","desc":"Escape a string for use in an LDAP filter or DN"}, "ldap_exop":{"name":"ldap_exop","type":"","path":"php/ldap_exop.html","desc":"Performs an extended operation"}, "ldap_exop_passwd":{"name":"ldap_exop_passwd","type":"","path":"php/ldap_exop_passwd.html","desc":"PASSWD extended operation helper"}, "ldap_exop_refresh":{"name":"ldap_exop_refresh","type":"","path":"php/ldap_exop_refresh.html","desc":"Refresh extended operation helper"}, "ldap_exop_whoami":{"name":"ldap_exop_whoami","type":"","path":"php/ldap_exop_whoami.html","desc":"WHOAMI extended operation helper"}, "ldap_explode_dn":{"name":"ldap_explode_dn","type":"","path":"php/ldap_explode_dn.html","desc":"Splits DN into its component parts"}, "ldap_first_attribute":{"name":"ldap_first_attribute","type":"","path":"php/ldap_first_attribute.html","desc":"Return first attribute"}, "ldap_first_entry":{"name":"ldap_first_entry","type":"","path":"php/ldap_first_entry.html","desc":"Return first result id"}, "ldap_first_reference":{"name":"ldap_first_reference","type":"","path":"php/ldap_first_reference.html","desc":"Return first reference"}, "ldap_free_result":{"name":"ldap_free_result","type":"","path":"php/ldap_free_result.html","desc":"Free result memory"}, "ldap_get_attributes":{"name":"ldap_get_attributes","type":"","path":"php/ldap_get_attributes.html","desc":"Get attributes from a search result entry"}, "ldap_get_dn":{"name":"ldap_get_dn","type":"","path":"php/ldap_get_dn.html","desc":"Get the DN of a result entry"}, "ldap_get_entries":{"name":"ldap_get_entries","type":"","path":"php/ldap_get_entries.html","desc":"Get all result entries"}, "ldap_get_option":{"name":"ldap_get_option","type":"","path":"php/ldap_get_option.html","desc":"Get the current value for given option"}, "ldap_get_values":{"name":"ldap_get_values","type":"","path":"php/ldap_get_values.html","desc":"Get all values from a result entry"}, "ldap_get_values_len":{"name":"ldap_get_values_len","type":"","path":"php/ldap_get_values_len.html","desc":"Get all binary values from a result entry"}, "ldap_list":{"name":"ldap_list","type":"","path":"php/ldap_list.html","desc":"Single-level search"}, "ldap_modify":{"name":"ldap_modify","type":"","path":"php/ldap_modify.html","desc":"别名 ldap_mod_replace"}, "ldap_modify_batch":{"name":"ldap_modify_batch","type":"","path":"php/ldap_modify_batch.html","desc":"Batch and execute modifications on an LDAP entry"}, "ldap_mod_add":{"name":"ldap_mod_add","type":"","path":"php/ldap_mod_add.html","desc":"Add attribute values to current attributes"}, "ldap_mod_add_ext":{"name":"ldap_mod_add_ext","type":"","path":"php/ldap_mod_add_ext.html","desc":"Add attribute values to current attributes"}, "ldap_mod_del":{"name":"ldap_mod_del","type":"","path":"php/ldap_mod_del.html","desc":"Delete attribute values from current attributes"}, "ldap_mod_del_ext":{"name":"ldap_mod_del_ext","type":"","path":"php/ldap_mod_del_ext.html","desc":"Delete attribute values from current attributes"}, "ldap_mod_replace":{"name":"ldap_mod_replace","type":"","path":"php/ldap_mod_replace.html","desc":"Replace attribute values with new ones"}, "ldap_mod_replace_ext":{"name":"ldap_mod_replace_ext","type":"","path":"php/ldap_mod_replace_ext.html","desc":"Replace attribute values with new ones"}, "ldap_next_attribute":{"name":"ldap_next_attribute","type":"","path":"php/ldap_next_attribute.html","desc":"Get the next attribute in result"}, "ldap_next_entry":{"name":"ldap_next_entry","type":"","path":"php/ldap_next_entry.html","desc":"Get next result entry"}, "ldap_next_reference":{"name":"ldap_next_reference","type":"","path":"php/ldap_next_reference.html","desc":"Get next reference"}, "ldap_parse_exop":{"name":"ldap_parse_exop","type":"","path":"php/ldap_parse_exop.html","desc":"Parse result object from an LDAP extended operation"}, "ldap_parse_reference":{"name":"ldap_parse_reference","type":"","path":"php/ldap_parse_reference.html","desc":"Extract information from reference entry"}, "ldap_parse_result":{"name":"ldap_parse_result","type":"","path":"php/ldap_parse_result.html","desc":"Extract information from result"}, "ldap_read":{"name":"ldap_read","type":"","path":"php/ldap_read.html","desc":"Read an entry"}, "ldap_rename":{"name":"ldap_rename","type":"","path":"php/ldap_rename.html","desc":"Modify the name of an entry"}, "ldap_rename_ext":{"name":"ldap_rename_ext","type":"","path":"php/ldap_rename_ext.html","desc":"Modify the name of an entry"}, "ldap_sasl_bind":{"name":"ldap_sasl_bind","type":"","path":"php/ldap_sasl_bind.html","desc":"Bind to LDAP directory using SASL"}, "ldap_search":{"name":"ldap_search","type":"","path":"php/ldap_search.html","desc":"Search LDAP tree"}, "ldap_set_option":{"name":"ldap_set_option","type":"","path":"php/ldap_set_option.html","desc":"Set the value of the given option"}, "ldap_set_rebind_proc":{"name":"ldap_set_rebind_proc","type":"","path":"php/ldap_set_rebind_proc.html","desc":"Set a callback function to do re-binds on referral chasing"}, "ldap_sort":{"name":"ldap_sort","type":"","path":"php/ldap_sort.html","desc":"Sort LDAP result entries on the client side"}, "ldap_start_tls":{"name":"ldap_start_tls","type":"","path":"php/ldap_start_tls.html","desc":"Start TLS"}, "ldap_t61_to_8859":{"name":"ldap_t61_to_8859","type":"","path":"php/ldap_t61_to_8859.html","desc":"Translate t61 characters to 8859 characters"}, "ldap_unbind":{"name":"ldap_unbind","type":"","path":"php/ldap_unbind.html","desc":"Unbind from LDAP directory"}, "levenshtein":{"name":"levenshtein","type":"","path":"php/levenshtein.html","desc":"计算两个字符串之间的编辑距离"}, "libxml_clear_errors":{"name":"libxml_clear_errors","type":"","path":"php/libxml_clear_errors.html","desc":"Clear libxml error buffer"}, "libxml_disable_entity_loader":{"name":"libxml_disable_entity_loader","type":"","path":"php/libxml_disable_entity_loader.html","desc":"Disable the ability to load external entities"}, "libxml_get_errors":{"name":"libxml_get_errors","type":"","path":"php/libxml_get_errors.html","desc":"Retrieve array of errors"}, "libxml_get_last_error":{"name":"libxml_get_last_error","type":"","path":"php/libxml_get_last_error.html","desc":"Retrieve last error from libxml"}, "libxml_set_external_entity_loader":{"name":"libxml_set_external_entity_loader","type":"","path":"php/libxml_set_external_entity_loader.html","desc":"Changes the default external entity loader"}, "libxml_set_streams_context":{"name":"libxml_set_streams_context","type":"","path":"php/libxml_set_streams_context.html","desc":"Set the streams context for the next libxml document load or write"}, "libxml_use_internal_errors":{"name":"libxml_use_internal_errors","type":"","path":"php/libxml_use_internal_errors.html","desc":"Disable libxml errors and allow user to fetch error information as needed"}, "link":{"name":"link","type":"","path":"php/link.html","desc":"建立一个硬连接"}, "linkinfo":{"name":"linkinfo","type":"","path":"php/linkinfo.html","desc":"获取一个连接的信息"}, "list":{"name":"list","type":"","path":"php/list.html","desc":"把数组中的值赋给一组变量"}, "localeconv":{"name":"localeconv","type":"","path":"php/localeconv.html","desc":"Get numeric formatting information"}, "localtime":{"name":"localtime","type":"","path":"php/localtime.html","desc":"取得本地时间"}, "log":{"name":"log","type":"","path":"php/log.html","desc":"自然对数"}, "log10":{"name":"log10","type":"","path":"php/log10.html","desc":"以 10 为底的对数"}, "log1p":{"name":"log1p","type":"","path":"php/log1p.html","desc":"返回 log(1 + number),甚至当 number 的值接近零也能计算出准确结果"}, "log_cmd_delete":{"name":"log_cmd_delete","type":"","path":"php/log_cmd_delete.html","desc":"Callback When Deleting Documents"}, "log_cmd_insert":{"name":"log_cmd_insert","type":"","path":"php/log_cmd_insert.html","desc":"Callback When Inserting Documents"}, "log_cmd_update":{"name":"log_cmd_update","type":"","path":"php/log_cmd_update.html","desc":"Callback When Updating Documents"}, "log_getmore":{"name":"log_getmore","type":"","path":"php/log_getmore.html","desc":"Callback When Retrieving Next Cursor Batch"}, "log_killcursor":{"name":"log_killcursor","type":"","path":"php/log_killcursor.html","desc":"Callback When Executing KILLCURSOR operations"}, "log_reply":{"name":"log_reply","type":"","path":"php/log_reply.html","desc":"Callback When Reading the MongoDB reply"}, "log_write_batch":{"name":"log_write_batch","type":"","path":"php/log_write_batch.html","desc":"Callback When Writing Batches"}, "long2ip":{"name":"long2ip","type":"","path":"php/long2ip.html","desc":"将长整型转化为字符串形式带点的互联网标准格式地址(IPV4)"}, "lstat":{"name":"lstat","type":"","path":"php/lstat.html","desc":"给出一个文件或符号连接的信息"}, "ltrim":{"name":"ltrim","type":"","path":"php/ltrim.html","desc":"删除字符串开头的空白字符(或其他字符)"}, "lzf_compress":{"name":"lzf_compress","type":"","path":"php/lzf_compress.html","desc":"LZF compression"}, "lzf_decompress":{"name":"lzf_decompress","type":"","path":"php/lzf_decompress.html","desc":"LZF decompression"}, "lzf_optimized_for":{"name":"lzf_optimized_for","type":"","path":"php/lzf_optimized_for.html","desc":"Determines what LZF extension was optimized for"}, "magic_quotes_runtime":{"name":"magic_quotes_runtime","type":"","path":"php/magic_quotes_runtime.html","desc":"别名 set_magic_quotes_runtime"}, "mail":{"name":"mail","type":"","path":"php/mail.html","desc":"发送邮件"}, "mailparse_determine_best_xfer_encoding":{"name":"mailparse_determine_best_xfer_encoding","type":"","path":"php/mailparse_determine_best_xfer_encoding.html","desc":"Gets the best way of encoding"}, "mailparse_msg_create":{"name":"mailparse_msg_create","type":"","path":"php/mailparse_msg_create.html","desc":"Create a mime mail resource"}, "mailparse_msg_extract_part":{"name":"mailparse_msg_extract_part","type":"","path":"php/mailparse_msg_extract_part.html","desc":"Extractsdecodes a message section"}, "mailparse_msg_extract_part_file":{"name":"mailparse_msg_extract_part_file","type":"","path":"php/mailparse_msg_extract_part_file.html","desc":"Extractsdecodes a message section"}, "mailparse_msg_extract_whole_part_file":{"name":"mailparse_msg_extract_whole_part_file","type":"","path":"php/mailparse_msg_extract_whole_part_file.html","desc":"Extracts a message section including headers without decoding the transfer encoding"}, "mailparse_msg_free":{"name":"mailparse_msg_free","type":"","path":"php/mailparse_msg_free.html","desc":"Frees a MIME resource"}, "mailparse_msg_get_part":{"name":"mailparse_msg_get_part","type":"","path":"php/mailparse_msg_get_part.html","desc":"Returns a handle on a given section in a mimemessage"}, "mailparse_msg_get_part_data":{"name":"mailparse_msg_get_part_data","type":"","path":"php/mailparse_msg_get_part_data.html","desc":"Returns an associative array of info about the message"}, "mailparse_msg_get_structure":{"name":"mailparse_msg_get_structure","type":"","path":"php/mailparse_msg_get_structure.html","desc":"Returns an array of mime section names in the supplied message"}, "mailparse_msg_parse":{"name":"mailparse_msg_parse","type":"","path":"php/mailparse_msg_parse.html","desc":"Incrementally parse data into buffer"}, "mailparse_msg_parse_file":{"name":"mailparse_msg_parse_file","type":"","path":"php/mailparse_msg_parse_file.html","desc":"Parses a file"}, "mailparse_rfc822_parse_addresses":{"name":"mailparse_rfc822_parse_addresses","type":"","path":"php/mailparse_rfc822_parse_addresses.html","desc":"Parse RFC 822 compliant addresses"}, "mailparse_stream_encode":{"name":"mailparse_stream_encode","type":"","path":"php/mailparse_stream_encode.html","desc":"Streams data from source file pointer, apply encoding and write to destfp"}, "mailparse_uudecode_all":{"name":"mailparse_uudecode_all","type":"","path":"php/mailparse_uudecode_all.html","desc":"Scans the data from fp and extract each embedded uuencoded file"}, "main":{"name":"main","type":"","path":"php/main.html","desc":"虚拟的main"}, "max":{"name":"max","type":"","path":"php/max.html","desc":"找出最大值"}, "maxdb_affected_rows":{"name":"maxdb_affected_rows","type":"","path":"php/maxdb_affected_rows.html","desc":"Gets the number of affected rows in a previous MaxDB operation"}, "maxdb_autocommit":{"name":"maxdb_autocommit","type":"","path":"php/maxdb_autocommit.html","desc":"Turns on or off auto-commiting database modifications"}, "maxdb_bind_param":{"name":"maxdb_bind_param","type":"","path":"php/maxdb_bind_param.html","desc":"别名 maxdb_stmt_bind_param"}, "maxdb_bind_result":{"name":"maxdb_bind_result","type":"","path":"php/maxdb_bind_result.html","desc":"别名 maxdb_stmt_bind_result"}, "maxdb_change_user":{"name":"maxdb_change_user","type":"","path":"php/maxdb_change_user.html","desc":"Changes the user of the specified database connection"}, "maxdb_character_set_name":{"name":"maxdb_character_set_name","type":"","path":"php/maxdb_character_set_name.html","desc":"Returns the default character set for the database connection"}, "maxdb_client_encoding":{"name":"maxdb_client_encoding","type":"","path":"php/maxdb_client_encoding.html","desc":"别名 maxdb_character_set_name"}, "maxdb_close":{"name":"maxdb_close","type":"","path":"php/maxdb_close.html","desc":"Closes a previously opened database connection"}, "maxdb_close_long_data":{"name":"maxdb_close_long_data","type":"","path":"php/maxdb_close_long_data.html","desc":"别名 maxdb_stmt_close_long_data"}, "maxdb_commit":{"name":"maxdb_commit","type":"","path":"php/maxdb_commit.html","desc":"Commits the current transaction"}, "maxdb_connect":{"name":"maxdb_connect","type":"","path":"php/maxdb_connect.html","desc":"Open a new connection to the MaxDB server"}, "maxdb_connect_errno":{"name":"maxdb_connect_errno","type":"","path":"php/maxdb_connect_errno.html","desc":"Returns the error code from last connect call"}, "maxdb_connect_error":{"name":"maxdb_connect_error","type":"","path":"php/maxdb_connect_error.html","desc":"Returns a string description of the last connect error"}, "maxdb_data_seek":{"name":"maxdb_data_seek","type":"","path":"php/maxdb_data_seek.html","desc":"Adjusts the result pointer to an arbitary row in the result"}, "maxdb_debug":{"name":"maxdb_debug","type":"","path":"php/maxdb_debug.html","desc":"Performs debugging operations"}, "maxdb_disable_reads_from_master":{"name":"maxdb_disable_reads_from_master","type":"","path":"php/maxdb_disable_reads_from_master.html","desc":"Disable reads from master"}, "maxdb_disable_rpl_parse":{"name":"maxdb_disable_rpl_parse","type":"","path":"php/maxdb_disable_rpl_parse.html","desc":"Disable RPL parse"}, "maxdb_dump_debug_info":{"name":"maxdb_dump_debug_info","type":"","path":"php/maxdb_dump_debug_info.html","desc":"Dump debugging information into the log"}, "maxdb_embedded_connect":{"name":"maxdb_embedded_connect","type":"","path":"php/maxdb_embedded_connect.html","desc":"Open a connection to an embedded MaxDB server"}, "maxdb_enable_reads_from_master":{"name":"maxdb_enable_reads_from_master","type":"","path":"php/maxdb_enable_reads_from_master.html","desc":"Enable reads from master"}, "maxdb_enable_rpl_parse":{"name":"maxdb_enable_rpl_parse","type":"","path":"php/maxdb_enable_rpl_parse.html","desc":"Enable RPL parse"}, "maxdb_errno":{"name":"maxdb_errno","type":"","path":"php/maxdb_errno.html","desc":"Returns the error code for the most recent function call"}, "maxdb_error":{"name":"maxdb_error","type":"","path":"php/maxdb_error.html","desc":"Returns a string description of the last error"}, "maxdb_escape_string":{"name":"maxdb_escape_string","type":"","path":"php/maxdb_escape_string.html","desc":"别名 maxdb_real_escape_string"}, "maxdb_execute":{"name":"maxdb_execute","type":"","path":"php/maxdb_execute.html","desc":"别名 maxdb_stmt_execute"}, "maxdb_fetch":{"name":"maxdb_fetch","type":"","path":"php/maxdb_fetch.html","desc":"别名 maxdb_stmt_fetch"}, "maxdb_fetch_array":{"name":"maxdb_fetch_array","type":"","path":"php/maxdb_fetch_array.html","desc":"Fetch a result row as an associative, a numeric array, or both"}, "maxdb_fetch_assoc":{"name":"maxdb_fetch_assoc","type":"","path":"php/maxdb_fetch_assoc.html","desc":"Fetch a result row as an associative array"}, "maxdb_fetch_field":{"name":"maxdb_fetch_field","type":"","path":"php/maxdb_fetch_field.html","desc":"Returns the next field in the result set"}, "maxdb_fetch_fields":{"name":"maxdb_fetch_fields","type":"","path":"php/maxdb_fetch_fields.html","desc":"Returns an array of resources representing the fields in a result set"}, "maxdb_fetch_field_direct":{"name":"maxdb_fetch_field_direct","type":"","path":"php/maxdb_fetch_field_direct.html","desc":"Fetch meta-data for a single field"}, "maxdb_fetch_lengths":{"name":"maxdb_fetch_lengths","type":"","path":"php/maxdb_fetch_lengths.html","desc":"Returns the lengths of the columns of the current row in the result set"}, "maxdb_fetch_object":{"name":"maxdb_fetch_object","type":"","path":"php/maxdb_fetch_object.html","desc":"Returns the current row of a result set as an object"}, "maxdb_fetch_row":{"name":"maxdb_fetch_row","type":"","path":"php/maxdb_fetch_row.html","desc":"Get a result row as an enumerated array"}, "maxdb_field_count":{"name":"maxdb_field_count","type":"","path":"php/maxdb_field_count.html","desc":"Returns the number of columns for the most recent query"}, "maxdb_field_seek":{"name":"maxdb_field_seek","type":"","path":"php/maxdb_field_seek.html","desc":"Set result pointer to a specified field offset"}, "maxdb_field_tell":{"name":"maxdb_field_tell","type":"","path":"php/maxdb_field_tell.html","desc":"Get current field offset of a result pointer"}, "maxdb_free_result":{"name":"maxdb_free_result","type":"","path":"php/maxdb_free_result.html","desc":"Frees the memory associated with a result"}, "maxdb_get_client_info":{"name":"maxdb_get_client_info","type":"","path":"php/maxdb_get_client_info.html","desc":"Returns the MaxDB client version as a string"}, "maxdb_get_client_version":{"name":"maxdb_get_client_version","type":"","path":"php/maxdb_get_client_version.html","desc":"Get MaxDB client info"}, "maxdb_get_host_info":{"name":"maxdb_get_host_info","type":"","path":"php/maxdb_get_host_info.html","desc":"Returns a string representing the type of connection used"}, "maxdb_get_metadata":{"name":"maxdb_get_metadata","type":"","path":"php/maxdb_get_metadata.html","desc":"别名 maxdb_stmt_result_metadata"}, "maxdb_get_proto_info":{"name":"maxdb_get_proto_info","type":"","path":"php/maxdb_get_proto_info.html","desc":"Returns the version of the MaxDB protocol used"}, "maxdb_get_server_info":{"name":"maxdb_get_server_info","type":"","path":"php/maxdb_get_server_info.html","desc":"Returns the version of the MaxDB server"}, "maxdb_get_server_version":{"name":"maxdb_get_server_version","type":"","path":"php/maxdb_get_server_version.html","desc":"Returns the version of the MaxDB server as an integer"}, "maxdb_info":{"name":"maxdb_info","type":"","path":"php/maxdb_info.html","desc":"Retrieves information about the most recently executed query"}, "maxdb_init":{"name":"maxdb_init","type":"","path":"php/maxdb_init.html","desc":"Initializes MaxDB and returns an resource for use with maxdb_real_connect"}, "maxdb_insert_id":{"name":"maxdb_insert_id","type":"","path":"php/maxdb_insert_id.html","desc":"Returns the auto generated id used in the last query"}, "maxdb_kill":{"name":"maxdb_kill","type":"","path":"php/maxdb_kill.html","desc":"Disconnects from a MaxDB server"}, "maxdb_master_query":{"name":"maxdb_master_query","type":"","path":"php/maxdb_master_query.html","desc":"Enforce execution of a query on the master in a masterslave setup"}, "maxdb_more_results":{"name":"maxdb_more_results","type":"","path":"php/maxdb_more_results.html","desc":"Check if there any more query results from a multi query"}, "maxdb_multi_query":{"name":"maxdb_multi_query","type":"","path":"php/maxdb_multi_query.html","desc":"Performs a query on the database"}, "maxdb_next_result":{"name":"maxdb_next_result","type":"","path":"php/maxdb_next_result.html","desc":"Prepare next result from multi_query"}, "maxdb_num_fields":{"name":"maxdb_num_fields","type":"","path":"php/maxdb_num_fields.html","desc":"Get the number of fields in a result"}, "maxdb_num_rows":{"name":"maxdb_num_rows","type":"","path":"php/maxdb_num_rows.html","desc":"Gets the number of rows in a result"}, "maxdb_options":{"name":"maxdb_options","type":"","path":"php/maxdb_options.html","desc":"Set options"}, "maxdb_param_count":{"name":"maxdb_param_count","type":"","path":"php/maxdb_param_count.html","desc":"别名 maxdb_stmt_param_count"}, "maxdb_ping":{"name":"maxdb_ping","type":"","path":"php/maxdb_ping.html","desc":"Pings a server connection, or tries to reconnect if the connection has gone down"}, "maxdb_prepare":{"name":"maxdb_prepare","type":"","path":"php/maxdb_prepare.html","desc":"Prepare an SQL statement for execution"}, "maxdb_query":{"name":"maxdb_query","type":"","path":"php/maxdb_query.html","desc":"Performs a query on the database"}, "maxdb_real_connect":{"name":"maxdb_real_connect","type":"","path":"php/maxdb_real_connect.html","desc":"Opens a connection to a MaxDB server"}, "maxdb_real_escape_string":{"name":"maxdb_real_escape_string","type":"","path":"php/maxdb_real_escape_string.html","desc":"Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection"}, "maxdb_real_query":{"name":"maxdb_real_query","type":"","path":"php/maxdb_real_query.html","desc":"Execute an SQL query"}, "maxdb_report":{"name":"maxdb_report","type":"","path":"php/maxdb_report.html","desc":"Enables or disables internal report functions"}, "maxdb_rollback":{"name":"maxdb_rollback","type":"","path":"php/maxdb_rollback.html","desc":"Rolls back current transaction"}, "maxdb_rpl_parse_enabled":{"name":"maxdb_rpl_parse_enabled","type":"","path":"php/maxdb_rpl_parse_enabled.html","desc":"Check if RPL parse is enabled"}, "maxdb_rpl_probe":{"name":"maxdb_rpl_probe","type":"","path":"php/maxdb_rpl_probe.html","desc":"RPL probe"}, "maxdb_rpl_query_type":{"name":"maxdb_rpl_query_type","type":"","path":"php/maxdb_rpl_query_type.html","desc":"Returns RPL query type"}, "maxdb_select_db":{"name":"maxdb_select_db","type":"","path":"php/maxdb_select_db.html","desc":"Selects the default database for database queries"}, "maxdb_send_long_data":{"name":"maxdb_send_long_data","type":"","path":"php/maxdb_send_long_data.html","desc":"别名 maxdb_stmt_send_long_data"}, "maxdb_send_query":{"name":"maxdb_send_query","type":"","path":"php/maxdb_send_query.html","desc":"Send the query and return"}, "maxdb_server_end":{"name":"maxdb_server_end","type":"","path":"php/maxdb_server_end.html","desc":"Shut down the embedded server"}, "maxdb_server_init":{"name":"maxdb_server_init","type":"","path":"php/maxdb_server_init.html","desc":"Initialize embedded server"}, "maxdb_set_opt":{"name":"maxdb_set_opt","type":"","path":"php/maxdb_set_opt.html","desc":"别名 maxdb_options"}, "maxdb_sqlstate":{"name":"maxdb_sqlstate","type":"","path":"php/maxdb_sqlstate.html","desc":"Returns the SQLSTATE error from previous MaxDB operation"}, "maxdb_ssl_set":{"name":"maxdb_ssl_set","type":"","path":"php/maxdb_ssl_set.html","desc":"Used for establishing secure connections using SSL"}, "maxdb_stat":{"name":"maxdb_stat","type":"","path":"php/maxdb_stat.html","desc":"Gets the current system status"}, "maxdb_stmt_affected_rows":{"name":"maxdb_stmt_affected_rows","type":"","path":"php/maxdb_stmt_affected_rows.html","desc":"Returns the total number of rows changed, del"}, "maxdb_stmt_bind_param":{"name":"maxdb_stmt_bind_param","type":"","path":"php/maxdb_stmt_bind_param.html","desc":"Binds variables to a prepared statement as parameters"}, "maxdb_stmt_bind_result":{"name":"maxdb_stmt_bind_result","type":"","path":"php/maxdb_stmt_bind_result.html","desc":"Binds variables to a prepared statement for result storage"}, "maxdb_stmt_close":{"name":"maxdb_stmt_close","type":"","path":"php/maxdb_stmt_close.html","desc":"Closes a prepared statement"}, "maxdb_stmt_close_long_data":{"name":"maxdb_stmt_close_long_data","type":"","path":"php/maxdb_stmt_close_long_data.html","desc":"Ends a sequence of maxdb_stmt_send_long_data"}, "maxdb_stmt_data_seek":{"name":"maxdb_stmt_data_seek","type":"","path":"php/maxdb_stmt_data_seek.html","desc":"Seeks to an arbitray row in statement result set"}, "maxdb_stmt_errno":{"name":"maxdb_stmt_errno","type":"","path":"php/maxdb_stmt_errno.html","desc":"Returns the error code for the most recent statement call"}, "maxdb_stmt_error":{"name":"maxdb_stmt_error","type":"","path":"php/maxdb_stmt_error.html","desc":"Returns a string description for last statement error"}, "maxdb_stmt_execute":{"name":"maxdb_stmt_execute","type":"","path":"php/maxdb_stmt_execute.html","desc":"Executes a prepared Query"}, "maxdb_stmt_fetch":{"name":"maxdb_stmt_fetch","type":"","path":"php/maxdb_stmt_fetch.html","desc":"Fetch results from a prepared statement into the bound variables"}, "maxdb_stmt_free_result":{"name":"maxdb_stmt_free_result","type":"","path":"php/maxdb_stmt_free_result.html","desc":"Frees stored result memory for the given statement handle"}, "maxdb_stmt_init":{"name":"maxdb_stmt_init","type":"","path":"php/maxdb_stmt_init.html","desc":"Initializes a statement and returns an resource for use with maxdb_stmt_prepare"}, "maxdb_stmt_num_rows":{"name":"maxdb_stmt_num_rows","type":"","path":"php/maxdb_stmt_num_rows.html","desc":"Return the number of rows in statements result set"}, "maxdb_stmt_param_count":{"name":"maxdb_stmt_param_count","type":"","path":"php/maxdb_stmt_param_count.html","desc":"Returns the number of parameter for the given statement"}, "maxdb_stmt_prepare":{"name":"maxdb_stmt_prepare","type":"","path":"php/maxdb_stmt_prepare.html","desc":"Prepare an SQL statement for execution"}, "maxdb_stmt_reset":{"name":"maxdb_stmt_reset","type":"","path":"php/maxdb_stmt_reset.html","desc":"Resets a prepared statement"}, "maxdb_stmt_result_metadata":{"name":"maxdb_stmt_result_metadata","type":"","path":"php/maxdb_stmt_result_metadata.html","desc":"Returns result set metadata from a prepared statement"}, "maxdb_stmt_send_long_data":{"name":"maxdb_stmt_send_long_data","type":"","path":"php/maxdb_stmt_send_long_data.html","desc":"Send data in blocks"}, "maxdb_stmt_sqlstate":{"name":"maxdb_stmt_sqlstate","type":"","path":"php/maxdb_stmt_sqlstate.html","desc":"Returns SQLSTATE error from previous statement operation"}, "maxdb_stmt_store_result":{"name":"maxdb_stmt_store_result","type":"","path":"php/maxdb_stmt_store_result.html","desc":"Transfers a result set from a prepared statement"}, "maxdb_store_result":{"name":"maxdb_store_result","type":"","path":"php/maxdb_store_result.html","desc":"Transfers a result set from the last query"}, "maxdb_thread_id":{"name":"maxdb_thread_id","type":"","path":"php/maxdb_thread_id.html","desc":"Returns the thread ID for the current connection"}, "maxdb_thread_safe":{"name":"maxdb_thread_safe","type":"","path":"php/maxdb_thread_safe.html","desc":"Returns whether thread safety is given or not"}, "maxdb_use_result":{"name":"maxdb_use_result","type":"","path":"php/maxdb_use_result.html","desc":"Initiate a result set retrieval"}, "maxdb_warning_count":{"name":"maxdb_warning_count","type":"","path":"php/maxdb_warning_count.html","desc":"Returns the number of warnings from the last query for the given link"}, "mb_check_encoding":{"name":"mb_check_encoding","type":"","path":"php/mb_check_encoding.html","desc":"检查字符串在指定的编码里是否有效"}, "mb_chr":{"name":"mb_chr","type":"","path":"php/mb_chr.html","desc":"Get a specific character"}, "mb_convert_case":{"name":"mb_convert_case","type":"","path":"php/mb_convert_case.html","desc":"对字符串进行大小写转换"}, "mb_convert_encoding":{"name":"mb_convert_encoding","type":"","path":"php/mb_convert_encoding.html","desc":"转换字符的编码"}, "mb_convert_kana":{"name":"mb_convert_kana","type":"","path":"php/mb_convert_kana.html","desc":"Convert "kana" one from another ("zen-kaku", "han-kaku" and more)"}, "mb_convert_variables":{"name":"mb_convert_variables","type":"","path":"php/mb_convert_variables.html","desc":"转换一个或多个变量的字符编码"}, "mb_decode_mimeheader":{"name":"mb_decode_mimeheader","type":"","path":"php/mb_decode_mimeheader.html","desc":"解码 MIME 头字段中的字符串"}, "mb_decode_numericentity":{"name":"mb_decode_numericentity","type":"","path":"php/mb_decode_numericentity.html","desc":"根据 HTML 数字字符串解码成字符"}, "mb_detect_encoding":{"name":"mb_detect_encoding","type":"","path":"php/mb_detect_encoding.html","desc":"检测字符的编码"}, "mb_detect_order":{"name":"mb_detect_order","type":"","path":"php/mb_detect_order.html","desc":"设置获取 字符编码的检测顺序"}, "mb_encode_mimeheader":{"name":"mb_encode_mimeheader","type":"","path":"php/mb_encode_mimeheader.html","desc":"为 MIME 头编码字符串"}, "mb_encode_numericentity":{"name":"mb_encode_numericentity","type":"","path":"php/mb_encode_numericentity.html","desc":"Encode character to HTML numeric string reference"}, "mb_encoding_aliases":{"name":"mb_encoding_aliases","type":"","path":"php/mb_encoding_aliases.html","desc":"Get aliases of a known encoding type"}, "mb_ereg":{"name":"mb_ereg","type":"","path":"php/mb_ereg.html","desc":"Regular expression match with multibyte support"}, "mb_eregi":{"name":"mb_eregi","type":"","path":"php/mb_eregi.html","desc":"Regular expression match ignoring case with multibyte support"}, "mb_eregi_replace":{"name":"mb_eregi_replace","type":"","path":"php/mb_eregi_replace.html","desc":"Replace regular expression with multibyte support ignoring case"}, "mb_ereg_match":{"name":"mb_ereg_match","type":"","path":"php/mb_ereg_match.html","desc":"Regular expression match for multibyte string"}, "mb_ereg_replace":{"name":"mb_ereg_replace","type":"","path":"php/mb_ereg_replace.html","desc":"Replace regular expression with multibyte support"}, "mb_ereg_replace_callback":{"name":"mb_ereg_replace_callback","type":"","path":"php/mb_ereg_replace_callback.html","desc":"Perform a regular expression search and replace with multibyte support using a callback"}, "mb_ereg_search":{"name":"mb_ereg_search","type":"","path":"php/mb_ereg_search.html","desc":"Multibyte regular expression match for predefined multibyte string"}, "mb_ereg_search_getpos":{"name":"mb_ereg_search_getpos","type":"","path":"php/mb_ereg_search_getpos.html","desc":"Returns start point for next regular expression match"}, "mb_ereg_search_getregs":{"name":"mb_ereg_search_getregs","type":"","path":"php/mb_ereg_search_getregs.html","desc":"Retrieve the result from the last multibyte regular expression match"}, "mb_ereg_search_init":{"name":"mb_ereg_search_init","type":"","path":"php/mb_ereg_search_init.html","desc":"Setup string and regular expression for a multibyte regular expression match"}, "mb_ereg_search_pos":{"name":"mb_ereg_search_pos","type":"","path":"php/mb_ereg_search_pos.html","desc":"Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string"}, "mb_ereg_search_regs":{"name":"mb_ereg_search_regs","type":"","path":"php/mb_ereg_search_regs.html","desc":"Returns the matched part of a multibyte regular expression"}, "mb_ereg_search_setpos":{"name":"mb_ereg_search_setpos","type":"","path":"php/mb_ereg_search_setpos.html","desc":"Set start point of next regular expression match"}, "mb_get_info":{"name":"mb_get_info","type":"","path":"php/mb_get_info.html","desc":"获取 mbstring 的内部设置"}, "mb_http_input":{"name":"mb_http_input","type":"","path":"php/mb_http_input.html","desc":"检测 HTTP 输入字符编码"}, "mb_http_output":{"name":"mb_http_output","type":"","path":"php/mb_http_output.html","desc":"设置获取 HTTP 输出字符编码"}, "mb_internal_encoding":{"name":"mb_internal_encoding","type":"","path":"php/mb_internal_encoding.html","desc":"设置获取内部字符编码"}, "mb_language":{"name":"mb_language","type":"","path":"php/mb_language.html","desc":"设置获取当前的语言"}, "mb_list_encodings":{"name":"mb_list_encodings","type":"","path":"php/mb_list_encodings.html","desc":"返回所有支持编码的数组"}, "mb_ord":{"name":"mb_ord","type":"","path":"php/mb_ord.html","desc":"Get code point of character"}, "mb_output_handler":{"name":"mb_output_handler","type":"","path":"php/mb_output_handler.html","desc":"在输出缓冲中转换字符编码的回调函数"}, "mb_parse_str":{"name":"mb_parse_str","type":"","path":"php/mb_parse_str.html","desc":"解析 GETPOSTCOOKIE 数据并设置全局变量"}, "mb_preferred_mime_name":{"name":"mb_preferred_mime_name","type":"","path":"php/mb_preferred_mime_name.html","desc":"获取 MIME 字符串"}, "mb_regex_encoding":{"name":"mb_regex_encoding","type":"","path":"php/mb_regex_encoding.html","desc":"SetGet character encoding for multibyte regex"}, "mb_regex_set_options":{"name":"mb_regex_set_options","type":"","path":"php/mb_regex_set_options.html","desc":"SetGet the default options for mbregex functions"}, "mb_send_mail":{"name":"mb_send_mail","type":"","path":"php/mb_send_mail.html","desc":"发送编码过的邮件"}, "mb_split":{"name":"mb_split","type":"","path":"php/mb_split.html","desc":"使用正则表达式分割多字节字符串"}, "mb_strcut":{"name":"mb_strcut","type":"","path":"php/mb_strcut.html","desc":"获取字符的一部分"}, "mb_strimwidth":{"name":"mb_strimwidth","type":"","path":"php/mb_strimwidth.html","desc":"获取按指定宽度截断的字符串"}, "mb_stripos":{"name":"mb_stripos","type":"","path":"php/mb_stripos.html","desc":"大小写不敏感地查找字符串在另一个字符串中首次出现的位置"}, "mb_stristr":{"name":"mb_stristr","type":"","path":"php/mb_stristr.html","desc":"大小写不敏感地查找字符串在另一个字符串里的首次出现"}, "mb_strlen":{"name":"mb_strlen","type":"","path":"php/mb_strlen.html","desc":"获取字符串的长度"}, "mb_strpos":{"name":"mb_strpos","type":"","path":"php/mb_strpos.html","desc":"查找字符串在另一个字符串中首次出现的位置"}, "mb_strrchr":{"name":"mb_strrchr","type":"","path":"php/mb_strrchr.html","desc":"查找指定字符在另一个字符串中最后一次的出现"}, "mb_strrichr":{"name":"mb_strrichr","type":"","path":"php/mb_strrichr.html","desc":"大小写不敏感地查找指定字符在另一个字符串中最后一次的出现"}, "mb_strripos":{"name":"mb_strripos","type":"","path":"php/mb_strripos.html","desc":"大小写不敏感地在字符串中查找一个字符串最后出现的位置"}, "mb_strrpos":{"name":"mb_strrpos","type":"","path":"php/mb_strrpos.html","desc":"查找字符串在一个字符串中最后出现的位置"}, "mb_strstr":{"name":"mb_strstr","type":"","path":"php/mb_strstr.html","desc":"查找字符串在另一个字符串里的首次出现"}, "mb_strtolower":{"name":"mb_strtolower","type":"","path":"php/mb_strtolower.html","desc":"使字符串小写"}, "mb_strtoupper":{"name":"mb_strtoupper","type":"","path":"php/mb_strtoupper.html","desc":"使字符串大写"}, "mb_strwidth":{"name":"mb_strwidth","type":"","path":"php/mb_strwidth.html","desc":"返回字符串的宽度"}, "mb_substitute_character":{"name":"mb_substitute_character","type":"","path":"php/mb_substitute_character.html","desc":"设置获取替代字符"}, "mb_substr":{"name":"mb_substr","type":"","path":"php/mb_substr.html","desc":"获取部分字符串"}, "mb_substr_count":{"name":"mb_substr_count","type":"","path":"php/mb_substr_count.html","desc":"统计字符串出现的次数"}, "mcrypt_cbc":{"name":"mcrypt_cbc","type":"","path":"php/mcrypt_cbc.html","desc":"以 CBC 模式加解密数据"}, "mcrypt_cfb":{"name":"mcrypt_cfb","type":"","path":"php/mcrypt_cfb.html","desc":"以 CFB 模式加解密数据"}, "mcrypt_create_iv":{"name":"mcrypt_create_iv","type":"","path":"php/mcrypt_create_iv.html","desc":"从随机源创建初始向量"}, "mcrypt_decrypt":{"name":"mcrypt_decrypt","type":"","path":"php/mcrypt_decrypt.html","desc":"使用给定参数解密密文"}, "mcrypt_ecb":{"name":"mcrypt_ecb","type":"","path":"php/mcrypt_ecb.html","desc":"已废弃:使用 ECB 模式加解密数据"}, "mcrypt_encrypt":{"name":"mcrypt_encrypt","type":"","path":"php/mcrypt_encrypt.html","desc":"使用给定参数加密明文"}, "mcrypt_enc_get_algorithms_name":{"name":"mcrypt_enc_get_algorithms_name","type":"","path":"php/mcrypt_enc_get_algorithms_name.html","desc":"返回打开的算法名称"}, "mcrypt_enc_get_block_size":{"name":"mcrypt_enc_get_block_size","type":"","path":"php/mcrypt_enc_get_block_size.html","desc":"返回打开的算法的分组大小"}, "mcrypt_enc_get_iv_size":{"name":"mcrypt_enc_get_iv_size","type":"","path":"php/mcrypt_enc_get_iv_size.html","desc":"返回打开的算法的初始向量大小"}, "mcrypt_enc_get_key_size":{"name":"mcrypt_enc_get_key_size","type":"","path":"php/mcrypt_enc_get_key_size.html","desc":"返回打开的模式所能支持的最长密钥"}, "mcrypt_enc_get_modes_name":{"name":"mcrypt_enc_get_modes_name","type":"","path":"php/mcrypt_enc_get_modes_name.html","desc":"返回打开的模式的名称"}, "mcrypt_enc_get_supported_key_sizes":{"name":"mcrypt_enc_get_supported_key_sizes","type":"","path":"php/mcrypt_enc_get_supported_key_sizes.html","desc":"以数组方式返回打开的算法所支持的密钥长度"}, "mcrypt_enc_is_block_algorithm":{"name":"mcrypt_enc_is_block_algorithm","type":"","path":"php/mcrypt_enc_is_block_algorithm.html","desc":"检测打开模式的算法是否为分组算法"}, "mcrypt_enc_is_block_algorithm_mode":{"name":"mcrypt_enc_is_block_algorithm_mode","type":"","path":"php/mcrypt_enc_is_block_algorithm_mode.html","desc":"检测打开的模式是否支持分组加密"}, "mcrypt_enc_is_block_mode":{"name":"mcrypt_enc_is_block_mode","type":"","path":"php/mcrypt_enc_is_block_mode.html","desc":"检测打开的模式是否以分组方式输出"}, "mcrypt_enc_self_test":{"name":"mcrypt_enc_self_test","type":"","path":"php/mcrypt_enc_self_test.html","desc":"在打开的模块上进行自检"}, "mcrypt_generic":{"name":"mcrypt_generic","type":"","path":"php/mcrypt_generic.html","desc":"加密数据"}, "mcrypt_generic_deinit":{"name":"mcrypt_generic_deinit","type":"","path":"php/mcrypt_generic_deinit.html","desc":"对加密模块进行清理工作"}, "mcrypt_generic_end":{"name":"mcrypt_generic_end","type":"","path":"php/mcrypt_generic_end.html","desc":"终止加密"}, "mcrypt_generic_init":{"name":"mcrypt_generic_init","type":"","path":"php/mcrypt_generic_init.html","desc":"初始化加密所需的缓冲区"}, "mcrypt_get_block_size":{"name":"mcrypt_get_block_size","type":"","path":"php/mcrypt_get_block_size.html","desc":"获得加密算法的分组大小"}, "mcrypt_get_cipher_name":{"name":"mcrypt_get_cipher_name","type":"","path":"php/mcrypt_get_cipher_name.html","desc":"获取加密算法名称"}, "mcrypt_get_iv_size":{"name":"mcrypt_get_iv_size","type":"","path":"php/mcrypt_get_iv_size.html","desc":"返回指定算法模式组合的初始向量大小"}, "mcrypt_get_key_size":{"name":"mcrypt_get_key_size","type":"","path":"php/mcrypt_get_key_size.html","desc":"获取指定加密算法的密钥大小"}, "mcrypt_list_algorithms":{"name":"mcrypt_list_algorithms","type":"","path":"php/mcrypt_list_algorithms.html","desc":"获取支持的加密算法"}, "mcrypt_list_modes":{"name":"mcrypt_list_modes","type":"","path":"php/mcrypt_list_modes.html","desc":"获取所支持的模式"}, "mcrypt_module_close":{"name":"mcrypt_module_close","type":"","path":"php/mcrypt_module_close.html","desc":"关闭加密模块"}, "mcrypt_module_get_algo_block_size":{"name":"mcrypt_module_get_algo_block_size","type":"","path":"php/mcrypt_module_get_algo_block_size.html","desc":"返回指定算法的分组大小"}, "mcrypt_module_get_algo_key_size":{"name":"mcrypt_module_get_algo_key_size","type":"","path":"php/mcrypt_module_get_algo_key_size.html","desc":"获取打开模式所支持的最大密钥大小"}, "mcrypt_module_get_supported_key_sizes":{"name":"mcrypt_module_get_supported_key_sizes","type":"","path":"php/mcrypt_module_get_supported_key_sizes.html","desc":"以数组形式返回打开的算法所支持的密钥大小"}, "mcrypt_module_is_block_algorithm":{"name":"mcrypt_module_is_block_algorithm","type":"","path":"php/mcrypt_module_is_block_algorithm.html","desc":"检测指定算法是否为分组加密算法"}, "mcrypt_module_is_block_algorithm_mode":{"name":"mcrypt_module_is_block_algorithm_mode","type":"","path":"php/mcrypt_module_is_block_algorithm_mode.html","desc":"返回指定模块是否是分组加密模式"}, "mcrypt_module_is_block_mode":{"name":"mcrypt_module_is_block_mode","type":"","path":"php/mcrypt_module_is_block_mode.html","desc":"检测指定模式是否以分组方式输出"}, "mcrypt_module_open":{"name":"mcrypt_module_open","type":"","path":"php/mcrypt_module_open.html","desc":"打开算法和模式对应的模块"}, "mcrypt_module_self_test":{"name":"mcrypt_module_self_test","type":"","path":"php/mcrypt_module_self_test.html","desc":"在指定模块上执行自检"}, "mcrypt_ofb":{"name":"mcrypt_ofb","type":"","path":"php/mcrypt_ofb.html","desc":"使用 OFB 模式加密解密数据"}, "md5":{"name":"md5","type":"","path":"php/md5.html","desc":"计算字符串的 MD5 散列值"}, "md5_file":{"name":"md5_file","type":"","path":"php/md5_file.html","desc":"计算指定文件的 MD5 散列值"}, "mdecrypt_generic":{"name":"mdecrypt_generic","type":"","path":"php/mdecrypt_generic.html","desc":"解密数据"}, "memcache_debug":{"name":"memcache_debug","type":"","path":"php/memcache_debug.html","desc":"转换调试输出的开关"}, "memory_get_peak_usage":{"name":"memory_get_peak_usage","type":"","path":"php/memory_get_peak_usage.html","desc":"返回分配给 PHP 内存的峰值"}, "memory_get_usage":{"name":"memory_get_usage","type":"","path":"php/memory_get_usage.html","desc":"返回分配给 PHP 的内存量"}, "metaphone":{"name":"metaphone","type":"","path":"php/metaphone.html","desc":"Calculate the metaphone key of a string"}, "method_exists":{"name":"method_exists","type":"","path":"php/method_exists.html","desc":"检查类的方法是否存在"}, "mhash":{"name":"mhash","type":"","path":"php/mhash.html","desc":"Computes hash"}, "mhash_count":{"name":"mhash_count","type":"","path":"php/mhash_count.html","desc":"Gets the highest available hash ID"}, "mhash_get_block_size":{"name":"mhash_get_block_size","type":"","path":"php/mhash_get_block_size.html","desc":"Gets the block size of the specified hash"}, "mhash_get_hash_name":{"name":"mhash_get_hash_name","type":"","path":"php/mhash_get_hash_name.html","desc":"Gets the name of the specified hash"}, "mhash_keygen_s2k":{"name":"mhash_keygen_s2k","type":"","path":"php/mhash_keygen_s2k.html","desc":"Generates a key"}, "microtime":{"name":"microtime","type":"","path":"php/microtime.html","desc":"返回当前 Unix 时间戳和微秒数"}, "mime_content_type":{"name":"mime_content_type","type":"","path":"php/mime_content_type.html","desc":"检测文件的 MIME 类型"}, "min":{"name":"min","type":"","path":"php/min.html","desc":"找出最小值"}, "ming_keypress":{"name":"ming_keypress","type":"","path":"php/ming_keypress.html","desc":"Returns the action flag for keyPress(char)"}, "ming_setcubicthreshold":{"name":"ming_setcubicthreshold","type":"","path":"php/ming_setcubicthreshold.html","desc":"Set cubic threshold"}, "ming_setscale":{"name":"ming_setscale","type":"","path":"php/ming_setscale.html","desc":"Set the global scaling factor"}, "ming_setswfcompression":{"name":"ming_setswfcompression","type":"","path":"php/ming_setswfcompression.html","desc":"Sets the SWF output compression"}, "ming_useconstants":{"name":"ming_useconstants","type":"","path":"php/ming_useconstants.html","desc":"Use constant pool"}, "ming_useswfversion":{"name":"ming_useswfversion","type":"","path":"php/ming_useswfversion.html","desc":"Sets the SWF version"}, "mkdir":{"name":"mkdir","type":"","path":"php/mkdir.html","desc":"新建目录"}, "mktime":{"name":"mktime","type":"","path":"php/mktime.html","desc":"取得一个日期的 Unix 时间戳"}, "money_format":{"name":"money_format","type":"","path":"php/money_format.html","desc":"将数字格式化成货币字符串"}, "mongodb.bson_fromjson":{"name":"mongodb.bson_fromjson","type":"","path":"php/mongodb.bson_fromjson.html","desc":"Returns the BSON representation of a JSON value"}, "mongodb.bson_fromphp":{"name":"mongodb.bson_fromphp","type":"","path":"php/mongodb.bson_fromphp.html","desc":"Returns the BSON representation of a PHP value"}, "mongodb.bson_tocanonicalextendedjson":{"name":"mongodb.bson_tocanonicalextendedjson","type":"","path":"php/mongodb.bson_tocanonicalextendedjson.html","desc":"Returns the Canonical Extended JSON representation of a BSON value"}, "mongodb.bson_tojson":{"name":"mongodb.bson_tojson","type":"","path":"php/mongodb.bson_tojson.html","desc":"Returns the Legacy Extended JSON representation of a BSON value"}, "mongodb.bson_tophp":{"name":"mongodb.bson_tophp","type":"","path":"php/mongodb.bson_tophp.html","desc":"Returns the PHP representation of a BSON value"}, "mongodb.bson_torelaxedextendedjson":{"name":"mongodb.bson_torelaxedextendedjson","type":"","path":"php/mongodb.bson_torelaxedextendedjson.html","desc":"Returns the Relaxed Extended JSON representation of a BSON value"}, "mongodb.driver.monitoring.addsubscriber":{"name":"mongodb.driver.monitoring.addsubscriber","type":"","path":"php/mongodb.driver.monitoring.addsubscriber.html","desc":"Registers a new monitoring event subscriber"}, "mongodb.driver.monitoring.removesubscriber":{"name":"mongodb.driver.monitoring.removesubscriber","type":"","path":"php/mongodb.driver.monitoring.removesubscriber.html","desc":"Unregisters an existing monitoring event subscriber"}, "move_uploaded_file":{"name":"move_uploaded_file","type":"","path":"php/move_uploaded_file.html","desc":"将上传的文件移动到新位置"}, "mqseries_back":{"name":"mqseries_back","type":"","path":"php/mqseries_back.html","desc":"MQSeries MQBACK"}, "mqseries_begin":{"name":"mqseries_begin","type":"","path":"php/mqseries_begin.html","desc":"MQseries MQBEGIN"}, "mqseries_close":{"name":"mqseries_close","type":"","path":"php/mqseries_close.html","desc":"MQSeries MQCLOSE"}, "mqseries_cmit":{"name":"mqseries_cmit","type":"","path":"php/mqseries_cmit.html","desc":"MQSeries MQCMIT"}, "mqseries_conn":{"name":"mqseries_conn","type":"","path":"php/mqseries_conn.html","desc":"MQSeries MQCONN"}, "mqseries_connx":{"name":"mqseries_connx","type":"","path":"php/mqseries_connx.html","desc":"MQSeries MQCONNX"}, "mqseries_disc":{"name":"mqseries_disc","type":"","path":"php/mqseries_disc.html","desc":"MQSeries MQDISC"}, "mqseries_get":{"name":"mqseries_get","type":"","path":"php/mqseries_get.html","desc":"MQSeries MQGET"}, "mqseries_inq":{"name":"mqseries_inq","type":"","path":"php/mqseries_inq.html","desc":"MQSeries MQINQ"}, "mqseries_open":{"name":"mqseries_open","type":"","path":"php/mqseries_open.html","desc":"MQSeries MQOPEN"}, "mqseries_put":{"name":"mqseries_put","type":"","path":"php/mqseries_put.html","desc":"MQSeries MQPUT"}, "mqseries_put1":{"name":"mqseries_put1","type":"","path":"php/mqseries_put1.html","desc":"MQSeries MQPUT1"}, "mqseries_set":{"name":"mqseries_set","type":"","path":"php/mqseries_set.html","desc":"MQSeries MQSET"}, "mqseries_strerror":{"name":"mqseries_strerror","type":"","path":"php/mqseries_strerror.html","desc":"Returns the error message corresponding to a result code (MQRC)"}, "msession_connect":{"name":"msession_connect","type":"","path":"php/msession_connect.html","desc":"Connect to msession server"}, "msession_count":{"name":"msession_count","type":"","path":"php/msession_count.html","desc":"Get session count"}, "msession_create":{"name":"msession_create","type":"","path":"php/msession_create.html","desc":"Create a session"}, "msession_destroy":{"name":"msession_destroy","type":"","path":"php/msession_destroy.html","desc":"Destroy a session"}, "msession_disconnect":{"name":"msession_disconnect","type":"","path":"php/msession_disconnect.html","desc":"Close connection to msession server"}, "msession_find":{"name":"msession_find","type":"","path":"php/msession_find.html","desc":"Find all sessions with name and value"}, "msession_get":{"name":"msession_get","type":"","path":"php/msession_get.html","desc":"Get value from session"}, "msession_get_array":{"name":"msession_get_array","type":"","path":"php/msession_get_array.html","desc":"Get array of msession variables"}, "msession_get_data":{"name":"msession_get_data","type":"","path":"php/msession_get_data.html","desc":"Get data session unstructured data"}, "msession_inc":{"name":"msession_inc","type":"","path":"php/msession_inc.html","desc":"Increment value in session"}, "msession_list":{"name":"msession_list","type":"","path":"php/msession_list.html","desc":"List all sessions"}, "msession_listvar":{"name":"msession_listvar","type":"","path":"php/msession_listvar.html","desc":"List sessions with variable"}, "msession_lock":{"name":"msession_lock","type":"","path":"php/msession_lock.html","desc":"Lock a session"}, "msession_plugin":{"name":"msession_plugin","type":"","path":"php/msession_plugin.html","desc":"Call an escape function within the msession personality plugin"}, "msession_randstr":{"name":"msession_randstr","type":"","path":"php/msession_randstr.html","desc":"Get random string"}, "msession_set":{"name":"msession_set","type":"","path":"php/msession_set.html","desc":"Set value in session"}, "msession_set_array":{"name":"msession_set_array","type":"","path":"php/msession_set_array.html","desc":"Set msession variables from an array"}, "msession_set_data":{"name":"msession_set_data","type":"","path":"php/msession_set_data.html","desc":"Set data session unstructured data"}, "msession_timeout":{"name":"msession_timeout","type":"","path":"php/msession_timeout.html","desc":"Setget session timeout"}, "msession_uniq":{"name":"msession_uniq","type":"","path":"php/msession_uniq.html","desc":"Get unique id"}, "msession_unlock":{"name":"msession_unlock","type":"","path":"php/msession_unlock.html","desc":"Unlock a session"}, "msg_get_queue":{"name":"msg_get_queue","type":"","path":"php/msg_get_queue.html","desc":"Create or attach to a message queue"}, "msg_queue_exists":{"name":"msg_queue_exists","type":"","path":"php/msg_queue_exists.html","desc":"Check whether a message queue exists"}, "msg_receive":{"name":"msg_receive","type":"","path":"php/msg_receive.html","desc":"Receive a message from a message queue"}, "msg_remove_queue":{"name":"msg_remove_queue","type":"","path":"php/msg_remove_queue.html","desc":"Destroy a message queue"}, "msg_send":{"name":"msg_send","type":"","path":"php/msg_send.html","desc":"Send a message to a message queue"}, "msg_set_queue":{"name":"msg_set_queue","type":"","path":"php/msg_set_queue.html","desc":"Set information in the message queue data structure"}, "msg_stat_queue":{"name":"msg_stat_queue","type":"","path":"php/msg_stat_queue.html","desc":"Returns information from the message queue data structure"}, "msql":{"name":"msql","type":"","path":"php/msql.html","desc":"Alias of msql_db_query"}, "msql_affected_rows":{"name":"msql_affected_rows","type":"","path":"php/msql_affected_rows.html","desc":"Returns number of affected rows"}, "msql_close":{"name":"msql_close","type":"","path":"php/msql_close.html","desc":"Close mSQL connection"}, "msql_connect":{"name":"msql_connect","type":"","path":"php/msql_connect.html","desc":"Open mSQL connection"}, "msql_createdb":{"name":"msql_createdb","type":"","path":"php/msql_createdb.html","desc":"别名 msql_create_db"}, "msql_create_db":{"name":"msql_create_db","type":"","path":"php/msql_create_db.html","desc":"Create mSQL database"}, "msql_data_seek":{"name":"msql_data_seek","type":"","path":"php/msql_data_seek.html","desc":"Move internal row pointer"}, "msql_dbname":{"name":"msql_dbname","type":"","path":"php/msql_dbname.html","desc":"别名 msql_result"}, "msql_db_query":{"name":"msql_db_query","type":"","path":"php/msql_db_query.html","desc":"Send mSQL query"}, "msql_drop_db":{"name":"msql_drop_db","type":"","path":"php/msql_drop_db.html","desc":"Drop (delete) mSQL database"}, "msql_error":{"name":"msql_error","type":"","path":"php/msql_error.html","desc":"Returns error message of last msql call"}, "msql_fetch_array":{"name":"msql_fetch_array","type":"","path":"php/msql_fetch_array.html","desc":"Fetch row as array"}, "msql_fetch_field":{"name":"msql_fetch_field","type":"","path":"php/msql_fetch_field.html","desc":"Get field information"}, "msql_fetch_object":{"name":"msql_fetch_object","type":"","path":"php/msql_fetch_object.html","desc":"Fetch row as object"}, "msql_fetch_row":{"name":"msql_fetch_row","type":"","path":"php/msql_fetch_row.html","desc":"Get row as enumerated array"}, "msql_fieldflags":{"name":"msql_fieldflags","type":"","path":"php/msql_fieldflags.html","desc":"Alias of msql_field_flags"}, "msql_fieldlen":{"name":"msql_fieldlen","type":"","path":"php/msql_fieldlen.html","desc":"Alias of msql_field_len"}, "msql_fieldname":{"name":"msql_fieldname","type":"","path":"php/msql_fieldname.html","desc":"Alias of msql_field_name"}, "msql_fieldtable":{"name":"msql_fieldtable","type":"","path":"php/msql_fieldtable.html","desc":"Alias of msql_field_table"}, "msql_fieldtype":{"name":"msql_fieldtype","type":"","path":"php/msql_fieldtype.html","desc":"Alias of msql_field_type"}, "msql_field_flags":{"name":"msql_field_flags","type":"","path":"php/msql_field_flags.html","desc":"Get field flags"}, "msql_field_len":{"name":"msql_field_len","type":"","path":"php/msql_field_len.html","desc":"Get field length"}, "msql_field_name":{"name":"msql_field_name","type":"","path":"php/msql_field_name.html","desc":"Get the name of the specified field in a result"}, "msql_field_seek":{"name":"msql_field_seek","type":"","path":"php/msql_field_seek.html","desc":"Set field offset"}, "msql_field_table":{"name":"msql_field_table","type":"","path":"php/msql_field_table.html","desc":"Get table name for field"}, "msql_field_type":{"name":"msql_field_type","type":"","path":"php/msql_field_type.html","desc":"Get field type"}, "msql_free_result":{"name":"msql_free_result","type":"","path":"php/msql_free_result.html","desc":"Free result memory"}, "msql_list_dbs":{"name":"msql_list_dbs","type":"","path":"php/msql_list_dbs.html","desc":"List mSQL databases on server"}, "msql_list_fields":{"name":"msql_list_fields","type":"","path":"php/msql_list_fields.html","desc":"List result fields"}, "msql_list_tables":{"name":"msql_list_tables","type":"","path":"php/msql_list_tables.html","desc":"List tables in an mSQL database"}, "msql_numfields":{"name":"msql_numfields","type":"","path":"php/msql_numfields.html","desc":"Alias of msql_num_fields"}, "msql_numrows":{"name":"msql_numrows","type":"","path":"php/msql_numrows.html","desc":"Alias of msql_num_rows"}, "msql_num_fields":{"name":"msql_num_fields","type":"","path":"php/msql_num_fields.html","desc":"Get number of fields in result"}, "msql_num_rows":{"name":"msql_num_rows","type":"","path":"php/msql_num_rows.html","desc":"Get number of rows in result"}, "msql_pconnect":{"name":"msql_pconnect","type":"","path":"php/msql_pconnect.html","desc":"Open persistent mSQL connection"}, "msql_query":{"name":"msql_query","type":"","path":"php/msql_query.html","desc":"Send mSQL query"}, "msql_regcase":{"name":"msql_regcase","type":"","path":"php/msql_regcase.html","desc":"Alias of sql_regcase"}, "msql_result":{"name":"msql_result","type":"","path":"php/msql_result.html","desc":"Get result data"}, "msql_select_db":{"name":"msql_select_db","type":"","path":"php/msql_select_db.html","desc":"Select mSQL database"}, "msql_tablename":{"name":"msql_tablename","type":"","path":"php/msql_tablename.html","desc":"Alias of msql_result"}, "mssql_bind":{"name":"mssql_bind","type":"","path":"php/mssql_bind.html","desc":"Adds a parameter to a stored procedure or a remote stored procedure"}, "mssql_close":{"name":"mssql_close","type":"","path":"php/mssql_close.html","desc":"关闭MS SQL Server链接"}, "mssql_connect":{"name":"mssql_connect","type":"","path":"php/mssql_connect.html","desc":"打开MS SQL server链接"}, "mssql_data_seek":{"name":"mssql_data_seek","type":"","path":"php/mssql_data_seek.html","desc":"Moves internal row pointer"}, "mssql_execute":{"name":"mssql_execute","type":"","path":"php/mssql_execute.html","desc":"Executes a stored procedure on a MS SQL server database"}, "mssql_fetch_array":{"name":"mssql_fetch_array","type":"","path":"php/mssql_fetch_array.html","desc":"Fetch a result row as an associative array, a numeric array, or both"}, "mssql_fetch_assoc":{"name":"mssql_fetch_assoc","type":"","path":"php/mssql_fetch_assoc.html","desc":"Returns an associative array of the current row in the result"}, "mssql_fetch_batch":{"name":"mssql_fetch_batch","type":"","path":"php/mssql_fetch_batch.html","desc":"Returns the next batch of records"}, "mssql_fetch_field":{"name":"mssql_fetch_field","type":"","path":"php/mssql_fetch_field.html","desc":"Get field information"}, "mssql_fetch_object":{"name":"mssql_fetch_object","type":"","path":"php/mssql_fetch_object.html","desc":"Fetch row as object"}, "mssql_fetch_row":{"name":"mssql_fetch_row","type":"","path":"php/mssql_fetch_row.html","desc":"Get row as enumerated array"}, "mssql_field_length":{"name":"mssql_field_length","type":"","path":"php/mssql_field_length.html","desc":"Get the length of a field"}, "mssql_field_name":{"name":"mssql_field_name","type":"","path":"php/mssql_field_name.html","desc":"Get the name of a field"}, "mssql_field_seek":{"name":"mssql_field_seek","type":"","path":"php/mssql_field_seek.html","desc":"Seeks to the specified field offset"}, "mssql_field_type":{"name":"mssql_field_type","type":"","path":"php/mssql_field_type.html","desc":"Gets the type of a field"}, "mssql_free_result":{"name":"mssql_free_result","type":"","path":"php/mssql_free_result.html","desc":"Free result memory"}, "mssql_free_statement":{"name":"mssql_free_statement","type":"","path":"php/mssql_free_statement.html","desc":"Free statement memory"}, "mssql_get_last_message":{"name":"mssql_get_last_message","type":"","path":"php/mssql_get_last_message.html","desc":"Returns the last message from the server"}, "mssql_guid_string":{"name":"mssql_guid_string","type":"","path":"php/mssql_guid_string.html","desc":"Converts a 16 byte binary GUID to a string"}, "mssql_init":{"name":"mssql_init","type":"","path":"php/mssql_init.html","desc":"Initializes a stored procedure or a remote stored procedure"}, "mssql_min_error_severity":{"name":"mssql_min_error_severity","type":"","path":"php/mssql_min_error_severity.html","desc":"Sets the minimum error severity"}, "mssql_min_message_severity":{"name":"mssql_min_message_severity","type":"","path":"php/mssql_min_message_severity.html","desc":"Sets the minimum message severity"}, "mssql_next_result":{"name":"mssql_next_result","type":"","path":"php/mssql_next_result.html","desc":"Move the internal result pointer to the next result"}, "mssql_num_fields":{"name":"mssql_num_fields","type":"","path":"php/mssql_num_fields.html","desc":"Gets the number of fields in result"}, "mssql_num_rows":{"name":"mssql_num_rows","type":"","path":"php/mssql_num_rows.html","desc":"Gets the number of rows in result"}, "mssql_pconnect":{"name":"mssql_pconnect","type":"","path":"php/mssql_pconnect.html","desc":"Open persistent MS SQL connection"}, "mssql_query":{"name":"mssql_query","type":"","path":"php/mssql_query.html","desc":"Send MS SQL query"}, "mssql_result":{"name":"mssql_result","type":"","path":"php/mssql_result.html","desc":"Get result data"}, "mssql_rows_affected":{"name":"mssql_rows_affected","type":"","path":"php/mssql_rows_affected.html","desc":"Returns the number of records affected by the query"}, "mssql_select_db":{"name":"mssql_select_db","type":"","path":"php/mssql_select_db.html","desc":"Select MS SQL database"}, "mt_getrandmax":{"name":"mt_getrandmax","type":"","path":"php/mt_getrandmax.html","desc":"显示随机数的最大可能值"}, "mt_rand":{"name":"mt_rand","type":"","path":"php/mt_rand.html","desc":"生成更好的随机数"}, "mt_srand":{"name":"mt_srand","type":"","path":"php/mt_srand.html","desc":"播下一个更好的随机数发生器种子"}, "mysqli_bind_param":{"name":"mysqli_bind_param","type":"","path":"php/mysqli_bind_param.html","desc":"mysqli_stmt_bind_param 的别名"}, "mysqli_bind_result":{"name":"mysqli_bind_result","type":"","path":"php/mysqli_bind_result.html","desc":"mysqli_stmt_bind_result 的别名"}, "mysqli_client_encoding":{"name":"mysqli_client_encoding","type":"","path":"php/mysqli_client_encoding.html","desc":"mysqli_character_set_name 的别名"}, "mysqli_connect":{"name":"mysqli_connect","type":"","path":"php/mysqli_connect.html","desc":"别名 mysqli__construct"}, "mysqli_disable_reads_from_master":{"name":"mysqli_disable_reads_from_master","type":"","path":"php/mysqli_disable_reads_from_master.html","desc":"在主从服务器结构中,禁用从主机读取数据"}, "mysqli_disable_rpl_parse":{"name":"mysqli_disable_rpl_parse","type":"","path":"php/mysqli_disable_rpl_parse.html","desc":"禁用RPL解析"}, "mysqli_enable_reads_from_master":{"name":"mysqli_enable_reads_from_master","type":"","path":"php/mysqli_enable_reads_from_master.html","desc":"开启从主机读取"}, "mysqli_enable_rpl_parse":{"name":"mysqli_enable_rpl_parse","type":"","path":"php/mysqli_enable_rpl_parse.html","desc":"开启RPL解析"}, "mysqli_escape_string":{"name":"mysqli_escape_string","type":"","path":"php/mysqli_escape_string.html","desc":"别名 mysqli_real_escape_string"}, "mysqli_execute":{"name":"mysqli_execute","type":"","path":"php/mysqli_execute.html","desc":"mysqli_stmt_execute 的别名"}, "mysqli_fetch":{"name":"mysqli_fetch","type":"","path":"php/mysqli_fetch.html","desc":"mysqli_stmt_fetch 的别名。"}, "mysqli_get_cache_stats":{"name":"mysqli_get_cache_stats","type":"","path":"php/mysqli_get_cache_stats.html","desc":"返回客户端Zval缓存统计信息"}, "mysqli_get_client_stats":{"name":"mysqli_get_client_stats","type":"","path":"php/mysqli_get_client_stats.html","desc":"返回客户端进程统计信息"}, "mysqli_get_links_stats":{"name":"mysqli_get_links_stats","type":"","path":"php/mysqli_get_links_stats.html","desc":"返回打开和缓存的链接相关信息"}, "mysqli_get_metadata":{"name":"mysqli_get_metadata","type":"","path":"php/mysqli_get_metadata.html","desc":"mysqli_stmt_result_metadata 的别名"}, "mysqli_master_query":{"name":"mysqli_master_query","type":"","path":"php/mysqli_master_query.html","desc":"在主从机制中强制在主机中执行一个查询"}, "mysqli_param_count":{"name":"mysqli_param_count","type":"","path":"php/mysqli_param_count.html","desc":"mysqli_stmt_param_count 的别名"}, "mysqli_report":{"name":"mysqli_report","type":"","path":"php/mysqli_report.html","desc":"别名 mysqli_driver->report_mode"}, "mysqli_rpl_parse_enabled":{"name":"mysqli_rpl_parse_enabled","type":"","path":"php/mysqli_rpl_parse_enabled.html","desc":"检查是否开启了 RPL 解析"}, "mysqli_rpl_probe":{"name":"mysqli_rpl_probe","type":"","path":"php/mysqli_rpl_probe.html","desc":"RPL 探测"}, "mysqli_send_long_data":{"name":"mysqli_send_long_data","type":"","path":"php/mysqli_send_long_data.html","desc":"mysqli_stmt_send_long_data 的别名"}, "mysqli_set_opt":{"name":"mysqli_set_opt","type":"","path":"php/mysqli_set_opt.html","desc":"mysqli_options 的别名"}, "mysqli_slave_query":{"name":"mysqli_slave_query","type":"","path":"php/mysqli_slave_query.html","desc":"在主从机制中强制在从机上执行一个查询"}, "mysqlnd_memcache_get_config":{"name":"mysqlnd_memcache_get_config","type":"","path":"php/mysqlnd_memcache_get_config.html","desc":"Returns information about the plugin configuration"}, "mysqlnd_memcache_set":{"name":"mysqlnd_memcache_set","type":"","path":"php/mysqlnd_memcache_set.html","desc":"Associate a MySQL connection with a Memcache connection"}, "mysqlnd_ms_dump_servers":{"name":"mysqlnd_ms_dump_servers","type":"","path":"php/mysqlnd_ms_dump_servers.html","desc":"Returns a list of currently configured servers"}, "mysqlnd_ms_fabric_select_global":{"name":"mysqlnd_ms_fabric_select_global","type":"","path":"php/mysqlnd_ms_fabric_select_global.html","desc":"Switch to global sharding server for a given table"}, "mysqlnd_ms_fabric_select_shard":{"name":"mysqlnd_ms_fabric_select_shard","type":"","path":"php/mysqlnd_ms_fabric_select_shard.html","desc":"Switch to shard"}, "mysqlnd_ms_get_last_gtid":{"name":"mysqlnd_ms_get_last_gtid","type":"","path":"php/mysqlnd_ms_get_last_gtid.html","desc":"返回最后的全局同步 ID (GTID)"}, "mysqlnd_ms_get_last_used_connection":{"name":"mysqlnd_ms_get_last_used_connection","type":"","path":"php/mysqlnd_ms_get_last_used_connection.html","desc":"Returns an array which describes the last used connection"}, "mysqlnd_ms_get_stats":{"name":"mysqlnd_ms_get_stats","type":"","path":"php/mysqlnd_ms_get_stats.html","desc":"Returns query distribution and connection statistics"}, "mysqlnd_ms_match_wild":{"name":"mysqlnd_ms_match_wild","type":"","path":"php/mysqlnd_ms_match_wild.html","desc":"Finds whether a table name matches a wildcard pattern or not"}, "mysqlnd_ms_query_is_select":{"name":"mysqlnd_ms_query_is_select","type":"","path":"php/mysqlnd_ms_query_is_select.html","desc":"查询给定的 SQL 会发送给 master、slave 还是最后使用的 MySQL server 执行。"}, "mysqlnd_ms_set_qos":{"name":"mysqlnd_ms_set_qos","type":"","path":"php/mysqlnd_ms_set_qos.html","desc":"Sets the quality of service needed from the cluster"}, "mysqlnd_ms_set_user_pick_server":{"name":"mysqlnd_ms_set_user_pick_server","type":"","path":"php/mysqlnd_ms_set_user_pick_server.html","desc":"Sets a callback for user-defined readwrite splitting"}, "mysqlnd_ms_xa_begin":{"name":"mysqlnd_ms_xa_begin","type":"","path":"php/mysqlnd_ms_xa_begin.html","desc":"Starts a distributedXA transaction among MySQL servers"}, "mysqlnd_ms_xa_commit":{"name":"mysqlnd_ms_xa_commit","type":"","path":"php/mysqlnd_ms_xa_commit.html","desc":"Commits a distributedXA transaction among MySQL servers"}, "mysqlnd_ms_xa_gc":{"name":"mysqlnd_ms_xa_gc","type":"","path":"php/mysqlnd_ms_xa_gc.html","desc":"Garbage collects unfinished XA transactions after severe errors"}, "mysqlnd_ms_xa_rollback":{"name":"mysqlnd_ms_xa_rollback","type":"","path":"php/mysqlnd_ms_xa_rollback.html","desc":"Rolls back a distributedXA transaction among MySQL servers"}, "mysqlnd_qc_clear_cache":{"name":"mysqlnd_qc_clear_cache","type":"","path":"php/mysqlnd_qc_clear_cache.html","desc":"Flush all cache contents"}, "mysqlnd_qc_get_available_handlers":{"name":"mysqlnd_qc_get_available_handlers","type":"","path":"php/mysqlnd_qc_get_available_handlers.html","desc":"Returns a list of available storage handler"}, "mysqlnd_qc_get_cache_info":{"name":"mysqlnd_qc_get_cache_info","type":"","path":"php/mysqlnd_qc_get_cache_info.html","desc":"Returns information on the current handler, the number of cache entries and cache entries, if available"}, "mysqlnd_qc_get_core_stats":{"name":"mysqlnd_qc_get_core_stats","type":"","path":"php/mysqlnd_qc_get_core_stats.html","desc":"Statistics collected by the core of the query cache"}, "mysqlnd_qc_get_normalized_query_trace_log":{"name":"mysqlnd_qc_get_normalized_query_trace_log","type":"","path":"php/mysqlnd_qc_get_normalized_query_trace_log.html","desc":"Returns a normalized query trace log for each query inspected by the query cache"}, "mysqlnd_qc_get_query_trace_log":{"name":"mysqlnd_qc_get_query_trace_log","type":"","path":"php/mysqlnd_qc_get_query_trace_log.html","desc":"Returns a backtrace for each query inspected by the query cache"}, "mysqlnd_qc_set_cache_condition":{"name":"mysqlnd_qc_set_cache_condition","type":"","path":"php/mysqlnd_qc_set_cache_condition.html","desc":"Set conditions for automatic caching"}, "mysqlnd_qc_set_is_select":{"name":"mysqlnd_qc_set_is_select","type":"","path":"php/mysqlnd_qc_set_is_select.html","desc":"Installs a callback which decides whether a statement is cached"}, "mysqlnd_qc_set_storage_handler":{"name":"mysqlnd_qc_set_storage_handler","type":"","path":"php/mysqlnd_qc_set_storage_handler.html","desc":"Change current storage handler"}, "mysqlnd_qc_set_user_handlers":{"name":"mysqlnd_qc_set_user_handlers","type":"","path":"php/mysqlnd_qc_set_user_handlers.html","desc":"Sets the callback functions for a user-defined procedural storage handler"}, "mysqlnd_uh_convert_to_mysqlnd":{"name":"mysqlnd_uh_convert_to_mysqlnd","type":"","path":"php/mysqlnd_uh_convert_to_mysqlnd.html","desc":"Converts a MySQL connection handle into a mysqlnd connection handle"}, "mysqlnd_uh_set_connection_proxy":{"name":"mysqlnd_uh_set_connection_proxy","type":"","path":"php/mysqlnd_uh_set_connection_proxy.html","desc":"Installs a proxy for mysqlnd connections"}, "mysqlnd_uh_set_statement_proxy":{"name":"mysqlnd_uh_set_statement_proxy","type":"","path":"php/mysqlnd_uh_set_statement_proxy.html","desc":"Installs a proxy for mysqlnd statements"}, "mysql_affected_rows":{"name":"mysql_affected_rows","type":"","path":"php/mysql_affected_rows.html","desc":"取得前一次 MySQL 操作所影响的记录行数"}, "mysql_client_encoding":{"name":"mysql_client_encoding","type":"","path":"php/mysql_client_encoding.html","desc":"返回字符集的名称"}, "mysql_close":{"name":"mysql_close","type":"","path":"php/mysql_close.html","desc":"关闭 MySQL 连接"}, "mysql_connect":{"name":"mysql_connect","type":"","path":"php/mysql_connect.html","desc":"打开一个到 MySQL 服务器的连接"}, "mysql_create_db":{"name":"mysql_create_db","type":"","path":"php/mysql_create_db.html","desc":"新建一个 MySQL 数据库"}, "mysql_data_seek":{"name":"mysql_data_seek","type":"","path":"php/mysql_data_seek.html","desc":"移动内部结果的指针"}, "mysql_db_name":{"name":"mysql_db_name","type":"","path":"php/mysql_db_name.html","desc":"取得结果数据"}, "mysql_db_query":{"name":"mysql_db_query","type":"","path":"php/mysql_db_query.html","desc":"发送一条 MySQL 查询"}, "mysql_drop_db":{"name":"mysql_drop_db","type":"","path":"php/mysql_drop_db.html","desc":"丢弃(删除)一个 MySQL 数据库"}, "mysql_errno":{"name":"mysql_errno","type":"","path":"php/mysql_errno.html","desc":"返回上一个 MySQL 操作中的错误信息的数字编码"}, "mysql_error":{"name":"mysql_error","type":"","path":"php/mysql_error.html","desc":"返回上一个 MySQL 操作产生的文本错误信息"}, "mysql_escape_string":{"name":"mysql_escape_string","type":"","path":"php/mysql_escape_string.html","desc":"转义一个字符串用于 mysql_query"}, "mysql_fetch_array":{"name":"mysql_fetch_array","type":"","path":"php/mysql_fetch_array.html","desc":"从结果集中取得一行作为关联数组,或数字数组,或二者兼有"}, "mysql_fetch_assoc":{"name":"mysql_fetch_assoc","type":"","path":"php/mysql_fetch_assoc.html","desc":"从结果集中取得一行作为关联数组"}, "mysql_fetch_field":{"name":"mysql_fetch_field","type":"","path":"php/mysql_fetch_field.html","desc":"从结果集中取得列信息并作为对象返回"}, "mysql_fetch_lengths":{"name":"mysql_fetch_lengths","type":"","path":"php/mysql_fetch_lengths.html","desc":"取得结果集中每个输出的长度"}, "mysql_fetch_object":{"name":"mysql_fetch_object","type":"","path":"php/mysql_fetch_object.html","desc":"从结果集中取得一行作为对象"}, "mysql_fetch_row":{"name":"mysql_fetch_row","type":"","path":"php/mysql_fetch_row.html","desc":"从结果集中取得一行作为枚举数组"}, "mysql_field_flags":{"name":"mysql_field_flags","type":"","path":"php/mysql_field_flags.html","desc":"从结果中取得和指定字段关联的标志"}, "mysql_field_len":{"name":"mysql_field_len","type":"","path":"php/mysql_field_len.html","desc":"返回指定字段的长度"}, "mysql_field_name":{"name":"mysql_field_name","type":"","path":"php/mysql_field_name.html","desc":"取得结果中指定字段的字段名"}, "mysql_field_seek":{"name":"mysql_field_seek","type":"","path":"php/mysql_field_seek.html","desc":"将结果集中的指针设定为制定的字段偏移量"}, "mysql_field_table":{"name":"mysql_field_table","type":"","path":"php/mysql_field_table.html","desc":"取得指定字段所在的表名"}, "mysql_field_type":{"name":"mysql_field_type","type":"","path":"php/mysql_field_type.html","desc":"取得结果集中指定字段的类型"}, "mysql_free_result":{"name":"mysql_free_result","type":"","path":"php/mysql_free_result.html","desc":"释放结果内存"}, "mysql_get_client_info":{"name":"mysql_get_client_info","type":"","path":"php/mysql_get_client_info.html","desc":"取得 MySQL 客户端信息"}, "mysql_get_host_info":{"name":"mysql_get_host_info","type":"","path":"php/mysql_get_host_info.html","desc":"取得 MySQL 主机信息"}, "mysql_get_proto_info":{"name":"mysql_get_proto_info","type":"","path":"php/mysql_get_proto_info.html","desc":"取得 MySQL 协议信息"}, "mysql_get_server_info":{"name":"mysql_get_server_info","type":"","path":"php/mysql_get_server_info.html","desc":"取得 MySQL 服务器信息"}, "mysql_info":{"name":"mysql_info","type":"","path":"php/mysql_info.html","desc":"取得最近一条查询的信息"}, "mysql_insert_id":{"name":"mysql_insert_id","type":"","path":"php/mysql_insert_id.html","desc":"取得上一步 INSERT 操作产生的 ID"}, "mysql_list_dbs":{"name":"mysql_list_dbs","type":"","path":"php/mysql_list_dbs.html","desc":"列出 MySQL 服务器中所有的数据库"}, "mysql_list_fields":{"name":"mysql_list_fields","type":"","path":"php/mysql_list_fields.html","desc":"列出 MySQL 结果中的字段"}, "mysql_list_processes":{"name":"mysql_list_processes","type":"","path":"php/mysql_list_processes.html","desc":"列出 MySQL 进程"}, "mysql_list_tables":{"name":"mysql_list_tables","type":"","path":"php/mysql_list_tables.html","desc":"列出 MySQL 数据库中的表"}, "mysql_num_fields":{"name":"mysql_num_fields","type":"","path":"php/mysql_num_fields.html","desc":"取得结果集中字段的数目"}, "mysql_num_rows":{"name":"mysql_num_rows","type":"","path":"php/mysql_num_rows.html","desc":"取得结果集中行的数目"}, "mysql_pconnect":{"name":"mysql_pconnect","type":"","path":"php/mysql_pconnect.html","desc":"打开一个到 MySQL 服务器的持久连接"}, "mysql_ping":{"name":"mysql_ping","type":"","path":"php/mysql_ping.html","desc":"Ping 一个服务器连接,如果没有连接则重新连接"}, "mysql_query":{"name":"mysql_query","type":"","path":"php/mysql_query.html","desc":"发送一条 MySQL 查询"}, "mysql_real_escape_string":{"name":"mysql_real_escape_string","type":"","path":"php/mysql_real_escape_string.html","desc":"转义 SQL 语句中使用的字符串中的特殊字符,并考虑到连接的当前字符集"}, "mysql_result":{"name":"mysql_result","type":"","path":"php/mysql_result.html","desc":"取得结果数据"}, "mysql_select_db":{"name":"mysql_select_db","type":"","path":"php/mysql_select_db.html","desc":"选择 MySQL 数据库"}, "mysql_set_charset":{"name":"mysql_set_charset","type":"","path":"php/mysql_set_charset.html","desc":"设置客户端的字符集"}, "mysql_stat":{"name":"mysql_stat","type":"","path":"php/mysql_stat.html","desc":"取得当前系统状态"}, "mysql_tablename":{"name":"mysql_tablename","type":"","path":"php/mysql_tablename.html","desc":"取得表名"}, "mysql_thread_id":{"name":"mysql_thread_id","type":"","path":"php/mysql_thread_id.html","desc":"返回当前线程的 ID"}, "mysql_unbuffered_query":{"name":"mysql_unbuffered_query","type":"","path":"php/mysql_unbuffered_query.html","desc":"向 MySQL 发送一条 SQL 查询,并不获取和缓存结果的行"}, "mysql_xdevapi_expression":{"name":"mysql_xdevapi_expression","type":"","path":"php/mysql_xdevapi_expression.html","desc":"Bind prepared statement variables as parameters"}, "mysql_xdevapi_getsession":{"name":"mysql_xdevapi_getsession","type":"","path":"php/mysql_xdevapi_getsession.html","desc":"Connect to a MySQL server"}, "m_checkstatus":{"name":"m_checkstatus","type":"","path":"php/m_checkstatus.html","desc":"Check to see if a transaction has completed"}, "m_completeauthorizations":{"name":"m_completeauthorizations","type":"","path":"php/m_completeauthorizations.html","desc":"Number of complete authorizations in queue, returning an array of their identifiers"}, "m_connect":{"name":"m_connect","type":"","path":"php/m_connect.html","desc":"Establish the connection to MCVE"}, "m_connectionerror":{"name":"m_connectionerror","type":"","path":"php/m_connectionerror.html","desc":"Get a textual representation of why a connection failed"}, "m_deletetrans":{"name":"m_deletetrans","type":"","path":"php/m_deletetrans.html","desc":"Delete specified transaction from MCVE_CONN structure"}, "m_destroyconn":{"name":"m_destroyconn","type":"","path":"php/m_destroyconn.html","desc":"Destroy the connection and MCVE_CONN structure"}, "m_destroyengine":{"name":"m_destroyengine","type":"","path":"php/m_destroyengine.html","desc":"Free memory associated with IPSSL connectivity"}, "m_getcell":{"name":"m_getcell","type":"","path":"php/m_getcell.html","desc":"Get a specific cell from a comma delimited response by column name"}, "m_getcellbynum":{"name":"m_getcellbynum","type":"","path":"php/m_getcellbynum.html","desc":"Get a specific cell from a comma delimited response by column number"}, "m_getcommadelimited":{"name":"m_getcommadelimited","type":"","path":"php/m_getcommadelimited.html","desc":"Get the RAW comma delimited data returned from MCVE"}, "m_getheader":{"name":"m_getheader","type":"","path":"php/m_getheader.html","desc":"Get the name of the column in a comma-delimited response"}, "m_initconn":{"name":"m_initconn","type":"","path":"php/m_initconn.html","desc":"Create and initialize an MCVE_CONN structure"}, "m_initengine":{"name":"m_initengine","type":"","path":"php/m_initengine.html","desc":"Ready the client for IPSSL Communication"}, "m_iscommadelimited":{"name":"m_iscommadelimited","type":"","path":"php/m_iscommadelimited.html","desc":"Checks to see if response is comma delimited"}, "m_maxconntimeout":{"name":"m_maxconntimeout","type":"","path":"php/m_maxconntimeout.html","desc":"The maximum amount of time the API will attempt a connection to MCVE"}, "m_monitor":{"name":"m_monitor","type":"","path":"php/m_monitor.html","desc":"Perform communication with MCVE (sendreceive data) Non-blocking"}, "m_numcolumns":{"name":"m_numcolumns","type":"","path":"php/m_numcolumns.html","desc":"Number of columns returned in a comma delimited response"}, "m_numrows":{"name":"m_numrows","type":"","path":"php/m_numrows.html","desc":"Number of rows returned in a comma delimited response"}, "m_parsecommadelimited":{"name":"m_parsecommadelimited","type":"","path":"php/m_parsecommadelimited.html","desc":"Parse the comma delimited response so m_getcell, etc will work"}, "m_responsekeys":{"name":"m_responsekeys","type":"","path":"php/m_responsekeys.html","desc":"Returns array of strings which represents the keys that can"}, "m_responseparam":{"name":"m_responseparam","type":"","path":"php/m_responseparam.html","desc":"Get a custom response parameter"}, "m_returnstatus":{"name":"m_returnstatus","type":"","path":"php/m_returnstatus.html","desc":"Check to see if the transaction was successful"}, "m_setblocking":{"name":"m_setblocking","type":"","path":"php/m_setblocking.html","desc":"Set blockingnon-blocking mode for connection"}, "m_setdropfile":{"name":"m_setdropfile","type":"","path":"php/m_setdropfile.html","desc":"Set the connection method to Drop-File"}, "m_setip":{"name":"m_setip","type":"","path":"php/m_setip.html","desc":"Set the connection method to IP"}, "m_setssl":{"name":"m_setssl","type":"","path":"php/m_setssl.html","desc":"Set the connection method to SSL"}, "m_setssl_cafile":{"name":"m_setssl_cafile","type":"","path":"php/m_setssl_cafile.html","desc":"Set SSL CA (Certificate Authority) file for verification o"}, "m_setssl_files":{"name":"m_setssl_files","type":"","path":"php/m_setssl_files.html","desc":"Set certificate key files and certificates if server requires client cer"}, "m_settimeout":{"name":"m_settimeout","type":"","path":"php/m_settimeout.html","desc":"Set maximum transaction time (per trans)"}, "m_sslcert_gen_hash":{"name":"m_sslcert_gen_hash","type":"","path":"php/m_sslcert_gen_hash.html","desc":"Generate hash for SSL client certificate verification"}, "m_transactionssent":{"name":"m_transactionssent","type":"","path":"php/m_transactionssent.html","desc":"Check to see if outgoing buffer is clear"}, "m_transinqueue":{"name":"m_transinqueue","type":"","path":"php/m_transinqueue.html","desc":"Number of transactions in client-queue"}, "m_transkeyval":{"name":"m_transkeyval","type":"","path":"php/m_transkeyval.html","desc":"Add keyvalue pair to a transaction. Replaces deprecated transparam()"}, "m_transnew":{"name":"m_transnew","type":"","path":"php/m_transnew.html","desc":"Start a new transaction"}, "m_transsend":{"name":"m_transsend","type":"","path":"php/m_transsend.html","desc":"Finalize and send the transaction"}, "m_uwait":{"name":"m_uwait","type":"","path":"php/m_uwait.html","desc":"Wait x microsecs"}, "m_validateidentifier":{"name":"m_validateidentifier","type":"","path":"php/m_validateidentifier.html","desc":"Whether or not to validate the passed identifier on any transaction it is passed to"}, "m_verifyconnection":{"name":"m_verifyconnection","type":"","path":"php/m_verifyconnection.html","desc":"Set whether or not to PING upon connect to verify connection"}, "m_verifysslcert":{"name":"m_verifysslcert","type":"","path":"php/m_verifysslcert.html","desc":"Set whether or not to verify the server ssl certificate"}, "natcasesort":{"name":"natcasesort","type":"","path":"php/natcasesort.html","desc":"用“自然排序”算法对数组进行不区分大小写字母的排序"}, "natsort":{"name":"natsort","type":"","path":"php/natsort.html","desc":"用“自然排序”算法对数组排序"}, "ncurses_addch":{"name":"ncurses_addch","type":"","path":"php/ncurses_addch.html","desc":"Add character at current position and advance cursor"}, "ncurses_addchnstr":{"name":"ncurses_addchnstr","type":"","path":"php/ncurses_addchnstr.html","desc":"Add attributed string with specified length at current position"}, "ncurses_addchstr":{"name":"ncurses_addchstr","type":"","path":"php/ncurses_addchstr.html","desc":"Add attributed string at current position"}, "ncurses_addnstr":{"name":"ncurses_addnstr","type":"","path":"php/ncurses_addnstr.html","desc":"Add string with specified length at current position"}, "ncurses_addstr":{"name":"ncurses_addstr","type":"","path":"php/ncurses_addstr.html","desc":"Output text at current position"}, "ncurses_assume_default_colors":{"name":"ncurses_assume_default_colors","type":"","path":"php/ncurses_assume_default_colors.html","desc":"Define default colors for color 0"}, "ncurses_attroff":{"name":"ncurses_attroff","type":"","path":"php/ncurses_attroff.html","desc":"Turn off the given attributes"}, "ncurses_attron":{"name":"ncurses_attron","type":"","path":"php/ncurses_attron.html","desc":"Turn on the given attributes"}, "ncurses_attrset":{"name":"ncurses_attrset","type":"","path":"php/ncurses_attrset.html","desc":"Set given attributes"}, "ncurses_baudrate":{"name":"ncurses_baudrate","type":"","path":"php/ncurses_baudrate.html","desc":"Returns baudrate of terminal"}, "ncurses_beep":{"name":"ncurses_beep","type":"","path":"php/ncurses_beep.html","desc":"Let the terminal beep"}, "ncurses_bkgd":{"name":"ncurses_bkgd","type":"","path":"php/ncurses_bkgd.html","desc":"Set background property for terminal screen"}, "ncurses_bkgdset":{"name":"ncurses_bkgdset","type":"","path":"php/ncurses_bkgdset.html","desc":"Control screen background"}, "ncurses_border":{"name":"ncurses_border","type":"","path":"php/ncurses_border.html","desc":"Draw a border around the screen using attributed characters"}, "ncurses_bottom_panel":{"name":"ncurses_bottom_panel","type":"","path":"php/ncurses_bottom_panel.html","desc":"Moves a visible panel to the bottom of the stack"}, "ncurses_can_change_color":{"name":"ncurses_can_change_color","type":"","path":"php/ncurses_can_change_color.html","desc":"Checks if terminal color definitions can be changed"}, "ncurses_cbreak":{"name":"ncurses_cbreak","type":"","path":"php/ncurses_cbreak.html","desc":"Switch off input buffering"}, "ncurses_clear":{"name":"ncurses_clear","type":"","path":"php/ncurses_clear.html","desc":"Clear screen"}, "ncurses_clrtobot":{"name":"ncurses_clrtobot","type":"","path":"php/ncurses_clrtobot.html","desc":"Clear screen from current position to bottom"}, "ncurses_clrtoeol":{"name":"ncurses_clrtoeol","type":"","path":"php/ncurses_clrtoeol.html","desc":"Clear screen from current position to end of line"}, "ncurses_color_content":{"name":"ncurses_color_content","type":"","path":"php/ncurses_color_content.html","desc":"Retrieves RGB components of a color"}, "ncurses_color_set":{"name":"ncurses_color_set","type":"","path":"php/ncurses_color_set.html","desc":"Set active foreground and background colors"}, "ncurses_curs_set":{"name":"ncurses_curs_set","type":"","path":"php/ncurses_curs_set.html","desc":"Set cursor state"}, "ncurses_define_key":{"name":"ncurses_define_key","type":"","path":"php/ncurses_define_key.html","desc":"Define a keycode"}, "ncurses_def_prog_mode":{"name":"ncurses_def_prog_mode","type":"","path":"php/ncurses_def_prog_mode.html","desc":"Saves terminals (program) mode"}, "ncurses_def_shell_mode":{"name":"ncurses_def_shell_mode","type":"","path":"php/ncurses_def_shell_mode.html","desc":"Saves terminals (shell) mode"}, "ncurses_delay_output":{"name":"ncurses_delay_output","type":"","path":"php/ncurses_delay_output.html","desc":"Delay output on terminal using padding characters"}, "ncurses_delch":{"name":"ncurses_delch","type":"","path":"php/ncurses_delch.html","desc":"Delete character at current position, move rest of line left"}, "ncurses_deleteln":{"name":"ncurses_deleteln","type":"","path":"php/ncurses_deleteln.html","desc":"Delete line at current position, move rest of screen up"}, "ncurses_delwin":{"name":"ncurses_delwin","type":"","path":"php/ncurses_delwin.html","desc":"Delete a ncurses window"}, "ncurses_del_panel":{"name":"ncurses_del_panel","type":"","path":"php/ncurses_del_panel.html","desc":"Remove panel from the stack and delete it (but not the associated window)"}, "ncurses_doupdate":{"name":"ncurses_doupdate","type":"","path":"php/ncurses_doupdate.html","desc":"Write all prepared refreshes to terminal"}, "ncurses_echo":{"name":"ncurses_echo","type":"","path":"php/ncurses_echo.html","desc":"Activate keyboard input echo"}, "ncurses_echochar":{"name":"ncurses_echochar","type":"","path":"php/ncurses_echochar.html","desc":"Single character output including refresh"}, "ncurses_end":{"name":"ncurses_end","type":"","path":"php/ncurses_end.html","desc":"Stop using ncurses, clean up the screen"}, "ncurses_erase":{"name":"ncurses_erase","type":"","path":"php/ncurses_erase.html","desc":"Erase terminal screen"}, "ncurses_erasechar":{"name":"ncurses_erasechar","type":"","path":"php/ncurses_erasechar.html","desc":"Returns current erase character"}, "ncurses_filter":{"name":"ncurses_filter","type":"","path":"php/ncurses_filter.html","desc":"Set LINES for iniscr() and newterm() to 1"}, "ncurses_flash":{"name":"ncurses_flash","type":"","path":"php/ncurses_flash.html","desc":"Flash terminal screen (visual bell)"}, "ncurses_flushinp":{"name":"ncurses_flushinp","type":"","path":"php/ncurses_flushinp.html","desc":"Flush keyboard input buffer"}, "ncurses_getch":{"name":"ncurses_getch","type":"","path":"php/ncurses_getch.html","desc":"Read a character from keyboard"}, "ncurses_getmaxyx":{"name":"ncurses_getmaxyx","type":"","path":"php/ncurses_getmaxyx.html","desc":"Returns the size of a window"}, "ncurses_getmouse":{"name":"ncurses_getmouse","type":"","path":"php/ncurses_getmouse.html","desc":"Reads mouse event"}, "ncurses_getyx":{"name":"ncurses_getyx","type":"","path":"php/ncurses_getyx.html","desc":"Returns the current cursor position for a window"}, "ncurses_halfdelay":{"name":"ncurses_halfdelay","type":"","path":"php/ncurses_halfdelay.html","desc":"Put terminal into halfdelay mode"}, "ncurses_has_colors":{"name":"ncurses_has_colors","type":"","path":"php/ncurses_has_colors.html","desc":"Checks if terminal has color capabilities"}, "ncurses_has_ic":{"name":"ncurses_has_ic","type":"","path":"php/ncurses_has_ic.html","desc":"Check for insert- and delete-capabilities"}, "ncurses_has_il":{"name":"ncurses_has_il","type":"","path":"php/ncurses_has_il.html","desc":"Check for line insert- and delete-capabilities"}, "ncurses_has_key":{"name":"ncurses_has_key","type":"","path":"php/ncurses_has_key.html","desc":"Check for presence of a function key on terminal keyboard"}, "ncurses_hide_panel":{"name":"ncurses_hide_panel","type":"","path":"php/ncurses_hide_panel.html","desc":"Remove panel from the stack, making it invisible"}, "ncurses_hline":{"name":"ncurses_hline","type":"","path":"php/ncurses_hline.html","desc":"Draw a horizontal line at current position using an attributed character and max. n characters long"}, "ncurses_inch":{"name":"ncurses_inch","type":"","path":"php/ncurses_inch.html","desc":"Get character and attribute at current position"}, "ncurses_init":{"name":"ncurses_init","type":"","path":"php/ncurses_init.html","desc":"Initialize ncurses"}, "ncurses_init_color":{"name":"ncurses_init_color","type":"","path":"php/ncurses_init_color.html","desc":"Define a terminal color"}, "ncurses_init_pair":{"name":"ncurses_init_pair","type":"","path":"php/ncurses_init_pair.html","desc":"Define a color pair"}, "ncurses_insch":{"name":"ncurses_insch","type":"","path":"php/ncurses_insch.html","desc":"Insert character moving rest of line including character at current position"}, "ncurses_insdelln":{"name":"ncurses_insdelln","type":"","path":"php/ncurses_insdelln.html","desc":"Insert lines before current line scrolling down (negative numbers delete and scroll up)"}, "ncurses_insertln":{"name":"ncurses_insertln","type":"","path":"php/ncurses_insertln.html","desc":"Insert a line, move rest of screen down"}, "ncurses_insstr":{"name":"ncurses_insstr","type":"","path":"php/ncurses_insstr.html","desc":"Insert string at current position, moving rest of line right"}, "ncurses_instr":{"name":"ncurses_instr","type":"","path":"php/ncurses_instr.html","desc":"Reads string from terminal screen"}, "ncurses_isendwin":{"name":"ncurses_isendwin","type":"","path":"php/ncurses_isendwin.html","desc":"Ncurses is in endwin mode, normal screen output may be performed"}, "ncurses_keyok":{"name":"ncurses_keyok","type":"","path":"php/ncurses_keyok.html","desc":"Enable or disable a keycode"}, "ncurses_keypad":{"name":"ncurses_keypad","type":"","path":"php/ncurses_keypad.html","desc":"Turns keypad on or off"}, "ncurses_killchar":{"name":"ncurses_killchar","type":"","path":"php/ncurses_killchar.html","desc":"Returns current line kill character"}, "ncurses_meta":{"name":"ncurses_meta","type":"","path":"php/ncurses_meta.html","desc":"EnablesDisable 8-bit meta key information"}, "ncurses_mouseinterval":{"name":"ncurses_mouseinterval","type":"","path":"php/ncurses_mouseinterval.html","desc":"Set timeout for mouse button clicks"}, "ncurses_mousemask":{"name":"ncurses_mousemask","type":"","path":"php/ncurses_mousemask.html","desc":"Sets mouse options"}, "ncurses_mouse_trafo":{"name":"ncurses_mouse_trafo","type":"","path":"php/ncurses_mouse_trafo.html","desc":"Transforms coordinates"}, "ncurses_move":{"name":"ncurses_move","type":"","path":"php/ncurses_move.html","desc":"Move output position"}, "ncurses_move_panel":{"name":"ncurses_move_panel","type":"","path":"php/ncurses_move_panel.html","desc":"Moves a panel so that its upper-left corner is at [startx, starty]"}, "ncurses_mvaddch":{"name":"ncurses_mvaddch","type":"","path":"php/ncurses_mvaddch.html","desc":"Move current position and add character"}, "ncurses_mvaddchnstr":{"name":"ncurses_mvaddchnstr","type":"","path":"php/ncurses_mvaddchnstr.html","desc":"Move position and add attributed string with specified length"}, "ncurses_mvaddchstr":{"name":"ncurses_mvaddchstr","type":"","path":"php/ncurses_mvaddchstr.html","desc":"Move position and add attributed string"}, "ncurses_mvaddnstr":{"name":"ncurses_mvaddnstr","type":"","path":"php/ncurses_mvaddnstr.html","desc":"Move position and add string with specified length"}, "ncurses_mvaddstr":{"name":"ncurses_mvaddstr","type":"","path":"php/ncurses_mvaddstr.html","desc":"Move position and add string"}, "ncurses_mvcur":{"name":"ncurses_mvcur","type":"","path":"php/ncurses_mvcur.html","desc":"Move cursor immediately"}, "ncurses_mvdelch":{"name":"ncurses_mvdelch","type":"","path":"php/ncurses_mvdelch.html","desc":"Move position and delete character, shift rest of line left"}, "ncurses_mvgetch":{"name":"ncurses_mvgetch","type":"","path":"php/ncurses_mvgetch.html","desc":"Move position and get character at new position"}, "ncurses_mvhline":{"name":"ncurses_mvhline","type":"","path":"php/ncurses_mvhline.html","desc":"Set new position and draw a horizontal line using an attributed character and max. n characters long"}, "ncurses_mvinch":{"name":"ncurses_mvinch","type":"","path":"php/ncurses_mvinch.html","desc":"Move position and get attributed character at new position"}, "ncurses_mvvline":{"name":"ncurses_mvvline","type":"","path":"php/ncurses_mvvline.html","desc":"Set new position and draw a vertical line using an attributed character and max. n characters long"}, "ncurses_mvwaddstr":{"name":"ncurses_mvwaddstr","type":"","path":"php/ncurses_mvwaddstr.html","desc":"Add string at new position in window"}, "ncurses_napms":{"name":"ncurses_napms","type":"","path":"php/ncurses_napms.html","desc":"Sleep"}, "ncurses_newpad":{"name":"ncurses_newpad","type":"","path":"php/ncurses_newpad.html","desc":"Creates a new pad (window)"}, "ncurses_newwin":{"name":"ncurses_newwin","type":"","path":"php/ncurses_newwin.html","desc":"Create a new window"}, "ncurses_new_panel":{"name":"ncurses_new_panel","type":"","path":"php/ncurses_new_panel.html","desc":"Create a new panel and associate it with window"}, "ncurses_nl":{"name":"ncurses_nl","type":"","path":"php/ncurses_nl.html","desc":"Translate newline and carriage return line feed"}, "ncurses_nocbreak":{"name":"ncurses_nocbreak","type":"","path":"php/ncurses_nocbreak.html","desc":"Switch terminal to cooked mode"}, "ncurses_noecho":{"name":"ncurses_noecho","type":"","path":"php/ncurses_noecho.html","desc":"Switch off keyboard input echo"}, "ncurses_nonl":{"name":"ncurses_nonl","type":"","path":"php/ncurses_nonl.html","desc":"Do not translate newline and carriage return line feed"}, "ncurses_noqiflush":{"name":"ncurses_noqiflush","type":"","path":"php/ncurses_noqiflush.html","desc":"Do not flush on signal characters"}, "ncurses_noraw":{"name":"ncurses_noraw","type":"","path":"php/ncurses_noraw.html","desc":"Switch terminal out of raw mode"}, "ncurses_pair_content":{"name":"ncurses_pair_content","type":"","path":"php/ncurses_pair_content.html","desc":"Retrieves foreground and background colors of a color pair"}, "ncurses_panel_above":{"name":"ncurses_panel_above","type":"","path":"php/ncurses_panel_above.html","desc":"Returns the panel above panel"}, "ncurses_panel_below":{"name":"ncurses_panel_below","type":"","path":"php/ncurses_panel_below.html","desc":"Returns the panel below panel"}, "ncurses_panel_window":{"name":"ncurses_panel_window","type":"","path":"php/ncurses_panel_window.html","desc":"Returns the window associated with panel"}, "ncurses_pnoutrefresh":{"name":"ncurses_pnoutrefresh","type":"","path":"php/ncurses_pnoutrefresh.html","desc":"Copies a region from a pad into the virtual screen"}, "ncurses_prefresh":{"name":"ncurses_prefresh","type":"","path":"php/ncurses_prefresh.html","desc":"Copies a region from a pad into the virtual screen"}, "ncurses_putp":{"name":"ncurses_putp","type":"","path":"php/ncurses_putp.html","desc":"Apply padding information to the string and output it"}, "ncurses_qiflush":{"name":"ncurses_qiflush","type":"","path":"php/ncurses_qiflush.html","desc":"Flush on signal characters"}, "ncurses_raw":{"name":"ncurses_raw","type":"","path":"php/ncurses_raw.html","desc":"Switch terminal into raw mode"}, "ncurses_refresh":{"name":"ncurses_refresh","type":"","path":"php/ncurses_refresh.html","desc":"Refresh screen"}, "ncurses_replace_panel":{"name":"ncurses_replace_panel","type":"","path":"php/ncurses_replace_panel.html","desc":"Replaces the window associated with panel"}, "ncurses_resetty":{"name":"ncurses_resetty","type":"","path":"php/ncurses_resetty.html","desc":"Restores saved terminal state"}, "ncurses_reset_prog_mode":{"name":"ncurses_reset_prog_mode","type":"","path":"php/ncurses_reset_prog_mode.html","desc":"Resets the prog mode saved by def_prog_mode"}, "ncurses_reset_shell_mode":{"name":"ncurses_reset_shell_mode","type":"","path":"php/ncurses_reset_shell_mode.html","desc":"Resets the shell mode saved by def_shell_mode"}, "ncurses_savetty":{"name":"ncurses_savetty","type":"","path":"php/ncurses_savetty.html","desc":"Saves terminal state"}, "ncurses_scrl":{"name":"ncurses_scrl","type":"","path":"php/ncurses_scrl.html","desc":"Scroll window content up or down without changing current position"}, "ncurses_scr_dump":{"name":"ncurses_scr_dump","type":"","path":"php/ncurses_scr_dump.html","desc":"Dump screen content to file"}, "ncurses_scr_init":{"name":"ncurses_scr_init","type":"","path":"php/ncurses_scr_init.html","desc":"Initialize screen from file dump"}, "ncurses_scr_restore":{"name":"ncurses_scr_restore","type":"","path":"php/ncurses_scr_restore.html","desc":"Restore screen from file dump"}, "ncurses_scr_set":{"name":"ncurses_scr_set","type":"","path":"php/ncurses_scr_set.html","desc":"Inherit screen from file dump"}, "ncurses_show_panel":{"name":"ncurses_show_panel","type":"","path":"php/ncurses_show_panel.html","desc":"Places an invisible panel on top of the stack, making it visible"}, "ncurses_slk_attr":{"name":"ncurses_slk_attr","type":"","path":"php/ncurses_slk_attr.html","desc":"Returns current soft label key attribute"}, "ncurses_slk_attroff":{"name":"ncurses_slk_attroff","type":"","path":"php/ncurses_slk_attroff.html","desc":"Turn off the given attributes for soft function-key labels"}, "ncurses_slk_attron":{"name":"ncurses_slk_attron","type":"","path":"php/ncurses_slk_attron.html","desc":"Turn on the given attributes for soft function-key labels"}, "ncurses_slk_attrset":{"name":"ncurses_slk_attrset","type":"","path":"php/ncurses_slk_attrset.html","desc":"Set given attributes for soft function-key labels"}, "ncurses_slk_clear":{"name":"ncurses_slk_clear","type":"","path":"php/ncurses_slk_clear.html","desc":"Clears soft labels from screen"}, "ncurses_slk_color":{"name":"ncurses_slk_color","type":"","path":"php/ncurses_slk_color.html","desc":"Sets color for soft label keys"}, "ncurses_slk_init":{"name":"ncurses_slk_init","type":"","path":"php/ncurses_slk_init.html","desc":"Initializes soft label key functions"}, "ncurses_slk_noutrefresh":{"name":"ncurses_slk_noutrefresh","type":"","path":"php/ncurses_slk_noutrefresh.html","desc":"Copies soft label keys to virtual screen"}, "ncurses_slk_refresh":{"name":"ncurses_slk_refresh","type":"","path":"php/ncurses_slk_refresh.html","desc":"Copies soft label keys to screen"}, "ncurses_slk_restore":{"name":"ncurses_slk_restore","type":"","path":"php/ncurses_slk_restore.html","desc":"Restores soft label keys"}, "ncurses_slk_set":{"name":"ncurses_slk_set","type":"","path":"php/ncurses_slk_set.html","desc":"Sets function key labels"}, "ncurses_slk_touch":{"name":"ncurses_slk_touch","type":"","path":"php/ncurses_slk_touch.html","desc":"Forces output when ncurses_slk_noutrefresh is performed"}, "ncurses_standend":{"name":"ncurses_standend","type":"","path":"php/ncurses_standend.html","desc":"Stop using 'standout' attribute"}, "ncurses_standout":{"name":"ncurses_standout","type":"","path":"php/ncurses_standout.html","desc":"Start using 'standout' attribute"}, "ncurses_start_color":{"name":"ncurses_start_color","type":"","path":"php/ncurses_start_color.html","desc":"Initializes color functionality"}, "ncurses_termattrs":{"name":"ncurses_termattrs","type":"","path":"php/ncurses_termattrs.html","desc":"Returns a logical OR of all attribute flags supported by terminal"}, "ncurses_termname":{"name":"ncurses_termname","type":"","path":"php/ncurses_termname.html","desc":"Returns terminals (short)-name"}, "ncurses_timeout":{"name":"ncurses_timeout","type":"","path":"php/ncurses_timeout.html","desc":"Set timeout for special key sequences"}, "ncurses_top_panel":{"name":"ncurses_top_panel","type":"","path":"php/ncurses_top_panel.html","desc":"Moves a visible panel to the top of the stack"}, "ncurses_typeahead":{"name":"ncurses_typeahead","type":"","path":"php/ncurses_typeahead.html","desc":"Specify different filedescriptor for typeahead checking"}, "ncurses_ungetch":{"name":"ncurses_ungetch","type":"","path":"php/ncurses_ungetch.html","desc":"Put a character back into the input stream"}, "ncurses_ungetmouse":{"name":"ncurses_ungetmouse","type":"","path":"php/ncurses_ungetmouse.html","desc":"Pushes mouse event to queue"}, "ncurses_update_panels":{"name":"ncurses_update_panels","type":"","path":"php/ncurses_update_panels.html","desc":"Refreshes the virtual screen to reflect the relations between panels in the stack"}, "ncurses_use_default_colors":{"name":"ncurses_use_default_colors","type":"","path":"php/ncurses_use_default_colors.html","desc":"Assign terminal default colors to color id -1"}, "ncurses_use_env":{"name":"ncurses_use_env","type":"","path":"php/ncurses_use_env.html","desc":"Control use of environment information about terminal size"}, "ncurses_use_extended_names":{"name":"ncurses_use_extended_names","type":"","path":"php/ncurses_use_extended_names.html","desc":"Control use of extended names in terminfo descriptions"}, "ncurses_vidattr":{"name":"ncurses_vidattr","type":"","path":"php/ncurses_vidattr.html","desc":"Display the string on the terminal in the video attribute mode"}, "ncurses_vline":{"name":"ncurses_vline","type":"","path":"php/ncurses_vline.html","desc":"Draw a vertical line at current position using an attributed character and max. n characters long"}, "ncurses_waddch":{"name":"ncurses_waddch","type":"","path":"php/ncurses_waddch.html","desc":"Adds character at current position in a window and advance cursor"}, "ncurses_waddstr":{"name":"ncurses_waddstr","type":"","path":"php/ncurses_waddstr.html","desc":"Outputs text at current postion in window"}, "ncurses_wattroff":{"name":"ncurses_wattroff","type":"","path":"php/ncurses_wattroff.html","desc":"Turns off attributes for a window"}, "ncurses_wattron":{"name":"ncurses_wattron","type":"","path":"php/ncurses_wattron.html","desc":"Turns on attributes for a window"}, "ncurses_wattrset":{"name":"ncurses_wattrset","type":"","path":"php/ncurses_wattrset.html","desc":"Set the attributes for a window"}, "ncurses_wborder":{"name":"ncurses_wborder","type":"","path":"php/ncurses_wborder.html","desc":"Draws a border around the window using attributed characters"}, "ncurses_wclear":{"name":"ncurses_wclear","type":"","path":"php/ncurses_wclear.html","desc":"Clears window"}, "ncurses_wcolor_set":{"name":"ncurses_wcolor_set","type":"","path":"php/ncurses_wcolor_set.html","desc":"Sets windows color pairings"}, "ncurses_werase":{"name":"ncurses_werase","type":"","path":"php/ncurses_werase.html","desc":"Erase window contents"}, "ncurses_wgetch":{"name":"ncurses_wgetch","type":"","path":"php/ncurses_wgetch.html","desc":"Reads a character from keyboard (window)"}, "ncurses_whline":{"name":"ncurses_whline","type":"","path":"php/ncurses_whline.html","desc":"Draws a horizontal line in a window at current position using an attributed character and max. n characters long"}, "ncurses_wmouse_trafo":{"name":"ncurses_wmouse_trafo","type":"","path":"php/ncurses_wmouse_trafo.html","desc":"Transforms windowstdscr coordinates"}, "ncurses_wmove":{"name":"ncurses_wmove","type":"","path":"php/ncurses_wmove.html","desc":"Moves windows output position"}, "ncurses_wnoutrefresh":{"name":"ncurses_wnoutrefresh","type":"","path":"php/ncurses_wnoutrefresh.html","desc":"Copies window to virtual screen"}, "ncurses_wrefresh":{"name":"ncurses_wrefresh","type":"","path":"php/ncurses_wrefresh.html","desc":"Refresh window on terminal screen"}, "ncurses_wstandend":{"name":"ncurses_wstandend","type":"","path":"php/ncurses_wstandend.html","desc":"End standout mode for a window"}, "ncurses_wstandout":{"name":"ncurses_wstandout","type":"","path":"php/ncurses_wstandout.html","desc":"Enter standout mode for a window"}, "ncurses_wvline":{"name":"ncurses_wvline","type":"","path":"php/ncurses_wvline.html","desc":"Draws a vertical line in a window at current position using an attributed character and max. n characters long"}, "newt_bell":{"name":"newt_bell","type":"","path":"php/newt_bell.html","desc":"Send a beep to the terminal"}, "newt_button":{"name":"newt_button","type":"","path":"php/newt_button.html","desc":"Create a new button"}, "newt_button_bar":{"name":"newt_button_bar","type":"","path":"php/newt_button_bar.html","desc":"This function returns a grid containing the buttons created"}, "newt_centered_window":{"name":"newt_centered_window","type":"","path":"php/newt_centered_window.html","desc":"Open a centered window of the specified size"}, "newt_checkbox":{"name":"newt_checkbox","type":"","path":"php/newt_checkbox.html","desc":"说明"}, "newt_checkbox_get_value":{"name":"newt_checkbox_get_value","type":"","path":"php/newt_checkbox_get_value.html","desc":"Retreives value of checkox resource"}, "newt_checkbox_set_flags":{"name":"newt_checkbox_set_flags","type":"","path":"php/newt_checkbox_set_flags.html","desc":"Configures checkbox resource"}, "newt_checkbox_set_value":{"name":"newt_checkbox_set_value","type":"","path":"php/newt_checkbox_set_value.html","desc":"Sets the value of the checkbox"}, "newt_checkbox_tree":{"name":"newt_checkbox_tree","type":"","path":"php/newt_checkbox_tree.html","desc":"说明"}, "newt_checkbox_tree_add_item":{"name":"newt_checkbox_tree_add_item","type":"","path":"php/newt_checkbox_tree_add_item.html","desc":"Adds new item to the checkbox tree"}, "newt_checkbox_tree_find_item":{"name":"newt_checkbox_tree_find_item","type":"","path":"php/newt_checkbox_tree_find_item.html","desc":"Finds an item in the checkbox tree"}, "newt_checkbox_tree_get_current":{"name":"newt_checkbox_tree_get_current","type":"","path":"php/newt_checkbox_tree_get_current.html","desc":"Returns checkbox tree selected item"}, "newt_checkbox_tree_get_entry_value":{"name":"newt_checkbox_tree_get_entry_value","type":"","path":"php/newt_checkbox_tree_get_entry_value.html","desc":"说明"}, "newt_checkbox_tree_get_multi_selection":{"name":"newt_checkbox_tree_get_multi_selection","type":"","path":"php/newt_checkbox_tree_get_multi_selection.html","desc":"说明"}, "newt_checkbox_tree_get_selection":{"name":"newt_checkbox_tree_get_selection","type":"","path":"php/newt_checkbox_tree_get_selection.html","desc":"说明"}, "newt_checkbox_tree_multi":{"name":"newt_checkbox_tree_multi","type":"","path":"php/newt_checkbox_tree_multi.html","desc":"说明"}, "newt_checkbox_tree_set_current":{"name":"newt_checkbox_tree_set_current","type":"","path":"php/newt_checkbox_tree_set_current.html","desc":"说明"}, "newt_checkbox_tree_set_entry":{"name":"newt_checkbox_tree_set_entry","type":"","path":"php/newt_checkbox_tree_set_entry.html","desc":"说明"}, "newt_checkbox_tree_set_entry_value":{"name":"newt_checkbox_tree_set_entry_value","type":"","path":"php/newt_checkbox_tree_set_entry_value.html","desc":"说明"}, "newt_checkbox_tree_set_width":{"name":"newt_checkbox_tree_set_width","type":"","path":"php/newt_checkbox_tree_set_width.html","desc":"说明"}, "newt_clear_key_buffer":{"name":"newt_clear_key_buffer","type":"","path":"php/newt_clear_key_buffer.html","desc":"Discards the contents of the terminal's input buffer"}, "newt_cls":{"name":"newt_cls","type":"","path":"php/newt_cls.html","desc":"说明"}, "newt_compact_button":{"name":"newt_compact_button","type":"","path":"php/newt_compact_button.html","desc":"说明"}, "newt_component_add_callback":{"name":"newt_component_add_callback","type":"","path":"php/newt_component_add_callback.html","desc":"说明"}, "newt_component_takes_focus":{"name":"newt_component_takes_focus","type":"","path":"php/newt_component_takes_focus.html","desc":"说明"}, "newt_create_grid":{"name":"newt_create_grid","type":"","path":"php/newt_create_grid.html","desc":"说明"}, "newt_cursor_off":{"name":"newt_cursor_off","type":"","path":"php/newt_cursor_off.html","desc":"说明"}, "newt_cursor_on":{"name":"newt_cursor_on","type":"","path":"php/newt_cursor_on.html","desc":"说明"}, "newt_delay":{"name":"newt_delay","type":"","path":"php/newt_delay.html","desc":"说明"}, "newt_draw_form":{"name":"newt_draw_form","type":"","path":"php/newt_draw_form.html","desc":"说明"}, "newt_draw_root_text":{"name":"newt_draw_root_text","type":"","path":"php/newt_draw_root_text.html","desc":"Displays the string text at the position indicated"}, "newt_entry":{"name":"newt_entry","type":"","path":"php/newt_entry.html","desc":"说明"}, "newt_entry_get_value":{"name":"newt_entry_get_value","type":"","path":"php/newt_entry_get_value.html","desc":"说明"}, "newt_entry_set":{"name":"newt_entry_set","type":"","path":"php/newt_entry_set.html","desc":"说明"}, "newt_entry_set_filter":{"name":"newt_entry_set_filter","type":"","path":"php/newt_entry_set_filter.html","desc":"说明"}, "newt_entry_set_flags":{"name":"newt_entry_set_flags","type":"","path":"php/newt_entry_set_flags.html","desc":"说明"}, "newt_finished":{"name":"newt_finished","type":"","path":"php/newt_finished.html","desc":"Uninitializes newt interface"}, "newt_form":{"name":"newt_form","type":"","path":"php/newt_form.html","desc":"Create a form"}, "newt_form_add_component":{"name":"newt_form_add_component","type":"","path":"php/newt_form_add_component.html","desc":"Adds a single component to the form"}, "newt_form_add_components":{"name":"newt_form_add_components","type":"","path":"php/newt_form_add_components.html","desc":"Add several components to the form"}, "newt_form_add_hot_key":{"name":"newt_form_add_hot_key","type":"","path":"php/newt_form_add_hot_key.html","desc":"说明"}, "newt_form_destroy":{"name":"newt_form_destroy","type":"","path":"php/newt_form_destroy.html","desc":"Destroys a form"}, "newt_form_get_current":{"name":"newt_form_get_current","type":"","path":"php/newt_form_get_current.html","desc":"说明"}, "newt_form_run":{"name":"newt_form_run","type":"","path":"php/newt_form_run.html","desc":"Runs a form"}, "newt_form_set_background":{"name":"newt_form_set_background","type":"","path":"php/newt_form_set_background.html","desc":"说明"}, "newt_form_set_height":{"name":"newt_form_set_height","type":"","path":"php/newt_form_set_height.html","desc":"说明"}, "newt_form_set_size":{"name":"newt_form_set_size","type":"","path":"php/newt_form_set_size.html","desc":"说明"}, "newt_form_set_timer":{"name":"newt_form_set_timer","type":"","path":"php/newt_form_set_timer.html","desc":"说明"}, "newt_form_set_width":{"name":"newt_form_set_width","type":"","path":"php/newt_form_set_width.html","desc":"说明"}, "newt_form_watch_fd":{"name":"newt_form_watch_fd","type":"","path":"php/newt_form_watch_fd.html","desc":"说明"}, "newt_get_screen_size":{"name":"newt_get_screen_size","type":"","path":"php/newt_get_screen_size.html","desc":"Fills in the passed references with the current siz"}, "newt_grid_add_components_to_form":{"name":"newt_grid_add_components_to_form","type":"","path":"php/newt_grid_add_components_to_form.html","desc":"说明"}, "newt_grid_basic_window":{"name":"newt_grid_basic_window","type":"","path":"php/newt_grid_basic_window.html","desc":"说明"}, "newt_grid_free":{"name":"newt_grid_free","type":"","path":"php/newt_grid_free.html","desc":"说明"}, "newt_grid_get_size":{"name":"newt_grid_get_size","type":"","path":"php/newt_grid_get_size.html","desc":"说明"}, "newt_grid_h_close_stacked":{"name":"newt_grid_h_close_stacked","type":"","path":"php/newt_grid_h_close_stacked.html","desc":"说明"}, "newt_grid_h_stacked":{"name":"newt_grid_h_stacked","type":"","path":"php/newt_grid_h_stacked.html","desc":"说明"}, "newt_grid_place":{"name":"newt_grid_place","type":"","path":"php/newt_grid_place.html","desc":"说明"}, "newt_grid_set_field":{"name":"newt_grid_set_field","type":"","path":"php/newt_grid_set_field.html","desc":"说明"}, "newt_grid_simple_window":{"name":"newt_grid_simple_window","type":"","path":"php/newt_grid_simple_window.html","desc":"说明"}, "newt_grid_v_close_stacked":{"name":"newt_grid_v_close_stacked","type":"","path":"php/newt_grid_v_close_stacked.html","desc":"说明"}, "newt_grid_v_stacked":{"name":"newt_grid_v_stacked","type":"","path":"php/newt_grid_v_stacked.html","desc":"说明"}, "newt_grid_wrapped_window":{"name":"newt_grid_wrapped_window","type":"","path":"php/newt_grid_wrapped_window.html","desc":"说明"}, "newt_grid_wrapped_window_at":{"name":"newt_grid_wrapped_window_at","type":"","path":"php/newt_grid_wrapped_window_at.html","desc":"说明"}, "newt_init":{"name":"newt_init","type":"","path":"php/newt_init.html","desc":"Initialize newt"}, "newt_label":{"name":"newt_label","type":"","path":"php/newt_label.html","desc":"说明"}, "newt_label_set_text":{"name":"newt_label_set_text","type":"","path":"php/newt_label_set_text.html","desc":"说明"}, "newt_listbox":{"name":"newt_listbox","type":"","path":"php/newt_listbox.html","desc":"说明"}, "newt_listbox_append_entry":{"name":"newt_listbox_append_entry","type":"","path":"php/newt_listbox_append_entry.html","desc":"说明"}, "newt_listbox_clear":{"name":"newt_listbox_clear","type":"","path":"php/newt_listbox_clear.html","desc":"说明"}, "newt_listbox_clear_selection":{"name":"newt_listbox_clear_selection","type":"","path":"php/newt_listbox_clear_selection.html","desc":"说明"}, "newt_listbox_delete_entry":{"name":"newt_listbox_delete_entry","type":"","path":"php/newt_listbox_delete_entry.html","desc":"说明"}, "newt_listbox_get_current":{"name":"newt_listbox_get_current","type":"","path":"php/newt_listbox_get_current.html","desc":"说明"}, "newt_listbox_get_selection":{"name":"newt_listbox_get_selection","type":"","path":"php/newt_listbox_get_selection.html","desc":"说明"}, "newt_listbox_insert_entry":{"name":"newt_listbox_insert_entry","type":"","path":"php/newt_listbox_insert_entry.html","desc":"说明"}, "newt_listbox_item_count":{"name":"newt_listbox_item_count","type":"","path":"php/newt_listbox_item_count.html","desc":"说明"}, "newt_listbox_select_item":{"name":"newt_listbox_select_item","type":"","path":"php/newt_listbox_select_item.html","desc":"说明"}, "newt_listbox_set_current":{"name":"newt_listbox_set_current","type":"","path":"php/newt_listbox_set_current.html","desc":"说明"}, "newt_listbox_set_current_by_key":{"name":"newt_listbox_set_current_by_key","type":"","path":"php/newt_listbox_set_current_by_key.html","desc":"说明"}, "newt_listbox_set_data":{"name":"newt_listbox_set_data","type":"","path":"php/newt_listbox_set_data.html","desc":"说明"}, "newt_listbox_set_entry":{"name":"newt_listbox_set_entry","type":"","path":"php/newt_listbox_set_entry.html","desc":"说明"}, "newt_listbox_set_width":{"name":"newt_listbox_set_width","type":"","path":"php/newt_listbox_set_width.html","desc":"说明"}, "newt_listitem":{"name":"newt_listitem","type":"","path":"php/newt_listitem.html","desc":"说明"}, "newt_listitem_get_data":{"name":"newt_listitem_get_data","type":"","path":"php/newt_listitem_get_data.html","desc":"说明"}, "newt_listitem_set":{"name":"newt_listitem_set","type":"","path":"php/newt_listitem_set.html","desc":"说明"}, "newt_open_window":{"name":"newt_open_window","type":"","path":"php/newt_open_window.html","desc":"Open a window of the specified size and position"}, "newt_pop_help_line":{"name":"newt_pop_help_line","type":"","path":"php/newt_pop_help_line.html","desc":"Replaces the current help line with the one from the stack"}, "newt_pop_window":{"name":"newt_pop_window","type":"","path":"php/newt_pop_window.html","desc":"Removes the top window from the display"}, "newt_push_help_line":{"name":"newt_push_help_line","type":"","path":"php/newt_push_help_line.html","desc":"Saves the current help line on a stack, and displays the new line"}, "newt_radiobutton":{"name":"newt_radiobutton","type":"","path":"php/newt_radiobutton.html","desc":"说明"}, "newt_radio_get_current":{"name":"newt_radio_get_current","type":"","path":"php/newt_radio_get_current.html","desc":"说明"}, "newt_redraw_help_line":{"name":"newt_redraw_help_line","type":"","path":"php/newt_redraw_help_line.html","desc":"说明"}, "newt_reflow_text":{"name":"newt_reflow_text","type":"","path":"php/newt_reflow_text.html","desc":"说明"}, "newt_refresh":{"name":"newt_refresh","type":"","path":"php/newt_refresh.html","desc":"Updates modified portions of the screen"}, "newt_resize_screen":{"name":"newt_resize_screen","type":"","path":"php/newt_resize_screen.html","desc":"说明"}, "newt_resume":{"name":"newt_resume","type":"","path":"php/newt_resume.html","desc":"Resume using the newt interface after"}, "newt_run_form":{"name":"newt_run_form","type":"","path":"php/newt_run_form.html","desc":"Runs a form"}, "newt_scale":{"name":"newt_scale","type":"","path":"php/newt_scale.html","desc":"说明"}, "newt_scale_set":{"name":"newt_scale_set","type":"","path":"php/newt_scale_set.html","desc":"说明"}, "newt_scrollbar_set":{"name":"newt_scrollbar_set","type":"","path":"php/newt_scrollbar_set.html","desc":"说明"}, "newt_set_help_callback":{"name":"newt_set_help_callback","type":"","path":"php/newt_set_help_callback.html","desc":"说明"}, "newt_set_suspend_callback":{"name":"newt_set_suspend_callback","type":"","path":"php/newt_set_suspend_callback.html","desc":"Set a callback function which gets invoked w"}, "newt_suspend":{"name":"newt_suspend","type":"","path":"php/newt_suspend.html","desc":"Tells newt to return the terminal to its initial state"}, "newt_textbox":{"name":"newt_textbox","type":"","path":"php/newt_textbox.html","desc":"说明"}, "newt_textbox_get_num_lines":{"name":"newt_textbox_get_num_lines","type":"","path":"php/newt_textbox_get_num_lines.html","desc":"说明"}, "newt_textbox_reflowed":{"name":"newt_textbox_reflowed","type":"","path":"php/newt_textbox_reflowed.html","desc":"说明"}, "newt_textbox_set_height":{"name":"newt_textbox_set_height","type":"","path":"php/newt_textbox_set_height.html","desc":"说明"}, "newt_textbox_set_text":{"name":"newt_textbox_set_text","type":"","path":"php/newt_textbox_set_text.html","desc":"说明"}, "newt_vertical_scrollbar":{"name":"newt_vertical_scrollbar","type":"","path":"php/newt_vertical_scrollbar.html","desc":"说明"}, "newt_wait_for_key":{"name":"newt_wait_for_key","type":"","path":"php/newt_wait_for_key.html","desc":"Doesn't return until a key has been pressed"}, "newt_win_choice":{"name":"newt_win_choice","type":"","path":"php/newt_win_choice.html","desc":"说明"}, "newt_win_entries":{"name":"newt_win_entries","type":"","path":"php/newt_win_entries.html","desc":"说明"}, "newt_win_menu":{"name":"newt_win_menu","type":"","path":"php/newt_win_menu.html","desc":"说明"}, "newt_win_message":{"name":"newt_win_message","type":"","path":"php/newt_win_message.html","desc":"说明"}, "newt_win_messagev":{"name":"newt_win_messagev","type":"","path":"php/newt_win_messagev.html","desc":"说明"}, "newt_win_ternary":{"name":"newt_win_ternary","type":"","path":"php/newt_win_ternary.html","desc":"说明"}, "next":{"name":"next","type":"","path":"php/next.html","desc":"将数组中的内部指针向前移动一位"}, "ngettext":{"name":"ngettext","type":"","path":"php/ngettext.html","desc":"Plural version of gettext"}, "nl2br":{"name":"nl2br","type":"","path":"php/nl2br.html","desc":"在字符串所有新行之前插入 HTML 换行标记"}, "nl_langinfo":{"name":"nl_langinfo","type":"","path":"php/nl_langinfo.html","desc":"Query language and locale information"}, "nsapi_request_headers":{"name":"nsapi_request_headers","type":"","path":"php/nsapi_request_headers.html","desc":"Fetch all HTTP request headers"}, "nsapi_response_headers":{"name":"nsapi_response_headers","type":"","path":"php/nsapi_response_headers.html","desc":"Fetch all HTTP response headers"}, "nsapi_virtual":{"name":"nsapi_virtual","type":"","path":"php/nsapi_virtual.html","desc":"Perform an NSAPI sub-request"}, "number_format":{"name":"number_format","type":"","path":"php/number_format.html","desc":"以千位分隔符方式格式化一个数字"}, "oauth_get_sbs":{"name":"oauth_get_sbs","type":"","path":"php/oauth_get_sbs.html","desc":"生成一个签名字符基串"}, "oauth_urlencode":{"name":"oauth_urlencode","type":"","path":"php/oauth_urlencode.html","desc":"将 URI 编码为 RFC 3986 规范"}, "ob_clean":{"name":"ob_clean","type":"","path":"php/ob_clean.html","desc":"清空(擦掉)输出缓冲区"}, "ob_end_clean":{"name":"ob_end_clean","type":"","path":"php/ob_end_clean.html","desc":"清空(擦除)缓冲区并关闭输出缓冲"}, "ob_end_flush":{"name":"ob_end_flush","type":"","path":"php/ob_end_flush.html","desc":"冲刷出(送出)输出缓冲区内容并关闭缓冲"}, "ob_flush":{"name":"ob_flush","type":"","path":"php/ob_flush.html","desc":"冲刷出(送出)输出缓冲区中的内容"}, "ob_get_clean":{"name":"ob_get_clean","type":"","path":"php/ob_get_clean.html","desc":"得到当前缓冲区的内容并删除当前输出缓。"}, "ob_get_contents":{"name":"ob_get_contents","type":"","path":"php/ob_get_contents.html","desc":"返回输出缓冲区的内容"}, "ob_get_flush":{"name":"ob_get_flush","type":"","path":"php/ob_get_flush.html","desc":"刷出(送出)缓冲区内容,以字符串形式返回内容,并关闭输出缓冲区。"}, "ob_get_length":{"name":"ob_get_length","type":"","path":"php/ob_get_length.html","desc":"返回输出缓冲区内容的长度"}, "ob_get_level":{"name":"ob_get_level","type":"","path":"php/ob_get_level.html","desc":"返回输出缓冲机制的嵌套级别"}, "ob_get_status":{"name":"ob_get_status","type":"","path":"php/ob_get_status.html","desc":"得到所有输出缓冲区的状态"}, "ob_gzhandler":{"name":"ob_gzhandler","type":"","path":"php/ob_gzhandler.html","desc":"在ob_start中使用的用来压缩输出缓冲区中内容的回调函数。ob_start callback function to gzip output buffer"}, "ob_iconv_handler":{"name":"ob_iconv_handler","type":"","path":"php/ob_iconv_handler.html","desc":"以输出缓冲处理程序转换字符编码"}, "ob_implicit_flush":{"name":"ob_implicit_flush","type":"","path":"php/ob_implicit_flush.html","desc":"打开关闭绝对刷送"}, "ob_list_handlers":{"name":"ob_list_handlers","type":"","path":"php/ob_list_handlers.html","desc":"列出所有使用中的输出处理程序。"}, "ob_start":{"name":"ob_start","type":"","path":"php/ob_start.html","desc":"打开输出控制缓冲"}, "ob_tidyhandler":{"name":"ob_tidyhandler","type":"","path":"php/ob_tidyhandler.html","desc":"ob_start callback function to repair the buffer"}, "ocibindbyname":{"name":"ocibindbyname","type":"","path":"php/ocibindbyname.html","desc":"别名 oci_bind_by_name"}, "ocicancel":{"name":"ocicancel","type":"","path":"php/ocicancel.html","desc":"别名 oci_cancel"}, "ocicloselob":{"name":"ocicloselob","type":"","path":"php/ocicloselob.html","desc":"别名 OCI-Lobclose"}, "ocicollappend":{"name":"ocicollappend","type":"","path":"php/ocicollappend.html","desc":"别名 OCI-Collectionappend"}, "ocicollassign":{"name":"ocicollassign","type":"","path":"php/ocicollassign.html","desc":"别名 OCI-Collectionassign"}, "ocicollassignelem":{"name":"ocicollassignelem","type":"","path":"php/ocicollassignelem.html","desc":"别名 OCI-CollectionassignElem"}, "ocicollgetelem":{"name":"ocicollgetelem","type":"","path":"php/ocicollgetelem.html","desc":"别名 OCI-CollectiongetElem"}, "ocicollmax":{"name":"ocicollmax","type":"","path":"php/ocicollmax.html","desc":"别名 OCI-Collectionmax"}, "ocicollsize":{"name":"ocicollsize","type":"","path":"php/ocicollsize.html","desc":"别名 OCI-Collectionsize"}, "ocicolltrim":{"name":"ocicolltrim","type":"","path":"php/ocicolltrim.html","desc":"别名 OCI-Collectiontrim"}, "ocicolumnisnull":{"name":"ocicolumnisnull","type":"","path":"php/ocicolumnisnull.html","desc":"别名 oci_field_is_null"}, "ocicolumnname":{"name":"ocicolumnname","type":"","path":"php/ocicolumnname.html","desc":"别名 oci_field_name"}, "ocicolumnprecision":{"name":"ocicolumnprecision","type":"","path":"php/ocicolumnprecision.html","desc":"别名 oci_field_precision"}, "ocicolumnscale":{"name":"ocicolumnscale","type":"","path":"php/ocicolumnscale.html","desc":"别名 oci_field_scale"}, "ocicolumnsize":{"name":"ocicolumnsize","type":"","path":"php/ocicolumnsize.html","desc":"别名 oci_field_size"}, "ocicolumntype":{"name":"ocicolumntype","type":"","path":"php/ocicolumntype.html","desc":"别名 oci_field_type"}, "ocicolumntyperaw":{"name":"ocicolumntyperaw","type":"","path":"php/ocicolumntyperaw.html","desc":"别名 oci_field_type_raw"}, "ocicommit":{"name":"ocicommit","type":"","path":"php/ocicommit.html","desc":"别名 oci_commit"}, "ocidefinebyname":{"name":"ocidefinebyname","type":"","path":"php/ocidefinebyname.html","desc":"别名 oci_define_by_name"}, "ocierror":{"name":"ocierror","type":"","path":"php/ocierror.html","desc":"别名 oci_error"}, "ociexecute":{"name":"ociexecute","type":"","path":"php/ociexecute.html","desc":"别名 oci_execute"}, "ocifetch":{"name":"ocifetch","type":"","path":"php/ocifetch.html","desc":"别名 oci_fetch"}, "ocifetchinto":{"name":"ocifetchinto","type":"","path":"php/ocifetchinto.html","desc":"Obsolete variant of oci_fetch_array, oci_fetch"}, "ocifetchstatement":{"name":"ocifetchstatement","type":"","path":"php/ocifetchstatement.html","desc":"别名 oci_fetch_all"}, "ocifreecollection":{"name":"ocifreecollection","type":"","path":"php/ocifreecollection.html","desc":"别名 OCI-Collectionfree"}, "ocifreecursor":{"name":"ocifreecursor","type":"","path":"php/ocifreecursor.html","desc":"别名 oci_free_statement"}, "ocifreedesc":{"name":"ocifreedesc","type":"","path":"php/ocifreedesc.html","desc":"别名 OCI-Lobfree"}, "ocifreestatement":{"name":"ocifreestatement","type":"","path":"php/ocifreestatement.html","desc":"别名 oci_free_statement"}, "ociinternaldebug":{"name":"ociinternaldebug","type":"","path":"php/ociinternaldebug.html","desc":"别名 oci_internal_debug"}, "ociloadlob":{"name":"ociloadlob","type":"","path":"php/ociloadlob.html","desc":"别名 OCI-Lobload"}, "ocilogoff":{"name":"ocilogoff","type":"","path":"php/ocilogoff.html","desc":"别名 oci_close"}, "ocilogon":{"name":"ocilogon","type":"","path":"php/ocilogon.html","desc":"别名 oci_connect"}, "ocinewcollection":{"name":"ocinewcollection","type":"","path":"php/ocinewcollection.html","desc":"别名 oci_new_collection"}, "ocinewcursor":{"name":"ocinewcursor","type":"","path":"php/ocinewcursor.html","desc":"别名 oci_new_cursor"}, "ocinewdescriptor":{"name":"ocinewdescriptor","type":"","path":"php/ocinewdescriptor.html","desc":"别名 oci_new_descriptor"}, "ocinlogon":{"name":"ocinlogon","type":"","path":"php/ocinlogon.html","desc":"别名 oci_new_connect"}, "ocinumcols":{"name":"ocinumcols","type":"","path":"php/ocinumcols.html","desc":"别名 oci_num_fields"}, "ociparse":{"name":"ociparse","type":"","path":"php/ociparse.html","desc":"别名 oci_parse"}, "ociplogon":{"name":"ociplogon","type":"","path":"php/ociplogon.html","desc":"别名 oci_pconnect"}, "ociresult":{"name":"ociresult","type":"","path":"php/ociresult.html","desc":"别名 oci_result"}, "ocirollback":{"name":"ocirollback","type":"","path":"php/ocirollback.html","desc":"别名 oci_rollback"}, "ocirowcount":{"name":"ocirowcount","type":"","path":"php/ocirowcount.html","desc":"别名 oci_num_rows"}, "ocisavelob":{"name":"ocisavelob","type":"","path":"php/ocisavelob.html","desc":"别名 OCI-Lobsave"}, "ocisavelobfile":{"name":"ocisavelobfile","type":"","path":"php/ocisavelobfile.html","desc":"别名 OCI-Lobimport"}, "ociserverversion":{"name":"ociserverversion","type":"","path":"php/ociserverversion.html","desc":"别名 oci_server_version"}, "ocisetprefetch":{"name":"ocisetprefetch","type":"","path":"php/ocisetprefetch.html","desc":"别名 oci_set_prefetch"}, "ocistatementtype":{"name":"ocistatementtype","type":"","path":"php/ocistatementtype.html","desc":"别名 oci_statement_type"}, "ociwritelobtofile":{"name":"ociwritelobtofile","type":"","path":"php/ociwritelobtofile.html","desc":"别名 OCI-Lobexport"}, "ociwritetemporarylob":{"name":"ociwritetemporarylob","type":"","path":"php/ociwritetemporarylob.html","desc":"别名 OCI-LobwriteTemporary"}, "oci_bind_array_by_name":{"name":"oci_bind_array_by_name","type":"","path":"php/oci_bind_array_by_name.html","desc":"Binds a PHP array to an Oracle PLSQL array parameter"}, "oci_bind_by_name":{"name":"oci_bind_by_name","type":"","path":"php/oci_bind_by_name.html","desc":"绑定一个 PHP 变量到一个 Oracle 位置标志符"}, "oci_cancel":{"name":"oci_cancel","type":"","path":"php/oci_cancel.html","desc":"中断游标读取数据"}, "oci_client_version":{"name":"oci_client_version","type":"","path":"php/oci_client_version.html","desc":"Returns the Oracle client library version"}, "oci_close":{"name":"oci_close","type":"","path":"php/oci_close.html","desc":"关闭 Oracle 连接"}, "oci_commit":{"name":"oci_commit","type":"","path":"php/oci_commit.html","desc":"提交未执行的事务处理"}, "oci_connect":{"name":"oci_connect","type":"","path":"php/oci_connect.html","desc":"建立一个到 Oracle 服务器的连接"}, "oci_define_by_name":{"name":"oci_define_by_name","type":"","path":"php/oci_define_by_name.html","desc":"在 SELECT 中使用 PHP 变量作为定义的步骤"}, "oci_error":{"name":"oci_error","type":"","path":"php/oci_error.html","desc":"返回上一个错误"}, "oci_execute":{"name":"oci_execute","type":"","path":"php/oci_execute.html","desc":"执行一条语句"}, "oci_fetch":{"name":"oci_fetch","type":"","path":"php/oci_fetch.html","desc":"Fetches the next row into result-buffer"}, "oci_fetch_all":{"name":"oci_fetch_all","type":"","path":"php/oci_fetch_all.html","desc":"获取结果数据的所有行到一个数组"}, "oci_fetch_array":{"name":"oci_fetch_array","type":"","path":"php/oci_fetch_array.html","desc":"Returns the next row from a query as an associative or numeric array"}, "oci_fetch_assoc":{"name":"oci_fetch_assoc","type":"","path":"php/oci_fetch_assoc.html","desc":"Returns the next row from a query as an associative array"}, "oci_fetch_object":{"name":"oci_fetch_object","type":"","path":"php/oci_fetch_object.html","desc":"Returns the next row from a query as an object"}, "oci_fetch_row":{"name":"oci_fetch_row","type":"","path":"php/oci_fetch_row.html","desc":"Returns the next row from a query as a numeric array"}, "oci_field_is_null":{"name":"oci_field_is_null","type":"","path":"php/oci_field_is_null.html","desc":"检查字段是否为 NULL"}, "oci_field_name":{"name":"oci_field_name","type":"","path":"php/oci_field_name.html","desc":"返回字段名"}, "oci_field_precision":{"name":"oci_field_precision","type":"","path":"php/oci_field_precision.html","desc":"返回字段精度"}, "oci_field_scale":{"name":"oci_field_scale","type":"","path":"php/oci_field_scale.html","desc":"返回字段范围"}, "oci_field_size":{"name":"oci_field_size","type":"","path":"php/oci_field_size.html","desc":"返回字段大小"}, "oci_field_type":{"name":"oci_field_type","type":"","path":"php/oci_field_type.html","desc":"返回字段的数据类型"}, "oci_field_type_raw":{"name":"oci_field_type_raw","type":"","path":"php/oci_field_type_raw.html","desc":"返回字段的原始 Oracle 数据类型"}, "oci_free_descriptor":{"name":"oci_free_descriptor","type":"","path":"php/oci_free_descriptor.html","desc":"Frees a descriptor"}, "oci_free_statement":{"name":"oci_free_statement","type":"","path":"php/oci_free_statement.html","desc":"释放关联于语句或游标的所有资源"}, "oci_get_implicit_resultset":{"name":"oci_get_implicit_resultset","type":"","path":"php/oci_get_implicit_resultset.html","desc":"Returns the next child statement resource from a parent statement resource that has Oracle Database 12c Implicit Result Sets"}, "oci_internal_debug":{"name":"oci_internal_debug","type":"","path":"php/oci_internal_debug.html","desc":"打开或关闭内部调试输出"}, "oci_lob_copy":{"name":"oci_lob_copy","type":"","path":"php/oci_lob_copy.html","desc":"Copies large object"}, "oci_lob_is_equal":{"name":"oci_lob_is_equal","type":"","path":"php/oci_lob_is_equal.html","desc":"Compares two LOBFILE locators for equality"}, "oci_new_collection":{"name":"oci_new_collection","type":"","path":"php/oci_new_collection.html","desc":"分配新的 collection 对象"}, "oci_new_connect":{"name":"oci_new_connect","type":"","path":"php/oci_new_connect.html","desc":"建定一个到 Oracle 服务器的新连接"}, "oci_new_cursor":{"name":"oci_new_cursor","type":"","path":"php/oci_new_cursor.html","desc":"分配并返回一个新的游标(语句句柄)"}, "oci_new_descriptor":{"name":"oci_new_descriptor","type":"","path":"php/oci_new_descriptor.html","desc":"初始化一个新的空 LOB 或 FILE 描述符"}, "oci_num_fields":{"name":"oci_num_fields","type":"","path":"php/oci_num_fields.html","desc":"返回结果列的数目"}, "oci_num_rows":{"name":"oci_num_rows","type":"","path":"php/oci_num_rows.html","desc":"返回语句执行后受影响的行数"}, "oci_parse":{"name":"oci_parse","type":"","path":"php/oci_parse.html","desc":"配置 Oracle 语句预备执行"}, "oci_password_change":{"name":"oci_password_change","type":"","path":"php/oci_password_change.html","desc":"修改 Oracle 用户的密码"}, "oci_pconnect":{"name":"oci_pconnect","type":"","path":"php/oci_pconnect.html","desc":"使用一个持久连接连到 Oracle 数据库"}, "oci_register_taf_callback":{"name":"oci_register_taf_callback","type":"","path":"php/oci_register_taf_callback.html","desc":"Register a user-defined callback function for Oracle Database TAF"}, "oci_result":{"name":"oci_result","type":"","path":"php/oci_result.html","desc":"返回所取得行中字段的值"}, "oci_rollback":{"name":"oci_rollback","type":"","path":"php/oci_rollback.html","desc":"回滚未提交的事务"}, "oci_server_version":{"name":"oci_server_version","type":"","path":"php/oci_server_version.html","desc":"返回服务器版本信息"}, "oci_set_action":{"name":"oci_set_action","type":"","path":"php/oci_set_action.html","desc":"Sets the action name"}, "oci_set_call_timout":{"name":"oci_set_call_timout","type":"","path":"php/oci_set_call_timout.html","desc":"Sets a millisecond timeout for database calls"}, "oci_set_client_identifier":{"name":"oci_set_client_identifier","type":"","path":"php/oci_set_client_identifier.html","desc":"Sets the client identifier"}, "oci_set_client_info":{"name":"oci_set_client_info","type":"","path":"php/oci_set_client_info.html","desc":"Sets the client information"}, "oci_set_db_operation":{"name":"oci_set_db_operation","type":"","path":"php/oci_set_db_operation.html","desc":"Sets the database operation"}, "oci_set_edition":{"name":"oci_set_edition","type":"","path":"php/oci_set_edition.html","desc":"Sets the database edition"}, "oci_set_module_name":{"name":"oci_set_module_name","type":"","path":"php/oci_set_module_name.html","desc":"Sets the module name"}, "oci_set_prefetch":{"name":"oci_set_prefetch","type":"","path":"php/oci_set_prefetch.html","desc":"设置预提取行数"}, "oci_statement_type":{"name":"oci_statement_type","type":"","path":"php/oci_statement_type.html","desc":"返回 OCI 语句的类型"}, "oci_unregister_taf_callback":{"name":"oci_unregister_taf_callback","type":"","path":"php/oci_unregister_taf_callback.html","desc":"Unregister a user-defined callback function for Oracle Database TAF"}, "octdec":{"name":"octdec","type":"","path":"php/octdec.html","desc":"八进制转换为十进制"}, "odbc_autocommit":{"name":"odbc_autocommit","type":"","path":"php/odbc_autocommit.html","desc":"Toggle autocommit behaviour"}, "odbc_binmode":{"name":"odbc_binmode","type":"","path":"php/odbc_binmode.html","desc":"Handling of binary column data"}, "odbc_close":{"name":"odbc_close","type":"","path":"php/odbc_close.html","desc":"Close an ODBC connection"}, "odbc_close_all":{"name":"odbc_close_all","type":"","path":"php/odbc_close_all.html","desc":"Close all ODBC connections"}, "odbc_columnprivileges":{"name":"odbc_columnprivileges","type":"","path":"php/odbc_columnprivileges.html","desc":"Lists columns and associated privileges for the given table"}, "odbc_columns":{"name":"odbc_columns","type":"","path":"php/odbc_columns.html","desc":"Lists the column names in specified tables"}, "odbc_commit":{"name":"odbc_commit","type":"","path":"php/odbc_commit.html","desc":"Commit an ODBC transaction"}, "odbc_connect":{"name":"odbc_connect","type":"","path":"php/odbc_connect.html","desc":"Connect to a datasource"}, "odbc_cursor":{"name":"odbc_cursor","type":"","path":"php/odbc_cursor.html","desc":"Get cursorname"}, "odbc_data_source":{"name":"odbc_data_source","type":"","path":"php/odbc_data_source.html","desc":"Returns information about a current connection"}, "odbc_do":{"name":"odbc_do","type":"","path":"php/odbc_do.html","desc":"别名 odbc_exec"}, "odbc_error":{"name":"odbc_error","type":"","path":"php/odbc_error.html","desc":"Get the last error code"}, "odbc_errormsg":{"name":"odbc_errormsg","type":"","path":"php/odbc_errormsg.html","desc":"Get the last error message"}, "odbc_exec":{"name":"odbc_exec","type":"","path":"php/odbc_exec.html","desc":"Prepare and execute an SQL statement"}, "odbc_execute":{"name":"odbc_execute","type":"","path":"php/odbc_execute.html","desc":"Execute a prepared statement"}, "odbc_fetch_array":{"name":"odbc_fetch_array","type":"","path":"php/odbc_fetch_array.html","desc":"Fetch a result row as an associative array"}, "odbc_fetch_into":{"name":"odbc_fetch_into","type":"","path":"php/odbc_fetch_into.html","desc":"Fetch one result row into array"}, "odbc_fetch_object":{"name":"odbc_fetch_object","type":"","path":"php/odbc_fetch_object.html","desc":"Fetch a result row as an object"}, "odbc_fetch_row":{"name":"odbc_fetch_row","type":"","path":"php/odbc_fetch_row.html","desc":"Fetch a row"}, "odbc_field_len":{"name":"odbc_field_len","type":"","path":"php/odbc_field_len.html","desc":"Get the length (precision) of a field"}, "odbc_field_name":{"name":"odbc_field_name","type":"","path":"php/odbc_field_name.html","desc":"Get the columnname"}, "odbc_field_num":{"name":"odbc_field_num","type":"","path":"php/odbc_field_num.html","desc":"Return column number"}, "odbc_field_precision":{"name":"odbc_field_precision","type":"","path":"php/odbc_field_precision.html","desc":"别名 odbc_field_len"}, "odbc_field_scale":{"name":"odbc_field_scale","type":"","path":"php/odbc_field_scale.html","desc":"Get the scale of a field"}, "odbc_field_type":{"name":"odbc_field_type","type":"","path":"php/odbc_field_type.html","desc":"Datatype of a field"}, "odbc_foreignkeys":{"name":"odbc_foreignkeys","type":"","path":"php/odbc_foreignkeys.html","desc":"Retrieves a list of foreign keys"}, "odbc_free_result":{"name":"odbc_free_result","type":"","path":"php/odbc_free_result.html","desc":"Free resources associated with a result"}, "odbc_gettypeinfo":{"name":"odbc_gettypeinfo","type":"","path":"php/odbc_gettypeinfo.html","desc":"Retrieves information about data types supported by the data source"}, "odbc_longreadlen":{"name":"odbc_longreadlen","type":"","path":"php/odbc_longreadlen.html","desc":"Handling of LONG columns"}, "odbc_next_result":{"name":"odbc_next_result","type":"","path":"php/odbc_next_result.html","desc":"Checks if multiple results are available"}, "odbc_num_fields":{"name":"odbc_num_fields","type":"","path":"php/odbc_num_fields.html","desc":"Number of columns in a result"}, "odbc_num_rows":{"name":"odbc_num_rows","type":"","path":"php/odbc_num_rows.html","desc":"Number of rows in a result"}, "odbc_pconnect":{"name":"odbc_pconnect","type":"","path":"php/odbc_pconnect.html","desc":"Open a persistent database connection"}, "odbc_prepare":{"name":"odbc_prepare","type":"","path":"php/odbc_prepare.html","desc":"Prepares a statement for execution"}, "odbc_primarykeys":{"name":"odbc_primarykeys","type":"","path":"php/odbc_primarykeys.html","desc":"Gets the primary keys for a table"}, "odbc_procedurecolumns":{"name":"odbc_procedurecolumns","type":"","path":"php/odbc_procedurecolumns.html","desc":"Retrieve information about parameters to procedures"}, "odbc_procedures":{"name":"odbc_procedures","type":"","path":"php/odbc_procedures.html","desc":"Get the list of procedures stored in a specific data source"}, "odbc_result":{"name":"odbc_result","type":"","path":"php/odbc_result.html","desc":"Get result data"}, "odbc_result_all":{"name":"odbc_result_all","type":"","path":"php/odbc_result_all.html","desc":"Print result as HTML table"}, "odbc_rollback":{"name":"odbc_rollback","type":"","path":"php/odbc_rollback.html","desc":"Rollback a transaction"}, "odbc_setoption":{"name":"odbc_setoption","type":"","path":"php/odbc_setoption.html","desc":"Adjust ODBC settings"}, "odbc_specialcolumns":{"name":"odbc_specialcolumns","type":"","path":"php/odbc_specialcolumns.html","desc":"Retrieves special columns"}, "odbc_statistics":{"name":"odbc_statistics","type":"","path":"php/odbc_statistics.html","desc":"Retrieve statistics about a table"}, "odbc_tableprivileges":{"name":"odbc_tableprivileges","type":"","path":"php/odbc_tableprivileges.html","desc":"Lists tables and the privileges associated with each table"}, "odbc_tables":{"name":"odbc_tables","type":"","path":"php/odbc_tables.html","desc":"Get the list of table names stored in a specific data source"}, "opcache_compile_file":{"name":"opcache_compile_file","type":"","path":"php/opcache_compile_file.html","desc":"无需运行,即可编译并缓存 PHP 脚本"}, "opcache_get_configuration":{"name":"opcache_get_configuration","type":"","path":"php/opcache_get_configuration.html","desc":"获取缓存的配置信息"}, "opcache_get_status":{"name":"opcache_get_status","type":"","path":"php/opcache_get_status.html","desc":"获取缓存的状态信息"}, "opcache_invalidate":{"name":"opcache_invalidate","type":"","path":"php/opcache_invalidate.html","desc":"废除脚本缓存"}, "opcache_is_script_cached":{"name":"opcache_is_script_cached","type":"","path":"php/opcache_is_script_cached.html","desc":"Tells whether a script is cached in OPCache"}, "opcache_reset":{"name":"opcache_reset","type":"","path":"php/opcache_reset.html","desc":"重置字节码缓存的内容"}, "openal_buffer_create":{"name":"openal_buffer_create","type":"","path":"php/openal_buffer_create.html","desc":"Generate OpenAL buffer"}, "openal_buffer_data":{"name":"openal_buffer_data","type":"","path":"php/openal_buffer_data.html","desc":"Load a buffer with data"}, "openal_buffer_destroy":{"name":"openal_buffer_destroy","type":"","path":"php/openal_buffer_destroy.html","desc":"Destroys an OpenAL buffer"}, "openal_buffer_get":{"name":"openal_buffer_get","type":"","path":"php/openal_buffer_get.html","desc":"Retrieve an OpenAL buffer property"}, "openal_buffer_loadwav":{"name":"openal_buffer_loadwav","type":"","path":"php/openal_buffer_loadwav.html","desc":"Load a .wav file into a buffer"}, "openal_context_create":{"name":"openal_context_create","type":"","path":"php/openal_context_create.html","desc":"Create an audio processing context"}, "openal_context_current":{"name":"openal_context_current","type":"","path":"php/openal_context_current.html","desc":"Make the specified context current"}, "openal_context_destroy":{"name":"openal_context_destroy","type":"","path":"php/openal_context_destroy.html","desc":"Destroys a context"}, "openal_context_process":{"name":"openal_context_process","type":"","path":"php/openal_context_process.html","desc":"Process the specified context"}, "openal_context_suspend":{"name":"openal_context_suspend","type":"","path":"php/openal_context_suspend.html","desc":"Suspend the specified context"}, "openal_device_close":{"name":"openal_device_close","type":"","path":"php/openal_device_close.html","desc":"Close an OpenAL device"}, "openal_device_open":{"name":"openal_device_open","type":"","path":"php/openal_device_open.html","desc":"Initialize the OpenAL audio layer"}, "openal_listener_get":{"name":"openal_listener_get","type":"","path":"php/openal_listener_get.html","desc":"Retrieve a listener property"}, "openal_listener_set":{"name":"openal_listener_set","type":"","path":"php/openal_listener_set.html","desc":"Set a listener property"}, "openal_source_create":{"name":"openal_source_create","type":"","path":"php/openal_source_create.html","desc":"Generate a source resource"}, "openal_source_destroy":{"name":"openal_source_destroy","type":"","path":"php/openal_source_destroy.html","desc":"Destroy a source resource"}, "openal_source_get":{"name":"openal_source_get","type":"","path":"php/openal_source_get.html","desc":"Retrieve an OpenAL source property"}, "openal_source_pause":{"name":"openal_source_pause","type":"","path":"php/openal_source_pause.html","desc":"Pause the source"}, "openal_source_play":{"name":"openal_source_play","type":"","path":"php/openal_source_play.html","desc":"Start playing the source"}, "openal_source_rewind":{"name":"openal_source_rewind","type":"","path":"php/openal_source_rewind.html","desc":"Rewind the source"}, "openal_source_set":{"name":"openal_source_set","type":"","path":"php/openal_source_set.html","desc":"Set source property"}, "openal_source_stop":{"name":"openal_source_stop","type":"","path":"php/openal_source_stop.html","desc":"Stop playing the source"}, "openal_stream":{"name":"openal_stream","type":"","path":"php/openal_stream.html","desc":"Begin streaming on a source"}, "opendir":{"name":"opendir","type":"","path":"php/opendir.html","desc":"打开目录句柄"}, "openlog":{"name":"openlog","type":"","path":"php/openlog.html","desc":"Open connection to system logger"}, "openssl_cipher_iv_length":{"name":"openssl_cipher_iv_length","type":"","path":"php/openssl_cipher_iv_length.html","desc":"获取密码iv长度"}, "openssl_csr_export":{"name":"openssl_csr_export","type":"","path":"php/openssl_csr_export.html","desc":"将CSR作为字符串导出"}, "openssl_csr_export_to_file":{"name":"openssl_csr_export_to_file","type":"","path":"php/openssl_csr_export_to_file.html","desc":"将CSR导出到文件"}, "openssl_csr_get_public_key":{"name":"openssl_csr_get_public_key","type":"","path":"php/openssl_csr_get_public_key.html","desc":"返回CSR的公钥"}, "openssl_csr_get_subject":{"name":"openssl_csr_get_subject","type":"","path":"php/openssl_csr_get_subject.html","desc":"返回CSR的主题"}, "openssl_csr_new":{"name":"openssl_csr_new","type":"","path":"php/openssl_csr_new.html","desc":"生成一个 CSR"}, "openssl_csr_sign":{"name":"openssl_csr_sign","type":"","path":"php/openssl_csr_sign.html","desc":"用另一个证书签署 CSR (或者本身) 并且生成一个证书"}, "openssl_decrypt":{"name":"openssl_decrypt","type":"","path":"php/openssl_decrypt.html","desc":"解密数据"}, "openssl_dh_compute_key":{"name":"openssl_dh_compute_key","type":"","path":"php/openssl_dh_compute_key.html","desc":"计算远程DH密钥(公钥)和本地DH密钥的共享密钥"}, "openssl_digest":{"name":"openssl_digest","type":"","path":"php/openssl_digest.html","desc":"计算摘要"}, "openssl_encrypt":{"name":"openssl_encrypt","type":"","path":"php/openssl_encrypt.html","desc":"加密数据"}, "openssl_error_string":{"name":"openssl_error_string","type":"","path":"php/openssl_error_string.html","desc":"返回 openSSL 错误消息"}, "openssl_free_key":{"name":"openssl_free_key","type":"","path":"php/openssl_free_key.html","desc":"释放密钥资源"}, "openssl_get_cert_locations":{"name":"openssl_get_cert_locations","type":"","path":"php/openssl_get_cert_locations.html","desc":"检索可用的证书位置"}, "openssl_get_cipher_methods":{"name":"openssl_get_cipher_methods","type":"","path":"php/openssl_get_cipher_methods.html","desc":"获取可用的加密算法"}, "openssl_get_curve_names":{"name":"openssl_get_curve_names","type":"","path":"php/openssl_get_curve_names.html","desc":"获得ECC的可用曲线名称列表"}, "openssl_get_md_methods":{"name":"openssl_get_md_methods","type":"","path":"php/openssl_get_md_methods.html","desc":"获取可用的摘要算法"}, "openssl_get_privatekey":{"name":"openssl_get_privatekey","type":"","path":"php/openssl_get_privatekey.html","desc":"别名 openssl_pkey_get_private"}, "openssl_get_publickey":{"name":"openssl_get_publickey","type":"","path":"php/openssl_get_publickey.html","desc":"别名 openssl_pkey_get_public"}, "openssl_open":{"name":"openssl_open","type":"","path":"php/openssl_open.html","desc":"打开密封的数据"}, "openssl_pbkdf2":{"name":"openssl_pbkdf2","type":"","path":"php/openssl_pbkdf2.html","desc":"生成一个 PKCS5 v2 PBKDF2 字符串"}, "openssl_pkcs12_export":{"name":"openssl_pkcs12_export","type":"","path":"php/openssl_pkcs12_export.html","desc":"将 PKCS#12 兼容证书存储文件导出到变量"}, "openssl_pkcs12_export_to_file":{"name":"openssl_pkcs12_export_to_file","type":"","path":"php/openssl_pkcs12_export_to_file.html","desc":"输出一个 PKCS#12 兼容的证书存储文件"}, "openssl_pkcs12_read":{"name":"openssl_pkcs12_read","type":"","path":"php/openssl_pkcs12_read.html","desc":"将 PKCS#12 证书存储区解析到数组中"}, "openssl_pkcs7_decrypt":{"name":"openssl_pkcs7_decrypt","type":"","path":"php/openssl_pkcs7_decrypt.html","desc":"解密一个 SMIME 加密的消息"}, "openssl_pkcs7_encrypt":{"name":"openssl_pkcs7_encrypt","type":"","path":"php/openssl_pkcs7_encrypt.html","desc":"加密一个 SMIME 消息"}, "openssl_pkcs7_read":{"name":"openssl_pkcs7_read","type":"","path":"php/openssl_pkcs7_read.html","desc":"将PKCS7文件导出为PEM格式证书的数组"}, "openssl_pkcs7_sign":{"name":"openssl_pkcs7_sign","type":"","path":"php/openssl_pkcs7_sign.html","desc":"对一个 SMIME 消息进行签名"}, "openssl_pkcs7_verify":{"name":"openssl_pkcs7_verify","type":"","path":"php/openssl_pkcs7_verify.html","desc":"校验一个已签名的 SMIME 消息的签名"}, "openssl_pkey_export":{"name":"openssl_pkey_export","type":"","path":"php/openssl_pkey_export.html","desc":"将一个密钥的可输出表示转换为字符串"}, "openssl_pkey_export_to_file":{"name":"openssl_pkey_export_to_file","type":"","path":"php/openssl_pkey_export_to_file.html","desc":"将密钥导出到文件中"}, "openssl_pkey_free":{"name":"openssl_pkey_free","type":"","path":"php/openssl_pkey_free.html","desc":"释放一个私钥"}, "openssl_pkey_get_details":{"name":"openssl_pkey_get_details","type":"","path":"php/openssl_pkey_get_details.html","desc":"返回包含密钥详情的数组"}, "openssl_pkey_get_private":{"name":"openssl_pkey_get_private","type":"","path":"php/openssl_pkey_get_private.html","desc":"获取私钥"}, "openssl_pkey_get_public":{"name":"openssl_pkey_get_public","type":"","path":"php/openssl_pkey_get_public.html","desc":"从证书中解析公钥,以供使用。"}, "openssl_pkey_new":{"name":"openssl_pkey_new","type":"","path":"php/openssl_pkey_new.html","desc":"生成一个新的私钥"}, "openssl_private_decrypt":{"name":"openssl_private_decrypt","type":"","path":"php/openssl_private_decrypt.html","desc":"使用私钥解密数据"}, "openssl_private_encrypt":{"name":"openssl_private_encrypt","type":"","path":"php/openssl_private_encrypt.html","desc":"使用私钥加密数据"}, "openssl_public_decrypt":{"name":"openssl_public_decrypt","type":"","path":"php/openssl_public_decrypt.html","desc":"使用公钥解密数据"}, "openssl_public_encrypt":{"name":"openssl_public_encrypt","type":"","path":"php/openssl_public_encrypt.html","desc":"使用公钥加密数据"}, "openssl_random_pseudo_bytes":{"name":"openssl_random_pseudo_bytes","type":"","path":"php/openssl_random_pseudo_bytes.html","desc":"生成一个伪随机字节串"}, "openssl_seal":{"name":"openssl_seal","type":"","path":"php/openssl_seal.html","desc":"密封 (加密) 数据"}, "openssl_sign":{"name":"openssl_sign","type":"","path":"php/openssl_sign.html","desc":"Generate signature"}, "openssl_spki_export":{"name":"openssl_spki_export","type":"","path":"php/openssl_spki_export.html","desc":"通过签名公钥和挑战导出一个可用的PEM格式的公钥"}, "openssl_spki_export_challenge":{"name":"openssl_spki_export_challenge","type":"","path":"php/openssl_spki_export_challenge.html","desc":"导出与签名公钥和挑战相关的挑战字符串"}, "openssl_spki_new":{"name":"openssl_spki_new","type":"","path":"php/openssl_spki_new.html","desc":"生成一个新的签名公钥和挑战"}, "openssl_spki_verify":{"name":"openssl_spki_verify","type":"","path":"php/openssl_spki_verify.html","desc":"验证签名公钥和挑战。"}, "openssl_verify":{"name":"openssl_verify","type":"","path":"php/openssl_verify.html","desc":"验证签名"}, "openssl_x509_checkpurpose":{"name":"openssl_x509_checkpurpose","type":"","path":"php/openssl_x509_checkpurpose.html","desc":"验证是否可以为特定目的使用证书"}, "openssl_x509_check_private_key":{"name":"openssl_x509_check_private_key","type":"","path":"php/openssl_x509_check_private_key.html","desc":"检查私钥是否对应于证书"}, "openssl_x509_export":{"name":"openssl_x509_export","type":"","path":"php/openssl_x509_export.html","desc":"以字符串格式导出证书"}, "openssl_x509_export_to_file":{"name":"openssl_x509_export_to_file","type":"","path":"php/openssl_x509_export_to_file.html","desc":"导出证书至文件"}, "openssl_x509_fingerprint":{"name":"openssl_x509_fingerprint","type":"","path":"php/openssl_x509_fingerprint.html","desc":"计算一个给定的x.509证书的指纹或摘要"}, "openssl_x509_free":{"name":"openssl_x509_free","type":"","path":"php/openssl_x509_free.html","desc":"释放证书资源"}, "openssl_x509_parse":{"name":"openssl_x509_parse","type":"","path":"php/openssl_x509_parse.html","desc":"解析一个X509证书并作为一个数组返回信息"}, "openssl_x509_read":{"name":"openssl_x509_read","type":"","path":"php/openssl_x509_read.html","desc":"解析一个x.509证书并返回一个资源标识符"}, "ord":{"name":"ord","type":"","path":"php/ord.html","desc":"转换字符串第一个字节为 0-255 之间的值"}, "output_add_rewrite_var":{"name":"output_add_rewrite_var","type":"","path":"php/output_add_rewrite_var.html","desc":"添加URL重写器的值(Add URL rewriter values)"}, "output_reset_rewrite_vars":{"name":"output_reset_rewrite_vars","type":"","path":"php/output_reset_rewrite_vars.html","desc":"重设URL重写器的值(Reset URL rewriter values)"}, "override_function":{"name":"override_function","type":"","path":"php/override_function.html","desc":"Overrides built-in functions"}, "pack":{"name":"pack","type":"","path":"php/pack.html","desc":"将数据打包成二进制字符串"}, "parsekit_compile_file":{"name":"parsekit_compile_file","type":"","path":"php/parsekit_compile_file.html","desc":"Compile a PHP file and return the resulting op array"}, "parsekit_compile_string":{"name":"parsekit_compile_string","type":"","path":"php/parsekit_compile_string.html","desc":"Compile a string of PHP code and return the resulting op array"}, "parsekit_func_arginfo":{"name":"parsekit_func_arginfo","type":"","path":"php/parsekit_func_arginfo.html","desc":"Return information regarding function argument(s)"}, "parse_ini_file":{"name":"parse_ini_file","type":"","path":"php/parse_ini_file.html","desc":"解析一个配置文件"}, "parse_ini_string":{"name":"parse_ini_string","type":"","path":"php/parse_ini_string.html","desc":"解析配置字符串"}, "parse_str":{"name":"parse_str","type":"","path":"php/parse_str.html","desc":"将字符串解析成多个变量"}, "parse_url":{"name":"parse_url","type":"","path":"php/parse_url.html","desc":"解析 URL,返回其组成部分"}, "passthru":{"name":"passthru","type":"","path":"php/passthru.html","desc":"执行外部程序并且显示原始输出"}, "password_get_info":{"name":"password_get_info","type":"","path":"php/password_get_info.html","desc":"返回指定散列(hash)的相关信息"}, "password_hash":{"name":"password_hash","type":"","path":"php/password_hash.html","desc":"创建密码的散列(hash)"}, "password_needs_rehash":{"name":"password_needs_rehash","type":"","path":"php/password_needs_rehash.html","desc":"检测散列值是否匹配指定的选项"}, "password_verify":{"name":"password_verify","type":"","path":"php/password_verify.html","desc":"验证密码是否和散列值匹配"}, "pathinfo":{"name":"pathinfo","type":"","path":"php/pathinfo.html","desc":"返回文件路径的信息"}, "pclose":{"name":"pclose","type":"","path":"php/pclose.html","desc":"关闭进程文件指针"}, "pcntl_alarm":{"name":"pcntl_alarm","type":"","path":"php/pcntl_alarm.html","desc":"为进程设置一个alarm闹钟信号"}, "pcntl_async_signals":{"name":"pcntl_async_signals","type":"","path":"php/pcntl_async_signals.html","desc":"Enabledisable asynchronous signal handling or return the old setting"}, "pcntl_errno":{"name":"pcntl_errno","type":"","path":"php/pcntl_errno.html","desc":"别名 pcntl_get_last_error"}, "pcntl_exec":{"name":"pcntl_exec","type":"","path":"php/pcntl_exec.html","desc":"在当前进程空间执行指定程序"}, "pcntl_fork":{"name":"pcntl_fork","type":"","path":"php/pcntl_fork.html","desc":"在当前进程当前位置产生分支(子进程)。译注:fork是创建了一个子进程,父进程和"}, "pcntl_getpriority":{"name":"pcntl_getpriority","type":"","path":"php/pcntl_getpriority.html","desc":"获取任意进程的优先级"}, "pcntl_get_last_error":{"name":"pcntl_get_last_error","type":"","path":"php/pcntl_get_last_error.html","desc":"Retrieve the error number set by the last pcntl function which failed"}, "pcntl_setpriority":{"name":"pcntl_setpriority","type":"","path":"php/pcntl_setpriority.html","desc":"修改任意进程的优先级"}, "pcntl_signal":{"name":"pcntl_signal","type":"","path":"php/pcntl_signal.html","desc":"安装一个信号处理器"}, "pcntl_signal_dispatch":{"name":"pcntl_signal_dispatch","type":"","path":"php/pcntl_signal_dispatch.html","desc":"调用等待信号的处理器"}, "pcntl_signal_get_handler":{"name":"pcntl_signal_get_handler","type":"","path":"php/pcntl_signal_get_handler.html","desc":"Get the current handler for specified signal"}, "pcntl_sigprocmask":{"name":"pcntl_sigprocmask","type":"","path":"php/pcntl_sigprocmask.html","desc":"设置或检索阻塞信号"}, "pcntl_sigtimedwait":{"name":"pcntl_sigtimedwait","type":"","path":"php/pcntl_sigtimedwait.html","desc":"带超时机制的信号等待"}, "pcntl_sigwaitinfo":{"name":"pcntl_sigwaitinfo","type":"","path":"php/pcntl_sigwaitinfo.html","desc":"等待信号"}, "pcntl_strerror":{"name":"pcntl_strerror","type":"","path":"php/pcntl_strerror.html","desc":"Retrieve the system error message associated with the given errno"}, "pcntl_wait":{"name":"pcntl_wait","type":"","path":"php/pcntl_wait.html","desc":"等待或返回fork的子进程状态"}, "pcntl_waitpid":{"name":"pcntl_waitpid","type":"","path":"php/pcntl_waitpid.html","desc":"等待或返回fork的子进程状态"}, "pcntl_wexitstatus":{"name":"pcntl_wexitstatus","type":"","path":"php/pcntl_wexitstatus.html","desc":"返回一个中断的子进程的返回代码"}, "pcntl_wifexited":{"name":"pcntl_wifexited","type":"","path":"php/pcntl_wifexited.html","desc":"检查状态代码是否代表一个正常的退出。"}, "pcntl_wifsignaled":{"name":"pcntl_wifsignaled","type":"","path":"php/pcntl_wifsignaled.html","desc":"检查子进程状态码是否代表由于某个信号而中断"}, "pcntl_wifstopped":{"name":"pcntl_wifstopped","type":"","path":"php/pcntl_wifstopped.html","desc":"检查子进程当前是否已经停止"}, "pcntl_wstopsig":{"name":"pcntl_wstopsig","type":"","path":"php/pcntl_wstopsig.html","desc":"返回导致子进程停止的信号"}, "pcntl_wtermsig":{"name":"pcntl_wtermsig","type":"","path":"php/pcntl_wtermsig.html","desc":"返回导致子进程中断的信号"}, "pdf_activate_item":{"name":"pdf_activate_item","type":"","path":"php/pdf_activate_item.html","desc":"Activate structure element or other content item"}, "pdf_add_annotation":{"name":"pdf_add_annotation","type":"","path":"php/pdf_add_annotation.html","desc":"Add annotation [deprecated]"}, "pdf_add_bookmark":{"name":"pdf_add_bookmark","type":"","path":"php/pdf_add_bookmark.html","desc":"Add bookmark for current page [deprecated]"}, "pdf_add_launchlink":{"name":"pdf_add_launchlink","type":"","path":"php/pdf_add_launchlink.html","desc":"Add launch annotation for current page [deprecated]"}, "pdf_add_locallink":{"name":"pdf_add_locallink","type":"","path":"php/pdf_add_locallink.html","desc":"Add link annotation for current page [deprecated]"}, "pdf_add_nameddest":{"name":"pdf_add_nameddest","type":"","path":"php/pdf_add_nameddest.html","desc":"Create named destination"}, "pdf_add_note":{"name":"pdf_add_note","type":"","path":"php/pdf_add_note.html","desc":"Set annotation for current page [deprecated]"}, "pdf_add_outline":{"name":"pdf_add_outline","type":"","path":"php/pdf_add_outline.html","desc":"Add bookmark for current page [deprecated]"}, "pdf_add_pdflink":{"name":"pdf_add_pdflink","type":"","path":"php/pdf_add_pdflink.html","desc":"Add file link annotation for current page [deprecated]"}, "pdf_add_table_cell":{"name":"pdf_add_table_cell","type":"","path":"php/pdf_add_table_cell.html","desc":"Add a cell to a new or existing table"}, "pdf_add_textflow":{"name":"pdf_add_textflow","type":"","path":"php/pdf_add_textflow.html","desc":"Create Textflow or add text to existing Textflow"}, "pdf_add_thumbnail":{"name":"pdf_add_thumbnail","type":"","path":"php/pdf_add_thumbnail.html","desc":"Add thumbnail for current page"}, "pdf_add_weblink":{"name":"pdf_add_weblink","type":"","path":"php/pdf_add_weblink.html","desc":"Add weblink for current page [deprecated]"}, "pdf_arc":{"name":"pdf_arc","type":"","path":"php/pdf_arc.html","desc":"Draw a counterclockwise circular arc segment"}, "pdf_arcn":{"name":"pdf_arcn","type":"","path":"php/pdf_arcn.html","desc":"Draw a clockwise circular arc segment"}, "pdf_attach_file":{"name":"pdf_attach_file","type":"","path":"php/pdf_attach_file.html","desc":"Add file attachment for current page [deprecated]"}, "pdf_begin_document":{"name":"pdf_begin_document","type":"","path":"php/pdf_begin_document.html","desc":"Create new PDF file"}, "pdf_begin_font":{"name":"pdf_begin_font","type":"","path":"php/pdf_begin_font.html","desc":"Start a Type 3 font definition"}, "pdf_begin_glyph":{"name":"pdf_begin_glyph","type":"","path":"php/pdf_begin_glyph.html","desc":"Start glyph definition for Type 3 font"}, "pdf_begin_item":{"name":"pdf_begin_item","type":"","path":"php/pdf_begin_item.html","desc":"Open structure element or other content item"}, "pdf_begin_layer":{"name":"pdf_begin_layer","type":"","path":"php/pdf_begin_layer.html","desc":"Start layer"}, "pdf_begin_page":{"name":"pdf_begin_page","type":"","path":"php/pdf_begin_page.html","desc":"Start new page [deprecated]"}, "pdf_begin_page_ext":{"name":"pdf_begin_page_ext","type":"","path":"php/pdf_begin_page_ext.html","desc":"Start new page"}, "pdf_begin_pattern":{"name":"pdf_begin_pattern","type":"","path":"php/pdf_begin_pattern.html","desc":"Start pattern definition"}, "pdf_begin_template":{"name":"pdf_begin_template","type":"","path":"php/pdf_begin_template.html","desc":"Start template definition [deprecated]"}, "pdf_begin_template_ext":{"name":"pdf_begin_template_ext","type":"","path":"php/pdf_begin_template_ext.html","desc":"Start template definition"}, "pdf_circle":{"name":"pdf_circle","type":"","path":"php/pdf_circle.html","desc":"Draw a circle"}, "pdf_clip":{"name":"pdf_clip","type":"","path":"php/pdf_clip.html","desc":"Clip to current path"}, "pdf_close":{"name":"pdf_close","type":"","path":"php/pdf_close.html","desc":"Close pdf resource [deprecated]"}, "pdf_closepath":{"name":"pdf_closepath","type":"","path":"php/pdf_closepath.html","desc":"Close current path"}, "pdf_closepath_fill_stroke":{"name":"pdf_closepath_fill_stroke","type":"","path":"php/pdf_closepath_fill_stroke.html","desc":"Close, fill and stroke current path"}, "pdf_closepath_stroke":{"name":"pdf_closepath_stroke","type":"","path":"php/pdf_closepath_stroke.html","desc":"Close and stroke path"}, "pdf_close_image":{"name":"pdf_close_image","type":"","path":"php/pdf_close_image.html","desc":"Close image"}, "pdf_close_pdi":{"name":"pdf_close_pdi","type":"","path":"php/pdf_close_pdi.html","desc":"Close the input PDF document [deprecated]"}, "pdf_close_pdi_page":{"name":"pdf_close_pdi_page","type":"","path":"php/pdf_close_pdi_page.html","desc":"Close the page handle"}, "pdf_concat":{"name":"pdf_concat","type":"","path":"php/pdf_concat.html","desc":"Concatenate a matrix to the CTM"}, "pdf_continue_text":{"name":"pdf_continue_text","type":"","path":"php/pdf_continue_text.html","desc":"Output text in next line"}, "pdf_create_3dview":{"name":"pdf_create_3dview","type":"","path":"php/pdf_create_3dview.html","desc":"Create 3D view"}, "pdf_create_action":{"name":"pdf_create_action","type":"","path":"php/pdf_create_action.html","desc":"Create action for objects or events"}, "pdf_create_annotation":{"name":"pdf_create_annotation","type":"","path":"php/pdf_create_annotation.html","desc":"Create rectangular annotation"}, "pdf_create_bookmark":{"name":"pdf_create_bookmark","type":"","path":"php/pdf_create_bookmark.html","desc":"Create bookmark"}, "pdf_create_field":{"name":"pdf_create_field","type":"","path":"php/pdf_create_field.html","desc":"Create form field"}, "pdf_create_fieldgroup":{"name":"pdf_create_fieldgroup","type":"","path":"php/pdf_create_fieldgroup.html","desc":"Create form field group"}, "pdf_create_gstate":{"name":"pdf_create_gstate","type":"","path":"php/pdf_create_gstate.html","desc":"Create graphics state object"}, "pdf_create_pvf":{"name":"pdf_create_pvf","type":"","path":"php/pdf_create_pvf.html","desc":"Create PDFlib virtual file"}, "pdf_create_textflow":{"name":"pdf_create_textflow","type":"","path":"php/pdf_create_textflow.html","desc":"Create textflow object"}, "pdf_curveto":{"name":"pdf_curveto","type":"","path":"php/pdf_curveto.html","desc":"Draw Bezier curve"}, "pdf_define_layer":{"name":"pdf_define_layer","type":"","path":"php/pdf_define_layer.html","desc":"Create layer definition"}, "pdf_delete":{"name":"pdf_delete","type":"","path":"php/pdf_delete.html","desc":"Delete PDFlib object"}, "pdf_delete_pvf":{"name":"pdf_delete_pvf","type":"","path":"php/pdf_delete_pvf.html","desc":"Delete PDFlib virtual file"}, "pdf_delete_table":{"name":"pdf_delete_table","type":"","path":"php/pdf_delete_table.html","desc":"Delete table object"}, "pdf_delete_textflow":{"name":"pdf_delete_textflow","type":"","path":"php/pdf_delete_textflow.html","desc":"Delete textflow object"}, "pdf_encoding_set_char":{"name":"pdf_encoding_set_char","type":"","path":"php/pdf_encoding_set_char.html","desc":"Add glyph name andor Unicode value"}, "pdf_endpath":{"name":"pdf_endpath","type":"","path":"php/pdf_endpath.html","desc":"End current path"}, "pdf_end_document":{"name":"pdf_end_document","type":"","path":"php/pdf_end_document.html","desc":"关闭 PDF 文件"}, "pdf_end_font":{"name":"pdf_end_font","type":"","path":"php/pdf_end_font.html","desc":"Terminate Type 3 font definition"}, "pdf_end_glyph":{"name":"pdf_end_glyph","type":"","path":"php/pdf_end_glyph.html","desc":"Terminate glyph definition for Type 3 font"}, "pdf_end_item":{"name":"pdf_end_item","type":"","path":"php/pdf_end_item.html","desc":"Close structure element or other content item"}, "pdf_end_layer":{"name":"pdf_end_layer","type":"","path":"php/pdf_end_layer.html","desc":"Deactivate all active layers"}, "pdf_end_page":{"name":"pdf_end_page","type":"","path":"php/pdf_end_page.html","desc":"Finish page"}, "pdf_end_page_ext":{"name":"pdf_end_page_ext","type":"","path":"php/pdf_end_page_ext.html","desc":"Finish page"}, "pdf_end_pattern":{"name":"pdf_end_pattern","type":"","path":"php/pdf_end_pattern.html","desc":"Finish pattern"}, "pdf_end_template":{"name":"pdf_end_template","type":"","path":"php/pdf_end_template.html","desc":"Finish template"}, "pdf_fill":{"name":"pdf_fill","type":"","path":"php/pdf_fill.html","desc":"Fill current path"}, "pdf_fill_imageblock":{"name":"pdf_fill_imageblock","type":"","path":"php/pdf_fill_imageblock.html","desc":"Fill image block with variable data"}, "pdf_fill_pdfblock":{"name":"pdf_fill_pdfblock","type":"","path":"php/pdf_fill_pdfblock.html","desc":"Fill PDF block with variable data"}, "pdf_fill_stroke":{"name":"pdf_fill_stroke","type":"","path":"php/pdf_fill_stroke.html","desc":"Fill and stroke path"}, "pdf_fill_textblock":{"name":"pdf_fill_textblock","type":"","path":"php/pdf_fill_textblock.html","desc":"Fill text block with variable data"}, "pdf_findfont":{"name":"pdf_findfont","type":"","path":"php/pdf_findfont.html","desc":"Prepare font for later use [deprecated]"}, "pdf_fit_image":{"name":"pdf_fit_image","type":"","path":"php/pdf_fit_image.html","desc":"Place image or template"}, "pdf_fit_pdi_page":{"name":"pdf_fit_pdi_page","type":"","path":"php/pdf_fit_pdi_page.html","desc":"Place imported PDF page"}, "pdf_fit_table":{"name":"pdf_fit_table","type":"","path":"php/pdf_fit_table.html","desc":"Place table on page"}, "pdf_fit_textflow":{"name":"pdf_fit_textflow","type":"","path":"php/pdf_fit_textflow.html","desc":"Format textflow in rectangular area"}, "pdf_fit_textline":{"name":"pdf_fit_textline","type":"","path":"php/pdf_fit_textline.html","desc":"Place single line of text"}, "pdf_get_apiname":{"name":"pdf_get_apiname","type":"","path":"php/pdf_get_apiname.html","desc":"Get name of unsuccessfull API function"}, "pdf_get_buffer":{"name":"pdf_get_buffer","type":"","path":"php/pdf_get_buffer.html","desc":"Get PDF output buffer"}, "pdf_get_errmsg":{"name":"pdf_get_errmsg","type":"","path":"php/pdf_get_errmsg.html","desc":"Get error text"}, "pdf_get_errnum":{"name":"pdf_get_errnum","type":"","path":"php/pdf_get_errnum.html","desc":"Get error number"}, "pdf_get_font":{"name":"pdf_get_font","type":"","path":"php/pdf_get_font.html","desc":"Get font [deprecated]"}, "pdf_get_fontname":{"name":"pdf_get_fontname","type":"","path":"php/pdf_get_fontname.html","desc":"Get font name [deprecated]"}, "pdf_get_fontsize":{"name":"pdf_get_fontsize","type":"","path":"php/pdf_get_fontsize.html","desc":"Font handling [deprecated]"}, "pdf_get_image_height":{"name":"pdf_get_image_height","type":"","path":"php/pdf_get_image_height.html","desc":"Get image height [deprecated]"}, "pdf_get_image_width":{"name":"pdf_get_image_width","type":"","path":"php/pdf_get_image_width.html","desc":"Get image width [deprecated]"}, "pdf_get_majorversion":{"name":"pdf_get_majorversion","type":"","path":"php/pdf_get_majorversion.html","desc":"Get major version number [deprecated]"}, "pdf_get_minorversion":{"name":"pdf_get_minorversion","type":"","path":"php/pdf_get_minorversion.html","desc":"Get minor version number [deprecated]"}, "pdf_get_parameter":{"name":"pdf_get_parameter","type":"","path":"php/pdf_get_parameter.html","desc":"Get string parameter"}, "pdf_get_pdi_parameter":{"name":"pdf_get_pdi_parameter","type":"","path":"php/pdf_get_pdi_parameter.html","desc":"Get PDI string parameter [deprecated]"}, "pdf_get_pdi_value":{"name":"pdf_get_pdi_value","type":"","path":"php/pdf_get_pdi_value.html","desc":"Get PDI numerical parameter [deprecated]"}, "pdf_get_value":{"name":"pdf_get_value","type":"","path":"php/pdf_get_value.html","desc":"Get numerical parameter"}, "pdf_info_font":{"name":"pdf_info_font","type":"","path":"php/pdf_info_font.html","desc":"Query detailed information about a loaded font"}, "pdf_info_matchbox":{"name":"pdf_info_matchbox","type":"","path":"php/pdf_info_matchbox.html","desc":"Query matchbox information"}, "pdf_info_table":{"name":"pdf_info_table","type":"","path":"php/pdf_info_table.html","desc":"Retrieve table information"}, "pdf_info_textflow":{"name":"pdf_info_textflow","type":"","path":"php/pdf_info_textflow.html","desc":"Query textflow state"}, "pdf_info_textline":{"name":"pdf_info_textline","type":"","path":"php/pdf_info_textline.html","desc":"Perform textline formatting and query metrics"}, "pdf_initgraphics":{"name":"pdf_initgraphics","type":"","path":"php/pdf_initgraphics.html","desc":"Reset graphic state"}, "pdf_lineto":{"name":"pdf_lineto","type":"","path":"php/pdf_lineto.html","desc":"Draw a line"}, "pdf_load_3ddata":{"name":"pdf_load_3ddata","type":"","path":"php/pdf_load_3ddata.html","desc":"Load 3D model"}, "pdf_load_font":{"name":"pdf_load_font","type":"","path":"php/pdf_load_font.html","desc":"Search and prepare font"}, "pdf_load_iccprofile":{"name":"pdf_load_iccprofile","type":"","path":"php/pdf_load_iccprofile.html","desc":"Search and prepare ICC profile"}, "pdf_load_image":{"name":"pdf_load_image","type":"","path":"php/pdf_load_image.html","desc":"打开一个图像文件"}, "pdf_makespotcolor":{"name":"pdf_makespotcolor","type":"","path":"php/pdf_makespotcolor.html","desc":"Make spot color"}, "pdf_moveto":{"name":"pdf_moveto","type":"","path":"php/pdf_moveto.html","desc":"Set current point"}, "pdf_new":{"name":"pdf_new","type":"","path":"php/pdf_new.html","desc":"Create PDFlib object"}, "pdf_open_ccitt":{"name":"pdf_open_ccitt","type":"","path":"php/pdf_open_ccitt.html","desc":"Open raw CCITT image [deprecated]"}, "pdf_open_file":{"name":"pdf_open_file","type":"","path":"php/pdf_open_file.html","desc":"Create PDF file [deprecated]"}, "pdf_open_gif":{"name":"pdf_open_gif","type":"","path":"php/pdf_open_gif.html","desc":"Open GIF image [deprecated]"}, "pdf_open_image":{"name":"pdf_open_image","type":"","path":"php/pdf_open_image.html","desc":"Use image data [deprecated]"}, "pdf_open_image_file":{"name":"pdf_open_image_file","type":"","path":"php/pdf_open_image_file.html","desc":"Read image from file [deprecated]"}, "pdf_open_jpeg":{"name":"pdf_open_jpeg","type":"","path":"php/pdf_open_jpeg.html","desc":"Open JPEG image [deprecated]"}, "pdf_open_memory_image":{"name":"pdf_open_memory_image","type":"","path":"php/pdf_open_memory_image.html","desc":"Open image created with PHP's image functions [not supported]"}, "pdf_open_pdi":{"name":"pdf_open_pdi","type":"","path":"php/pdf_open_pdi.html","desc":"Open PDF file [deprecated]"}, "pdf_open_pdi_document":{"name":"pdf_open_pdi_document","type":"","path":"php/pdf_open_pdi_document.html","desc":"Prepare a pdi document"}, "pdf_open_pdi_page":{"name":"pdf_open_pdi_page","type":"","path":"php/pdf_open_pdi_page.html","desc":"Prepare a page"}, "pdf_open_tiff":{"name":"pdf_open_tiff","type":"","path":"php/pdf_open_tiff.html","desc":"Open TIFF image [deprecated]"}, "pdf_pcos_get_number":{"name":"pdf_pcos_get_number","type":"","path":"php/pdf_pcos_get_number.html","desc":"Get value of pCOS path with type number or boolean"}, "pdf_pcos_get_stream":{"name":"pdf_pcos_get_stream","type":"","path":"php/pdf_pcos_get_stream.html","desc":"Get contents of pCOS path with type stream, fstream, or string"}, "pdf_pcos_get_string":{"name":"pdf_pcos_get_string","type":"","path":"php/pdf_pcos_get_string.html","desc":"Get value of pCOS path with type name, string, or boolean"}, "pdf_place_image":{"name":"pdf_place_image","type":"","path":"php/pdf_place_image.html","desc":"Place image on the page [deprecated]"}, "pdf_place_pdi_page":{"name":"pdf_place_pdi_page","type":"","path":"php/pdf_place_pdi_page.html","desc":"Place PDF page [deprecated]"}, "pdf_process_pdi":{"name":"pdf_process_pdi","type":"","path":"php/pdf_process_pdi.html","desc":"Process imported PDF document"}, "pdf_rect":{"name":"pdf_rect","type":"","path":"php/pdf_rect.html","desc":"Draw rectangle"}, "pdf_restore":{"name":"pdf_restore","type":"","path":"php/pdf_restore.html","desc":"Restore graphics state"}, "pdf_resume_page":{"name":"pdf_resume_page","type":"","path":"php/pdf_resume_page.html","desc":"Resume page"}, "pdf_rotate":{"name":"pdf_rotate","type":"","path":"php/pdf_rotate.html","desc":"Rotate coordinate system"}, "pdf_save":{"name":"pdf_save","type":"","path":"php/pdf_save.html","desc":"Save graphics state"}, "pdf_scale":{"name":"pdf_scale","type":"","path":"php/pdf_scale.html","desc":"Scale coordinate system"}, "pdf_setcolor":{"name":"pdf_setcolor","type":"","path":"php/pdf_setcolor.html","desc":"Set fill and stroke color"}, "pdf_setdash":{"name":"pdf_setdash","type":"","path":"php/pdf_setdash.html","desc":"Set simple dash pattern"}, "pdf_setdashpattern":{"name":"pdf_setdashpattern","type":"","path":"php/pdf_setdashpattern.html","desc":"Set dash pattern"}, "pdf_setflat":{"name":"pdf_setflat","type":"","path":"php/pdf_setflat.html","desc":"Set flatness"}, "pdf_setfont":{"name":"pdf_setfont","type":"","path":"php/pdf_setfont.html","desc":"Set font"}, "pdf_setgray":{"name":"pdf_setgray","type":"","path":"php/pdf_setgray.html","desc":"Set color to gray [deprecated]"}, "pdf_setgray_fill":{"name":"pdf_setgray_fill","type":"","path":"php/pdf_setgray_fill.html","desc":"Set fill color to gray [deprecated]"}, "pdf_setgray_stroke":{"name":"pdf_setgray_stroke","type":"","path":"php/pdf_setgray_stroke.html","desc":"Set stroke color to gray [deprecated]"}, "pdf_setlinecap":{"name":"pdf_setlinecap","type":"","path":"php/pdf_setlinecap.html","desc":"Set linecap parameter"}, "pdf_setlinejoin":{"name":"pdf_setlinejoin","type":"","path":"php/pdf_setlinejoin.html","desc":"Set linejoin parameter"}, "pdf_setlinewidth":{"name":"pdf_setlinewidth","type":"","path":"php/pdf_setlinewidth.html","desc":"Set line width"}, "pdf_setmatrix":{"name":"pdf_setmatrix","type":"","path":"php/pdf_setmatrix.html","desc":"Set current transformation matrix"}, "pdf_setmiterlimit":{"name":"pdf_setmiterlimit","type":"","path":"php/pdf_setmiterlimit.html","desc":"Set miter limit"}, "pdf_setpolydash":{"name":"pdf_setpolydash","type":"","path":"php/pdf_setpolydash.html","desc":"Set complicated dash pattern [deprecated]"}, "pdf_setrgbcolor":{"name":"pdf_setrgbcolor","type":"","path":"php/pdf_setrgbcolor.html","desc":"Set fill and stroke rgb color values [deprecated]"}, "pdf_setrgbcolor_fill":{"name":"pdf_setrgbcolor_fill","type":"","path":"php/pdf_setrgbcolor_fill.html","desc":"Set fill rgb color values [deprecated]"}, "pdf_setrgbcolor_stroke":{"name":"pdf_setrgbcolor_stroke","type":"","path":"php/pdf_setrgbcolor_stroke.html","desc":"Set stroke rgb color values [deprecated]"}, "pdf_set_border_color":{"name":"pdf_set_border_color","type":"","path":"php/pdf_set_border_color.html","desc":"Set border color of annotations [deprecated]"}, "pdf_set_border_dash":{"name":"pdf_set_border_dash","type":"","path":"php/pdf_set_border_dash.html","desc":"Set border dash style of annotations [deprecated]"}, "pdf_set_border_style":{"name":"pdf_set_border_style","type":"","path":"php/pdf_set_border_style.html","desc":"Set border style of annotations [deprecated]"}, "pdf_set_char_spacing":{"name":"pdf_set_char_spacing","type":"","path":"php/pdf_set_char_spacing.html","desc":"Set character spacing [deprecated]"}, "pdf_set_duration":{"name":"pdf_set_duration","type":"","path":"php/pdf_set_duration.html","desc":"Set duration between pages [deprecated]"}, "pdf_set_gstate":{"name":"pdf_set_gstate","type":"","path":"php/pdf_set_gstate.html","desc":"Activate graphics state object"}, "pdf_set_horiz_scaling":{"name":"pdf_set_horiz_scaling","type":"","path":"php/pdf_set_horiz_scaling.html","desc":"Set horizontal text scaling [deprecated]"}, "pdf_set_info":{"name":"pdf_set_info","type":"","path":"php/pdf_set_info.html","desc":"Fill document info field"}, "pdf_set_info_author":{"name":"pdf_set_info_author","type":"","path":"php/pdf_set_info_author.html","desc":"Fill the author document info field [deprecated]"}, "pdf_set_info_creator":{"name":"pdf_set_info_creator","type":"","path":"php/pdf_set_info_creator.html","desc":"Fill the creator document info field [deprecated]"}, "pdf_set_info_keywords":{"name":"pdf_set_info_keywords","type":"","path":"php/pdf_set_info_keywords.html","desc":"Fill the keywords document info field [deprecated]"}, "pdf_set_info_subject":{"name":"pdf_set_info_subject","type":"","path":"php/pdf_set_info_subject.html","desc":"Fill the subject document info field [deprecated]"}, "pdf_set_info_title":{"name":"pdf_set_info_title","type":"","path":"php/pdf_set_info_title.html","desc":"Fill the title document info field [deprecated]"}, "pdf_set_layer_dependency":{"name":"pdf_set_layer_dependency","type":"","path":"php/pdf_set_layer_dependency.html","desc":"Define relationships among layers"}, "pdf_set_leading":{"name":"pdf_set_leading","type":"","path":"php/pdf_set_leading.html","desc":"Set distance between text lines [deprecated]"}, "pdf_set_parameter":{"name":"pdf_set_parameter","type":"","path":"php/pdf_set_parameter.html","desc":"Set string parameter"}, "pdf_set_text_matrix":{"name":"pdf_set_text_matrix","type":"","path":"php/pdf_set_text_matrix.html","desc":"Set text matrix [deprecated]"}, "pdf_set_text_pos":{"name":"pdf_set_text_pos","type":"","path":"php/pdf_set_text_pos.html","desc":"Set text position"}, "pdf_set_text_rendering":{"name":"pdf_set_text_rendering","type":"","path":"php/pdf_set_text_rendering.html","desc":"Determine text rendering [deprecated]"}, "pdf_set_text_rise":{"name":"pdf_set_text_rise","type":"","path":"php/pdf_set_text_rise.html","desc":"Set text rise [deprecated]"}, "pdf_set_value":{"name":"pdf_set_value","type":"","path":"php/pdf_set_value.html","desc":"Set numerical parameter"}, "pdf_set_word_spacing":{"name":"pdf_set_word_spacing","type":"","path":"php/pdf_set_word_spacing.html","desc":"Set spacing between words [deprecated]"}, "pdf_shading":{"name":"pdf_shading","type":"","path":"php/pdf_shading.html","desc":"Define blend"}, "pdf_shading_pattern":{"name":"pdf_shading_pattern","type":"","path":"php/pdf_shading_pattern.html","desc":"Define shading pattern"}, "pdf_shfill":{"name":"pdf_shfill","type":"","path":"php/pdf_shfill.html","desc":"Fill area with shading"}, "pdf_show":{"name":"pdf_show","type":"","path":"php/pdf_show.html","desc":"Output text at current position"}, "pdf_show_boxed":{"name":"pdf_show_boxed","type":"","path":"php/pdf_show_boxed.html","desc":"Output text in a box [deprecated]"}, "pdf_show_xy":{"name":"pdf_show_xy","type":"","path":"php/pdf_show_xy.html","desc":"Output text at given position"}, "pdf_skew":{"name":"pdf_skew","type":"","path":"php/pdf_skew.html","desc":"Skew the coordinate system"}, "pdf_stringwidth":{"name":"pdf_stringwidth","type":"","path":"php/pdf_stringwidth.html","desc":"Return width of text"}, "pdf_stroke":{"name":"pdf_stroke","type":"","path":"php/pdf_stroke.html","desc":"Stroke path"}, "pdf_suspend_page":{"name":"pdf_suspend_page","type":"","path":"php/pdf_suspend_page.html","desc":"Suspend page"}, "pdf_translate":{"name":"pdf_translate","type":"","path":"php/pdf_translate.html","desc":"Set origin of coordinate system"}, "pdf_utf16_to_utf8":{"name":"pdf_utf16_to_utf8","type":"","path":"php/pdf_utf16_to_utf8.html","desc":"Convert string from UTF-16 to UTF-8"}, "pdf_utf32_to_utf16":{"name":"pdf_utf32_to_utf16","type":"","path":"php/pdf_utf32_to_utf16.html","desc":"Convert string from UTF-32 to UTF-16"}, "pdf_utf8_to_utf16":{"name":"pdf_utf8_to_utf16","type":"","path":"php/pdf_utf8_to_utf16.html","desc":"Convert string from UTF-8 to UTF-16"}, "pfsockopen":{"name":"pfsockopen","type":"","path":"php/pfsockopen.html","desc":"打开一个持久的网络连接或者Unix套接字连接。"}, "pg_affected_rows":{"name":"pg_affected_rows","type":"","path":"php/pg_affected_rows.html","desc":"返回受影响的记录数目"}, "pg_cancel_query":{"name":"pg_cancel_query","type":"","path":"php/pg_cancel_query.html","desc":"取消异步查询"}, "pg_client_encoding":{"name":"pg_client_encoding","type":"","path":"php/pg_client_encoding.html","desc":"取得客户端编码方式"}, "pg_close":{"name":"pg_close","type":"","path":"php/pg_close.html","desc":"关闭一个 PostgreSQL 连接"}, "pg_connect":{"name":"pg_connect","type":"","path":"php/pg_connect.html","desc":"打开一个 PostgreSQL 连接"}, "pg_connection_busy":{"name":"pg_connection_busy","type":"","path":"php/pg_connection_busy.html","desc":"获知连接是否为忙"}, "pg_connection_reset":{"name":"pg_connection_reset","type":"","path":"php/pg_connection_reset.html","desc":"重置连接(再次连接)"}, "pg_connection_status":{"name":"pg_connection_status","type":"","path":"php/pg_connection_status.html","desc":"获得连接状态"}, "pg_connect_poll":{"name":"pg_connect_poll","type":"","path":"php/pg_connect_poll.html","desc":"正在进行尝试轮询 PostgreSQL 链接状态。"}, "pg_consume_input":{"name":"pg_consume_input","type":"","path":"php/pg_consume_input.html","desc":"Reads input on the connection"}, "pg_convert":{"name":"pg_convert","type":"","path":"php/pg_convert.html","desc":"将关联的数组值转换为适合 SQL 语句的格式。"}, "pg_copy_from":{"name":"pg_copy_from","type":"","path":"php/pg_copy_from.html","desc":"根据数组将记录插入表中"}, "pg_copy_to":{"name":"pg_copy_to","type":"","path":"php/pg_copy_to.html","desc":"将一个表拷贝到数组中"}, "pg_dbname":{"name":"pg_dbname","type":"","path":"php/pg_dbname.html","desc":"获得数据库名"}, "pg_delete":{"name":"pg_delete","type":"","path":"php/pg_delete.html","desc":"删除记录"}, "pg_end_copy":{"name":"pg_end_copy","type":"","path":"php/pg_end_copy.html","desc":"与 PostgreSQL 后端同步"}, "pg_escape_bytea":{"name":"pg_escape_bytea","type":"","path":"php/pg_escape_bytea.html","desc":"转义 bytea 类型的二进制数据"}, "pg_escape_identifier":{"name":"pg_escape_identifier","type":"","path":"php/pg_escape_identifier.html","desc":"Escape a identifier for insertion into a text field"}, "pg_escape_literal":{"name":"pg_escape_literal","type":"","path":"php/pg_escape_literal.html","desc":"Escape a literal for insertion into a text field"}, "pg_escape_string":{"name":"pg_escape_string","type":"","path":"php/pg_escape_string.html","desc":"转义 textchar 类型的字符串"}, "pg_execute":{"name":"pg_execute","type":"","path":"php/pg_execute.html","desc":"Sends a request to execute a prepared statement with given parameters, and waits for the result"}, "pg_fetch_all":{"name":"pg_fetch_all","type":"","path":"php/pg_fetch_all.html","desc":"从结果中提取所有行作为一个数组"}, "pg_fetch_all_columns":{"name":"pg_fetch_all_columns","type":"","path":"php/pg_fetch_all_columns.html","desc":"Fetches all rows in a particular result column as an array"}, "pg_fetch_array":{"name":"pg_fetch_array","type":"","path":"php/pg_fetch_array.html","desc":"提取一行作为数组"}, "pg_fetch_assoc":{"name":"pg_fetch_assoc","type":"","path":"php/pg_fetch_assoc.html","desc":"提取一行作为关联数组"}, "pg_fetch_object":{"name":"pg_fetch_object","type":"","path":"php/pg_fetch_object.html","desc":"提取一行作为对象"}, "pg_fetch_result":{"name":"pg_fetch_result","type":"","path":"php/pg_fetch_result.html","desc":"从结果资源中返回值"}, "pg_fetch_row":{"name":"pg_fetch_row","type":"","path":"php/pg_fetch_row.html","desc":"提取一行作为枚举数组"}, "pg_field_is_null":{"name":"pg_field_is_null","type":"","path":"php/pg_field_is_null.html","desc":"测试字段是否为 NULL"}, "pg_field_name":{"name":"pg_field_name","type":"","path":"php/pg_field_name.html","desc":"返回字段的名字"}, "pg_field_num":{"name":"pg_field_num","type":"","path":"php/pg_field_num.html","desc":"返回字段的编号"}, "pg_field_prtlen":{"name":"pg_field_prtlen","type":"","path":"php/pg_field_prtlen.html","desc":"返回打印出来的长度"}, "pg_field_size":{"name":"pg_field_size","type":"","path":"php/pg_field_size.html","desc":"返回指定字段占用内部存储空间的大小"}, "pg_field_table":{"name":"pg_field_table","type":"","path":"php/pg_field_table.html","desc":"Returns the name or oid of the tables field"}, "pg_field_type":{"name":"pg_field_type","type":"","path":"php/pg_field_type.html","desc":"返回相应字段的类型名称"}, "pg_field_type_oid":{"name":"pg_field_type_oid","type":"","path":"php/pg_field_type_oid.html","desc":"Returns the type ID (OID) for the corresponding field number"}, "pg_flush":{"name":"pg_flush","type":"","path":"php/pg_flush.html","desc":"刷新链接中已处理的数据查询"}, "pg_free_result":{"name":"pg_free_result","type":"","path":"php/pg_free_result.html","desc":"释放查询结果占用的内存"}, "pg_get_notify":{"name":"pg_get_notify","type":"","path":"php/pg_get_notify.html","desc":"Ping 数据库连接"}, "pg_get_pid":{"name":"pg_get_pid","type":"","path":"php/pg_get_pid.html","desc":"Ping 数据库连接"}, "pg_get_result":{"name":"pg_get_result","type":"","path":"php/pg_get_result.html","desc":"取得异步查询结果"}, "pg_host":{"name":"pg_host","type":"","path":"php/pg_host.html","desc":"返回和某连接关联的主机名"}, "pg_insert":{"name":"pg_insert","type":"","path":"php/pg_insert.html","desc":"将数组插入到表中"}, "pg_last_error":{"name":"pg_last_error","type":"","path":"php/pg_last_error.html","desc":"得到某连接的最后一条错误信息"}, "pg_last_notice":{"name":"pg_last_notice","type":"","path":"php/pg_last_notice.html","desc":"返回 PostgreSQL 服务器最新一条公告信息"}, "pg_last_oid":{"name":"pg_last_oid","type":"","path":"php/pg_last_oid.html","desc":"返回上一个对象的 oid"}, "pg_lo_close":{"name":"pg_lo_close","type":"","path":"php/pg_lo_close.html","desc":"关闭一个大型对象"}, "pg_lo_create":{"name":"pg_lo_create","type":"","path":"php/pg_lo_create.html","desc":"新建一个大型对象"}, "pg_lo_export":{"name":"pg_lo_export","type":"","path":"php/pg_lo_export.html","desc":"将大型对象导出到文件"}, "pg_lo_import":{"name":"pg_lo_import","type":"","path":"php/pg_lo_import.html","desc":"将文件导入为大型对象"}, "pg_lo_open":{"name":"pg_lo_open","type":"","path":"php/pg_lo_open.html","desc":"打开一个大型对象"}, "pg_lo_read":{"name":"pg_lo_read","type":"","path":"php/pg_lo_read.html","desc":"从大型对象中读入数据"}, "pg_lo_read_all":{"name":"pg_lo_read_all","type":"","path":"php/pg_lo_read_all.html","desc":"读入整个大型对象并直接发送给浏览器"}, "pg_lo_seek":{"name":"pg_lo_seek","type":"","path":"php/pg_lo_seek.html","desc":"移动大型对象中的指针"}, "pg_lo_tell":{"name":"pg_lo_tell","type":"","path":"php/pg_lo_tell.html","desc":"返回大型对象的当前指针位置"}, "pg_lo_truncate":{"name":"pg_lo_truncate","type":"","path":"php/pg_lo_truncate.html","desc":"Truncates a large object"}, "pg_lo_unlink":{"name":"pg_lo_unlink","type":"","path":"php/pg_lo_unlink.html","desc":"删除一个大型对象"}, "pg_lo_write":{"name":"pg_lo_write","type":"","path":"php/pg_lo_write.html","desc":"向大型对象写入数据"}, "pg_meta_data":{"name":"pg_meta_data","type":"","path":"php/pg_meta_data.html","desc":"获得表的元数据"}, "pg_num_fields":{"name":"pg_num_fields","type":"","path":"php/pg_num_fields.html","desc":"返回字段的数目"}, "pg_num_rows":{"name":"pg_num_rows","type":"","path":"php/pg_num_rows.html","desc":"返回行的数目"}, "pg_options":{"name":"pg_options","type":"","path":"php/pg_options.html","desc":"获得和连接有关的选项"}, "pg_parameter_status":{"name":"pg_parameter_status","type":"","path":"php/pg_parameter_status.html","desc":"Looks up a current parameter setting of the server"}, "pg_pconnect":{"name":"pg_pconnect","type":"","path":"php/pg_pconnect.html","desc":"打开一个持久的 PostgreSQL 连接"}, "pg_ping":{"name":"pg_ping","type":"","path":"php/pg_ping.html","desc":"Ping 数据库连接"}, "pg_port":{"name":"pg_port","type":"","path":"php/pg_port.html","desc":"返回该连接的端口号"}, "pg_prepare":{"name":"pg_prepare","type":"","path":"php/pg_prepare.html","desc":"Submits a request to create a prepared statement "}, "pg_put_line":{"name":"pg_put_line","type":"","path":"php/pg_put_line.html","desc":"向 PostgreSQL 后端发送以 NULL 结尾的字符串"}, "pg_query":{"name":"pg_query","type":"","path":"php/pg_query.html","desc":"执行查询"}, "pg_query_params":{"name":"pg_query_params","type":"","path":"php/pg_query_params.html","desc":"Submits a command to the server and waits for the result, with the ability to pass parameters separately from the SQL command text"}, "pg_result_error":{"name":"pg_result_error","type":"","path":"php/pg_result_error.html","desc":"获得查询结果的错误信息"}, "pg_result_error_field":{"name":"pg_result_error_field","type":"","path":"php/pg_result_error_field.html","desc":"Returns an individual field of an error report"}, "pg_result_seek":{"name":"pg_result_seek","type":"","path":"php/pg_result_seek.html","desc":"在结果资源中设定内部行偏移量"}, "pg_result_status":{"name":"pg_result_status","type":"","path":"php/pg_result_status.html","desc":"获得查询结果的状态"}, "pg_select":{"name":"pg_select","type":"","path":"php/pg_select.html","desc":"选择记录"}, "pg_send_execute":{"name":"pg_send_execute","type":"","path":"php/pg_send_execute.html","desc":"Sends a request to execute a prepared statement with given parameters, without waiting for the result(s)"}, "pg_send_prepare":{"name":"pg_send_prepare","type":"","path":"php/pg_send_prepare.html","desc":"Sends a request to create a prepared statement with the given parameters, without waiting for completion"}, "pg_send_query":{"name":"pg_send_query","type":"","path":"php/pg_send_query.html","desc":"发送异步查询"}, "pg_send_query_params":{"name":"pg_send_query_params","type":"","path":"php/pg_send_query_params.html","desc":"Submits a command and separate parameters to the server without waiting for the result(s)"}, "pg_set_client_encoding":{"name":"pg_set_client_encoding","type":"","path":"php/pg_set_client_encoding.html","desc":"设定客户端编码"}, "pg_set_error_verbosity":{"name":"pg_set_error_verbosity","type":"","path":"php/pg_set_error_verbosity.html","desc":"Determines the verbosity of messages returned by pg_la"}, "pg_socket":{"name":"pg_socket","type":"","path":"php/pg_socket.html","desc":"Get a read only handle to the socket underlying a PostgreSQL connection"}, "pg_trace":{"name":"pg_trace","type":"","path":"php/pg_trace.html","desc":"启动一个 PostgreSQL 连接的追踪功能"}, "pg_transaction_status":{"name":"pg_transaction_status","type":"","path":"php/pg_transaction_status.html","desc":"Returns the current in-transaction status of the server"}, "pg_tty":{"name":"pg_tty","type":"","path":"php/pg_tty.html","desc":"返回该连接的 tty 号"}, "pg_unescape_bytea":{"name":"pg_unescape_bytea","type":"","path":"php/pg_unescape_bytea.html","desc":"取消 bytea 类型中的字符串转义"}, "pg_untrace":{"name":"pg_untrace","type":"","path":"php/pg_untrace.html","desc":"关闭 PostgreSQL 连接的追踪功能"}, "pg_update":{"name":"pg_update","type":"","path":"php/pg_update.html","desc":"更新表"}, "pg_version":{"name":"pg_version","type":"","path":"php/pg_version.html","desc":"Returns an array with client, protocol and server version (when available)"}, "phpcredits":{"name":"phpcredits","type":"","path":"php/phpcredits.html","desc":"打印 PHP 贡献者名单"}, "phpdbg_break_file":{"name":"phpdbg_break_file","type":"","path":"php/phpdbg_break_file.html","desc":"Inserts a breakpoint at a line in a file"}, "phpdbg_break_function":{"name":"phpdbg_break_function","type":"","path":"php/phpdbg_break_function.html","desc":"Inserts a breakpoint at entry to a function"}, "phpdbg_break_method":{"name":"phpdbg_break_method","type":"","path":"php/phpdbg_break_method.html","desc":"Inserts a breakpoint at entry to a method"}, "phpdbg_break_next":{"name":"phpdbg_break_next","type":"","path":"php/phpdbg_break_next.html","desc":"Inserts a breakpoint at the next opcode"}, "phpdbg_clear":{"name":"phpdbg_clear","type":"","path":"php/phpdbg_clear.html","desc":"Clears all breakpoints"}, "phpdbg_color":{"name":"phpdbg_color","type":"","path":"php/phpdbg_color.html","desc":"Sets the color of certain elements"}, "phpdbg_end_oplog":{"name":"phpdbg_end_oplog","type":"","path":"php/phpdbg_end_oplog.html","desc":"说明"}, "phpdbg_exec":{"name":"phpdbg_exec","type":"","path":"php/phpdbg_exec.html","desc":"Attempts to set the execution context"}, "phpdbg_get_executable":{"name":"phpdbg_get_executable","type":"","path":"php/phpdbg_get_executable.html","desc":"说明"}, "phpdbg_prompt":{"name":"phpdbg_prompt","type":"","path":"php/phpdbg_prompt.html","desc":"Sets the command prompt"}, "phpdbg_start_oplog":{"name":"phpdbg_start_oplog","type":"","path":"php/phpdbg_start_oplog.html","desc":"说明"}, "phpinfo":{"name":"phpinfo","type":"","path":"php/phpinfo.html","desc":"输出关于 PHP 配置的信息"}, "phpversion":{"name":"phpversion","type":"","path":"php/phpversion.html","desc":"获取当前的PHP版本"}, "php_check_syntax":{"name":"php_check_syntax","type":"","path":"php/php_check_syntax.html","desc":"检查PHP的语法(并执行)指定的文件"}, "php_ini_loaded_file":{"name":"php_ini_loaded_file","type":"","path":"php/php_ini_loaded_file.html","desc":"取得已加载的 php.ini 文件的路径"}, "php_ini_scanned_files":{"name":"php_ini_scanned_files","type":"","path":"php/php_ini_scanned_files.html","desc":"返回从额外 ini 目录里解析的 .ini 文件列表"}, "php_logo_guid":{"name":"php_logo_guid","type":"","path":"php/php_logo_guid.html","desc":"获取 logo 的 guid"}, "php_sapi_name":{"name":"php_sapi_name","type":"","path":"php/php_sapi_name.html","desc":"返回 web 服务器和 PHP 之间的接口类型"}, "php_strip_whitespace":{"name":"php_strip_whitespace","type":"","path":"php/php_strip_whitespace.html","desc":"返回删除注释和空格后的PHP源码"}, "php_uname":{"name":"php_uname","type":"","path":"php/php_uname.html","desc":"返回运行 PHP 的系统的有关信息"}, "pi":{"name":"pi","type":"","path":"php/pi.html","desc":"得到圆周率值"}, "png2wbmp":{"name":"png2wbmp","type":"","path":"php/png2wbmp.html","desc":"将 PNG 图像文件转换为 WBMP 图像文件"}, "popen":{"name":"popen","type":"","path":"php/popen.html","desc":"打开进程文件指针"}, "pos":{"name":"pos","type":"","path":"php/pos.html","desc":"current 的别名"}, "posix_access":{"name":"posix_access","type":"","path":"php/posix_access.html","desc":"Determine accessibility of a file"}, "posix_ctermid":{"name":"posix_ctermid","type":"","path":"php/posix_ctermid.html","desc":"Get path name of controlling terminal"}, "posix_errno":{"name":"posix_errno","type":"","path":"php/posix_errno.html","desc":"别名 posix_get_last_error"}, "posix_getcwd":{"name":"posix_getcwd","type":"","path":"php/posix_getcwd.html","desc":"Pathname of current directory"}, "posix_getegid":{"name":"posix_getegid","type":"","path":"php/posix_getegid.html","desc":"Return the effective group ID of the current process"}, "posix_geteuid":{"name":"posix_geteuid","type":"","path":"php/posix_geteuid.html","desc":"Return the effective user ID of the current process"}, "posix_getgid":{"name":"posix_getgid","type":"","path":"php/posix_getgid.html","desc":"Return the real group ID of the current process"}, "posix_getgrgid":{"name":"posix_getgrgid","type":"","path":"php/posix_getgrgid.html","desc":"Return info about a group by group id"}, "posix_getgrnam":{"name":"posix_getgrnam","type":"","path":"php/posix_getgrnam.html","desc":"Return info about a group by name"}, "posix_getgroups":{"name":"posix_getgroups","type":"","path":"php/posix_getgroups.html","desc":"Return the group set of the current process"}, "posix_getlogin":{"name":"posix_getlogin","type":"","path":"php/posix_getlogin.html","desc":"Return login name"}, "posix_getpgid":{"name":"posix_getpgid","type":"","path":"php/posix_getpgid.html","desc":"Get process group id for job control"}, "posix_getpgrp":{"name":"posix_getpgrp","type":"","path":"php/posix_getpgrp.html","desc":"Return the current process group identifier"}, "posix_getpid":{"name":"posix_getpid","type":"","path":"php/posix_getpid.html","desc":"返回当前进程 id"}, "posix_getppid":{"name":"posix_getppid","type":"","path":"php/posix_getppid.html","desc":"Return the parent process identifier"}, "posix_getpwnam":{"name":"posix_getpwnam","type":"","path":"php/posix_getpwnam.html","desc":"Return info about a user by username"}, "posix_getpwuid":{"name":"posix_getpwuid","type":"","path":"php/posix_getpwuid.html","desc":"Return info about a user by user id"}, "posix_getrlimit":{"name":"posix_getrlimit","type":"","path":"php/posix_getrlimit.html","desc":"Return info about system resource limits"}, "posix_getsid":{"name":"posix_getsid","type":"","path":"php/posix_getsid.html","desc":"Get the current sid of the process"}, "posix_getuid":{"name":"posix_getuid","type":"","path":"php/posix_getuid.html","desc":"Return the real user ID of the current process"}, "posix_get_last_error":{"name":"posix_get_last_error","type":"","path":"php/posix_get_last_error.html","desc":"Retrieve the error number set by the last posix function that failed"}, "posix_initgroups":{"name":"posix_initgroups","type":"","path":"php/posix_initgroups.html","desc":"Calculate the group access list"}, "posix_isatty":{"name":"posix_isatty","type":"","path":"php/posix_isatty.html","desc":"Determine if a file descriptor is an interactive terminal"}, "posix_kill":{"name":"posix_kill","type":"","path":"php/posix_kill.html","desc":"Send a signal to a process"}, "posix_mkfifo":{"name":"posix_mkfifo","type":"","path":"php/posix_mkfifo.html","desc":"Create a fifo special file (a named pipe)"}, "posix_mknod":{"name":"posix_mknod","type":"","path":"php/posix_mknod.html","desc":"Create a special or ordinary file (POSIX.1)"}, "posix_setegid":{"name":"posix_setegid","type":"","path":"php/posix_setegid.html","desc":"Set the effective GID of the current process"}, "posix_seteuid":{"name":"posix_seteuid","type":"","path":"php/posix_seteuid.html","desc":"Set the effective UID of the current process"}, "posix_setgid":{"name":"posix_setgid","type":"","path":"php/posix_setgid.html","desc":"Set the GID of the current process"}, "posix_setpgid":{"name":"posix_setpgid","type":"","path":"php/posix_setpgid.html","desc":"Set process group id for job control"}, "posix_setrlimit":{"name":"posix_setrlimit","type":"","path":"php/posix_setrlimit.html","desc":"Set system resource limits"}, "posix_setsid":{"name":"posix_setsid","type":"","path":"php/posix_setsid.html","desc":"Make the current process a session leader"}, "posix_setuid":{"name":"posix_setuid","type":"","path":"php/posix_setuid.html","desc":"Set the UID of the current process"}, "posix_strerror":{"name":"posix_strerror","type":"","path":"php/posix_strerror.html","desc":"Retrieve the system error message associated with the given errno"}, "posix_times":{"name":"posix_times","type":"","path":"php/posix_times.html","desc":"Get process times"}, "posix_ttyname":{"name":"posix_ttyname","type":"","path":"php/posix_ttyname.html","desc":"Determine terminal device name"}, "posix_uname":{"name":"posix_uname","type":"","path":"php/posix_uname.html","desc":"Get system name"}, "pow":{"name":"pow","type":"","path":"php/pow.html","desc":"指数表达式"}, "preg_filter":{"name":"preg_filter","type":"","path":"php/preg_filter.html","desc":"执行一个正则表达式搜索和替换"}, "preg_grep":{"name":"preg_grep","type":"","path":"php/preg_grep.html","desc":"返回匹配模式的数组条目"}, "preg_last_error":{"name":"preg_last_error","type":"","path":"php/preg_last_error.html","desc":"返回最后一个PCRE正则执行产生的错误代码"}, "preg_match":{"name":"preg_match","type":"","path":"php/preg_match.html","desc":"执行匹配正则表达式"}, "preg_match_all":{"name":"preg_match_all","type":"","path":"php/preg_match_all.html","desc":"执行一个全局正则表达式匹配"}, "preg_quote":{"name":"preg_quote","type":"","path":"php/preg_quote.html","desc":"转义正则表达式字符"}, "preg_replace":{"name":"preg_replace","type":"","path":"php/preg_replace.html","desc":"执行一个正则表达式的搜索和替换"}, "preg_replace_callback":{"name":"preg_replace_callback","type":"","path":"php/preg_replace_callback.html","desc":"执行一个正则表达式搜索并且使用一个回调进行替换"}, "preg_replace_callback_array":{"name":"preg_replace_callback_array","type":"","path":"php/preg_replace_callback_array.html","desc":"Perform a regular expression search and replace using callbacks"}, "preg_split":{"name":"preg_split","type":"","path":"php/preg_split.html","desc":"通过一个正则表达式分隔字符串"}, "prev":{"name":"prev","type":"","path":"php/prev.html","desc":"将数组的内部指针倒回一位"}, "print":{"name":"print","type":"","path":"php/print.html","desc":"输出字符串"}, "printf":{"name":"printf","type":"","path":"php/printf.html","desc":"输出格式化字符串"}, "print_r":{"name":"print_r","type":"","path":"php/print_r.html","desc":"以易于理解的格式打印变量。"}, "proc_close":{"name":"proc_close","type":"","path":"php/proc_close.html","desc":"关闭由 proc_open 打开的进程并且返回进程退出码"}, "proc_get_status":{"name":"proc_get_status","type":"","path":"php/proc_get_status.html","desc":"获取由 proc_open 函数打开的进程的信息"}, "proc_nice":{"name":"proc_nice","type":"","path":"php/proc_nice.html","desc":"修改当前进程的优先级"}, "proc_open":{"name":"proc_open","type":"","path":"php/proc_open.html","desc":"执行一个命令,并且打开用来输入输出的文件指针。"}, "proc_terminate":{"name":"proc_terminate","type":"","path":"php/proc_terminate.html","desc":"杀除由 proc_open 打开的进程"}, "property_exists":{"name":"property_exists","type":"","path":"php/property_exists.html","desc":"检查对象或类是否具有该属性"}, "pspell_add_to_personal":{"name":"pspell_add_to_personal","type":"","path":"php/pspell_add_to_personal.html","desc":"Add the word to a personal wordlist"}, "pspell_add_to_session":{"name":"pspell_add_to_session","type":"","path":"php/pspell_add_to_session.html","desc":"Add the word to the wordlist in the current session"}, "pspell_check":{"name":"pspell_check","type":"","path":"php/pspell_check.html","desc":"Check a word"}, "pspell_clear_session":{"name":"pspell_clear_session","type":"","path":"php/pspell_clear_session.html","desc":"Clear the current session"}, "pspell_config_create":{"name":"pspell_config_create","type":"","path":"php/pspell_config_create.html","desc":"Create a config used to open a dictionary"}, "pspell_config_data_dir":{"name":"pspell_config_data_dir","type":"","path":"php/pspell_config_data_dir.html","desc":"Location of language data files"}, "pspell_config_dict_dir":{"name":"pspell_config_dict_dir","type":"","path":"php/pspell_config_dict_dir.html","desc":"Location of the main word list"}, "pspell_config_ignore":{"name":"pspell_config_ignore","type":"","path":"php/pspell_config_ignore.html","desc":"Ignore words less than N characters long"}, "pspell_config_mode":{"name":"pspell_config_mode","type":"","path":"php/pspell_config_mode.html","desc":"Change the mode number of suggestions returned"}, "pspell_config_personal":{"name":"pspell_config_personal","type":"","path":"php/pspell_config_personal.html","desc":"Set a file that contains personal wordlist"}, "pspell_config_repl":{"name":"pspell_config_repl","type":"","path":"php/pspell_config_repl.html","desc":"Set a file that contains replacement pairs"}, "pspell_config_runtogether":{"name":"pspell_config_runtogether","type":"","path":"php/pspell_config_runtogether.html","desc":"Consider run-together words as valid compounds"}, "pspell_config_save_repl":{"name":"pspell_config_save_repl","type":"","path":"php/pspell_config_save_repl.html","desc":"Determine whether to save a replacement pa"}, "pspell_new":{"name":"pspell_new","type":"","path":"php/pspell_new.html","desc":"Load a new dictionary"}, "pspell_new_config":{"name":"pspell_new_config","type":"","path":"php/pspell_new_config.html","desc":"Load a new dictionary with settings based on a given config"}, "pspell_new_personal":{"name":"pspell_new_personal","type":"","path":"php/pspell_new_personal.html","desc":"Load a new dictionary with personal wordlist"}, "pspell_save_wordlist":{"name":"pspell_save_wordlist","type":"","path":"php/pspell_save_wordlist.html","desc":"Save the personal wordlist to a file"}, "pspell_store_replacement":{"name":"pspell_store_replacement","type":"","path":"php/pspell_store_replacement.html","desc":"Store a replacement pair for a word"}, "pspell_suggest":{"name":"pspell_suggest","type":"","path":"php/pspell_suggest.html","desc":"Suggest spellings of a word"}, "ps_add_bookmark":{"name":"ps_add_bookmark","type":"","path":"php/ps_add_bookmark.html","desc":"Add bookmark to current page"}, "ps_add_launchlink":{"name":"ps_add_launchlink","type":"","path":"php/ps_add_launchlink.html","desc":"Adds link which launches file"}, "ps_add_locallink":{"name":"ps_add_locallink","type":"","path":"php/ps_add_locallink.html","desc":"Adds link to a page in the same document"}, "ps_add_note":{"name":"ps_add_note","type":"","path":"php/ps_add_note.html","desc":"Adds note to current page"}, "ps_add_pdflink":{"name":"ps_add_pdflink","type":"","path":"php/ps_add_pdflink.html","desc":"Adds link to a page in a second pdf document"}, "ps_add_weblink":{"name":"ps_add_weblink","type":"","path":"php/ps_add_weblink.html","desc":"Adds link to a web location"}, "ps_arc":{"name":"ps_arc","type":"","path":"php/ps_arc.html","desc":"Draws an arc counterclockwise"}, "ps_arcn":{"name":"ps_arcn","type":"","path":"php/ps_arcn.html","desc":"Draws an arc clockwise"}, "ps_begin_page":{"name":"ps_begin_page","type":"","path":"php/ps_begin_page.html","desc":"Start a new page"}, "ps_begin_pattern":{"name":"ps_begin_pattern","type":"","path":"php/ps_begin_pattern.html","desc":"Start a new pattern"}, "ps_begin_template":{"name":"ps_begin_template","type":"","path":"php/ps_begin_template.html","desc":"Start a new template"}, "ps_circle":{"name":"ps_circle","type":"","path":"php/ps_circle.html","desc":"Draws a circle"}, "ps_clip":{"name":"ps_clip","type":"","path":"php/ps_clip.html","desc":"Clips drawing to current path"}, "ps_close":{"name":"ps_close","type":"","path":"php/ps_close.html","desc":"Closes a PostScript document"}, "ps_closepath":{"name":"ps_closepath","type":"","path":"php/ps_closepath.html","desc":"Closes path"}, "ps_closepath_stroke":{"name":"ps_closepath_stroke","type":"","path":"php/ps_closepath_stroke.html","desc":"Closes and strokes path"}, "ps_close_image":{"name":"ps_close_image","type":"","path":"php/ps_close_image.html","desc":"Closes image and frees memory"}, "ps_continue_text":{"name":"ps_continue_text","type":"","path":"php/ps_continue_text.html","desc":"Continue text in next line"}, "ps_curveto":{"name":"ps_curveto","type":"","path":"php/ps_curveto.html","desc":"Draws a curve"}, "ps_delete":{"name":"ps_delete","type":"","path":"php/ps_delete.html","desc":"Deletes all resources of a PostScript document"}, "ps_end_page":{"name":"ps_end_page","type":"","path":"php/ps_end_page.html","desc":"End a page"}, "ps_end_pattern":{"name":"ps_end_pattern","type":"","path":"php/ps_end_pattern.html","desc":"End a pattern"}, "ps_end_template":{"name":"ps_end_template","type":"","path":"php/ps_end_template.html","desc":"End a template"}, "ps_fill":{"name":"ps_fill","type":"","path":"php/ps_fill.html","desc":"Fills the current path"}, "ps_fill_stroke":{"name":"ps_fill_stroke","type":"","path":"php/ps_fill_stroke.html","desc":"Fills and strokes the current path"}, "ps_findfont":{"name":"ps_findfont","type":"","path":"php/ps_findfont.html","desc":"Loads a font"}, "ps_get_buffer":{"name":"ps_get_buffer","type":"","path":"php/ps_get_buffer.html","desc":"Fetches the full buffer containig the generated PS data"}, "ps_get_parameter":{"name":"ps_get_parameter","type":"","path":"php/ps_get_parameter.html","desc":"Gets certain parameters"}, "ps_get_value":{"name":"ps_get_value","type":"","path":"php/ps_get_value.html","desc":"Gets certain values"}, "ps_hyphenate":{"name":"ps_hyphenate","type":"","path":"php/ps_hyphenate.html","desc":"Hyphenates a word"}, "ps_include_file":{"name":"ps_include_file","type":"","path":"php/ps_include_file.html","desc":"Reads an external file with raw PostScript code"}, "ps_lineto":{"name":"ps_lineto","type":"","path":"php/ps_lineto.html","desc":"Draws a line"}, "ps_makespotcolor":{"name":"ps_makespotcolor","type":"","path":"php/ps_makespotcolor.html","desc":"Create spot color"}, "ps_moveto":{"name":"ps_moveto","type":"","path":"php/ps_moveto.html","desc":"Sets current point"}, "ps_new":{"name":"ps_new","type":"","path":"php/ps_new.html","desc":"Creates a new PostScript document object"}, "ps_open_file":{"name":"ps_open_file","type":"","path":"php/ps_open_file.html","desc":"Opens a file for output"}, "ps_open_image":{"name":"ps_open_image","type":"","path":"php/ps_open_image.html","desc":"Reads an image for later placement"}, "ps_open_image_file":{"name":"ps_open_image_file","type":"","path":"php/ps_open_image_file.html","desc":"Opens image from file"}, "ps_open_memory_image":{"name":"ps_open_memory_image","type":"","path":"php/ps_open_memory_image.html","desc":"Takes an GD image and returns an image for placement in a PS document"}, "ps_place_image":{"name":"ps_place_image","type":"","path":"php/ps_place_image.html","desc":"Places image on the page"}, "ps_rect":{"name":"ps_rect","type":"","path":"php/ps_rect.html","desc":"Draws a rectangle"}, "ps_restore":{"name":"ps_restore","type":"","path":"php/ps_restore.html","desc":"Restore previously save context"}, "ps_rotate":{"name":"ps_rotate","type":"","path":"php/ps_rotate.html","desc":"Sets rotation factor"}, "ps_save":{"name":"ps_save","type":"","path":"php/ps_save.html","desc":"Save current context"}, "ps_scale":{"name":"ps_scale","type":"","path":"php/ps_scale.html","desc":"Sets scaling factor"}, "ps_setcolor":{"name":"ps_setcolor","type":"","path":"php/ps_setcolor.html","desc":"Sets current color"}, "ps_setdash":{"name":"ps_setdash","type":"","path":"php/ps_setdash.html","desc":"Sets appearance of a dashed line"}, "ps_setflat":{"name":"ps_setflat","type":"","path":"php/ps_setflat.html","desc":"Sets flatness"}, "ps_setfont":{"name":"ps_setfont","type":"","path":"php/ps_setfont.html","desc":"Sets font to use for following output"}, "ps_setgray":{"name":"ps_setgray","type":"","path":"php/ps_setgray.html","desc":"Sets gray value"}, "ps_setlinecap":{"name":"ps_setlinecap","type":"","path":"php/ps_setlinecap.html","desc":"Sets appearance of line ends"}, "ps_setlinejoin":{"name":"ps_setlinejoin","type":"","path":"php/ps_setlinejoin.html","desc":"Sets how contected lines are joined"}, "ps_setlinewidth":{"name":"ps_setlinewidth","type":"","path":"php/ps_setlinewidth.html","desc":"Sets width of a line"}, "ps_setmiterlimit":{"name":"ps_setmiterlimit","type":"","path":"php/ps_setmiterlimit.html","desc":"Sets the miter limit"}, "ps_setoverprintmode":{"name":"ps_setoverprintmode","type":"","path":"php/ps_setoverprintmode.html","desc":"Sets overprint mode"}, "ps_setpolydash":{"name":"ps_setpolydash","type":"","path":"php/ps_setpolydash.html","desc":"Sets appearance of a dashed line"}, "ps_set_border_color":{"name":"ps_set_border_color","type":"","path":"php/ps_set_border_color.html","desc":"Sets color of border for annotations"}, "ps_set_border_dash":{"name":"ps_set_border_dash","type":"","path":"php/ps_set_border_dash.html","desc":"Sets length of dashes for border of annotations"}, "ps_set_border_style":{"name":"ps_set_border_style","type":"","path":"php/ps_set_border_style.html","desc":"Sets border style of annotations"}, "ps_set_info":{"name":"ps_set_info","type":"","path":"php/ps_set_info.html","desc":"Sets information fields of document"}, "ps_set_parameter":{"name":"ps_set_parameter","type":"","path":"php/ps_set_parameter.html","desc":"Sets certain parameters"}, "ps_set_text_pos":{"name":"ps_set_text_pos","type":"","path":"php/ps_set_text_pos.html","desc":"Sets position for text output"}, "ps_set_value":{"name":"ps_set_value","type":"","path":"php/ps_set_value.html","desc":"Sets certain values"}, "ps_shading":{"name":"ps_shading","type":"","path":"php/ps_shading.html","desc":"Creates a shading for later use"}, "ps_shading_pattern":{"name":"ps_shading_pattern","type":"","path":"php/ps_shading_pattern.html","desc":"Creates a pattern based on a shading"}, "ps_shfill":{"name":"ps_shfill","type":"","path":"php/ps_shfill.html","desc":"Fills an area with a shading"}, "ps_show":{"name":"ps_show","type":"","path":"php/ps_show.html","desc":"Output text"}, "ps_show2":{"name":"ps_show2","type":"","path":"php/ps_show2.html","desc":"Output a text at current position"}, "ps_show_boxed":{"name":"ps_show_boxed","type":"","path":"php/ps_show_boxed.html","desc":"Output text in a box"}, "ps_show_xy":{"name":"ps_show_xy","type":"","path":"php/ps_show_xy.html","desc":"Output text at given position"}, "ps_show_xy2":{"name":"ps_show_xy2","type":"","path":"php/ps_show_xy2.html","desc":"Output text at position"}, "ps_stringwidth":{"name":"ps_stringwidth","type":"","path":"php/ps_stringwidth.html","desc":"Gets width of a string"}, "ps_string_geometry":{"name":"ps_string_geometry","type":"","path":"php/ps_string_geometry.html","desc":"Gets geometry of a string"}, "ps_stroke":{"name":"ps_stroke","type":"","path":"php/ps_stroke.html","desc":"Draws the current path"}, "ps_symbol":{"name":"ps_symbol","type":"","path":"php/ps_symbol.html","desc":"Output a glyph"}, "ps_symbol_name":{"name":"ps_symbol_name","type":"","path":"php/ps_symbol_name.html","desc":"Gets name of a glyph"}, "ps_symbol_width":{"name":"ps_symbol_width","type":"","path":"php/ps_symbol_width.html","desc":"Gets width of a glyph"}, "ps_translate":{"name":"ps_translate","type":"","path":"php/ps_translate.html","desc":"Sets translation"}, "putenv":{"name":"putenv","type":"","path":"php/putenv.html","desc":"设置环境变量的值"}, "px_close":{"name":"px_close","type":"","path":"php/px_close.html","desc":"Closes a paradox database"}, "px_create_fp":{"name":"px_create_fp","type":"","path":"php/px_create_fp.html","desc":"Create a new paradox database"}, "px_date2string":{"name":"px_date2string","type":"","path":"php/px_date2string.html","desc":"Converts a date into a string"}, "px_delete":{"name":"px_delete","type":"","path":"php/px_delete.html","desc":"Deletes resource of paradox database"}, "px_delete_record":{"name":"px_delete_record","type":"","path":"php/px_delete_record.html","desc":"Deletes record from paradox database"}, "px_get_field":{"name":"px_get_field","type":"","path":"php/px_get_field.html","desc":"Returns the specification of a single field"}, "px_get_info":{"name":"px_get_info","type":"","path":"php/px_get_info.html","desc":"Return lots of information about a paradox file"}, "px_get_parameter":{"name":"px_get_parameter","type":"","path":"php/px_get_parameter.html","desc":"Gets a parameter"}, "px_get_record":{"name":"px_get_record","type":"","path":"php/px_get_record.html","desc":"Returns record of paradox database"}, "px_get_schema":{"name":"px_get_schema","type":"","path":"php/px_get_schema.html","desc":"Returns the database schema"}, "px_get_value":{"name":"px_get_value","type":"","path":"php/px_get_value.html","desc":"Gets a value"}, "px_insert_record":{"name":"px_insert_record","type":"","path":"php/px_insert_record.html","desc":"Inserts record into paradox database"}, "px_new":{"name":"px_new","type":"","path":"php/px_new.html","desc":"Create a new paradox object"}, "px_numfields":{"name":"px_numfields","type":"","path":"php/px_numfields.html","desc":"Returns number of fields in a database"}, "px_numrecords":{"name":"px_numrecords","type":"","path":"php/px_numrecords.html","desc":"Returns number of records in a database"}, "px_open_fp":{"name":"px_open_fp","type":"","path":"php/px_open_fp.html","desc":"Open paradox database"}, "px_put_record":{"name":"px_put_record","type":"","path":"php/px_put_record.html","desc":"Stores record into paradox database"}, "px_retrieve_record":{"name":"px_retrieve_record","type":"","path":"php/px_retrieve_record.html","desc":"Returns record of paradox database"}, "px_set_blob_file":{"name":"px_set_blob_file","type":"","path":"php/px_set_blob_file.html","desc":"Sets the file where blobs are read from"}, "px_set_parameter":{"name":"px_set_parameter","type":"","path":"php/px_set_parameter.html","desc":"Sets a parameter"}, "px_set_tablename":{"name":"px_set_tablename","type":"","path":"php/px_set_tablename.html","desc":"Sets the name of a table (deprecated)"}, "px_set_targetencoding":{"name":"px_set_targetencoding","type":"","path":"php/px_set_targetencoding.html","desc":"Sets the encoding for character fields (deprecated)"}, "px_set_value":{"name":"px_set_value","type":"","path":"php/px_set_value.html","desc":"Sets a value"}, "px_timestamp2string":{"name":"px_timestamp2string","type":"","path":"php/px_timestamp2string.html","desc":"Converts the timestamp into a string"}, "px_update_record":{"name":"px_update_record","type":"","path":"php/px_update_record.html","desc":"Updates record in paradox database"}, "quoted_printable_decode":{"name":"quoted_printable_decode","type":"","path":"php/quoted_printable_decode.html","desc":"将 quoted-printable 字符串转换为 8-bit 字符串"}, "quoted_printable_encode":{"name":"quoted_printable_encode","type":"","path":"php/quoted_printable_encode.html","desc":"将 8-bit 字符串转换成 quoted-printable 字符串"}, "quotemeta":{"name":"quotemeta","type":"","path":"php/quotemeta.html","desc":"转义元字符集"}, "rad2deg":{"name":"rad2deg","type":"","path":"php/rad2deg.html","desc":"将弧度数转换为相应的角度数"}, "radius_acct_open":{"name":"radius_acct_open","type":"","path":"php/radius_acct_open.html","desc":"Creates a Radius handle for accounting"}, "radius_add_server":{"name":"radius_add_server","type":"","path":"php/radius_add_server.html","desc":"Adds a server"}, "radius_auth_open":{"name":"radius_auth_open","type":"","path":"php/radius_auth_open.html","desc":"Creates a Radius handle for authentication"}, "radius_close":{"name":"radius_close","type":"","path":"php/radius_close.html","desc":"Frees all ressources"}, "radius_config":{"name":"radius_config","type":"","path":"php/radius_config.html","desc":"Causes the library to read the given configuration file"}, "radius_create_request":{"name":"radius_create_request","type":"","path":"php/radius_create_request.html","desc":"Create accounting or authentication request"}, "radius_cvt_addr":{"name":"radius_cvt_addr","type":"","path":"php/radius_cvt_addr.html","desc":"Converts raw data to IP-Address"}, "radius_cvt_int":{"name":"radius_cvt_int","type":"","path":"php/radius_cvt_int.html","desc":"Converts raw data to integer"}, "radius_cvt_string":{"name":"radius_cvt_string","type":"","path":"php/radius_cvt_string.html","desc":"Converts raw data to string"}, "radius_demangle":{"name":"radius_demangle","type":"","path":"php/radius_demangle.html","desc":"Demangles data"}, "radius_demangle_mppe_key":{"name":"radius_demangle_mppe_key","type":"","path":"php/radius_demangle_mppe_key.html","desc":"Derives mppe-keys from mangled data"}, "radius_get_attr":{"name":"radius_get_attr","type":"","path":"php/radius_get_attr.html","desc":"Extracts an attribute"}, "radius_get_tagged_attr_data":{"name":"radius_get_tagged_attr_data","type":"","path":"php/radius_get_tagged_attr_data.html","desc":"Extracts the data from a tagged attribute"}, "radius_get_tagged_attr_tag":{"name":"radius_get_tagged_attr_tag","type":"","path":"php/radius_get_tagged_attr_tag.html","desc":"Extracts the tag from a tagged attribute"}, "radius_get_vendor_attr":{"name":"radius_get_vendor_attr","type":"","path":"php/radius_get_vendor_attr.html","desc":"Extracts a vendor specific attribute"}, "radius_put_addr":{"name":"radius_put_addr","type":"","path":"php/radius_put_addr.html","desc":"Attaches an IP address attribute"}, "radius_put_attr":{"name":"radius_put_attr","type":"","path":"php/radius_put_attr.html","desc":"Attaches a binary attribute"}, "radius_put_int":{"name":"radius_put_int","type":"","path":"php/radius_put_int.html","desc":"Attaches an integer attribute"}, "radius_put_string":{"name":"radius_put_string","type":"","path":"php/radius_put_string.html","desc":"Attaches a string attribute"}, "radius_put_vendor_addr":{"name":"radius_put_vendor_addr","type":"","path":"php/radius_put_vendor_addr.html","desc":"Attaches a vendor specific IP address attribute"}, "radius_put_vendor_attr":{"name":"radius_put_vendor_attr","type":"","path":"php/radius_put_vendor_attr.html","desc":"Attaches a vendor specific binary attribute"}, "radius_put_vendor_int":{"name":"radius_put_vendor_int","type":"","path":"php/radius_put_vendor_int.html","desc":"Attaches a vendor specific integer attribute"}, "radius_put_vendor_string":{"name":"radius_put_vendor_string","type":"","path":"php/radius_put_vendor_string.html","desc":"Attaches a vendor specific string attribute"}, "radius_request_authenticator":{"name":"radius_request_authenticator","type":"","path":"php/radius_request_authenticator.html","desc":"Returns the request authenticator"}, "radius_salt_encrypt_attr":{"name":"radius_salt_encrypt_attr","type":"","path":"php/radius_salt_encrypt_attr.html","desc":"Salt-encrypts a value"}, "radius_send_request":{"name":"radius_send_request","type":"","path":"php/radius_send_request.html","desc":"Sends the request and waits for a reply"}, "radius_server_secret":{"name":"radius_server_secret","type":"","path":"php/radius_server_secret.html","desc":"Returns the shared secret"}, "radius_strerror":{"name":"radius_strerror","type":"","path":"php/radius_strerror.html","desc":"Returns an error message"}, "rand":{"name":"rand","type":"","path":"php/rand.html","desc":"产生一个随机整数"}, "random_bytes":{"name":"random_bytes","type":"","path":"php/random_bytes.html","desc":"Generates cryptographically secure pseudo-random bytes"}, "random_int":{"name":"random_int","type":"","path":"php/random_int.html","desc":"Generates cryptographically secure pseudo-random integers"}, "range":{"name":"range","type":"","path":"php/range.html","desc":"根据范围创建数组,包含指定的元素"}, "rar_wrapper_cache_stats":{"name":"rar_wrapper_cache_stats","type":"","path":"php/rar_wrapper_cache_stats.html","desc":"Cache hits and misses for the URL wrapper"}, "rawurldecode":{"name":"rawurldecode","type":"","path":"php/rawurldecode.html","desc":"对已编码的 URL 字符串进行解码"}, "rawurlencode":{"name":"rawurlencode","type":"","path":"php/rawurlencode.html","desc":"按照 RFC 3986 对 URL 进行编码"}, "readdir":{"name":"readdir","type":"","path":"php/readdir.html","desc":"从目录句柄中读取条目"}, "readfile":{"name":"readfile","type":"","path":"php/readfile.html","desc":"输出文件"}, "readgzfile":{"name":"readgzfile","type":"","path":"php/readgzfile.html","desc":"Output a gz-file"}, "readline":{"name":"readline","type":"","path":"php/readline.html","desc":"读取一行"}, "readline_add_history":{"name":"readline_add_history","type":"","path":"php/readline_add_history.html","desc":"添加一行命令行历史记录"}, "readline_callback_handler_install":{"name":"readline_callback_handler_install","type":"","path":"php/readline_callback_handler_install.html","desc":"初始化一个 readline 回调接口,然后终端输出提示信息并立即返回"}, "readline_callback_handler_remove":{"name":"readline_callback_handler_remove","type":"","path":"php/readline_callback_handler_remove.html","desc":"移除上一个安装的回调函数句柄并且恢复终端设置"}, "readline_callback_read_char":{"name":"readline_callback_read_char","type":"","path":"php/readline_callback_read_char.html","desc":"当一个行被接收时读取一个字符并且通知 readline 调用回调函数"}, "readline_clear_history":{"name":"readline_clear_history","type":"","path":"php/readline_clear_history.html","desc":"清除历史"}, "readline_completion_function":{"name":"readline_completion_function","type":"","path":"php/readline_completion_function.html","desc":"注册一个完成函数"}, "readline_info":{"name":"readline_info","type":"","path":"php/readline_info.html","desc":"获取设置readline内部的各个变量"}, "readline_list_history":{"name":"readline_list_history","type":"","path":"php/readline_list_history.html","desc":"获取命令历史列表"}, "readline_on_new_line":{"name":"readline_on_new_line","type":"","path":"php/readline_on_new_line.html","desc":"通知readline将光标移动到新行"}, "readline_read_history":{"name":"readline_read_history","type":"","path":"php/readline_read_history.html","desc":"读取命令历史"}, "readline_redisplay":{"name":"readline_redisplay","type":"","path":"php/readline_redisplay.html","desc":"重绘显示区"}, "readline_write_history":{"name":"readline_write_history","type":"","path":"php/readline_write_history.html","desc":"写入历史记录"}, "readlink":{"name":"readlink","type":"","path":"php/readlink.html","desc":"返回符号连接指向的目标"}, "read_exif_data":{"name":"read_exif_data","type":"","path":"php/read_exif_data.html","desc":"别名 exif_read_data"}, "realpath":{"name":"realpath","type":"","path":"php/realpath.html","desc":"返回规范化的绝对路径名"}, "realpath_cache_get":{"name":"realpath_cache_get","type":"","path":"php/realpath_cache_get.html","desc":"获取真实目录缓存的详情"}, "realpath_cache_size":{"name":"realpath_cache_size","type":"","path":"php/realpath_cache_size.html","desc":"获取真实路径缓冲区的大小"}, "recode":{"name":"recode","type":"","path":"php/recode.html","desc":"别名 recode_string"}, "recode_file":{"name":"recode_file","type":"","path":"php/recode_file.html","desc":"Recode from file to file according to recode request"}, "recode_string":{"name":"recode_string","type":"","path":"php/recode_string.html","desc":"Recode a string according to a recode request"}, "register_shutdown_function":{"name":"register_shutdown_function","type":"","path":"php/register_shutdown_function.html","desc":"注册一个会在php中止时执行的函数"}, "register_tick_function":{"name":"register_tick_function","type":"","path":"php/register_tick_function.html","desc":"Register a function for execution on each tick"}, "rename":{"name":"rename","type":"","path":"php/rename.html","desc":"重命名一个文件或目录"}, "rename_function":{"name":"rename_function","type":"","path":"php/rename_function.html","desc":"Renames orig_name to new_name in the global function table"}, "require":{"name":"require","type":"","path":"php/require.html","desc":"require"}, "require_once":{"name":"require_once","type":"","path":"php/require_once.html","desc":"require_once"}, "reset":{"name":"reset","type":"","path":"php/reset.html","desc":"将数组的内部指针指向第一个单元"}, "restore_error_handler":{"name":"restore_error_handler","type":"","path":"php/restore_error_handler.html","desc":"还原之前的错误处理函数"}, "restore_exception_handler":{"name":"restore_exception_handler","type":"","path":"php/restore_exception_handler.html","desc":"恢复之前定义过的异常处理函数。"}, "restore_include_path":{"name":"restore_include_path","type":"","path":"php/restore_include_path.html","desc":"还原 include_path 配置选项的值"}, "return":{"name":"return","type":"","path":"php/return.html","desc":"return"}, "rewind":{"name":"rewind","type":"","path":"php/rewind.html","desc":"倒回文件指针的位置"}, "rewinddir":{"name":"rewinddir","type":"","path":"php/rewinddir.html","desc":"倒回目录句柄"}, "rmdir":{"name":"rmdir","type":"","path":"php/rmdir.html","desc":"删除目录"}, "round":{"name":"round","type":"","path":"php/round.html","desc":"对浮点数进行四舍五入"}, "rpm_close":{"name":"rpm_close","type":"","path":"php/rpm_close.html","desc":"Closes an RPM file"}, "rpm_get_tag":{"name":"rpm_get_tag","type":"","path":"php/rpm_get_tag.html","desc":"Retrieves a header tag from an RPM file"}, "rpm_is_valid":{"name":"rpm_is_valid","type":"","path":"php/rpm_is_valid.html","desc":"Tests a filename for validity as an RPM file"}, "rpm_open":{"name":"rpm_open","type":"","path":"php/rpm_open.html","desc":"Opens an RPM file"}, "rpm_version":{"name":"rpm_version","type":"","path":"php/rpm_version.html","desc":"Returns a string representing the current versio"}, "rrdc_disconnect":{"name":"rrdc_disconnect","type":"","path":"php/rrdc_disconnect.html","desc":"Close any outstanding connection to rrd caching daemon"}, "rrd_create":{"name":"rrd_create","type":"","path":"php/rrd_create.html","desc":"Creates rrd database file"}, "rrd_error":{"name":"rrd_error","type":"","path":"php/rrd_error.html","desc":"Gets latest error message"}, "rrd_fetch":{"name":"rrd_fetch","type":"","path":"php/rrd_fetch.html","desc":"Fetch the data for graph as array"}, "rrd_first":{"name":"rrd_first","type":"","path":"php/rrd_first.html","desc":"Gets the timestamp of the first sample from rrd file"}, "rrd_graph":{"name":"rrd_graph","type":"","path":"php/rrd_graph.html","desc":"Creates image from a data"}, "rrd_info":{"name":"rrd_info","type":"","path":"php/rrd_info.html","desc":"Gets information about rrd file"}, "rrd_last":{"name":"rrd_last","type":"","path":"php/rrd_last.html","desc":"Gets unix timestamp of the last sample"}, "rrd_lastupdate":{"name":"rrd_lastupdate","type":"","path":"php/rrd_lastupdate.html","desc":"Gets information about last updated data"}, "rrd_restore":{"name":"rrd_restore","type":"","path":"php/rrd_restore.html","desc":"Restores the RRD file from XML dump"}, "rrd_tune":{"name":"rrd_tune","type":"","path":"php/rrd_tune.html","desc":"Tunes some RRD database file header options"}, "rrd_update":{"name":"rrd_update","type":"","path":"php/rrd_update.html","desc":"Updates the RRD database"}, "rrd_version":{"name":"rrd_version","type":"","path":"php/rrd_version.html","desc":"Gets information about underlying rrdtool library"}, "rrd_xport":{"name":"rrd_xport","type":"","path":"php/rrd_xport.html","desc":"Exports the information about RRD database"}, "rsort":{"name":"rsort","type":"","path":"php/rsort.html","desc":"对数组逆向排序"}, "rtrim":{"name":"rtrim","type":"","path":"php/rtrim.html","desc":"删除字符串末端的空白字符(或者其他字符)"}, "runkit_class_adopt":{"name":"runkit_class_adopt","type":"","path":"php/runkit_class_adopt.html","desc":"Convert a base class to an inherited class, add ancestral methods when appropriate"}, "runkit_class_emancipate":{"name":"runkit_class_emancipate","type":"","path":"php/runkit_class_emancipate.html","desc":"Convert an inherited class to a base class, removes any method whose scope is ancestral"}, "runkit_constant_add":{"name":"runkit_constant_add","type":"","path":"php/runkit_constant_add.html","desc":"Similar to define(), but allows defining in class definitions as well"}, "runkit_constant_redefine":{"name":"runkit_constant_redefine","type":"","path":"php/runkit_constant_redefine.html","desc":"Redefine an already defined constant"}, "runkit_constant_remove":{"name":"runkit_constant_remove","type":"","path":"php/runkit_constant_remove.html","desc":"RemoveDelete an already defined constant"}, "runkit_function_add":{"name":"runkit_function_add","type":"","path":"php/runkit_function_add.html","desc":"Add a new function, similar to create_function"}, "runkit_function_copy":{"name":"runkit_function_copy","type":"","path":"php/runkit_function_copy.html","desc":"Copy a function to a new function name"}, "runkit_function_redefine":{"name":"runkit_function_redefine","type":"","path":"php/runkit_function_redefine.html","desc":"Replace a function definition with a new implementation"}, "runkit_function_remove":{"name":"runkit_function_remove","type":"","path":"php/runkit_function_remove.html","desc":"Remove a function definition"}, "runkit_function_rename":{"name":"runkit_function_rename","type":"","path":"php/runkit_function_rename.html","desc":"Change a function's name"}, "runkit_import":{"name":"runkit_import","type":"","path":"php/runkit_import.html","desc":"Process a PHP file importing function and class definitions, overwriting where appropriate"}, "runkit_lint":{"name":"runkit_lint","type":"","path":"php/runkit_lint.html","desc":"Check the PHP syntax of the specified php code"}, "runkit_lint_file":{"name":"runkit_lint_file","type":"","path":"php/runkit_lint_file.html","desc":"Check the PHP syntax of the specified file"}, "runkit_method_add":{"name":"runkit_method_add","type":"","path":"php/runkit_method_add.html","desc":"Dynamically adds a new method to a given class"}, "runkit_method_copy":{"name":"runkit_method_copy","type":"","path":"php/runkit_method_copy.html","desc":"Copies a method from class to another"}, "runkit_method_redefine":{"name":"runkit_method_redefine","type":"","path":"php/runkit_method_redefine.html","desc":"Dynamically changes the code of the given method"}, "runkit_method_remove":{"name":"runkit_method_remove","type":"","path":"php/runkit_method_remove.html","desc":"Dynamically removes the given method"}, "runkit_method_rename":{"name":"runkit_method_rename","type":"","path":"php/runkit_method_rename.html","desc":"Dynamically changes the name of the given method"}, "runkit_return_value_used":{"name":"runkit_return_value_used","type":"","path":"php/runkit_return_value_used.html","desc":"Determines if the current functions return value will be used"}, "runkit_sandbox_output_handler":{"name":"runkit_sandbox_output_handler","type":"","path":"php/runkit_sandbox_output_handler.html","desc":"Specify a function to capture andor process output from a runkit sandbox"}, "runkit_superglobals":{"name":"runkit_superglobals","type":"","path":"php/runkit_superglobals.html","desc":"Return numerically indexed array of registered superglobals"}, "sapi_windows_cp_conv":{"name":"sapi_windows_cp_conv","type":"","path":"php/sapi_windows_cp_conv.html","desc":"Convert string from one codepage to another"}, "sapi_windows_cp_get":{"name":"sapi_windows_cp_get","type":"","path":"php/sapi_windows_cp_get.html","desc":"Get process codepage"}, "sapi_windows_cp_is_utf8":{"name":"sapi_windows_cp_is_utf8","type":"","path":"php/sapi_windows_cp_is_utf8.html","desc":"Indicates whether the codepage is UTF-8 compatible"}, "sapi_windows_cp_set":{"name":"sapi_windows_cp_set","type":"","path":"php/sapi_windows_cp_set.html","desc":"Set process codepage"}, "sapi_windows_vt100_support":{"name":"sapi_windows_vt100_support","type":"","path":"php/sapi_windows_vt100_support.html","desc":"Get or set VT100 support for the specified stream associated to an output buffer of a Windows console."}, "scandir":{"name":"scandir","type":"","path":"php/scandir.html","desc":"列出指定路径中的文件和目录"}, "seaslog_get_author":{"name":"seaslog_get_author","type":"","path":"php/seaslog_get_author.html","desc":"获取 SeasLog 作者"}, "seaslog_get_version":{"name":"seaslog_get_version","type":"","path":"php/seaslog_get_version.html","desc":"获取 SeasLog 的版本"}, "sem_acquire":{"name":"sem_acquire","type":"","path":"php/sem_acquire.html","desc":"Acquire a semaphore"}, "sem_get":{"name":"sem_get","type":"","path":"php/sem_get.html","desc":"Get a semaphore id"}, "sem_release":{"name":"sem_release","type":"","path":"php/sem_release.html","desc":"Release a semaphore"}, "sem_remove":{"name":"sem_remove","type":"","path":"php/sem_remove.html","desc":"Remove a semaphore"}, "serialize":{"name":"serialize","type":"","path":"php/serialize.html","desc":"产生一个可存储的值的表示"}, "session_abort":{"name":"session_abort","type":"","path":"php/session_abort.html","desc":"Discard session array changes and finish session"}, "session_cache_expire":{"name":"session_cache_expire","type":"","path":"php/session_cache_expire.html","desc":"返回当前缓存的到期时间"}, "session_cache_limiter":{"name":"session_cache_limiter","type":"","path":"php/session_cache_limiter.html","desc":"读取设置缓存限制器"}, "session_commit":{"name":"session_commit","type":"","path":"php/session_commit.html","desc":"session_write_close 的别名"}, "session_create_id":{"name":"session_create_id","type":"","path":"php/session_create_id.html","desc":"Create new session id"}, "session_decode":{"name":"session_decode","type":"","path":"php/session_decode.html","desc":"解码会话数据"}, "session_destroy":{"name":"session_destroy","type":"","path":"php/session_destroy.html","desc":"销毁一个会话中的全部数据"}, "session_encode":{"name":"session_encode","type":"","path":"php/session_encode.html","desc":"将当前会话数据编码为一个字符串"}, "session_gc":{"name":"session_gc","type":"","path":"php/session_gc.html","desc":"Perform session data garbage collection"}, "session_get_cookie_params":{"name":"session_get_cookie_params","type":"","path":"php/session_get_cookie_params.html","desc":"获取会话 cookie 参数"}, "session_id":{"name":"session_id","type":"","path":"php/session_id.html","desc":"获取设置当前会话 ID"}, "session_is_registered":{"name":"session_is_registered","type":"","path":"php/session_is_registered.html","desc":"检查变量是否在会话中已经注册"}, "session_module_name":{"name":"session_module_name","type":"","path":"php/session_module_name.html","desc":"获取设置会话模块名称"}, "session_name":{"name":"session_name","type":"","path":"php/session_name.html","desc":"读取设置会话名称"}, "session_pgsql_add_error":{"name":"session_pgsql_add_error","type":"","path":"php/session_pgsql_add_error.html","desc":"Increments error counts and sets last error message"}, "session_pgsql_get_error":{"name":"session_pgsql_get_error","type":"","path":"php/session_pgsql_get_error.html","desc":"Returns number of errors and last error message"}, "session_pgsql_get_field":{"name":"session_pgsql_get_field","type":"","path":"php/session_pgsql_get_field.html","desc":"Get custom field value"}, "session_pgsql_reset":{"name":"session_pgsql_reset","type":"","path":"php/session_pgsql_reset.html","desc":"Reset connection to session database servers"}, "session_pgsql_set_field":{"name":"session_pgsql_set_field","type":"","path":"php/session_pgsql_set_field.html","desc":"Set custom field value"}, "session_pgsql_status":{"name":"session_pgsql_status","type":"","path":"php/session_pgsql_status.html","desc":"Get current save handler status"}, "session_regenerate_id":{"name":"session_regenerate_id","type":"","path":"php/session_regenerate_id.html","desc":"使用新生成的会话 ID 更新现有会话 ID"}, "session_register":{"name":"session_register","type":"","path":"php/session_register.html","desc":"Register one or more global variables with the current session"}, "session_register_shutdown":{"name":"session_register_shutdown","type":"","path":"php/session_register_shutdown.html","desc":"关闭会话"}, "session_reset":{"name":"session_reset","type":"","path":"php/session_reset.html","desc":"Re-initialize session array with original values"}, "session_save_path":{"name":"session_save_path","type":"","path":"php/session_save_path.html","desc":"读取设置当前会话的保存路径"}, "session_set_cookie_params":{"name":"session_set_cookie_params","type":"","path":"php/session_set_cookie_params.html","desc":"设置会话 cookie 参数"}, "session_set_save_handler":{"name":"session_set_save_handler","type":"","path":"php/session_set_save_handler.html","desc":"设置用户自定义会话存储函数"}, "session_start":{"name":"session_start","type":"","path":"php/session_start.html","desc":"启动新会话或者重用现有会话"}, "session_status":{"name":"session_status","type":"","path":"php/session_status.html","desc":"返回当前会话状态"}, "session_unregister":{"name":"session_unregister","type":"","path":"php/session_unregister.html","desc":"Unregister a global variable from the current session"}, "session_unset":{"name":"session_unset","type":"","path":"php/session_unset.html","desc":"释放所有的会话变量"}, "session_write_close":{"name":"session_write_close","type":"","path":"php/session_write_close.html","desc":"Write session data and end session"}, "setcookie":{"name":"setcookie","type":"","path":"php/setcookie.html","desc":"发送 Cookie"}, "setlocale":{"name":"setlocale","type":"","path":"php/setlocale.html","desc":"设置地区信息"}, "setproctitle":{"name":"setproctitle","type":"","path":"php/setproctitle.html","desc":"Set the process title"}, "setrawcookie":{"name":"setrawcookie","type":"","path":"php/setrawcookie.html","desc":"发送未经 URL 编码的 cookie"}, "setthreadtitle":{"name":"setthreadtitle","type":"","path":"php/setthreadtitle.html","desc":"Set the thread title"}, "settype":{"name":"settype","type":"","path":"php/settype.html","desc":"设置变量的类型"}, "set_error_handler":{"name":"set_error_handler","type":"","path":"php/set_error_handler.html","desc":"设置用户自定义的错误处理函数"}, "set_exception_handler":{"name":"set_exception_handler","type":"","path":"php/set_exception_handler.html","desc":"设置用户自定义的异常处理函数"}, "set_file_buffer":{"name":"set_file_buffer","type":"","path":"php/set_file_buffer.html","desc":"stream_set_write_buffer 的别名"}, "set_include_path":{"name":"set_include_path","type":"","path":"php/set_include_path.html","desc":"设置 include_path 配置选项"}, "set_magic_quotes_runtime":{"name":"set_magic_quotes_runtime","type":"","path":"php/set_magic_quotes_runtime.html","desc":"设置当前 magic_quotes_runtime 配置选项的激活状态"}, "set_socket_blocking":{"name":"set_socket_blocking","type":"","path":"php/set_socket_blocking.html","desc":"别名 stream_set_blocking"}, "set_time_limit":{"name":"set_time_limit","type":"","path":"php/set_time_limit.html","desc":"设置脚本最大执行时间"}, "sha1":{"name":"sha1","type":"","path":"php/sha1.html","desc":"计算字符串的 sha1 散列值"}, "sha1_file":{"name":"sha1_file","type":"","path":"php/sha1_file.html","desc":"计算文件的 sha1 散列值"}, "shell_exec":{"name":"shell_exec","type":"","path":"php/shell_exec.html","desc":"通过 shell 环境执行命令,并且将完整的输出以字符串的方式返回。"}, "shmop_close":{"name":"shmop_close","type":"","path":"php/shmop_close.html","desc":"Close shared memory block"}, "shmop_delete":{"name":"shmop_delete","type":"","path":"php/shmop_delete.html","desc":"Delete shared memory block"}, "shmop_open":{"name":"shmop_open","type":"","path":"php/shmop_open.html","desc":"Create or open shared memory block"}, "shmop_read":{"name":"shmop_read","type":"","path":"php/shmop_read.html","desc":"Read data from shared memory block"}, "shmop_size":{"name":"shmop_size","type":"","path":"php/shmop_size.html","desc":"Get size of shared memory block"}, "shmop_write":{"name":"shmop_write","type":"","path":"php/shmop_write.html","desc":"Write data into shared memory block"}, "shm_attach":{"name":"shm_attach","type":"","path":"php/shm_attach.html","desc":"Creates or open a shared memory segment"}, "shm_detach":{"name":"shm_detach","type":"","path":"php/shm_detach.html","desc":"Disconnects from shared memory segment"}, "shm_get_var":{"name":"shm_get_var","type":"","path":"php/shm_get_var.html","desc":"Returns a variable from shared memory"}, "shm_has_var":{"name":"shm_has_var","type":"","path":"php/shm_has_var.html","desc":"Check whether a specific entry exists"}, "shm_put_var":{"name":"shm_put_var","type":"","path":"php/shm_put_var.html","desc":"Inserts or updates a variable in shared memory"}, "shm_remove":{"name":"shm_remove","type":"","path":"php/shm_remove.html","desc":"Removes shared memory from Unix systems"}, "shm_remove_var":{"name":"shm_remove_var","type":"","path":"php/shm_remove_var.html","desc":"Removes a variable from shared memory"}, "show_source":{"name":"show_source","type":"","path":"php/show_source.html","desc":"别名 highlight_file"}, "shuffle":{"name":"shuffle","type":"","path":"php/shuffle.html","desc":"打乱数组"}, "similar_text":{"name":"similar_text","type":"","path":"php/similar_text.html","desc":"计算两个字符串的相似度"}, "simplexml_import_dom":{"name":"simplexml_import_dom","type":"","path":"php/simplexml_import_dom.html","desc":"Get a SimpleXMLElement object from a DOM node"}, "simplexml_load_file":{"name":"simplexml_load_file","type":"","path":"php/simplexml_load_file.html","desc":"Interprets an XML file into an object"}, "simplexml_load_string":{"name":"simplexml_load_string","type":"","path":"php/simplexml_load_string.html","desc":"Interprets a string of XML into an object"}, "sin":{"name":"sin","type":"","path":"php/sin.html","desc":"正弦"}, "sinh":{"name":"sinh","type":"","path":"php/sinh.html","desc":"双曲正弦"}, "sizeof":{"name":"sizeof","type":"","path":"php/sizeof.html","desc":"count 的别名"}, "sleep":{"name":"sleep","type":"","path":"php/sleep.html","desc":"延缓执行"}, "snmp2_get":{"name":"snmp2_get","type":"","path":"php/snmp2_get.html","desc":"Fetch an SNMP object"}, "snmp2_getnext":{"name":"snmp2_getnext","type":"","path":"php/snmp2_getnext.html","desc":"Fetch the SNMP object which follows the given object id"}, "snmp2_real_walk":{"name":"snmp2_real_walk","type":"","path":"php/snmp2_real_walk.html","desc":"Return all objects including their respective object ID within the specified one"}, "snmp2_set":{"name":"snmp2_set","type":"","path":"php/snmp2_set.html","desc":"Set the value of an SNMP object"}, "snmp2_walk":{"name":"snmp2_walk","type":"","path":"php/snmp2_walk.html","desc":"Fetch all the SNMP objects from an agent"}, "snmp3_get":{"name":"snmp3_get","type":"","path":"php/snmp3_get.html","desc":"Fetch an SNMP object"}, "snmp3_getnext":{"name":"snmp3_getnext","type":"","path":"php/snmp3_getnext.html","desc":"Fetch the SNMP object which follows the given object id"}, "snmp3_real_walk":{"name":"snmp3_real_walk","type":"","path":"php/snmp3_real_walk.html","desc":"Return all objects including their respective object ID within the specified one"}, "snmp3_set":{"name":"snmp3_set","type":"","path":"php/snmp3_set.html","desc":"Set the value of an SNMP object"}, "snmp3_walk":{"name":"snmp3_walk","type":"","path":"php/snmp3_walk.html","desc":"Fetch all the SNMP objects from an agent"}, "snmpget":{"name":"snmpget","type":"","path":"php/snmpget.html","desc":"获取一个 SNMP 对象"}, "snmpgetnext":{"name":"snmpgetnext","type":"","path":"php/snmpgetnext.html","desc":"Fetch the SNMP object which follows the given object id"}, "snmprealwalk":{"name":"snmprealwalk","type":"","path":"php/snmprealwalk.html","desc":"返回指定的所有对象,包括它们各自的对象 ID"}, "snmpset":{"name":"snmpset","type":"","path":"php/snmpset.html","desc":"设置一个 SNMP 对象"}, "snmpwalk":{"name":"snmpwalk","type":"","path":"php/snmpwalk.html","desc":"从代理返回所有的 SNMP 对象"}, "snmpwalkoid":{"name":"snmpwalkoid","type":"","path":"php/snmpwalkoid.html","desc":"查询关于网络实体的信息树"}, "snmp_get_quick_print":{"name":"snmp_get_quick_print","type":"","path":"php/snmp_get_quick_print.html","desc":"返回 UCD 库中 quick_print 设置的当前值"}, "snmp_get_valueretrieval":{"name":"snmp_get_valueretrieval","type":"","path":"php/snmp_get_valueretrieval.html","desc":"Return the method how the SNMP values will be returned"}, "snmp_read_mib":{"name":"snmp_read_mib","type":"","path":"php/snmp_read_mib.html","desc":"Reads and parses a MIB file into the active MIB tree"}, "snmp_set_enum_print":{"name":"snmp_set_enum_print","type":"","path":"php/snmp_set_enum_print.html","desc":"Return all values that are enums with their enum value instead of the raw integer"}, "snmp_set_oid_numeric_print":{"name":"snmp_set_oid_numeric_print","type":"","path":"php/snmp_set_oid_numeric_print.html","desc":"Set the OID output format"}, "snmp_set_oid_output_format":{"name":"snmp_set_oid_output_format","type":"","path":"php/snmp_set_oid_output_format.html","desc":"Set the OID output format"}, "snmp_set_quick_print":{"name":"snmp_set_quick_print","type":"","path":"php/snmp_set_quick_print.html","desc":"设置 UCD SNMP 库中 quick_print 的值"}, "snmp_set_valueretrieval":{"name":"snmp_set_valueretrieval","type":"","path":"php/snmp_set_valueretrieval.html","desc":"Specify the method how the SNMP values will be returned"}, "socket_accept":{"name":"socket_accept","type":"","path":"php/socket_accept.html","desc":"Accepts a connection on a socket"}, "socket_addrinfo_bind":{"name":"socket_addrinfo_bind","type":"","path":"php/socket_addrinfo_bind.html","desc":"Create and bind to a socket from a given addrinfo"}, "socket_addrinfo_connect":{"name":"socket_addrinfo_connect","type":"","path":"php/socket_addrinfo_connect.html","desc":"Create and connect to a socket from a given addrinfo"}, "socket_addrinfo_explain":{"name":"socket_addrinfo_explain","type":"","path":"php/socket_addrinfo_explain.html","desc":"Get information about addrinfo"}, "socket_addrinfo_lookup":{"name":"socket_addrinfo_lookup","type":"","path":"php/socket_addrinfo_lookup.html","desc":"Get array with contents of getaddrinfo about the given hostname"}, "socket_bind":{"name":"socket_bind","type":"","path":"php/socket_bind.html","desc":"给套接字绑定名字"}, "socket_clear_error":{"name":"socket_clear_error","type":"","path":"php/socket_clear_error.html","desc":"清除套接字或者最后的错误代码上的错误"}, "socket_close":{"name":"socket_close","type":"","path":"php/socket_close.html","desc":"关闭套接字资源"}, "socket_cmsg_space":{"name":"socket_cmsg_space","type":"","path":"php/socket_cmsg_space.html","desc":"Calculate message buffer size"}, "socket_connect":{"name":"socket_connect","type":"","path":"php/socket_connect.html","desc":"开启一个套接字连接"}, "socket_create":{"name":"socket_create","type":"","path":"php/socket_create.html","desc":"创建一个套接字(通讯节点)"}, "socket_create_listen":{"name":"socket_create_listen","type":"","path":"php/socket_create_listen.html","desc":"Opens a socket on port to accept connections"}, "socket_create_pair":{"name":"socket_create_pair","type":"","path":"php/socket_create_pair.html","desc":"Creates a pair of indistinguishable sockets and stores them in an array"}, "socket_export_stream":{"name":"socket_export_stream","type":"","path":"php/socket_export_stream.html","desc":"Export a socket extension resource into a stream that encapsulates a socket"}, "socket_getopt":{"name":"socket_getopt","type":"","path":"php/socket_getopt.html","desc":"别名 socket_get_option"}, "socket_getpeername":{"name":"socket_getpeername","type":"","path":"php/socket_getpeername.html","desc":"Queries the remote side of the given socket which may either result in hostport or in a Unix filesystem path, dependent on its type"}, "socket_getsockname":{"name":"socket_getsockname","type":"","path":"php/socket_getsockname.html","desc":"Queries the local side of the given socket which may either result in hostport or in a Unix filesystem path, dependent on its type"}, "socket_get_option":{"name":"socket_get_option","type":"","path":"php/socket_get_option.html","desc":"Gets socket options for the socket"}, "socket_get_status":{"name":"socket_get_status","type":"","path":"php/socket_get_status.html","desc":"别名 stream_get_meta_data"}, "socket_import_stream":{"name":"socket_import_stream","type":"","path":"php/socket_import_stream.html","desc":"Import a stream"}, "socket_last_error":{"name":"socket_last_error","type":"","path":"php/socket_last_error.html","desc":"Returns the last error on the socket"}, "socket_listen":{"name":"socket_listen","type":"","path":"php/socket_listen.html","desc":"Listens for a connection on a socket"}, "socket_read":{"name":"socket_read","type":"","path":"php/socket_read.html","desc":"Reads a maximum of length bytes from a socket"}, "socket_recv":{"name":"socket_recv","type":"","path":"php/socket_recv.html","desc":"从已连接的socket接收数据"}, "socket_recvfrom":{"name":"socket_recvfrom","type":"","path":"php/socket_recvfrom.html","desc":"Receives data from a socket whether or not it is connection-oriented"}, "socket_recvmsg":{"name":"socket_recvmsg","type":"","path":"php/socket_recvmsg.html","desc":"Read a message"}, "socket_select":{"name":"socket_select","type":"","path":"php/socket_select.html","desc":"Runs the select() system call on the given arrays of sockets with a specified timeout"}, "socket_send":{"name":"socket_send","type":"","path":"php/socket_send.html","desc":"Sends data to a connected socket"}, "socket_sendmsg":{"name":"socket_sendmsg","type":"","path":"php/socket_sendmsg.html","desc":"Send a message"}, "socket_sendto":{"name":"socket_sendto","type":"","path":"php/socket_sendto.html","desc":"Sends a message to a socket, whether it is connected or not"}, "socket_setopt":{"name":"socket_setopt","type":"","path":"php/socket_setopt.html","desc":"别名 socket_set_option"}, "socket_set_block":{"name":"socket_set_block","type":"","path":"php/socket_set_block.html","desc":"Sets blocking mode on a socket resource"}, "socket_set_blocking":{"name":"socket_set_blocking","type":"","path":"php/socket_set_blocking.html","desc":"别名 stream_set_blocking"}, "socket_set_nonblock":{"name":"socket_set_nonblock","type":"","path":"php/socket_set_nonblock.html","desc":"Sets nonblocking mode for file descriptor fd"}, "socket_set_option":{"name":"socket_set_option","type":"","path":"php/socket_set_option.html","desc":"Sets socket options for the socket"}, "socket_set_timeout":{"name":"socket_set_timeout","type":"","path":"php/socket_set_timeout.html","desc":"别名 stream_set_timeout"}, "socket_shutdown":{"name":"socket_shutdown","type":"","path":"php/socket_shutdown.html","desc":"Shuts down a socket for receiving, sending, or both"}, "socket_strerror":{"name":"socket_strerror","type":"","path":"php/socket_strerror.html","desc":"Return a string describing a socket error"}, "socket_write":{"name":"socket_write","type":"","path":"php/socket_write.html","desc":"Write to a socket"}, "sodium_add":{"name":"sodium_add","type":"","path":"php/sodium_add.html","desc":"Add large numbers"}, "sodium_bin2hex":{"name":"sodium_bin2hex","type":"","path":"php/sodium_bin2hex.html","desc":"Encode to hexadecimal"}, "sodium_compare":{"name":"sodium_compare","type":"","path":"php/sodium_compare.html","desc":"Compare large numbers"}, "sodium_crypto_aead_aes256gcm_decrypt":{"name":"sodium_crypto_aead_aes256gcm_decrypt","type":"","path":"php/sodium_crypto_aead_aes256gcm_decrypt.html","desc":"Decrypt in combined mode with precalculation"}, "sodium_crypto_aead_aes256gcm_encrypt":{"name":"sodium_crypto_aead_aes256gcm_encrypt","type":"","path":"php/sodium_crypto_aead_aes256gcm_encrypt.html","desc":"Encrypt in combined mode with precalculation"}, "sodium_crypto_aead_aes256gcm_is_available":{"name":"sodium_crypto_aead_aes256gcm_is_available","type":"","path":"php/sodium_crypto_aead_aes256gcm_is_available.html","desc":"Check if hardware supports AES256-GCM"}, "sodium_crypto_aead_aes256gcm_keygen":{"name":"sodium_crypto_aead_aes256gcm_keygen","type":"","path":"php/sodium_crypto_aead_aes256gcm_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_aead_chacha20poly1305_decrypt":{"name":"sodium_crypto_aead_chacha20poly1305_decrypt","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_decrypt.html","desc":"Verify that the ciphertext includes a valid tag"}, "sodium_crypto_aead_chacha20poly1305_encrypt":{"name":"sodium_crypto_aead_chacha20poly1305_encrypt","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_encrypt.html","desc":"Encrypt a message"}, "sodium_crypto_aead_chacha20poly1305_ietf_decrypt":{"name":"sodium_crypto_aead_chacha20poly1305_ietf_decrypt","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_ietf_decrypt.html","desc":"Verify that the ciphertext includes a valid tag"}, "sodium_crypto_aead_chacha20poly1305_ietf_encrypt":{"name":"sodium_crypto_aead_chacha20poly1305_ietf_encrypt","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_ietf_encrypt.html","desc":"Encrypt a message"}, "sodium_crypto_aead_chacha20poly1305_ietf_keygen":{"name":"sodium_crypto_aead_chacha20poly1305_ietf_keygen","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_ietf_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_aead_chacha20poly1305_keygen":{"name":"sodium_crypto_aead_chacha20poly1305_keygen","type":"","path":"php/sodium_crypto_aead_chacha20poly1305_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_auth":{"name":"sodium_crypto_auth","type":"","path":"php/sodium_crypto_auth.html","desc":"Compute a tag for the message"}, "sodium_crypto_auth_keygen":{"name":"sodium_crypto_auth_keygen","type":"","path":"php/sodium_crypto_auth_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_auth_verify":{"name":"sodium_crypto_auth_verify","type":"","path":"php/sodium_crypto_auth_verify.html","desc":"Verifies that the tag is valid for the message"}, "sodium_crypto_box":{"name":"sodium_crypto_box","type":"","path":"php/sodium_crypto_box.html","desc":"Encrypt a message"}, "sodium_crypto_box_keypair":{"name":"sodium_crypto_box_keypair","type":"","path":"php/sodium_crypto_box_keypair.html","desc":"Randomly generate a secret key and a corresponding public key"}, "sodium_crypto_box_open":{"name":"sodium_crypto_box_open","type":"","path":"php/sodium_crypto_box_open.html","desc":"Verify and decrypt a ciphertext"}, "sodium_crypto_box_seal":{"name":"sodium_crypto_box_seal","type":"","path":"php/sodium_crypto_box_seal.html","desc":"Encrypt a message"}, "sodium_crypto_box_seal_open":{"name":"sodium_crypto_box_seal_open","type":"","path":"php/sodium_crypto_box_seal_open.html","desc":"Decrypt the ciphertext"}, "sodium_crypto_box_seed_keypair":{"name":"sodium_crypto_box_seed_keypair","type":"","path":"php/sodium_crypto_box_seed_keypair.html","desc":"Deterministically derive the key pair from a single key"}, "sodium_crypto_generichash":{"name":"sodium_crypto_generichash","type":"","path":"php/sodium_crypto_generichash.html","desc":"Get a hash of the message"}, "sodium_crypto_generichash_final":{"name":"sodium_crypto_generichash_final","type":"","path":"php/sodium_crypto_generichash_final.html","desc":"Complete the hash"}, "sodium_crypto_generichash_init":{"name":"sodium_crypto_generichash_init","type":"","path":"php/sodium_crypto_generichash_init.html","desc":"Initialize a hash"}, "sodium_crypto_generichash_keygen":{"name":"sodium_crypto_generichash_keygen","type":"","path":"php/sodium_crypto_generichash_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_generichash_update":{"name":"sodium_crypto_generichash_update","type":"","path":"php/sodium_crypto_generichash_update.html","desc":"Add message to a hash"}, "sodium_crypto_kdf_derive_from_key":{"name":"sodium_crypto_kdf_derive_from_key","type":"","path":"php/sodium_crypto_kdf_derive_from_key.html","desc":"Derive a subkey"}, "sodium_crypto_kdf_keygen":{"name":"sodium_crypto_kdf_keygen","type":"","path":"php/sodium_crypto_kdf_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_kx_keypair":{"name":"sodium_crypto_kx_keypair","type":"","path":"php/sodium_crypto_kx_keypair.html","desc":"Creates a new sodium keypair"}, "sodium_crypto_pwhash":{"name":"sodium_crypto_pwhash","type":"","path":"php/sodium_crypto_pwhash.html","desc":"Derive a key from a password"}, "sodium_crypto_pwhash_scryptsalsa208sha256":{"name":"sodium_crypto_pwhash_scryptsalsa208sha256","type":"","path":"php/sodium_crypto_pwhash_scryptsalsa208sha256.html","desc":"Derives a key from a password"}, "sodium_crypto_pwhash_scryptsalsa208sha256_str":{"name":"sodium_crypto_pwhash_scryptsalsa208sha256_str","type":"","path":"php/sodium_crypto_pwhash_scryptsalsa208sha256_str.html","desc":"Get an ASCII encoded hash"}, "sodium_crypto_pwhash_scryptsalsa208sha256_str_verify":{"name":"sodium_crypto_pwhash_scryptsalsa208sha256_str_verify","type":"","path":"php/sodium_crypto_pwhash_scryptsalsa208sha256_str_verify.html","desc":"Verify that the password is a valid password verification string"}, "sodium_crypto_pwhash_str":{"name":"sodium_crypto_pwhash_str","type":"","path":"php/sodium_crypto_pwhash_str.html","desc":"Get an ASCII-encoded hash"}, "sodium_crypto_pwhash_str_verify":{"name":"sodium_crypto_pwhash_str_verify","type":"","path":"php/sodium_crypto_pwhash_str_verify.html","desc":"Verifies that a password matches a hash"}, "sodium_crypto_scalarmult":{"name":"sodium_crypto_scalarmult","type":"","path":"php/sodium_crypto_scalarmult.html","desc":"Compute a shared secret given a user's secret key and another user's public key"}, "sodium_crypto_scalarmult_base":{"name":"sodium_crypto_scalarmult_base","type":"","path":"php/sodium_crypto_scalarmult_base.html","desc":"别名 sodium_crypto_box_publickey_from_secretkey"}, "sodium_crypto_secretbox":{"name":"sodium_crypto_secretbox","type":"","path":"php/sodium_crypto_secretbox.html","desc":"Encrypt a message"}, "sodium_crypto_secretbox_keygen":{"name":"sodium_crypto_secretbox_keygen","type":"","path":"php/sodium_crypto_secretbox_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_secretbox_open":{"name":"sodium_crypto_secretbox_open","type":"","path":"php/sodium_crypto_secretbox_open.html","desc":"Verify and decrypt a ciphertext"}, "sodium_crypto_shorthash":{"name":"sodium_crypto_shorthash","type":"","path":"php/sodium_crypto_shorthash.html","desc":"Compute a fixed-size fingerprint for the message"}, "sodium_crypto_shorthash_keygen":{"name":"sodium_crypto_shorthash_keygen","type":"","path":"php/sodium_crypto_shorthash_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_sign":{"name":"sodium_crypto_sign","type":"","path":"php/sodium_crypto_sign.html","desc":"Sign a message"}, "sodium_crypto_sign_detached":{"name":"sodium_crypto_sign_detached","type":"","path":"php/sodium_crypto_sign_detached.html","desc":"Sign the message"}, "sodium_crypto_sign_ed25519_pk_to_curve25519":{"name":"sodium_crypto_sign_ed25519_pk_to_curve25519","type":"","path":"php/sodium_crypto_sign_ed25519_pk_to_curve25519.html","desc":"Convert an Ed25519 public key to a Curve25519 public key"}, "sodium_crypto_sign_ed25519_sk_to_curve25519":{"name":"sodium_crypto_sign_ed25519_sk_to_curve25519","type":"","path":"php/sodium_crypto_sign_ed25519_sk_to_curve25519.html","desc":"Convert an Ed25519 secret key to a Curve25519 secret key"}, "sodium_crypto_sign_keypair":{"name":"sodium_crypto_sign_keypair","type":"","path":"php/sodium_crypto_sign_keypair.html","desc":"Randomly generate a secret key and a corresponding public key"}, "sodium_crypto_sign_open":{"name":"sodium_crypto_sign_open","type":"","path":"php/sodium_crypto_sign_open.html","desc":"Check that the signed message has a valid signature"}, "sodium_crypto_sign_publickey_from_secretkey":{"name":"sodium_crypto_sign_publickey_from_secretkey","type":"","path":"php/sodium_crypto_sign_publickey_from_secretkey.html","desc":"Extract the public key from the secret key"}, "sodium_crypto_sign_seed_keypair":{"name":"sodium_crypto_sign_seed_keypair","type":"","path":"php/sodium_crypto_sign_seed_keypair.html","desc":"Deterministically derive the key pair from a single key"}, "sodium_crypto_sign_verify_detached":{"name":"sodium_crypto_sign_verify_detached","type":"","path":"php/sodium_crypto_sign_verify_detached.html","desc":"Verify signature for the message"}, "sodium_crypto_stream":{"name":"sodium_crypto_stream","type":"","path":"php/sodium_crypto_stream.html","desc":"Generate a deterministic sequence of bytes from a seed"}, "sodium_crypto_stream_keygen":{"name":"sodium_crypto_stream_keygen","type":"","path":"php/sodium_crypto_stream_keygen.html","desc":"Get random bytes for key"}, "sodium_crypto_stream_xor":{"name":"sodium_crypto_stream_xor","type":"","path":"php/sodium_crypto_stream_xor.html","desc":"Encrypt a message"}, "sodium_hex2bin":{"name":"sodium_hex2bin","type":"","path":"php/sodium_hex2bin.html","desc":"Decodes a hexadecimally encoded binary string"}, "sodium_increment":{"name":"sodium_increment","type":"","path":"php/sodium_increment.html","desc":"Increment large number"}, "sodium_memcmp":{"name":"sodium_memcmp","type":"","path":"php/sodium_memcmp.html","desc":"Test for equality in constant-time"}, "sodium_memzero":{"name":"sodium_memzero","type":"","path":"php/sodium_memzero.html","desc":"Overwrite buf with zeros"}, "sodium_pad":{"name":"sodium_pad","type":"","path":"php/sodium_pad.html","desc":"Add padding data"}, "sodium_unpad":{"name":"sodium_unpad","type":"","path":"php/sodium_unpad.html","desc":"Remove padding data"}, "solr_get_version":{"name":"solr_get_version","type":"","path":"php/solr_get_version.html","desc":"返回当前Solr扩展的版本"}, "sort":{"name":"sort","type":"","path":"php/sort.html","desc":"对数组排序"}, "soundex":{"name":"soundex","type":"","path":"php/soundex.html","desc":"Calculate the soundex key of a string"}, "split":{"name":"split","type":"","path":"php/split.html","desc":"用正则表达式将字符串分割到数组中"}, "spliti":{"name":"spliti","type":"","path":"php/spliti.html","desc":"用正则表达式不区分大小写将字符串分割到数组中"}, "spl_autoload":{"name":"spl_autoload","type":"","path":"php/spl_autoload.html","desc":"__autoload()函数的默认实现"}, "spl_autoload_call":{"name":"spl_autoload_call","type":"","path":"php/spl_autoload_call.html","desc":"尝试调用所有已注册的__autoload()函数来装载请求类"}, "spl_autoload_extensions":{"name":"spl_autoload_extensions","type":"","path":"php/spl_autoload_extensions.html","desc":"注册并返回spl_autoload函数使用的默认文件扩展名。"}, "spl_autoload_functions":{"name":"spl_autoload_functions","type":"","path":"php/spl_autoload_functions.html","desc":"返回所有已注册的__autoload()函数。"}, "spl_autoload_register":{"name":"spl_autoload_register","type":"","path":"php/spl_autoload_register.html","desc":"注册给定的函数作为 __autoload 的实现"}, "spl_autoload_unregister":{"name":"spl_autoload_unregister","type":"","path":"php/spl_autoload_unregister.html","desc":"注销已注册的__autoload()函数"}, "spl_classes":{"name":"spl_classes","type":"","path":"php/spl_classes.html","desc":"返回所有可用的SPL类"}, "spl_object_hash":{"name":"spl_object_hash","type":"","path":"php/spl_object_hash.html","desc":"返回指定对象的hash id"}, "spl_object_id":{"name":"spl_object_id","type":"","path":"php/spl_object_id.html","desc":"Return the integer object handle for given object"}, "sprintf":{"name":"sprintf","type":"","path":"php/sprintf.html","desc":"Return a formatted string"}, "sqlite_array_query":{"name":"sqlite_array_query","type":"","path":"php/sqlite_array_query.html","desc":"Execute a query against a given database and returns an array"}, "sqlite_busy_timeout":{"name":"sqlite_busy_timeout","type":"","path":"php/sqlite_busy_timeout.html","desc":"Set busy timeout duration, or disable busy handlers"}, "sqlite_changes":{"name":"sqlite_changes","type":"","path":"php/sqlite_changes.html","desc":"Returns the number of rows that were changed by "}, "sqlite_close":{"name":"sqlite_close","type":"","path":"php/sqlite_close.html","desc":"Closes an open SQLite database"}, "sqlite_column":{"name":"sqlite_column","type":"","path":"php/sqlite_column.html","desc":"Fetches a column from the current row of a result set"}, "sqlite_create_aggregate":{"name":"sqlite_create_aggregate","type":"","path":"php/sqlite_create_aggregate.html","desc":"Register an aggregating UDF for use in SQL statements"}, "sqlite_create_function":{"name":"sqlite_create_function","type":"","path":"php/sqlite_create_function.html","desc":"Registers a "regular" User Defined Function for use in SQL statements"}, "sqlite_current":{"name":"sqlite_current","type":"","path":"php/sqlite_current.html","desc":"Fetches the current row from a result set as an array"}, "sqlite_error_string":{"name":"sqlite_error_string","type":"","path":"php/sqlite_error_string.html","desc":"Returns the textual description of an error code"}, "sqlite_escape_string":{"name":"sqlite_escape_string","type":"","path":"php/sqlite_escape_string.html","desc":"Escapes a string for use as a query parameter"}, "sqlite_exec":{"name":"sqlite_exec","type":"","path":"php/sqlite_exec.html","desc":"Executes a result-less query against a given database"}, "sqlite_factory":{"name":"sqlite_factory","type":"","path":"php/sqlite_factory.html","desc":"Opens an SQLite database and returns an SQLiteDatabase object"}, "sqlite_fetch_all":{"name":"sqlite_fetch_all","type":"","path":"php/sqlite_fetch_all.html","desc":"Fetches all rows from a result set as an array of arrays"}, "sqlite_fetch_array":{"name":"sqlite_fetch_array","type":"","path":"php/sqlite_fetch_array.html","desc":"Fetches the next row from a result set as an array"}, "sqlite_fetch_column_types":{"name":"sqlite_fetch_column_types","type":"","path":"php/sqlite_fetch_column_types.html","desc":"Return an array of column types from a particular table"}, "sqlite_fetch_object":{"name":"sqlite_fetch_object","type":"","path":"php/sqlite_fetch_object.html","desc":"Fetches the next row from a result set as an object"}, "sqlite_fetch_single":{"name":"sqlite_fetch_single","type":"","path":"php/sqlite_fetch_single.html","desc":"Fetches the first column of a result set as a string"}, "sqlite_fetch_string":{"name":"sqlite_fetch_string","type":"","path":"php/sqlite_fetch_string.html","desc":"别名 sqlite_fetch_single"}, "sqlite_field_name":{"name":"sqlite_field_name","type":"","path":"php/sqlite_field_name.html","desc":"Returns the name of a particular field"}, "sqlite_has_more":{"name":"sqlite_has_more","type":"","path":"php/sqlite_has_more.html","desc":"Finds whether or not more rows are available"}, "sqlite_has_prev":{"name":"sqlite_has_prev","type":"","path":"php/sqlite_has_prev.html","desc":"Returns whether or not a previous row is available"}, "sqlite_key":{"name":"sqlite_key","type":"","path":"php/sqlite_key.html","desc":"Returns the current row index"}, "sqlite_last_error":{"name":"sqlite_last_error","type":"","path":"php/sqlite_last_error.html","desc":"Returns the error code of the last error for a database"}, "sqlite_last_insert_rowid":{"name":"sqlite_last_insert_rowid","type":"","path":"php/sqlite_last_insert_rowid.html","desc":"Returns the rowid of the most recently inserted row"}, "sqlite_libencoding":{"name":"sqlite_libencoding","type":"","path":"php/sqlite_libencoding.html","desc":"Returns the encoding of the linked SQLite library"}, "sqlite_libversion":{"name":"sqlite_libversion","type":"","path":"php/sqlite_libversion.html","desc":"Returns the version of the linked SQLite library"}, "sqlite_next":{"name":"sqlite_next","type":"","path":"php/sqlite_next.html","desc":"Seek to the next row number"}, "sqlite_num_fields":{"name":"sqlite_num_fields","type":"","path":"php/sqlite_num_fields.html","desc":"Returns the number of fields in a result set"}, "sqlite_num_rows":{"name":"sqlite_num_rows","type":"","path":"php/sqlite_num_rows.html","desc":"Returns the number of rows in a buffered result set"}, "sqlite_open":{"name":"sqlite_open","type":"","path":"php/sqlite_open.html","desc":"Opens an SQLite database and create the database if it does not exist"}, "sqlite_popen":{"name":"sqlite_popen","type":"","path":"php/sqlite_popen.html","desc":"Opens a persistent handle to an SQLite database and create the database if it does not exist"}, "sqlite_prev":{"name":"sqlite_prev","type":"","path":"php/sqlite_prev.html","desc":"Seek to the previous row number of a result set"}, "sqlite_query":{"name":"sqlite_query","type":"","path":"php/sqlite_query.html","desc":"Executes a query against a given database and returns a result handle"}, "sqlite_rewind":{"name":"sqlite_rewind","type":"","path":"php/sqlite_rewind.html","desc":"Seek to the first row number"}, "sqlite_seek":{"name":"sqlite_seek","type":"","path":"php/sqlite_seek.html","desc":"Seek to a particular row number of a buffered result set"}, "sqlite_single_query":{"name":"sqlite_single_query","type":"","path":"php/sqlite_single_query.html","desc":"Executes a query and returns either an array for one single column or the value of the first row"}, "sqlite_udf_decode_binary":{"name":"sqlite_udf_decode_binary","type":"","path":"php/sqlite_udf_decode_binary.html","desc":"Decode binary data passed as parameters to an UDF"}, "sqlite_udf_encode_binary":{"name":"sqlite_udf_encode_binary","type":"","path":"php/sqlite_udf_encode_binary.html","desc":"Encode binary data before returning it from an UDF"}, "sqlite_unbuffered_query":{"name":"sqlite_unbuffered_query","type":"","path":"php/sqlite_unbuffered_query.html","desc":"Execute a query that does not prefetch and buffer all data"}, "sqlite_valid":{"name":"sqlite_valid","type":"","path":"php/sqlite_valid.html","desc":"Returns whether more rows are available"}, "sqlsrv_begin_transaction":{"name":"sqlsrv_begin_transaction","type":"","path":"php/sqlsrv_begin_transaction.html","desc":"Begins a database transaction"}, "sqlsrv_cancel":{"name":"sqlsrv_cancel","type":"","path":"php/sqlsrv_cancel.html","desc":"Cancels a statement"}, "sqlsrv_client_info":{"name":"sqlsrv_client_info","type":"","path":"php/sqlsrv_client_info.html","desc":"Returns information about the client and specified connection"}, "sqlsrv_close":{"name":"sqlsrv_close","type":"","path":"php/sqlsrv_close.html","desc":"Closes an open connection and releases resourses associated with the connection"}, "sqlsrv_commit":{"name":"sqlsrv_commit","type":"","path":"php/sqlsrv_commit.html","desc":"Commits a transaction that was begun with sqlsrv_begin_transaction"}, "sqlsrv_configure":{"name":"sqlsrv_configure","type":"","path":"php/sqlsrv_configure.html","desc":"Changes the driver error handling and logging configurations"}, "sqlsrv_connect":{"name":"sqlsrv_connect","type":"","path":"php/sqlsrv_connect.html","desc":"Opens a connection to a Microsoft SQL Server database"}, "sqlsrv_errors":{"name":"sqlsrv_errors","type":"","path":"php/sqlsrv_errors.html","desc":"Returns error and warning information about the last SQLSRV operation performed"}, "sqlsrv_execute":{"name":"sqlsrv_execute","type":"","path":"php/sqlsrv_execute.html","desc":"Executes a statement prepared with sqlsrv_prepare"}, "sqlsrv_fetch":{"name":"sqlsrv_fetch","type":"","path":"php/sqlsrv_fetch.html","desc":"Makes the next row in a result set available for reading"}, "sqlsrv_fetch_array":{"name":"sqlsrv_fetch_array","type":"","path":"php/sqlsrv_fetch_array.html","desc":"Returns a row as an array"}, "sqlsrv_fetch_object":{"name":"sqlsrv_fetch_object","type":"","path":"php/sqlsrv_fetch_object.html","desc":"Retrieves the next row of data in a result set as an object"}, "sqlsrv_field_metadata":{"name":"sqlsrv_field_metadata","type":"","path":"php/sqlsrv_field_metadata.html","desc":"Retrieves metadata for the fields of a statement pre"}, "sqlsrv_free_stmt":{"name":"sqlsrv_free_stmt","type":"","path":"php/sqlsrv_free_stmt.html","desc":"Frees all resources for the specified statement"}, "sqlsrv_get_config":{"name":"sqlsrv_get_config","type":"","path":"php/sqlsrv_get_config.html","desc":"Returns the value of the specified configuration setting"}, "sqlsrv_get_field":{"name":"sqlsrv_get_field","type":"","path":"php/sqlsrv_get_field.html","desc":"Gets field data from the currently selected row"}, "sqlsrv_has_rows":{"name":"sqlsrv_has_rows","type":"","path":"php/sqlsrv_has_rows.html","desc":"Indicates whether the specified statement has rows"}, "sqlsrv_next_result":{"name":"sqlsrv_next_result","type":"","path":"php/sqlsrv_next_result.html","desc":"Makes the next result of the specified statement active"}, "sqlsrv_num_fields":{"name":"sqlsrv_num_fields","type":"","path":"php/sqlsrv_num_fields.html","desc":"Retrieves the number of fields (columns) on a statement"}, "sqlsrv_num_rows":{"name":"sqlsrv_num_rows","type":"","path":"php/sqlsrv_num_rows.html","desc":"Retrieves the number of rows in a result set"}, "sqlsrv_prepare":{"name":"sqlsrv_prepare","type":"","path":"php/sqlsrv_prepare.html","desc":"Prepares a query for execution"}, "sqlsrv_query":{"name":"sqlsrv_query","type":"","path":"php/sqlsrv_query.html","desc":"Prepares and executes a query"}, "sqlsrv_rollback":{"name":"sqlsrv_rollback","type":"","path":"php/sqlsrv_rollback.html","desc":"Rolls back a transaction that was be"}, "sqlsrv_rows_affected":{"name":"sqlsrv_rows_affected","type":"","path":"php/sqlsrv_rows_affected.html","desc":"Returns the number of rows modified by the last INSERT, UP"}, "sqlsrv_send_stream_data":{"name":"sqlsrv_send_stream_data","type":"","path":"php/sqlsrv_send_stream_data.html","desc":"Sends data from parameter streams to the server"}, "sqlsrv_server_info":{"name":"sqlsrv_server_info","type":"","path":"php/sqlsrv_server_info.html","desc":"Returns information about the server"}, "sql_regcase":{"name":"sql_regcase","type":"","path":"php/sql_regcase.html","desc":"产生用于不区分大小的匹配的正则表达式"}, "sqrt":{"name":"sqrt","type":"","path":"php/sqrt.html","desc":"平方根"}, "srand":{"name":"srand","type":"","path":"php/srand.html","desc":"播下随机数发生器种子"}, "sscanf":{"name":"sscanf","type":"","path":"php/sscanf.html","desc":"根据指定格式解析输入的字符"}, "ssdeep_fuzzy_compare":{"name":"ssdeep_fuzzy_compare","type":"","path":"php/ssdeep_fuzzy_compare.html","desc":"Calculates the match score between two fuzzy hash signatures"}, "ssdeep_fuzzy_hash":{"name":"ssdeep_fuzzy_hash","type":"","path":"php/ssdeep_fuzzy_hash.html","desc":"Create a fuzzy hash from a string"}, "ssdeep_fuzzy_hash_filename":{"name":"ssdeep_fuzzy_hash_filename","type":"","path":"php/ssdeep_fuzzy_hash_filename.html","desc":"Create a fuzzy hash from a file"}, "ssh2_auth_agent":{"name":"ssh2_auth_agent","type":"","path":"php/ssh2_auth_agent.html","desc":"Authenticate over SSH using the ssh agent"}, "ssh2_auth_hostbased_file":{"name":"ssh2_auth_hostbased_file","type":"","path":"php/ssh2_auth_hostbased_file.html","desc":"Authenticate using a public hostkey"}, "ssh2_auth_none":{"name":"ssh2_auth_none","type":"","path":"php/ssh2_auth_none.html","desc":"Authenticate as "none""}, "ssh2_auth_password":{"name":"ssh2_auth_password","type":"","path":"php/ssh2_auth_password.html","desc":"Authenticate over SSH using a plain password"}, "ssh2_auth_pubkey_file":{"name":"ssh2_auth_pubkey_file","type":"","path":"php/ssh2_auth_pubkey_file.html","desc":"Authenticate using a public key"}, "ssh2_connect":{"name":"ssh2_connect","type":"","path":"php/ssh2_connect.html","desc":"Connect to an SSH server"}, "ssh2_disconnect":{"name":"ssh2_disconnect","type":"","path":"php/ssh2_disconnect.html","desc":"Close a connection to a remote SSH server"}, "ssh2_exec":{"name":"ssh2_exec","type":"","path":"php/ssh2_exec.html","desc":"Execute a command on a remote server"}, "ssh2_fetch_stream":{"name":"ssh2_fetch_stream","type":"","path":"php/ssh2_fetch_stream.html","desc":"Fetch an extended data stream"}, "ssh2_fingerprint":{"name":"ssh2_fingerprint","type":"","path":"php/ssh2_fingerprint.html","desc":"Retrieve fingerprint of remote server"}, "ssh2_methods_negotiated":{"name":"ssh2_methods_negotiated","type":"","path":"php/ssh2_methods_negotiated.html","desc":"Return list of negotiated methods"}, "ssh2_publickey_add":{"name":"ssh2_publickey_add","type":"","path":"php/ssh2_publickey_add.html","desc":"Add an authorized publickey"}, "ssh2_publickey_init":{"name":"ssh2_publickey_init","type":"","path":"php/ssh2_publickey_init.html","desc":"Initialize Publickey subsystem"}, "ssh2_publickey_list":{"name":"ssh2_publickey_list","type":"","path":"php/ssh2_publickey_list.html","desc":"List currently authorized publickeys"}, "ssh2_publickey_remove":{"name":"ssh2_publickey_remove","type":"","path":"php/ssh2_publickey_remove.html","desc":"Remove an authorized publickey"}, "ssh2_scp_recv":{"name":"ssh2_scp_recv","type":"","path":"php/ssh2_scp_recv.html","desc":"Request a file via SCP"}, "ssh2_scp_send":{"name":"ssh2_scp_send","type":"","path":"php/ssh2_scp_send.html","desc":"Send a file via SCP"}, "ssh2_sftp":{"name":"ssh2_sftp","type":"","path":"php/ssh2_sftp.html","desc":"Initialize SFTP subsystem"}, "ssh2_sftp_chmod":{"name":"ssh2_sftp_chmod","type":"","path":"php/ssh2_sftp_chmod.html","desc":"Changes file mode"}, "ssh2_sftp_lstat":{"name":"ssh2_sftp_lstat","type":"","path":"php/ssh2_sftp_lstat.html","desc":"Stat a symbolic link"}, "ssh2_sftp_mkdir":{"name":"ssh2_sftp_mkdir","type":"","path":"php/ssh2_sftp_mkdir.html","desc":"Create a directory"}, "ssh2_sftp_readlink":{"name":"ssh2_sftp_readlink","type":"","path":"php/ssh2_sftp_readlink.html","desc":"Return the target of a symbolic link"}, "ssh2_sftp_realpath":{"name":"ssh2_sftp_realpath","type":"","path":"php/ssh2_sftp_realpath.html","desc":"Resolve the realpath of a provided path string"}, "ssh2_sftp_rename":{"name":"ssh2_sftp_rename","type":"","path":"php/ssh2_sftp_rename.html","desc":"Rename a remote file"}, "ssh2_sftp_rmdir":{"name":"ssh2_sftp_rmdir","type":"","path":"php/ssh2_sftp_rmdir.html","desc":"Remove a directory"}, "ssh2_sftp_stat":{"name":"ssh2_sftp_stat","type":"","path":"php/ssh2_sftp_stat.html","desc":"Stat a file on a remote filesystem"}, "ssh2_sftp_symlink":{"name":"ssh2_sftp_symlink","type":"","path":"php/ssh2_sftp_symlink.html","desc":"Create a symlink"}, "ssh2_sftp_unlink":{"name":"ssh2_sftp_unlink","type":"","path":"php/ssh2_sftp_unlink.html","desc":"Delete a file"}, "ssh2_shell":{"name":"ssh2_shell","type":"","path":"php/ssh2_shell.html","desc":"Request an interactive shell"}, "ssh2_tunnel":{"name":"ssh2_tunnel","type":"","path":"php/ssh2_tunnel.html","desc":"Open a tunnel through a remote server"}, "stat":{"name":"stat","type":"","path":"php/stat.html","desc":"给出文件的信息"}, "stats_absolute_deviation":{"name":"stats_absolute_deviation","type":"","path":"php/stats_absolute_deviation.html","desc":"Returns the absolute deviation of an array of values"}, "stats_cdf_beta":{"name":"stats_cdf_beta","type":"","path":"php/stats_cdf_beta.html","desc":"Calculates any one parameter of the beta distribution given values for the others"}, "stats_cdf_binomial":{"name":"stats_cdf_binomial","type":"","path":"php/stats_cdf_binomial.html","desc":"Calculates any one parameter of the binomial distribution given values for the others"}, "stats_cdf_cauchy":{"name":"stats_cdf_cauchy","type":"","path":"php/stats_cdf_cauchy.html","desc":"Calculates any one parameter of the Cauchy distribution given values for the others"}, "stats_cdf_chisquare":{"name":"stats_cdf_chisquare","type":"","path":"php/stats_cdf_chisquare.html","desc":"Calculates any one parameter of the chi-square distribution given values for the others"}, "stats_cdf_exponential":{"name":"stats_cdf_exponential","type":"","path":"php/stats_cdf_exponential.html","desc":"Calculates any one parameter of the exponential distribution given values for the others"}, "stats_cdf_f":{"name":"stats_cdf_f","type":"","path":"php/stats_cdf_f.html","desc":"Calculates any one parameter of the F distribution given values for the others"}, "stats_cdf_gamma":{"name":"stats_cdf_gamma","type":"","path":"php/stats_cdf_gamma.html","desc":"Calculates any one parameter of the gamma distribution given values for the others"}, "stats_cdf_laplace":{"name":"stats_cdf_laplace","type":"","path":"php/stats_cdf_laplace.html","desc":"Calculates any one parameter of the Laplace distribution given values for the others"}, "stats_cdf_logistic":{"name":"stats_cdf_logistic","type":"","path":"php/stats_cdf_logistic.html","desc":"Calculates any one parameter of the logistic distribution given values for the others"}, "stats_cdf_negative_binomial":{"name":"stats_cdf_negative_binomial","type":"","path":"php/stats_cdf_negative_binomial.html","desc":"Calculates any one parameter of the negative binomial distribution given values for the others"}, "stats_cdf_noncentral_chisquare":{"name":"stats_cdf_noncentral_chisquare","type":"","path":"php/stats_cdf_noncentral_chisquare.html","desc":"Calculates any one parameter of the non-central chi-square distribution given values for the others"}, "stats_cdf_noncentral_f":{"name":"stats_cdf_noncentral_f","type":"","path":"php/stats_cdf_noncentral_f.html","desc":"Calculates any one parameter of the non-central F distribution given values for the others"}, "stats_cdf_noncentral_t":{"name":"stats_cdf_noncentral_t","type":"","path":"php/stats_cdf_noncentral_t.html","desc":"Calculates any one parameter of the non-central t-distribution give values for the others"}, "stats_cdf_normal":{"name":"stats_cdf_normal","type":"","path":"php/stats_cdf_normal.html","desc":"Calculates any one parameter of the normal distribution given values for the others"}, "stats_cdf_poisson":{"name":"stats_cdf_poisson","type":"","path":"php/stats_cdf_poisson.html","desc":"Calculates any one parameter of the Poisson distribution given values for the others"}, "stats_cdf_t":{"name":"stats_cdf_t","type":"","path":"php/stats_cdf_t.html","desc":"Calculates any one parameter of the t-distribution given values for the others"}, "stats_cdf_uniform":{"name":"stats_cdf_uniform","type":"","path":"php/stats_cdf_uniform.html","desc":"Calculates any one parameter of the uniform distribution given values for the others"}, "stats_cdf_weibull":{"name":"stats_cdf_weibull","type":"","path":"php/stats_cdf_weibull.html","desc":"Calculates any one parameter of the Weibull distribution given values for the others"}, "stats_covariance":{"name":"stats_covariance","type":"","path":"php/stats_covariance.html","desc":"Computes the covariance of two data sets"}, "stats_dens_beta":{"name":"stats_dens_beta","type":"","path":"php/stats_dens_beta.html","desc":"Probability density function of the beta distribution"}, "stats_dens_cauchy":{"name":"stats_dens_cauchy","type":"","path":"php/stats_dens_cauchy.html","desc":"Probability density function of the Cauchy distribution"}, "stats_dens_chisquare":{"name":"stats_dens_chisquare","type":"","path":"php/stats_dens_chisquare.html","desc":"Probability density function of the chi-square distribution"}, "stats_dens_exponential":{"name":"stats_dens_exponential","type":"","path":"php/stats_dens_exponential.html","desc":"Probability density function of the exponential distribution"}, "stats_dens_f":{"name":"stats_dens_f","type":"","path":"php/stats_dens_f.html","desc":"Probability density function of the F distribution"}, "stats_dens_gamma":{"name":"stats_dens_gamma","type":"","path":"php/stats_dens_gamma.html","desc":"Probability density function of the gamma distribution"}, "stats_dens_laplace":{"name":"stats_dens_laplace","type":"","path":"php/stats_dens_laplace.html","desc":"Probability density function of the Laplace distribution"}, "stats_dens_logistic":{"name":"stats_dens_logistic","type":"","path":"php/stats_dens_logistic.html","desc":"Probability density function of the logistic distribution"}, "stats_dens_normal":{"name":"stats_dens_normal","type":"","path":"php/stats_dens_normal.html","desc":"Probability density function of the normal distribution"}, "stats_dens_pmf_binomial":{"name":"stats_dens_pmf_binomial","type":"","path":"php/stats_dens_pmf_binomial.html","desc":"Probability mass function of the binomial distribution"}, "stats_dens_pmf_hypergeometric":{"name":"stats_dens_pmf_hypergeometric","type":"","path":"php/stats_dens_pmf_hypergeometric.html","desc":"Probability mass function of the hypergeometric distribution"}, "stats_dens_pmf_negative_binomial":{"name":"stats_dens_pmf_negative_binomial","type":"","path":"php/stats_dens_pmf_negative_binomial.html","desc":"Probability density function of the negative binomial distribution"}, "stats_dens_pmf_poisson":{"name":"stats_dens_pmf_poisson","type":"","path":"php/stats_dens_pmf_poisson.html","desc":"Probability mass function of the Poisson distribution"}, "stats_dens_t":{"name":"stats_dens_t","type":"","path":"php/stats_dens_t.html","desc":"Probability density function of the t-distribution"}, "stats_dens_uniform":{"name":"stats_dens_uniform","type":"","path":"php/stats_dens_uniform.html","desc":"Probability density function of the uniform distribution"}, "stats_dens_weibull":{"name":"stats_dens_weibull","type":"","path":"php/stats_dens_weibull.html","desc":"Probability density function of the Weibull distribution"}, "stats_harmonic_mean":{"name":"stats_harmonic_mean","type":"","path":"php/stats_harmonic_mean.html","desc":"Returns the harmonic mean of an array of values"}, "stats_kurtosis":{"name":"stats_kurtosis","type":"","path":"php/stats_kurtosis.html","desc":"Computes the kurtosis of the data in the array"}, "stats_rand_gen_beta":{"name":"stats_rand_gen_beta","type":"","path":"php/stats_rand_gen_beta.html","desc":"Generates a random deviate from the beta distribution"}, "stats_rand_gen_chisquare":{"name":"stats_rand_gen_chisquare","type":"","path":"php/stats_rand_gen_chisquare.html","desc":"Generates a random deviate from the chi-square distribution"}, "stats_rand_gen_exponential":{"name":"stats_rand_gen_exponential","type":"","path":"php/stats_rand_gen_exponential.html","desc":"Generates a random deviate from the exponential distribution"}, "stats_rand_gen_f":{"name":"stats_rand_gen_f","type":"","path":"php/stats_rand_gen_f.html","desc":"Generates a random deviate from the F distribution"}, "stats_rand_gen_funiform":{"name":"stats_rand_gen_funiform","type":"","path":"php/stats_rand_gen_funiform.html","desc":"Generates uniform float between low (exclusive) and high (exclusive)"}, "stats_rand_gen_gamma":{"name":"stats_rand_gen_gamma","type":"","path":"php/stats_rand_gen_gamma.html","desc":"Generates a random deviate from the gamma distribution"}, "stats_rand_gen_ibinomial":{"name":"stats_rand_gen_ibinomial","type":"","path":"php/stats_rand_gen_ibinomial.html","desc":"Generates a random deviate from the binomial distribution"}, "stats_rand_gen_ibinomial_negative":{"name":"stats_rand_gen_ibinomial_negative","type":"","path":"php/stats_rand_gen_ibinomial_negative.html","desc":"Generates a random deviate from the negative binomial distribution"}, "stats_rand_gen_int":{"name":"stats_rand_gen_int","type":"","path":"php/stats_rand_gen_int.html","desc":"Generates random integer between 1 and 2147483562"}, "stats_rand_gen_ipoisson":{"name":"stats_rand_gen_ipoisson","type":"","path":"php/stats_rand_gen_ipoisson.html","desc":"Generates a single random deviate from a Poisson distribution"}, "stats_rand_gen_iuniform":{"name":"stats_rand_gen_iuniform","type":"","path":"php/stats_rand_gen_iuniform.html","desc":"Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)"}, "stats_rand_gen_noncenral_chisquare":{"name":"stats_rand_gen_noncenral_chisquare","type":"","path":"php/stats_rand_gen_noncenral_chisquare.html","desc":"Generates a random deviate from the non-central chi-square distribution"}, "stats_rand_gen_noncentral_chisquare":{"name":"stats_rand_gen_noncentral_chisquare","type":"","path":"php/stats_rand_gen_noncentral_chisquare.html","desc":"Generates a random deviate from the non-central chi-square distribution"}, "stats_rand_gen_noncentral_f":{"name":"stats_rand_gen_noncentral_f","type":"","path":"php/stats_rand_gen_noncentral_f.html","desc":"Generates a random deviate from the noncentral F distribution"}, "stats_rand_gen_noncentral_t":{"name":"stats_rand_gen_noncentral_t","type":"","path":"php/stats_rand_gen_noncentral_t.html","desc":"Generates a single random deviate from a non-central t-distribution"}, "stats_rand_gen_normal":{"name":"stats_rand_gen_normal","type":"","path":"php/stats_rand_gen_normal.html","desc":"Generates a single random deviate from a normal distribution"}, "stats_rand_gen_t":{"name":"stats_rand_gen_t","type":"","path":"php/stats_rand_gen_t.html","desc":"Generates a single random deviate from a t-distribution"}, "stats_rand_get_seeds":{"name":"stats_rand_get_seeds","type":"","path":"php/stats_rand_get_seeds.html","desc":"Get the seed values of the random number generator"}, "stats_rand_phrase_to_seeds":{"name":"stats_rand_phrase_to_seeds","type":"","path":"php/stats_rand_phrase_to_seeds.html","desc":"Generate two seeds for the RGN random number generator"}, "stats_rand_ranf":{"name":"stats_rand_ranf","type":"","path":"php/stats_rand_ranf.html","desc":"Generates a random floating point number between 0 and 1"}, "stats_rand_setall":{"name":"stats_rand_setall","type":"","path":"php/stats_rand_setall.html","desc":"Set seed values to the random generator"}, "stats_skew":{"name":"stats_skew","type":"","path":"php/stats_skew.html","desc":"Computes the skewness of the data in the array"}, "stats_standard_deviation":{"name":"stats_standard_deviation","type":"","path":"php/stats_standard_deviation.html","desc":"Returns the standard deviation"}, "stats_stat_binomial_coef":{"name":"stats_stat_binomial_coef","type":"","path":"php/stats_stat_binomial_coef.html","desc":"Returns a binomial coefficient"}, "stats_stat_correlation":{"name":"stats_stat_correlation","type":"","path":"php/stats_stat_correlation.html","desc":"Returns the Pearson correlation coefficient of two data sets"}, "stats_stat_factorial":{"name":"stats_stat_factorial","type":"","path":"php/stats_stat_factorial.html","desc":"Returns the factorial of an integer"}, "stats_stat_independent_t":{"name":"stats_stat_independent_t","type":"","path":"php/stats_stat_independent_t.html","desc":"Returns the t-value from the independent two-sample t-test"}, "stats_stat_innerproduct":{"name":"stats_stat_innerproduct","type":"","path":"php/stats_stat_innerproduct.html","desc":"Returns the inner product of two vectors"}, "stats_stat_paired_t":{"name":"stats_stat_paired_t","type":"","path":"php/stats_stat_paired_t.html","desc":"Returns the t-value of the dependent t-test for paired samples"}, "stats_stat_percentile":{"name":"stats_stat_percentile","type":"","path":"php/stats_stat_percentile.html","desc":"Returns the percentile value"}, "stats_stat_powersum":{"name":"stats_stat_powersum","type":"","path":"php/stats_stat_powersum.html","desc":"Returns the power sum of a vector"}, "stats_variance":{"name":"stats_variance","type":"","path":"php/stats_variance.html","desc":"Returns the variance"}, "stomp_connect_error":{"name":"stomp_connect_error","type":"","path":"php/stomp_connect_error.html","desc":"Returns a string description of the last connect error"}, "stomp_version":{"name":"stomp_version","type":"","path":"php/stomp_version.html","desc":"Gets the current stomp extension version"}, "strcasecmp":{"name":"strcasecmp","type":"","path":"php/strcasecmp.html","desc":"二进制安全比较字符串(不区分大小写)"}, "strchr":{"name":"strchr","type":"","path":"php/strchr.html","desc":"别名 strstr"}, "strcmp":{"name":"strcmp","type":"","path":"php/strcmp.html","desc":"二进制安全字符串比较"}, "strcoll":{"name":"strcoll","type":"","path":"php/strcoll.html","desc":"基于区域设置的字符串比较"}, "strcspn":{"name":"strcspn","type":"","path":"php/strcspn.html","desc":"获取不匹配遮罩的起始子字符串的长度"}, "stream_bucket_append":{"name":"stream_bucket_append","type":"","path":"php/stream_bucket_append.html","desc":"Append bucket to brigade"}, "stream_bucket_make_writeable":{"name":"stream_bucket_make_writeable","type":"","path":"php/stream_bucket_make_writeable.html","desc":"Return a bucket object from the brigade for operating on"}, "stream_bucket_new":{"name":"stream_bucket_new","type":"","path":"php/stream_bucket_new.html","desc":"Create a new bucket for use on the current stream"}, "stream_bucket_prepend":{"name":"stream_bucket_prepend","type":"","path":"php/stream_bucket_prepend.html","desc":"Prepend bucket to brigade"}, "stream_context_create":{"name":"stream_context_create","type":"","path":"php/stream_context_create.html","desc":"创建资源流上下文"}, "stream_context_get_default":{"name":"stream_context_get_default","type":"","path":"php/stream_context_get_default.html","desc":"Retrieve the default stream context"}, "stream_context_get_options":{"name":"stream_context_get_options","type":"","path":"php/stream_context_get_options.html","desc":"获取资源流数据包上下文的参数"}, "stream_context_get_params":{"name":"stream_context_get_params","type":"","path":"php/stream_context_get_params.html","desc":"Retrieves parameters from a context"}, "stream_context_set_default":{"name":"stream_context_set_default","type":"","path":"php/stream_context_set_default.html","desc":"Set the default stream context"}, "stream_context_set_option":{"name":"stream_context_set_option","type":"","path":"php/stream_context_set_option.html","desc":"对资源流、数据包或者上下文设置参数"}, "stream_context_set_params":{"name":"stream_context_set_params","type":"","path":"php/stream_context_set_params.html","desc":"Set parameters for a streamwrappercontext"}, "stream_copy_to_stream":{"name":"stream_copy_to_stream","type":"","path":"php/stream_copy_to_stream.html","desc":"Copies data from one stream to another"}, "stream_filter_append":{"name":"stream_filter_append","type":"","path":"php/stream_filter_append.html","desc":"Attach a filter to a stream"}, "stream_filter_prepend":{"name":"stream_filter_prepend","type":"","path":"php/stream_filter_prepend.html","desc":"Attach a filter to a stream"}, "stream_filter_register":{"name":"stream_filter_register","type":"","path":"php/stream_filter_register.html","desc":"Register a user defined stream filter"}, "stream_filter_remove":{"name":"stream_filter_remove","type":"","path":"php/stream_filter_remove.html","desc":"从资源流里移除某个过滤器"}, "stream_get_contents":{"name":"stream_get_contents","type":"","path":"php/stream_get_contents.html","desc":"读取资源流到一个字符串"}, "stream_get_filters":{"name":"stream_get_filters","type":"","path":"php/stream_get_filters.html","desc":"获取已注册的数据流过滤器列表"}, "stream_get_line":{"name":"stream_get_line","type":"","path":"php/stream_get_line.html","desc":"从资源流里读取一行直到给定的定界符"}, "stream_get_meta_data":{"name":"stream_get_meta_data","type":"","path":"php/stream_get_meta_data.html","desc":"从封装协议文件指针中取得报头/元数据"}, "stream_get_transports":{"name":"stream_get_transports","type":"","path":"php/stream_get_transports.html","desc":"获取已注册的套接字传输协议列表"}, "stream_get_wrappers":{"name":"stream_get_wrappers","type":"","path":"php/stream_get_wrappers.html","desc":"获取已注册的流类型"}, "stream_isatty":{"name":"stream_isatty","type":"","path":"php/stream_isatty.html","desc":"Check if a stream is a TTY"}, "stream_is_local":{"name":"stream_is_local","type":"","path":"php/stream_is_local.html","desc":"Checks if a stream is a local stream"}, "stream_notification_callback":{"name":"stream_notification_callback","type":"","path":"php/stream_notification_callback.html","desc":"A callback function for the notification context parameter"}, "stream_register_wrapper":{"name":"stream_register_wrapper","type":"","path":"php/stream_register_wrapper.html","desc":"别名 stream_wrapper_register"}, "stream_resolve_include_path":{"name":"stream_resolve_include_path","type":"","path":"php/stream_resolve_include_path.html","desc":"Resolve filename against the include path"}, "stream_select":{"name":"stream_select","type":"","path":"php/stream_select.html","desc":"Runs the equivalent of the select() system call on t"}, "stream_set_blocking":{"name":"stream_set_blocking","type":"","path":"php/stream_set_blocking.html","desc":"为资源流设置阻塞或者阻塞模式"}, "stream_set_chunk_size":{"name":"stream_set_chunk_size","type":"","path":"php/stream_set_chunk_size.html","desc":"设置资源流区块大小"}, "stream_set_read_buffer":{"name":"stream_set_read_buffer","type":"","path":"php/stream_set_read_buffer.html","desc":"Set read file buffering on the given stream"}, "stream_set_timeout":{"name":"stream_set_timeout","type":"","path":"php/stream_set_timeout.html","desc":"Set timeout period on a stream"}, "stream_set_write_buffer":{"name":"stream_set_write_buffer","type":"","path":"php/stream_set_write_buffer.html","desc":"Sets write file buffering on the given stream"}, "stream_socket_accept":{"name":"stream_socket_accept","type":"","path":"php/stream_socket_accept.html","desc":"接受由 stream_socket_server 创建的套接字连接"}, "stream_socket_client":{"name":"stream_socket_client","type":"","path":"php/stream_socket_client.html","desc":"Open Internet or Unix domain socket connection"}, "stream_socket_enable_crypto":{"name":"stream_socket_enable_crypto","type":"","path":"php/stream_socket_enable_crypto.html","desc":"Turns encryption onoff on an already connected socket"}, "stream_socket_get_name":{"name":"stream_socket_get_name","type":"","path":"php/stream_socket_get_name.html","desc":"获取本地或者远程的套接字名称"}, "stream_socket_pair":{"name":"stream_socket_pair","type":"","path":"php/stream_socket_pair.html","desc":"创建一对完全一样的网络套接字连接流"}, "stream_socket_recvfrom":{"name":"stream_socket_recvfrom","type":"","path":"php/stream_socket_recvfrom.html","desc":"Receives data from a socket, connected or not"}, "stream_socket_sendto":{"name":"stream_socket_sendto","type":"","path":"php/stream_socket_sendto.html","desc":"Sends a message to a socket, whether it is connected or not"}, "stream_socket_server":{"name":"stream_socket_server","type":"","path":"php/stream_socket_server.html","desc":"Create an Internet or Unix domain server socket"}, "stream_socket_shutdown":{"name":"stream_socket_shutdown","type":"","path":"php/stream_socket_shutdown.html","desc":"Shutdown a full-duplex connection"}, "stream_supports_lock":{"name":"stream_supports_lock","type":"","path":"php/stream_supports_lock.html","desc":"Tells whether the stream supports locking"}, "stream_wrapper_register":{"name":"stream_wrapper_register","type":"","path":"php/stream_wrapper_register.html","desc":"注册一个用 PHP 类实现的 URL 封装协议"}, "stream_wrapper_restore":{"name":"stream_wrapper_restore","type":"","path":"php/stream_wrapper_restore.html","desc":"Restores a previously unregistered built-in wrapper"}, "stream_wrapper_unregister":{"name":"stream_wrapper_unregister","type":"","path":"php/stream_wrapper_unregister.html","desc":"Unregister a URL wrapper"}, "strftime":{"name":"strftime","type":"","path":"php/strftime.html","desc":"根据区域设置格式化本地时间/日期"}, "stripcslashes":{"name":"stripcslashes","type":"","path":"php/stripcslashes.html","desc":"反引用一个使用 addcslashes 转义的字符串"}, "stripos":{"name":"stripos","type":"","path":"php/stripos.html","desc":"查找字符串首次出现的位置(不区分大小写)"}, "stripslashes":{"name":"stripslashes","type":"","path":"php/stripslashes.html","desc":"反引用一个引用字符串"}, "strip_tags":{"name":"strip_tags","type":"","path":"php/strip_tags.html","desc":"从字符串中去除 HTML 和 PHP 标记"}, "stristr":{"name":"stristr","type":"","path":"php/stristr.html","desc":"strstr 函数的忽略大小写版本"}, "strlen":{"name":"strlen","type":"","path":"php/strlen.html","desc":"获取字符串长度"}, "strnatcasecmp":{"name":"strnatcasecmp","type":"","path":"php/strnatcasecmp.html","desc":"使用“自然顺序”算法比较字符串(不区分大小写)"}, "strnatcmp":{"name":"strnatcmp","type":"","path":"php/strnatcmp.html","desc":"使用自然排序算法比较字符串"}, "strncasecmp":{"name":"strncasecmp","type":"","path":"php/strncasecmp.html","desc":"二进制安全比较字符串开头的若干个字符(不区分大小写)"}, "strncmp":{"name":"strncmp","type":"","path":"php/strncmp.html","desc":"二进制安全比较字符串开头的若干个字符"}, "strpbrk":{"name":"strpbrk","type":"","path":"php/strpbrk.html","desc":"在字符串中查找一组字符的任何一个字符"}, "strpos":{"name":"strpos","type":"","path":"php/strpos.html","desc":"查找字符串首次出现的位置"}, "strptime":{"name":"strptime","type":"","path":"php/strptime.html","desc":"解析由 strftime 生成的日期/时间"}, "strrchr":{"name":"strrchr","type":"","path":"php/strrchr.html","desc":"查找指定字符在字符串中的最后一次出现"}, "strrev":{"name":"strrev","type":"","path":"php/strrev.html","desc":"反转字符串"}, "strripos":{"name":"strripos","type":"","path":"php/strripos.html","desc":"计算指定字符串在目标字符串中最后一次出现的位置(不区分大小写)"}, "strrpos":{"name":"strrpos","type":"","path":"php/strrpos.html","desc":"计算指定字符串在目标字符串中最后一次出现的位置"}, "strspn":{"name":"strspn","type":"","path":"php/strspn.html","desc":"计算字符串中全部字符都存在于指定字符集合中的第一段子串的长度。"}, "strstr":{"name":"strstr","type":"","path":"php/strstr.html","desc":"查找字符串的首次出现"}, "strtok":{"name":"strtok","type":"","path":"php/strtok.html","desc":"标记分割字符串"}, "strtolower":{"name":"strtolower","type":"","path":"php/strtolower.html","desc":"将字符串转化为小写"}, "strtotime":{"name":"strtotime","type":"","path":"php/strtotime.html","desc":"将任何字符串的日期时间描述解析为 Unix 时间戳"}, "strtoupper":{"name":"strtoupper","type":"","path":"php/strtoupper.html","desc":"将字符串转化为大写"}, "strtr":{"name":"strtr","type":"","path":"php/strtr.html","desc":"转换指定字符"}, "strval":{"name":"strval","type":"","path":"php/strval.html","desc":"获取变量的字符串值"}, "str_getcsv":{"name":"str_getcsv","type":"","path":"php/str_getcsv.html","desc":"解析 CSV 字符串为一个数组"}, "str_ireplace":{"name":"str_ireplace","type":"","path":"php/str_ireplace.html","desc":"str_replace 的忽略大小写版本"}, "str_pad":{"name":"str_pad","type":"","path":"php/str_pad.html","desc":"使用另一个字符串填充字符串为指定长度"}, "str_repeat":{"name":"str_repeat","type":"","path":"php/str_repeat.html","desc":"重复一个字符串"}, "str_replace":{"name":"str_replace","type":"","path":"php/str_replace.html","desc":"子字符串替换"}, "str_rot13":{"name":"str_rot13","type":"","path":"php/str_rot13.html","desc":"对字符串执行 ROT13 转换"}, "str_shuffle":{"name":"str_shuffle","type":"","path":"php/str_shuffle.html","desc":"随机打乱一个字符串"}, "str_split":{"name":"str_split","type":"","path":"php/str_split.html","desc":"将字符串转换为数组"}, "str_word_count":{"name":"str_word_count","type":"","path":"php/str_word_count.html","desc":"返回字符串中单词的使用情况"}, "substr":{"name":"substr","type":"","path":"php/substr.html","desc":"返回字符串的子串"}, "substr_compare":{"name":"substr_compare","type":"","path":"php/substr_compare.html","desc":"二进制安全比较字符串(从偏移位置比较指定长度)"}, "substr_count":{"name":"substr_count","type":"","path":"php/substr_count.html","desc":"计算字串出现的次数"}, "substr_replace":{"name":"substr_replace","type":"","path":"php/substr_replace.html","desc":"替换字符串的子串"}, "svn_add":{"name":"svn_add","type":"","path":"php/svn_add.html","desc":"计划在工作目录添加项"}, "svn_auth_get_parameter":{"name":"svn_auth_get_parameter","type":"","path":"php/svn_auth_get_parameter.html","desc":"Retrieves authentication parameter"}, "svn_auth_set_parameter":{"name":"svn_auth_set_parameter","type":"","path":"php/svn_auth_set_parameter.html","desc":"Sets an authentication parameter"}, "svn_blame":{"name":"svn_blame","type":"","path":"php/svn_blame.html","desc":"Get the SVN blame for a file"}, "svn_cat":{"name":"svn_cat","type":"","path":"php/svn_cat.html","desc":"Returns the contents of a file in a repository"}, "svn_checkout":{"name":"svn_checkout","type":"","path":"php/svn_checkout.html","desc":"Checks out a working copy from the repository"}, "svn_cleanup":{"name":"svn_cleanup","type":"","path":"php/svn_cleanup.html","desc":"Recursively cleanup a working copy directory, finishing incomplete operations and removing locks"}, "svn_client_version":{"name":"svn_client_version","type":"","path":"php/svn_client_version.html","desc":"Returns the version of the SVN client libraries"}, "svn_commit":{"name":"svn_commit","type":"","path":"php/svn_commit.html","desc":"将修改的本地文件副本发送至版本库"}, "svn_delete":{"name":"svn_delete","type":"","path":"php/svn_delete.html","desc":"Delete items from a working copy or repository"}, "svn_diff":{"name":"svn_diff","type":"","path":"php/svn_diff.html","desc":"Recursively diffs two paths"}, "svn_export":{"name":"svn_export","type":"","path":"php/svn_export.html","desc":"Export the contents of a SVN directory"}, "svn_fs_abort_txn":{"name":"svn_fs_abort_txn","type":"","path":"php/svn_fs_abort_txn.html","desc":"Abort a transaction, returns true if everything is okay, false otherwise"}, "svn_fs_apply_text":{"name":"svn_fs_apply_text","type":"","path":"php/svn_fs_apply_text.html","desc":"Creates and returns a stream that will be used to replace"}, "svn_fs_begin_txn2":{"name":"svn_fs_begin_txn2","type":"","path":"php/svn_fs_begin_txn2.html","desc":"Create a new transaction"}, "svn_fs_change_node_prop":{"name":"svn_fs_change_node_prop","type":"","path":"php/svn_fs_change_node_prop.html","desc":"Return true if everything is ok, false otherwise"}, "svn_fs_check_path":{"name":"svn_fs_check_path","type":"","path":"php/svn_fs_check_path.html","desc":"Determines what kind of item lives at path in a given repository fsroot"}, "svn_fs_contents_changed":{"name":"svn_fs_contents_changed","type":"","path":"php/svn_fs_contents_changed.html","desc":"Return true if content is different, false otherwise"}, "svn_fs_copy":{"name":"svn_fs_copy","type":"","path":"php/svn_fs_copy.html","desc":"Copies a file or a directory, returns true if all is ok, false otherwise"}, "svn_fs_delete":{"name":"svn_fs_delete","type":"","path":"php/svn_fs_delete.html","desc":"Deletes a file or a directory, return true if all is ok, false otherwise"}, "svn_fs_dir_entries":{"name":"svn_fs_dir_entries","type":"","path":"php/svn_fs_dir_entries.html","desc":"Enumerates the directory entries under path; returns a hash of dir names to file type"}, "svn_fs_file_contents":{"name":"svn_fs_file_contents","type":"","path":"php/svn_fs_file_contents.html","desc":"Returns a stream to access the contents of a file from a given version of the fs"}, "svn_fs_file_length":{"name":"svn_fs_file_length","type":"","path":"php/svn_fs_file_length.html","desc":"Returns the length of a file from a given version of the fs"}, "svn_fs_is_dir":{"name":"svn_fs_is_dir","type":"","path":"php/svn_fs_is_dir.html","desc":"Return true if the path points to a directory, false otherwise"}, "svn_fs_is_file":{"name":"svn_fs_is_file","type":"","path":"php/svn_fs_is_file.html","desc":"Return true if the path points to a file, false otherwise"}, "svn_fs_make_dir":{"name":"svn_fs_make_dir","type":"","path":"php/svn_fs_make_dir.html","desc":"Creates a new empty directory, returns true if all is ok, false otherwise"}, "svn_fs_make_file":{"name":"svn_fs_make_file","type":"","path":"php/svn_fs_make_file.html","desc":"Creates a new empty file, returns true if all is ok, false otherwise"}, "svn_fs_node_created_rev":{"name":"svn_fs_node_created_rev","type":"","path":"php/svn_fs_node_created_rev.html","desc":"Returns the revision in which path under fsroot was created"}, "svn_fs_node_prop":{"name":"svn_fs_node_prop","type":"","path":"php/svn_fs_node_prop.html","desc":"Returns the value of a property for a node"}, "svn_fs_props_changed":{"name":"svn_fs_props_changed","type":"","path":"php/svn_fs_props_changed.html","desc":"Return true if props are different, false otherwise"}, "svn_fs_revision_prop":{"name":"svn_fs_revision_prop","type":"","path":"php/svn_fs_revision_prop.html","desc":"Fetches the value of a named property"}, "svn_fs_revision_root":{"name":"svn_fs_revision_root","type":"","path":"php/svn_fs_revision_root.html","desc":"Get a handle on a specific version of the repository root"}, "svn_fs_txn_root":{"name":"svn_fs_txn_root","type":"","path":"php/svn_fs_txn_root.html","desc":"Creates and returns a transaction root"}, "svn_fs_youngest_rev":{"name":"svn_fs_youngest_rev","type":"","path":"php/svn_fs_youngest_rev.html","desc":"Returns the number of the youngest revision in the filesystem"}, "svn_import":{"name":"svn_import","type":"","path":"php/svn_import.html","desc":"Imports an unversioned path into a repository"}, "svn_log":{"name":"svn_log","type":"","path":"php/svn_log.html","desc":"Returns the commit log messages of a repository URL"}, "svn_ls":{"name":"svn_ls","type":"","path":"php/svn_ls.html","desc":"Returns list of directory contents in repository URL, optionally at revision number"}, "svn_mkdir":{"name":"svn_mkdir","type":"","path":"php/svn_mkdir.html","desc":"Creates a directory in a working copy or repository"}, "svn_repos_create":{"name":"svn_repos_create","type":"","path":"php/svn_repos_create.html","desc":"Create a new subversion repository at path"}, "svn_repos_fs":{"name":"svn_repos_fs","type":"","path":"php/svn_repos_fs.html","desc":"Gets a handle on the filesystem for a repository"}, "svn_repos_fs_begin_txn_for_commit":{"name":"svn_repos_fs_begin_txn_for_commit","type":"","path":"php/svn_repos_fs_begin_txn_for_commit.html","desc":"Create a new transaction"}, "svn_repos_fs_commit_txn":{"name":"svn_repos_fs_commit_txn","type":"","path":"php/svn_repos_fs_commit_txn.html","desc":"Commits a transaction and returns the new revision"}, "svn_repos_hotcopy":{"name":"svn_repos_hotcopy","type":"","path":"php/svn_repos_hotcopy.html","desc":"Make a hot-copy of the repos at repospath; copy it to destpath"}, "svn_repos_open":{"name":"svn_repos_open","type":"","path":"php/svn_repos_open.html","desc":"Open a shared lock on a repository"}, "svn_repos_recover":{"name":"svn_repos_recover","type":"","path":"php/svn_repos_recover.html","desc":"Run recovery procedures on the repository located at path"}, "svn_revert":{"name":"svn_revert","type":"","path":"php/svn_revert.html","desc":"Revert changes to the working copy"}, "svn_status":{"name":"svn_status","type":"","path":"php/svn_status.html","desc":"Returns the status of working copy files and directories"}, "svn_update":{"name":"svn_update","type":"","path":"php/svn_update.html","desc":"Update working copy"}, "swoole_async_dns_lookup":{"name":"swoole_async_dns_lookup","type":"","path":"php/swoole_async_dns_lookup.html","desc":"Async and non-blocking hostname to IP lookup"}, "swoole_async_read":{"name":"swoole_async_read","type":"","path":"php/swoole_async_read.html","desc":"Read file stream asynchronously"}, "swoole_async_readfile":{"name":"swoole_async_readfile","type":"","path":"php/swoole_async_readfile.html","desc":"Read a file asynchronously"}, "swoole_async_set":{"name":"swoole_async_set","type":"","path":"php/swoole_async_set.html","desc":"Update the async IO options"}, "swoole_async_write":{"name":"swoole_async_write","type":"","path":"php/swoole_async_write.html","desc":"Write data to a file stream asynchronously"}, "swoole_async_writefile":{"name":"swoole_async_writefile","type":"","path":"php/swoole_async_writefile.html","desc":"Write data to a file asynchronously"}, "swoole_client_select":{"name":"swoole_client_select","type":"","path":"php/swoole_client_select.html","desc":"Get the file description which are ready to readwrite or error"}, "swoole_cpu_num":{"name":"swoole_cpu_num","type":"","path":"php/swoole_cpu_num.html","desc":"Get the number of CPU"}, "swoole_errno":{"name":"swoole_errno","type":"","path":"php/swoole_errno.html","desc":"Get the error code of the latest system call"}, "swoole_event_add":{"name":"swoole_event_add","type":"","path":"php/swoole_event_add.html","desc":"Add new callback functions of a socket into the EventLoop"}, "swoole_event_defer":{"name":"swoole_event_defer","type":"","path":"php/swoole_event_defer.html","desc":"Add callback function to the next event loop"}, "swoole_event_del":{"name":"swoole_event_del","type":"","path":"php/swoole_event_del.html","desc":"Remove all event callback functions of a socket"}, "swoole_event_exit":{"name":"swoole_event_exit","type":"","path":"php/swoole_event_exit.html","desc":"Exit the eventloop, only available at the client side"}, "swoole_event_set":{"name":"swoole_event_set","type":"","path":"php/swoole_event_set.html","desc":"Update the event callback functions of a socket"}, "swoole_event_wait":{"name":"swoole_event_wait","type":"","path":"php/swoole_event_wait.html","desc":"Start the event loop"}, "swoole_event_write":{"name":"swoole_event_write","type":"","path":"php/swoole_event_write.html","desc":"Write data to a socket"}, "swoole_get_local_ip":{"name":"swoole_get_local_ip","type":"","path":"php/swoole_get_local_ip.html","desc":"Get the IPv4 IP addresses of each NIC on the machine"}, "swoole_last_error":{"name":"swoole_last_error","type":"","path":"php/swoole_last_error.html","desc":"Get the lastest error message"}, "swoole_load_module":{"name":"swoole_load_module","type":"","path":"php/swoole_load_module.html","desc":"Load a swoole extension"}, "swoole_select":{"name":"swoole_select","type":"","path":"php/swoole_select.html","desc":"Select the file descriptions which are ready to readwrite or error in the eventloop"}, "swoole_set_process_name":{"name":"swoole_set_process_name","type":"","path":"php/swoole_set_process_name.html","desc":"Set the process name"}, "swoole_strerror":{"name":"swoole_strerror","type":"","path":"php/swoole_strerror.html","desc":"Convert the Errno into error messages"}, "swoole_timer_after":{"name":"swoole_timer_after","type":"","path":"php/swoole_timer_after.html","desc":"Trigger a one time callback function in the future"}, "swoole_timer_exists":{"name":"swoole_timer_exists","type":"","path":"php/swoole_timer_exists.html","desc":"Check if a timer callback function is existed"}, "swoole_timer_tick":{"name":"swoole_timer_tick","type":"","path":"php/swoole_timer_tick.html","desc":"Trigger a timer tick callback function by time interval"}, "swoole_version":{"name":"swoole_version","type":"","path":"php/swoole_version.html","desc":"Get the version of Swoole"}, "sybase_affected_rows":{"name":"sybase_affected_rows","type":"","path":"php/sybase_affected_rows.html","desc":"Gets number of affected rows in last query"}, "sybase_close":{"name":"sybase_close","type":"","path":"php/sybase_close.html","desc":"Closes a Sybase connection"}, "sybase_connect":{"name":"sybase_connect","type":"","path":"php/sybase_connect.html","desc":"Opens a Sybase server connection"}, "sybase_data_seek":{"name":"sybase_data_seek","type":"","path":"php/sybase_data_seek.html","desc":"Moves internal row pointer"}, "sybase_deadlock_retry_count":{"name":"sybase_deadlock_retry_count","type":"","path":"php/sybase_deadlock_retry_count.html","desc":"Sets the deadlock retry count"}, "sybase_fetch_array":{"name":"sybase_fetch_array","type":"","path":"php/sybase_fetch_array.html","desc":"Fetch row as array"}, "sybase_fetch_assoc":{"name":"sybase_fetch_assoc","type":"","path":"php/sybase_fetch_assoc.html","desc":"Fetch a result row as an associative array"}, "sybase_fetch_field":{"name":"sybase_fetch_field","type":"","path":"php/sybase_fetch_field.html","desc":"Get field information from a result"}, "sybase_fetch_object":{"name":"sybase_fetch_object","type":"","path":"php/sybase_fetch_object.html","desc":"Fetch a row as an object"}, "sybase_fetch_row":{"name":"sybase_fetch_row","type":"","path":"php/sybase_fetch_row.html","desc":"Get a result row as an enumerated array"}, "sybase_field_seek":{"name":"sybase_field_seek","type":"","path":"php/sybase_field_seek.html","desc":"Sets field offset"}, "sybase_free_result":{"name":"sybase_free_result","type":"","path":"php/sybase_free_result.html","desc":"Frees result memory"}, "sybase_get_last_message":{"name":"sybase_get_last_message","type":"","path":"php/sybase_get_last_message.html","desc":"Returns the last message from the server"}, "sybase_min_client_severity":{"name":"sybase_min_client_severity","type":"","path":"php/sybase_min_client_severity.html","desc":"Sets minimum client severity"}, "sybase_min_error_severity":{"name":"sybase_min_error_severity","type":"","path":"php/sybase_min_error_severity.html","desc":"Sets minimum error severity"}, "sybase_min_message_severity":{"name":"sybase_min_message_severity","type":"","path":"php/sybase_min_message_severity.html","desc":"Sets minimum message severity"}, "sybase_min_server_severity":{"name":"sybase_min_server_severity","type":"","path":"php/sybase_min_server_severity.html","desc":"Sets minimum server severity"}, "sybase_num_fields":{"name":"sybase_num_fields","type":"","path":"php/sybase_num_fields.html","desc":"Gets the number of fields in a result set"}, "sybase_num_rows":{"name":"sybase_num_rows","type":"","path":"php/sybase_num_rows.html","desc":"Get number of rows in a result set"}, "sybase_pconnect":{"name":"sybase_pconnect","type":"","path":"php/sybase_pconnect.html","desc":"Open persistent Sybase connection"}, "sybase_query":{"name":"sybase_query","type":"","path":"php/sybase_query.html","desc":"Sends a Sybase query"}, "sybase_result":{"name":"sybase_result","type":"","path":"php/sybase_result.html","desc":"Get result data"}, "sybase_select_db":{"name":"sybase_select_db","type":"","path":"php/sybase_select_db.html","desc":"Selects a Sybase database"}, "sybase_set_message_handler":{"name":"sybase_set_message_handler","type":"","path":"php/sybase_set_message_handler.html","desc":"Sets the handler called when a server message is raised"}, "sybase_unbuffered_query":{"name":"sybase_unbuffered_query","type":"","path":"php/sybase_unbuffered_query.html","desc":"Send a Sybase query and do not block"}, "symlink":{"name":"symlink","type":"","path":"php/symlink.html","desc":"建立符号连接"}, "syslog":{"name":"syslog","type":"","path":"php/syslog.html","desc":"Generate a system log message"}, "system":{"name":"system","type":"","path":"php/system.html","desc":"执行外部程序,并且显示输出"}, "sys_getloadavg":{"name":"sys_getloadavg","type":"","path":"php/sys_getloadavg.html","desc":"获取系统的负载(load average)"}, "sys_get_temp_dir":{"name":"sys_get_temp_dir","type":"","path":"php/sys_get_temp_dir.html","desc":"返回用于临时文件的目录"}, "taint":{"name":"taint","type":"","path":"php/taint.html","desc":"Taint a string"}, "tan":{"name":"tan","type":"","path":"php/tan.html","desc":"正切"}, "tanh":{"name":"tanh","type":"","path":"php/tanh.html","desc":"双曲正切"}, "tcpwrap_check":{"name":"tcpwrap_check","type":"","path":"php/tcpwrap_check.html","desc":"Performs a tcpwrap check"}, "tempnam":{"name":"tempnam","type":"","path":"php/tempnam.html","desc":"建立一个具有唯一文件名的文件"}, "textdomain":{"name":"textdomain","type":"","path":"php/textdomain.html","desc":"Sets the default domain"}, "tidy_access_count":{"name":"tidy_access_count","type":"","path":"php/tidy_access_count.html","desc":"Returns the Number of Tidy accessibility warnings encountered for specified document"}, "tidy_config_count":{"name":"tidy_config_count","type":"","path":"php/tidy_config_count.html","desc":"Returns the Number of Tidy configuration errors encountered for specified document"}, "tidy_error_count":{"name":"tidy_error_count","type":"","path":"php/tidy_error_count.html","desc":"Returns the Number of Tidy errors encountered for specified document"}, "tidy_get_output":{"name":"tidy_get_output","type":"","path":"php/tidy_get_output.html","desc":"Return a string representing the parsed tidy markup"}, "tidy_warning_count":{"name":"tidy_warning_count","type":"","path":"php/tidy_warning_count.html","desc":"Returns the Number of Tidy warnings encountered for specified document"}, "time":{"name":"time","type":"","path":"php/time.html","desc":"返回当前的 Unix 时间戳"}, "timezone_abbreviations_list":{"name":"timezone_abbreviations_list","type":"","path":"php/timezone_abbreviations_list.html","desc":"别名 DateTimeZonelistAbbreviations"}, "timezone_identifiers_list":{"name":"timezone_identifiers_list","type":"","path":"php/timezone_identifiers_list.html","desc":"别名 DateTimeZonelistIdentifiers"}, "timezone_location_get":{"name":"timezone_location_get","type":"","path":"php/timezone_location_get.html","desc":"别名 DateTimeZonegetLocation"}, "timezone_name_from_abbr":{"name":"timezone_name_from_abbr","type":"","path":"php/timezone_name_from_abbr.html","desc":"Returns the timezone name from abbreviation"}, "timezone_name_get":{"name":"timezone_name_get","type":"","path":"php/timezone_name_get.html","desc":"别名 DateTimeZonegetName"}, "timezone_offset_get":{"name":"timezone_offset_get","type":"","path":"php/timezone_offset_get.html","desc":"别名 DateTimeZonegetOffset"}, "timezone_open":{"name":"timezone_open","type":"","path":"php/timezone_open.html","desc":"别名 DateTimeZone__construct"}, "timezone_transitions_get":{"name":"timezone_transitions_get","type":"","path":"php/timezone_transitions_get.html","desc":"别名 DateTimeZonegetTransitions"}, "timezone_version_get":{"name":"timezone_version_get","type":"","path":"php/timezone_version_get.html","desc":"Gets the version of the timezonedb"}, "time_nanosleep":{"name":"time_nanosleep","type":"","path":"php/time_nanosleep.html","desc":"延缓执行若干秒和纳秒"}, "time_sleep_until":{"name":"time_sleep_until","type":"","path":"php/time_sleep_until.html","desc":"使脚本睡眠到指定的时间为止。"}, "tmpfile":{"name":"tmpfile","type":"","path":"php/tmpfile.html","desc":"建立一个临时文件"}, "token_get_all":{"name":"token_get_all","type":"","path":"php/token_get_all.html","desc":"将提供的源码按 PHP 标记进行分割"}, "token_name":{"name":"token_name","type":"","path":"php/token_name.html","desc":"获取提供的 PHP 解析器代号的符号名称"}, "touch":{"name":"touch","type":"","path":"php/touch.html","desc":"设定文件的访问和修改时间"}, "trader_acos":{"name":"trader_acos","type":"","path":"php/trader_acos.html","desc":"Vector Trigonometric ACos"}, "trader_ad":{"name":"trader_ad","type":"","path":"php/trader_ad.html","desc":"Chaikin AD Line"}, "trader_add":{"name":"trader_add","type":"","path":"php/trader_add.html","desc":"Vector Arithmetic Add"}, "trader_adosc":{"name":"trader_adosc","type":"","path":"php/trader_adosc.html","desc":"Chaikin AD Oscillator"}, "trader_adx":{"name":"trader_adx","type":"","path":"php/trader_adx.html","desc":"Average Directional Movement Index"}, "trader_adxr":{"name":"trader_adxr","type":"","path":"php/trader_adxr.html","desc":"Average Directional Movement Index Rating"}, "trader_apo":{"name":"trader_apo","type":"","path":"php/trader_apo.html","desc":"Absolute Price Oscillator"}, "trader_aroon":{"name":"trader_aroon","type":"","path":"php/trader_aroon.html","desc":"Aroon"}, "trader_aroonosc":{"name":"trader_aroonosc","type":"","path":"php/trader_aroonosc.html","desc":"Aroon Oscillator"}, "trader_asin":{"name":"trader_asin","type":"","path":"php/trader_asin.html","desc":"Vector Trigonometric ASin"}, "trader_atan":{"name":"trader_atan","type":"","path":"php/trader_atan.html","desc":"Vector Trigonometric ATan"}, "trader_atr":{"name":"trader_atr","type":"","path":"php/trader_atr.html","desc":"Average True Range"}, "trader_avgprice":{"name":"trader_avgprice","type":"","path":"php/trader_avgprice.html","desc":"Average Price"}, "trader_bbands":{"name":"trader_bbands","type":"","path":"php/trader_bbands.html","desc":"Bollinger Bands"}, "trader_beta":{"name":"trader_beta","type":"","path":"php/trader_beta.html","desc":"Beta"}, "trader_bop":{"name":"trader_bop","type":"","path":"php/trader_bop.html","desc":"Balance Of Power"}, "trader_cci":{"name":"trader_cci","type":"","path":"php/trader_cci.html","desc":"Commodity Channel Index"}, "trader_cdl2crows":{"name":"trader_cdl2crows","type":"","path":"php/trader_cdl2crows.html","desc":"Two Crows"}, "trader_cdl3blackcrows":{"name":"trader_cdl3blackcrows","type":"","path":"php/trader_cdl3blackcrows.html","desc":"Three Black Crows"}, "trader_cdl3inside":{"name":"trader_cdl3inside","type":"","path":"php/trader_cdl3inside.html","desc":"Three Inside UpDown"}, "trader_cdl3linestrike":{"name":"trader_cdl3linestrike","type":"","path":"php/trader_cdl3linestrike.html","desc":"Three-Line Strike"}, "trader_cdl3outside":{"name":"trader_cdl3outside","type":"","path":"php/trader_cdl3outside.html","desc":"Three Outside UpDown"}, "trader_cdl3starsinsouth":{"name":"trader_cdl3starsinsouth","type":"","path":"php/trader_cdl3starsinsouth.html","desc":"Three Stars In The South"}, "trader_cdl3whitesoldiers":{"name":"trader_cdl3whitesoldiers","type":"","path":"php/trader_cdl3whitesoldiers.html","desc":"Three Advancing White Soldiers"}, "trader_cdlabandonedbaby":{"name":"trader_cdlabandonedbaby","type":"","path":"php/trader_cdlabandonedbaby.html","desc":"Abandoned Baby"}, "trader_cdladvanceblock":{"name":"trader_cdladvanceblock","type":"","path":"php/trader_cdladvanceblock.html","desc":"Advance Block"}, "trader_cdlbelthold":{"name":"trader_cdlbelthold","type":"","path":"php/trader_cdlbelthold.html","desc":"Belt-hold"}, "trader_cdlbreakaway":{"name":"trader_cdlbreakaway","type":"","path":"php/trader_cdlbreakaway.html","desc":"Breakaway"}, "trader_cdlclosingmarubozu":{"name":"trader_cdlclosingmarubozu","type":"","path":"php/trader_cdlclosingmarubozu.html","desc":"Closing Marubozu"}, "trader_cdlconcealbabyswall":{"name":"trader_cdlconcealbabyswall","type":"","path":"php/trader_cdlconcealbabyswall.html","desc":"Concealing Baby Swallow"}, "trader_cdlcounterattack":{"name":"trader_cdlcounterattack","type":"","path":"php/trader_cdlcounterattack.html","desc":"Counterattack"}, "trader_cdldarkcloudcover":{"name":"trader_cdldarkcloudcover","type":"","path":"php/trader_cdldarkcloudcover.html","desc":"Dark Cloud Cover"}, "trader_cdldoji":{"name":"trader_cdldoji","type":"","path":"php/trader_cdldoji.html","desc":"Doji"}, "trader_cdldojistar":{"name":"trader_cdldojistar","type":"","path":"php/trader_cdldojistar.html","desc":"Doji Star"}, "trader_cdldragonflydoji":{"name":"trader_cdldragonflydoji","type":"","path":"php/trader_cdldragonflydoji.html","desc":"Dragonfly Doji"}, "trader_cdlengulfing":{"name":"trader_cdlengulfing","type":"","path":"php/trader_cdlengulfing.html","desc":"Engulfing Pattern"}, "trader_cdleveningdojistar":{"name":"trader_cdleveningdojistar","type":"","path":"php/trader_cdleveningdojistar.html","desc":"Evening Doji Star"}, "trader_cdleveningstar":{"name":"trader_cdleveningstar","type":"","path":"php/trader_cdleveningstar.html","desc":"Evening Star"}, "trader_cdlgapsidesidewhite":{"name":"trader_cdlgapsidesidewhite","type":"","path":"php/trader_cdlgapsidesidewhite.html","desc":"UpDown-gap side-by-side white lines"}, "trader_cdlgravestonedoji":{"name":"trader_cdlgravestonedoji","type":"","path":"php/trader_cdlgravestonedoji.html","desc":"Gravestone Doji"}, "trader_cdlhammer":{"name":"trader_cdlhammer","type":"","path":"php/trader_cdlhammer.html","desc":"Hammer"}, "trader_cdlhangingman":{"name":"trader_cdlhangingman","type":"","path":"php/trader_cdlhangingman.html","desc":"Hanging Man"}, "trader_cdlharami":{"name":"trader_cdlharami","type":"","path":"php/trader_cdlharami.html","desc":"Harami Pattern"}, "trader_cdlharamicross":{"name":"trader_cdlharamicross","type":"","path":"php/trader_cdlharamicross.html","desc":"Harami Cross Pattern"}, "trader_cdlhighwave":{"name":"trader_cdlhighwave","type":"","path":"php/trader_cdlhighwave.html","desc":"High-Wave Candle"}, "trader_cdlhikkake":{"name":"trader_cdlhikkake","type":"","path":"php/trader_cdlhikkake.html","desc":"Hikkake Pattern"}, "trader_cdlhikkakemod":{"name":"trader_cdlhikkakemod","type":"","path":"php/trader_cdlhikkakemod.html","desc":"Modified Hikkake Pattern"}, "trader_cdlhomingpigeon":{"name":"trader_cdlhomingpigeon","type":"","path":"php/trader_cdlhomingpigeon.html","desc":"Homing Pigeon"}, "trader_cdlidentical3crows":{"name":"trader_cdlidentical3crows","type":"","path":"php/trader_cdlidentical3crows.html","desc":"Identical Three Crows"}, "trader_cdlinneck":{"name":"trader_cdlinneck","type":"","path":"php/trader_cdlinneck.html","desc":"In-Neck Pattern"}, "trader_cdlinvertedhammer":{"name":"trader_cdlinvertedhammer","type":"","path":"php/trader_cdlinvertedhammer.html","desc":"Inverted Hammer"}, "trader_cdlkicking":{"name":"trader_cdlkicking","type":"","path":"php/trader_cdlkicking.html","desc":"Kicking"}, "trader_cdlkickingbylength":{"name":"trader_cdlkickingbylength","type":"","path":"php/trader_cdlkickingbylength.html","desc":"Kicking - bullbear determined by the longer marubozu"}, "trader_cdlladderbottom":{"name":"trader_cdlladderbottom","type":"","path":"php/trader_cdlladderbottom.html","desc":"Ladder Bottom"}, "trader_cdllongleggeddoji":{"name":"trader_cdllongleggeddoji","type":"","path":"php/trader_cdllongleggeddoji.html","desc":"Long Legged Doji"}, "trader_cdllongline":{"name":"trader_cdllongline","type":"","path":"php/trader_cdllongline.html","desc":"Long Line Candle"}, "trader_cdlmarubozu":{"name":"trader_cdlmarubozu","type":"","path":"php/trader_cdlmarubozu.html","desc":"Marubozu"}, "trader_cdlmatchinglow":{"name":"trader_cdlmatchinglow","type":"","path":"php/trader_cdlmatchinglow.html","desc":"Matching Low"}, "trader_cdlmathold":{"name":"trader_cdlmathold","type":"","path":"php/trader_cdlmathold.html","desc":"Mat Hold"}, "trader_cdlmorningdojistar":{"name":"trader_cdlmorningdojistar","type":"","path":"php/trader_cdlmorningdojistar.html","desc":"Morning Doji Star"}, "trader_cdlmorningstar":{"name":"trader_cdlmorningstar","type":"","path":"php/trader_cdlmorningstar.html","desc":"Morning Star"}, "trader_cdlonneck":{"name":"trader_cdlonneck","type":"","path":"php/trader_cdlonneck.html","desc":"On-Neck Pattern"}, "trader_cdlpiercing":{"name":"trader_cdlpiercing","type":"","path":"php/trader_cdlpiercing.html","desc":"Piercing Pattern"}, "trader_cdlrickshawman":{"name":"trader_cdlrickshawman","type":"","path":"php/trader_cdlrickshawman.html","desc":"Rickshaw Man"}, "trader_cdlrisefall3methods":{"name":"trader_cdlrisefall3methods","type":"","path":"php/trader_cdlrisefall3methods.html","desc":"RisingFalling Three Methods"}, "trader_cdlseparatinglines":{"name":"trader_cdlseparatinglines","type":"","path":"php/trader_cdlseparatinglines.html","desc":"Separating Lines"}, "trader_cdlshootingstar":{"name":"trader_cdlshootingstar","type":"","path":"php/trader_cdlshootingstar.html","desc":"Shooting Star"}, "trader_cdlshortline":{"name":"trader_cdlshortline","type":"","path":"php/trader_cdlshortline.html","desc":"Short Line Candle"}, "trader_cdlspinningtop":{"name":"trader_cdlspinningtop","type":"","path":"php/trader_cdlspinningtop.html","desc":"Spinning Top"}, "trader_cdlstalledpattern":{"name":"trader_cdlstalledpattern","type":"","path":"php/trader_cdlstalledpattern.html","desc":"Stalled Pattern"}, "trader_cdlsticksandwich":{"name":"trader_cdlsticksandwich","type":"","path":"php/trader_cdlsticksandwich.html","desc":"Stick Sandwich"}, "trader_cdltakuri":{"name":"trader_cdltakuri","type":"","path":"php/trader_cdltakuri.html","desc":"Takuri (Dragonfly Doji with very long lower shadow)"}, "trader_cdltasukigap":{"name":"trader_cdltasukigap","type":"","path":"php/trader_cdltasukigap.html","desc":"Tasuki Gap"}, "trader_cdlthrusting":{"name":"trader_cdlthrusting","type":"","path":"php/trader_cdlthrusting.html","desc":"Thrusting Pattern"}, "trader_cdltristar":{"name":"trader_cdltristar","type":"","path":"php/trader_cdltristar.html","desc":"Tristar Pattern"}, "trader_cdlunique3river":{"name":"trader_cdlunique3river","type":"","path":"php/trader_cdlunique3river.html","desc":"Unique 3 River"}, "trader_cdlupsidegap2crows":{"name":"trader_cdlupsidegap2crows","type":"","path":"php/trader_cdlupsidegap2crows.html","desc":"Upside Gap Two Crows"}, "trader_cdlxsidegap3methods":{"name":"trader_cdlxsidegap3methods","type":"","path":"php/trader_cdlxsidegap3methods.html","desc":"UpsideDownside Gap Three Methods"}, "trader_ceil":{"name":"trader_ceil","type":"","path":"php/trader_ceil.html","desc":"Vector Ceil"}, "trader_cmo":{"name":"trader_cmo","type":"","path":"php/trader_cmo.html","desc":"Chande Momentum Oscillator"}, "trader_correl":{"name":"trader_correl","type":"","path":"php/trader_correl.html","desc":"Pearson's Correlation Coefficient (r)"}, "trader_cos":{"name":"trader_cos","type":"","path":"php/trader_cos.html","desc":"Vector Trigonometric Cos"}, "trader_cosh":{"name":"trader_cosh","type":"","path":"php/trader_cosh.html","desc":"Vector Trigonometric Cosh"}, "trader_dema":{"name":"trader_dema","type":"","path":"php/trader_dema.html","desc":"Double Exponential Moving Average"}, "trader_div":{"name":"trader_div","type":"","path":"php/trader_div.html","desc":"Vector Arithmetic Div"}, "trader_dx":{"name":"trader_dx","type":"","path":"php/trader_dx.html","desc":"Directional Movement Index"}, "trader_ema":{"name":"trader_ema","type":"","path":"php/trader_ema.html","desc":"Exponential Moving Average"}, "trader_errno":{"name":"trader_errno","type":"","path":"php/trader_errno.html","desc":"Get error code"}, "trader_exp":{"name":"trader_exp","type":"","path":"php/trader_exp.html","desc":"Vector Arithmetic Exp"}, "trader_floor":{"name":"trader_floor","type":"","path":"php/trader_floor.html","desc":"Vector Floor"}, "trader_get_compat":{"name":"trader_get_compat","type":"","path":"php/trader_get_compat.html","desc":"Get compatibility mode"}, "trader_get_unstable_period":{"name":"trader_get_unstable_period","type":"","path":"php/trader_get_unstable_period.html","desc":"Get unstable period"}, "trader_ht_dcperiod":{"name":"trader_ht_dcperiod","type":"","path":"php/trader_ht_dcperiod.html","desc":"Hilbert Transform - Dominant Cycle Period"}, "trader_ht_dcphase":{"name":"trader_ht_dcphase","type":"","path":"php/trader_ht_dcphase.html","desc":"Hilbert Transform - Dominant Cycle Phase"}, "trader_ht_phasor":{"name":"trader_ht_phasor","type":"","path":"php/trader_ht_phasor.html","desc":"Hilbert Transform - Phasor Components"}, "trader_ht_sine":{"name":"trader_ht_sine","type":"","path":"php/trader_ht_sine.html","desc":"Hilbert Transform - SineWave"}, "trader_ht_trendline":{"name":"trader_ht_trendline","type":"","path":"php/trader_ht_trendline.html","desc":"Hilbert Transform - Instantaneous Trendline"}, "trader_ht_trendmode":{"name":"trader_ht_trendmode","type":"","path":"php/trader_ht_trendmode.html","desc":"Hilbert Transform - Trend vs Cycle Mode"}, "trader_kama":{"name":"trader_kama","type":"","path":"php/trader_kama.html","desc":"Kaufman Adaptive Moving Average"}, "trader_linearreg":{"name":"trader_linearreg","type":"","path":"php/trader_linearreg.html","desc":"Linear Regression"}, "trader_linearreg_angle":{"name":"trader_linearreg_angle","type":"","path":"php/trader_linearreg_angle.html","desc":"Linear Regression Angle"}, "trader_linearreg_intercept":{"name":"trader_linearreg_intercept","type":"","path":"php/trader_linearreg_intercept.html","desc":"Linear Regression Intercept"}, "trader_linearreg_slope":{"name":"trader_linearreg_slope","type":"","path":"php/trader_linearreg_slope.html","desc":"Linear Regression Slope"}, "trader_ln":{"name":"trader_ln","type":"","path":"php/trader_ln.html","desc":"Vector Log Natural"}, "trader_log10":{"name":"trader_log10","type":"","path":"php/trader_log10.html","desc":"Vector Log10"}, "trader_ma":{"name":"trader_ma","type":"","path":"php/trader_ma.html","desc":"Moving average"}, "trader_macd":{"name":"trader_macd","type":"","path":"php/trader_macd.html","desc":"Moving Average ConvergenceDivergence"}, "trader_macdext":{"name":"trader_macdext","type":"","path":"php/trader_macdext.html","desc":"MACD with controllable MA type"}, "trader_macdfix":{"name":"trader_macdfix","type":"","path":"php/trader_macdfix.html","desc":"Moving Average ConvergenceDivergence Fix 1226"}, "trader_mama":{"name":"trader_mama","type":"","path":"php/trader_mama.html","desc":"MESA Adaptive Moving Average"}, "trader_mavp":{"name":"trader_mavp","type":"","path":"php/trader_mavp.html","desc":"Moving average with variable period"}, "trader_max":{"name":"trader_max","type":"","path":"php/trader_max.html","desc":"Highest value over a specified period"}, "trader_maxindex":{"name":"trader_maxindex","type":"","path":"php/trader_maxindex.html","desc":"Index of highest value over a specified period"}, "trader_medprice":{"name":"trader_medprice","type":"","path":"php/trader_medprice.html","desc":"Median Price"}, "trader_mfi":{"name":"trader_mfi","type":"","path":"php/trader_mfi.html","desc":"Money Flow Index"}, "trader_midpoint":{"name":"trader_midpoint","type":"","path":"php/trader_midpoint.html","desc":"MidPoint over period"}, "trader_midprice":{"name":"trader_midprice","type":"","path":"php/trader_midprice.html","desc":"Midpoint Price over period"}, "trader_min":{"name":"trader_min","type":"","path":"php/trader_min.html","desc":"Lowest value over a specified period"}, "trader_minindex":{"name":"trader_minindex","type":"","path":"php/trader_minindex.html","desc":"Index of lowest value over a specified period"}, "trader_minmax":{"name":"trader_minmax","type":"","path":"php/trader_minmax.html","desc":"Lowest and highest values over a specified period"}, "trader_minmaxindex":{"name":"trader_minmaxindex","type":"","path":"php/trader_minmaxindex.html","desc":"Indexes of lowest and highest values over a specified period"}, "trader_minus_di":{"name":"trader_minus_di","type":"","path":"php/trader_minus_di.html","desc":"Minus Directional Indicator"}, "trader_minus_dm":{"name":"trader_minus_dm","type":"","path":"php/trader_minus_dm.html","desc":"Minus Directional Movement"}, "trader_mom":{"name":"trader_mom","type":"","path":"php/trader_mom.html","desc":"Momentum"}, "trader_mult":{"name":"trader_mult","type":"","path":"php/trader_mult.html","desc":"Vector Arithmetic Mult"}, "trader_natr":{"name":"trader_natr","type":"","path":"php/trader_natr.html","desc":"Normalized Average True Range"}, "trader_obv":{"name":"trader_obv","type":"","path":"php/trader_obv.html","desc":"On Balance Volume"}, "trader_plus_di":{"name":"trader_plus_di","type":"","path":"php/trader_plus_di.html","desc":"Plus Directional Indicator"}, "trader_plus_dm":{"name":"trader_plus_dm","type":"","path":"php/trader_plus_dm.html","desc":"Plus Directional Movement"}, "trader_ppo":{"name":"trader_ppo","type":"","path":"php/trader_ppo.html","desc":"Percentage Price Oscillator"}, "trader_roc":{"name":"trader_roc","type":"","path":"php/trader_roc.html","desc":"Rate of change ((priceprevPrice)-1)100"}, "trader_rocp":{"name":"trader_rocp","type":"","path":"php/trader_rocp.html","desc":"Rate of change Percentage (price-prevPrice)prevPrice"}, "trader_rocr":{"name":"trader_rocr","type":"","path":"php/trader_rocr.html","desc":"Rate of change ratio (priceprevPrice)"}, "trader_rocr100":{"name":"trader_rocr100","type":"","path":"php/trader_rocr100.html","desc":"Rate of change ratio 100 scale (priceprevPrice)100"}, "trader_rsi":{"name":"trader_rsi","type":"","path":"php/trader_rsi.html","desc":"Relative Strength Index"}, "trader_sar":{"name":"trader_sar","type":"","path":"php/trader_sar.html","desc":"Parabolic SAR"}, "trader_sarext":{"name":"trader_sarext","type":"","path":"php/trader_sarext.html","desc":"Parabolic SAR - Extended"}, "trader_set_compat":{"name":"trader_set_compat","type":"","path":"php/trader_set_compat.html","desc":"Set compatibility mode"}, "trader_set_unstable_period":{"name":"trader_set_unstable_period","type":"","path":"php/trader_set_unstable_period.html","desc":"Set unstable period"}, "trader_sin":{"name":"trader_sin","type":"","path":"php/trader_sin.html","desc":"Vector Trigonometric Sin"}, "trader_sinh":{"name":"trader_sinh","type":"","path":"php/trader_sinh.html","desc":"Vector Trigonometric Sinh"}, "trader_sma":{"name":"trader_sma","type":"","path":"php/trader_sma.html","desc":"Simple Moving Average"}, "trader_sqrt":{"name":"trader_sqrt","type":"","path":"php/trader_sqrt.html","desc":"Vector Square Root"}, "trader_stddev":{"name":"trader_stddev","type":"","path":"php/trader_stddev.html","desc":"Standard Deviation"}, "trader_stoch":{"name":"trader_stoch","type":"","path":"php/trader_stoch.html","desc":"Stochastic"}, "trader_stochf":{"name":"trader_stochf","type":"","path":"php/trader_stochf.html","desc":"Stochastic Fast"}, "trader_stochrsi":{"name":"trader_stochrsi","type":"","path":"php/trader_stochrsi.html","desc":"Stochastic Relative Strength Index"}, "trader_sub":{"name":"trader_sub","type":"","path":"php/trader_sub.html","desc":"Vector Arithmetic Subtraction"}, "trader_sum":{"name":"trader_sum","type":"","path":"php/trader_sum.html","desc":"Summation"}, "trader_t3":{"name":"trader_t3","type":"","path":"php/trader_t3.html","desc":"Triple Exponential Moving Average (T3)"}, "trader_tan":{"name":"trader_tan","type":"","path":"php/trader_tan.html","desc":"Vector Trigonometric Tan"}, "trader_tanh":{"name":"trader_tanh","type":"","path":"php/trader_tanh.html","desc":"Vector Trigonometric Tanh"}, "trader_tema":{"name":"trader_tema","type":"","path":"php/trader_tema.html","desc":"Triple Exponential Moving Average"}, "trader_trange":{"name":"trader_trange","type":"","path":"php/trader_trange.html","desc":"True Range"}, "trader_trima":{"name":"trader_trima","type":"","path":"php/trader_trima.html","desc":"Triangular Moving Average"}, "trader_trix":{"name":"trader_trix","type":"","path":"php/trader_trix.html","desc":"1-day Rate-Of-Change (ROC) of a Triple Smooth EMA"}, "trader_tsf":{"name":"trader_tsf","type":"","path":"php/trader_tsf.html","desc":"Time Series Forecast"}, "trader_typprice":{"name":"trader_typprice","type":"","path":"php/trader_typprice.html","desc":"Typical Price"}, "trader_ultosc":{"name":"trader_ultosc","type":"","path":"php/trader_ultosc.html","desc":"Ultimate Oscillator"}, "trader_var":{"name":"trader_var","type":"","path":"php/trader_var.html","desc":"Variance"}, "trader_wclprice":{"name":"trader_wclprice","type":"","path":"php/trader_wclprice.html","desc":"Weighted Close Price"}, "trader_willr":{"name":"trader_willr","type":"","path":"php/trader_willr.html","desc":"Williams' %R"}, "trader_wma":{"name":"trader_wma","type":"","path":"php/trader_wma.html","desc":"Weighted Moving Average"}, "trait_exists":{"name":"trait_exists","type":"","path":"php/trait_exists.html","desc":"检查指定的 trait 是否存在"}, "trigger_error":{"name":"trigger_error","type":"","path":"php/trigger_error.html","desc":"产生一个用户级别的 errorwarningnotice 信息"}, "trim":{"name":"trim","type":"","path":"php/trim.html","desc":"去除字符串首尾处的空白字符(或者其他字符)"}, "uasort":{"name":"uasort","type":"","path":"php/uasort.html","desc":"使用用户自定义的比较函数对数组中的值进行排序并保持索引关联"}, "ucfirst":{"name":"ucfirst","type":"","path":"php/ucfirst.html","desc":"将字符串的首字母转换为大写"}, "ucwords":{"name":"ucwords","type":"","path":"php/ucwords.html","desc":"将字符串中每个单词的首字母转换为大写"}, "udm_add_search_limit":{"name":"udm_add_search_limit","type":"","path":"php/udm_add_search_limit.html","desc":"Add various search limits"}, "udm_alloc_agent":{"name":"udm_alloc_agent","type":"","path":"php/udm_alloc_agent.html","desc":"Allocate mnoGoSearch session"}, "udm_alloc_agent_array":{"name":"udm_alloc_agent_array","type":"","path":"php/udm_alloc_agent_array.html","desc":"Allocate mnoGoSearch session"}, "udm_api_version":{"name":"udm_api_version","type":"","path":"php/udm_api_version.html","desc":"Get mnoGoSearch API version"}, "udm_cat_list":{"name":"udm_cat_list","type":"","path":"php/udm_cat_list.html","desc":"Get all the categories on the same level with the current one"}, "udm_cat_path":{"name":"udm_cat_path","type":"","path":"php/udm_cat_path.html","desc":"Get the path to the current category"}, "udm_check_charset":{"name":"udm_check_charset","type":"","path":"php/udm_check_charset.html","desc":"Check if the given charset is known to mnogosearch"}, "udm_clear_search_limits":{"name":"udm_clear_search_limits","type":"","path":"php/udm_clear_search_limits.html","desc":"Clear all mnoGoSearch search restrictions"}, "udm_crc32":{"name":"udm_crc32","type":"","path":"php/udm_crc32.html","desc":"Return CRC32 checksum of given string"}, "udm_errno":{"name":"udm_errno","type":"","path":"php/udm_errno.html","desc":"Get mnoGoSearch error number"}, "udm_error":{"name":"udm_error","type":"","path":"php/udm_error.html","desc":"Get mnoGoSearch error message"}, "udm_find":{"name":"udm_find","type":"","path":"php/udm_find.html","desc":"Perform search"}, "udm_free_agent":{"name":"udm_free_agent","type":"","path":"php/udm_free_agent.html","desc":"Free mnoGoSearch session"}, "udm_free_ispell_data":{"name":"udm_free_ispell_data","type":"","path":"php/udm_free_ispell_data.html","desc":"Free memory allocated for ispell data"}, "udm_free_res":{"name":"udm_free_res","type":"","path":"php/udm_free_res.html","desc":"Free mnoGoSearch result"}, "udm_get_doc_count":{"name":"udm_get_doc_count","type":"","path":"php/udm_get_doc_count.html","desc":"Get total number of documents in database"}, "udm_get_res_field":{"name":"udm_get_res_field","type":"","path":"php/udm_get_res_field.html","desc":"Fetch a result field"}, "udm_get_res_param":{"name":"udm_get_res_param","type":"","path":"php/udm_get_res_param.html","desc":"Get mnoGoSearch result parameters"}, "udm_hash32":{"name":"udm_hash32","type":"","path":"php/udm_hash32.html","desc":"Return Hash32 checksum of given string"}, "udm_load_ispell_data":{"name":"udm_load_ispell_data","type":"","path":"php/udm_load_ispell_data.html","desc":"Load ispell data"}, "udm_set_agent_param":{"name":"udm_set_agent_param","type":"","path":"php/udm_set_agent_param.html","desc":"Set mnoGoSearch agent session parameters"}, "ui_draw_text_font_fontfamilies":{"name":"ui_draw_text_font_fontfamilies","type":"","path":"php/ui_draw_text_font_fontfamilies.html","desc":"Retrieve Font Families"}, "ui_quit":{"name":"ui_quit","type":"","path":"php/ui_quit.html","desc":"Quit UI Loop"}, "ui_run":{"name":"ui_run","type":"","path":"php/ui_run.html","desc":"Enter UI Loop"}, "uksort":{"name":"uksort","type":"","path":"php/uksort.html","desc":"使用用户自定义的比较函数对数组中的键名进行排序"}, "umask":{"name":"umask","type":"","path":"php/umask.html","desc":"改变当前的 umask"}, "uniqid":{"name":"uniqid","type":"","path":"php/uniqid.html","desc":"生成一个唯一ID"}, "unixtojd":{"name":"unixtojd","type":"","path":"php/unixtojd.html","desc":"转变Unix时间戳为Julian Day计数"}, "unlink":{"name":"unlink","type":"","path":"php/unlink.html","desc":"删除文件"}, "unpack":{"name":"unpack","type":"","path":"php/unpack.html","desc":"Unpack data from binary string"}, "unregister_tick_function":{"name":"unregister_tick_function","type":"","path":"php/unregister_tick_function.html","desc":"De-register a function for execution on each tick"}, "unserialize":{"name":"unserialize","type":"","path":"php/unserialize.html","desc":"从已存储的表示中创建 PHP 的值"}, "unset":{"name":"unset","type":"","path":"php/unset.html","desc":"释放给定的变量"}, "untaint":{"name":"untaint","type":"","path":"php/untaint.html","desc":"Untaint strings"}, "uopz_add_function":{"name":"uopz_add_function","type":"","path":"php/uopz_add_function.html","desc":"Adds non-existent function or method"}, "uopz_allow_exit":{"name":"uopz_allow_exit","type":"","path":"php/uopz_allow_exit.html","desc":"Allows control over disabled exit opcode"}, "uopz_backup":{"name":"uopz_backup","type":"","path":"php/uopz_backup.html","desc":"Backup a function"}, "uopz_compose":{"name":"uopz_compose","type":"","path":"php/uopz_compose.html","desc":"Compose a class"}, "uopz_copy":{"name":"uopz_copy","type":"","path":"php/uopz_copy.html","desc":"Copy a function"}, "uopz_delete":{"name":"uopz_delete","type":"","path":"php/uopz_delete.html","desc":"Delete a function"}, "uopz_del_function":{"name":"uopz_del_function","type":"","path":"php/uopz_del_function.html","desc":"Deletes previously added function or method"}, "uopz_extend":{"name":"uopz_extend","type":"","path":"php/uopz_extend.html","desc":"Extend a class at runtime"}, "uopz_flags":{"name":"uopz_flags","type":"","path":"php/uopz_flags.html","desc":"Get or set flags on function or class"}, "uopz_function":{"name":"uopz_function","type":"","path":"php/uopz_function.html","desc":"Creates a function at runtime"}, "uopz_get_exit_status":{"name":"uopz_get_exit_status","type":"","path":"php/uopz_get_exit_status.html","desc":"Retrieve the last set exit status"}, "uopz_get_hook":{"name":"uopz_get_hook","type":"","path":"php/uopz_get_hook.html","desc":"Gets previously set hook on function or method"}, "uopz_get_mock":{"name":"uopz_get_mock","type":"","path":"php/uopz_get_mock.html","desc":"Get the current mock for a class"}, "uopz_get_property":{"name":"uopz_get_property","type":"","path":"php/uopz_get_property.html","desc":"Gets value of class or instance property"}, "uopz_get_return":{"name":"uopz_get_return","type":"","path":"php/uopz_get_return.html","desc":"Gets a previous set return value for a function"}, "uopz_get_static":{"name":"uopz_get_static","type":"","path":"php/uopz_get_static.html","desc":"Gets the static variables from function or method scope"}, "uopz_implement":{"name":"uopz_implement","type":"","path":"php/uopz_implement.html","desc":"Implements an interface at runtime"}, "uopz_overload":{"name":"uopz_overload","type":"","path":"php/uopz_overload.html","desc":"Overload a VM opcode"}, "uopz_redefine":{"name":"uopz_redefine","type":"","path":"php/uopz_redefine.html","desc":"Redefine a constant"}, "uopz_rename":{"name":"uopz_rename","type":"","path":"php/uopz_rename.html","desc":"Rename a function at runtime"}, "uopz_restore":{"name":"uopz_restore","type":"","path":"php/uopz_restore.html","desc":"Restore a previously backed up function"}, "uopz_set_hook":{"name":"uopz_set_hook","type":"","path":"php/uopz_set_hook.html","desc":"Sets hook to execute when entering a function or method"}, "uopz_set_mock":{"name":"uopz_set_mock","type":"","path":"php/uopz_set_mock.html","desc":"Use mock instead of class for new objects"}, "uopz_set_property":{"name":"uopz_set_property","type":"","path":"php/uopz_set_property.html","desc":"Sets value of existing class or instance property"}, "uopz_set_return":{"name":"uopz_set_return","type":"","path":"php/uopz_set_return.html","desc":"Provide a return value for an existing function"}, "uopz_set_static":{"name":"uopz_set_static","type":"","path":"php/uopz_set_static.html","desc":"Sets the static variables in function or method scope"}, "uopz_undefine":{"name":"uopz_undefine","type":"","path":"php/uopz_undefine.html","desc":"Undefine a constant"}, "uopz_unset_hook":{"name":"uopz_unset_hook","type":"","path":"php/uopz_unset_hook.html","desc":"Removes previously set hook on function or method"}, "uopz_unset_mock":{"name":"uopz_unset_mock","type":"","path":"php/uopz_unset_mock.html","desc":"Unset previously set mock"}, "uopz_unset_return":{"name":"uopz_unset_return","type":"","path":"php/uopz_unset_return.html","desc":"Unsets a previously set return value for a function"}, "urldecode":{"name":"urldecode","type":"","path":"php/urldecode.html","desc":"解码已编码的 URL 字符串"}, "urlencode":{"name":"urlencode","type":"","path":"php/urlencode.html","desc":"编码 URL 字符串"}, "user_error":{"name":"user_error","type":"","path":"php/user_error.html","desc":"trigger_error 的别名"}, "use_soap_error_handler":{"name":"use_soap_error_handler","type":"","path":"php/use_soap_error_handler.html","desc":"Set whether to use the SOAP error handler"}, "usleep":{"name":"usleep","type":"","path":"php/usleep.html","desc":"以指定的微秒数延迟执行"}, "usort":{"name":"usort","type":"","path":"php/usort.html","desc":"使用用户自定义的比较函数对数组中的值进行排序"}, "utf8_decode":{"name":"utf8_decode","type":"","path":"php/utf8_decode.html","desc":"将用 UTF-8 方式编码的 ISO-8859-1 字符串转换成单字节的 ISO-8859-1 字符串。"}, "utf8_encode":{"name":"utf8_encode","type":"","path":"php/utf8_encode.html","desc":"将 ISO-8859-1 编码的字符串转换为 UTF-8 编码"}, "variant_abs":{"name":"variant_abs","type":"","path":"php/variant_abs.html","desc":"Returns the absolute value of a variant"}, "variant_add":{"name":"variant_add","type":"","path":"php/variant_add.html","desc":""Adds" two variant values together and returns the result"}, "variant_and":{"name":"variant_and","type":"","path":"php/variant_and.html","desc":"Performs a bitwise AND operation between two variants"}, "variant_cast":{"name":"variant_cast","type":"","path":"php/variant_cast.html","desc":"Convert a variant into a new variant object of another type"}, "variant_cat":{"name":"variant_cat","type":"","path":"php/variant_cat.html","desc":"Concatenates two variant values together and returns the result"}, "variant_cmp":{"name":"variant_cmp","type":"","path":"php/variant_cmp.html","desc":"Compares two variants"}, "variant_date_from_timestamp":{"name":"variant_date_from_timestamp","type":"","path":"php/variant_date_from_timestamp.html","desc":"Returns a variant date representation of a Unix timestamp"}, "variant_date_to_timestamp":{"name":"variant_date_to_timestamp","type":"","path":"php/variant_date_to_timestamp.html","desc":"Converts a variant datetime value to Unix timestamp"}, "variant_div":{"name":"variant_div","type":"","path":"php/variant_div.html","desc":"Returns the result from dividing two variants"}, "variant_eqv":{"name":"variant_eqv","type":"","path":"php/variant_eqv.html","desc":"Performs a bitwise equivalence on two variants"}, "variant_fix":{"name":"variant_fix","type":"","path":"php/variant_fix.html","desc":"Returns the integer portion of a variant"}, "variant_get_type":{"name":"variant_get_type","type":"","path":"php/variant_get_type.html","desc":"Returns the type of a variant object"}, "variant_idiv":{"name":"variant_idiv","type":"","path":"php/variant_idiv.html","desc":"Converts variants to integers and then returns the result from dividing them"}, "variant_imp":{"name":"variant_imp","type":"","path":"php/variant_imp.html","desc":"Performs a bitwise implication on two variants"}, "variant_int":{"name":"variant_int","type":"","path":"php/variant_int.html","desc":"Returns the integer portion of a variant"}, "variant_mod":{"name":"variant_mod","type":"","path":"php/variant_mod.html","desc":"Divides two variants and returns only the remainder"}, "variant_mul":{"name":"variant_mul","type":"","path":"php/variant_mul.html","desc":"Multiplies the values of the two variants"}, "variant_neg":{"name":"variant_neg","type":"","path":"php/variant_neg.html","desc":"Performs logical negation on a variant"}, "variant_not":{"name":"variant_not","type":"","path":"php/variant_not.html","desc":"Performs bitwise not negation on a variant"}, "variant_or":{"name":"variant_or","type":"","path":"php/variant_or.html","desc":"Performs a logical disjunction on two variants"}, "variant_pow":{"name":"variant_pow","type":"","path":"php/variant_pow.html","desc":"Returns the result of performing the power function with two variants"}, "variant_round":{"name":"variant_round","type":"","path":"php/variant_round.html","desc":"Rounds a variant to the specified number of decimal places"}, "variant_set":{"name":"variant_set","type":"","path":"php/variant_set.html","desc":"Assigns a new value for a variant object"}, "variant_set_type":{"name":"variant_set_type","type":"","path":"php/variant_set_type.html","desc":"Convert a variant into another type "in-place""}, "variant_sub":{"name":"variant_sub","type":"","path":"php/variant_sub.html","desc":"Subtracts the value of the right variant from the left variant value"}, "variant_xor":{"name":"variant_xor","type":"","path":"php/variant_xor.html","desc":"Performs a logical exclusion on two variants"}, "var_dump":{"name":"var_dump","type":"","path":"php/var_dump.html","desc":"打印变量的相关信息"}, "var_export":{"name":"var_export","type":"","path":"php/var_export.html","desc":"输出或返回一个变量的字符串表示"}, "version_compare":{"name":"version_compare","type":"","path":"php/version_compare.html","desc":"对比两个「PHP 规范化」的版本数字字符串"}, "vfprintf":{"name":"vfprintf","type":"","path":"php/vfprintf.html","desc":"将格式化字符串写入流"}, "virtual":{"name":"virtual","type":"","path":"php/virtual.html","desc":"执行 Apache 子请求"}, "vpopmail_add_alias_domain":{"name":"vpopmail_add_alias_domain","type":"","path":"php/vpopmail_add_alias_domain.html","desc":"Add an alias for a virtual domain"}, "vpopmail_add_alias_domain_ex":{"name":"vpopmail_add_alias_domain_ex","type":"","path":"php/vpopmail_add_alias_domain_ex.html","desc":"Add alias to an existing virtual domain"}, "vpopmail_add_domain":{"name":"vpopmail_add_domain","type":"","path":"php/vpopmail_add_domain.html","desc":"Add a new virtual domain"}, "vpopmail_add_domain_ex":{"name":"vpopmail_add_domain_ex","type":"","path":"php/vpopmail_add_domain_ex.html","desc":"Add a new virtual domain"}, "vpopmail_add_user":{"name":"vpopmail_add_user","type":"","path":"php/vpopmail_add_user.html","desc":"Add a new user to the specified virtual domain"}, "vpopmail_alias_add":{"name":"vpopmail_alias_add","type":"","path":"php/vpopmail_alias_add.html","desc":"Insert a virtual alias"}, "vpopmail_alias_del":{"name":"vpopmail_alias_del","type":"","path":"php/vpopmail_alias_del.html","desc":"Deletes all virtual aliases of a user"}, "vpopmail_alias_del_domain":{"name":"vpopmail_alias_del_domain","type":"","path":"php/vpopmail_alias_del_domain.html","desc":"Deletes all virtual aliases of a domain"}, "vpopmail_alias_get":{"name":"vpopmail_alias_get","type":"","path":"php/vpopmail_alias_get.html","desc":"Get all lines of an alias for a domain"}, "vpopmail_alias_get_all":{"name":"vpopmail_alias_get_all","type":"","path":"php/vpopmail_alias_get_all.html","desc":"Get all lines of an alias for a domain"}, "vpopmail_auth_user":{"name":"vpopmail_auth_user","type":"","path":"php/vpopmail_auth_user.html","desc":"Attempt to validate a usernamedomainpassword"}, "vpopmail_del_domain":{"name":"vpopmail_del_domain","type":"","path":"php/vpopmail_del_domain.html","desc":"Delete a virtual domain"}, "vpopmail_del_domain_ex":{"name":"vpopmail_del_domain_ex","type":"","path":"php/vpopmail_del_domain_ex.html","desc":"Delete a virtual domain"}, "vpopmail_del_user":{"name":"vpopmail_del_user","type":"","path":"php/vpopmail_del_user.html","desc":"Delete a user from a virtual domain"}, "vpopmail_error":{"name":"vpopmail_error","type":"","path":"php/vpopmail_error.html","desc":"Get text message for last vpopmail error"}, "vpopmail_passwd":{"name":"vpopmail_passwd","type":"","path":"php/vpopmail_passwd.html","desc":"Change a virtual user's password"}, "vpopmail_set_user_quota":{"name":"vpopmail_set_user_quota","type":"","path":"php/vpopmail_set_user_quota.html","desc":"Sets a virtual user's quota"}, "vprintf":{"name":"vprintf","type":"","path":"php/vprintf.html","desc":"输出格式化字符串"}, "vsprintf":{"name":"vsprintf","type":"","path":"php/vsprintf.html","desc":"返回格式化字符串"}, "wddx_add_vars":{"name":"wddx_add_vars","type":"","path":"php/wddx_add_vars.html","desc":"Add variables to a WDDX packet with the specified ID"}, "wddx_deserialize":{"name":"wddx_deserialize","type":"","path":"php/wddx_deserialize.html","desc":"Unserializes a WDDX packet"}, "wddx_packet_end":{"name":"wddx_packet_end","type":"","path":"php/wddx_packet_end.html","desc":"Ends a WDDX packet with the specified ID"}, "wddx_packet_start":{"name":"wddx_packet_start","type":"","path":"php/wddx_packet_start.html","desc":"Starts a new WDDX packet with structure inside it"}, "wddx_serialize_value":{"name":"wddx_serialize_value","type":"","path":"php/wddx_serialize_value.html","desc":"Serialize a single value into a WDDX packet"}, "wddx_serialize_vars":{"name":"wddx_serialize_vars","type":"","path":"php/wddx_serialize_vars.html","desc":"Serialize variables into a WDDX packet"}, "win32_continue_service":{"name":"win32_continue_service","type":"","path":"php/win32_continue_service.html","desc":"Resumes a paused service"}, "win32_create_service":{"name":"win32_create_service","type":"","path":"php/win32_create_service.html","desc":"Creates a new service entry in the SCM database"}, "win32_delete_service":{"name":"win32_delete_service","type":"","path":"php/win32_delete_service.html","desc":"Deletes a service entry from the SCM database"}, "win32_get_last_control_message":{"name":"win32_get_last_control_message","type":"","path":"php/win32_get_last_control_message.html","desc":"Returns the last control message that was sent to this service"}, "win32_pause_service":{"name":"win32_pause_service","type":"","path":"php/win32_pause_service.html","desc":"Pauses a service"}, "win32_ps_list_procs":{"name":"win32_ps_list_procs","type":"","path":"php/win32_ps_list_procs.html","desc":"List running processes"}, "win32_ps_stat_mem":{"name":"win32_ps_stat_mem","type":"","path":"php/win32_ps_stat_mem.html","desc":"Stat memory utilization"}, "win32_ps_stat_proc":{"name":"win32_ps_stat_proc","type":"","path":"php/win32_ps_stat_proc.html","desc":"Stat process"}, "win32_query_service_status":{"name":"win32_query_service_status","type":"","path":"php/win32_query_service_status.html","desc":"Queries the status of a service"}, "win32_send_custom_control":{"name":"win32_send_custom_control","type":"","path":"php/win32_send_custom_control.html","desc":"Send a custom control to the service"}, "win32_set_service_exit_code":{"name":"win32_set_service_exit_code","type":"","path":"php/win32_set_service_exit_code.html","desc":"Define or return the exit code for the current running service"}, "win32_set_service_exit_mode":{"name":"win32_set_service_exit_mode","type":"","path":"php/win32_set_service_exit_mode.html","desc":"Define or return the exit mode for the current running service"}, "win32_set_service_status":{"name":"win32_set_service_status","type":"","path":"php/win32_set_service_status.html","desc":"Update the service status"}, "win32_start_service":{"name":"win32_start_service","type":"","path":"php/win32_start_service.html","desc":"Starts a service"}, "win32_start_service_ctrl_dispatcher":{"name":"win32_start_service_ctrl_dispatcher","type":"","path":"php/win32_start_service_ctrl_dispatcher.html","desc":"Registers the script with the SCM, so that it can act as the service with the given name"}, "win32_stop_service":{"name":"win32_stop_service","type":"","path":"php/win32_stop_service.html","desc":"Stops a service"}, "wincache_fcache_fileinfo":{"name":"wincache_fcache_fileinfo","type":"","path":"php/wincache_fcache_fileinfo.html","desc":"Retrieves information about files cached in the file cache"}, "wincache_fcache_meminfo":{"name":"wincache_fcache_meminfo","type":"","path":"php/wincache_fcache_meminfo.html","desc":"Retrieves information about file cache memory usage"}, "wincache_lock":{"name":"wincache_lock","type":"","path":"php/wincache_lock.html","desc":"Acquires an exclusive lock on a given key"}, "wincache_ocache_fileinfo":{"name":"wincache_ocache_fileinfo","type":"","path":"php/wincache_ocache_fileinfo.html","desc":"Retrieves information about files cached in the opcode cache"}, "wincache_ocache_meminfo":{"name":"wincache_ocache_meminfo","type":"","path":"php/wincache_ocache_meminfo.html","desc":"Retrieves information about opcode cache memory usage"}, "wincache_refresh_if_changed":{"name":"wincache_refresh_if_changed","type":"","path":"php/wincache_refresh_if_changed.html","desc":"Refreshes the cache entries for the cached files"}, "wincache_rplist_fileinfo":{"name":"wincache_rplist_fileinfo","type":"","path":"php/wincache_rplist_fileinfo.html","desc":"Retrieves information about resolve file path cache"}, "wincache_rplist_meminfo":{"name":"wincache_rplist_meminfo","type":"","path":"php/wincache_rplist_meminfo.html","desc":"Retrieves information about memory usage by the resolve file path cache"}, "wincache_scache_info":{"name":"wincache_scache_info","type":"","path":"php/wincache_scache_info.html","desc":"Retrieves information about files cached in the session cache"}, "wincache_scache_meminfo":{"name":"wincache_scache_meminfo","type":"","path":"php/wincache_scache_meminfo.html","desc":"Retrieves information about session cache memory usage"}, "wincache_ucache_add":{"name":"wincache_ucache_add","type":"","path":"php/wincache_ucache_add.html","desc":"Adds a variable in user cache only if variable does not already exist in the cache"}, "wincache_ucache_cas":{"name":"wincache_ucache_cas","type":"","path":"php/wincache_ucache_cas.html","desc":"Compares the variable with old value and assigns new value to it"}, "wincache_ucache_clear":{"name":"wincache_ucache_clear","type":"","path":"php/wincache_ucache_clear.html","desc":"Deletes entire content of the user cache"}, "wincache_ucache_dec":{"name":"wincache_ucache_dec","type":"","path":"php/wincache_ucache_dec.html","desc":"Decrements the value associated with the key"}, "wincache_ucache_delete":{"name":"wincache_ucache_delete","type":"","path":"php/wincache_ucache_delete.html","desc":"Deletes variables from the user cache"}, "wincache_ucache_exists":{"name":"wincache_ucache_exists","type":"","path":"php/wincache_ucache_exists.html","desc":"Checks if a variable exists in the user cache"}, "wincache_ucache_get":{"name":"wincache_ucache_get","type":"","path":"php/wincache_ucache_get.html","desc":"Gets a variable stored in the user cache"}, "wincache_ucache_inc":{"name":"wincache_ucache_inc","type":"","path":"php/wincache_ucache_inc.html","desc":"Increments the value associated with the key"}, "wincache_ucache_info":{"name":"wincache_ucache_info","type":"","path":"php/wincache_ucache_info.html","desc":"Retrieves information about data stored in the user cache"}, "wincache_ucache_meminfo":{"name":"wincache_ucache_meminfo","type":"","path":"php/wincache_ucache_meminfo.html","desc":"Retrieves information about user cache memory usage"}, "wincache_ucache_set":{"name":"wincache_ucache_set","type":"","path":"php/wincache_ucache_set.html","desc":"Adds a variable in user cache and overwrites a variable if it already exists in the cache"}, "wincache_unlock":{"name":"wincache_unlock","type":"","path":"php/wincache_unlock.html","desc":"Releases an exclusive lock on a given key"}, "wordwrap":{"name":"wordwrap","type":"","path":"php/wordwrap.html","desc":"打断字符串为指定数量的字串"}, "xattr_get":{"name":"xattr_get","type":"","path":"php/xattr_get.html","desc":"Get an extended attribute"}, "xattr_list":{"name":"xattr_list","type":"","path":"php/xattr_list.html","desc":"Get a list of extended attributes"}, "xattr_remove":{"name":"xattr_remove","type":"","path":"php/xattr_remove.html","desc":"Remove an extended attribute"}, "xattr_set":{"name":"xattr_set","type":"","path":"php/xattr_set.html","desc":"Set an extended attribute"}, "xattr_supported":{"name":"xattr_supported","type":"","path":"php/xattr_supported.html","desc":"Check if filesystem supports extended attributes"}, "xdiff_file_bdiff":{"name":"xdiff_file_bdiff","type":"","path":"php/xdiff_file_bdiff.html","desc":"Make binary diff of two files"}, "xdiff_file_bdiff_size":{"name":"xdiff_file_bdiff_size","type":"","path":"php/xdiff_file_bdiff_size.html","desc":"Read a size of file created by applying a binary diff"}, "xdiff_file_bpatch":{"name":"xdiff_file_bpatch","type":"","path":"php/xdiff_file_bpatch.html","desc":"Patch a file with a binary diff"}, "xdiff_file_diff":{"name":"xdiff_file_diff","type":"","path":"php/xdiff_file_diff.html","desc":"Make unified diff of two files"}, "xdiff_file_diff_binary":{"name":"xdiff_file_diff_binary","type":"","path":"php/xdiff_file_diff_binary.html","desc":"Alias of xdiff_file_bdiff"}, "xdiff_file_merge3":{"name":"xdiff_file_merge3","type":"","path":"php/xdiff_file_merge3.html","desc":"Merge 3 files into one"}, "xdiff_file_patch":{"name":"xdiff_file_patch","type":"","path":"php/xdiff_file_patch.html","desc":"Patch a file with an unified diff"}, "xdiff_file_patch_binary":{"name":"xdiff_file_patch_binary","type":"","path":"php/xdiff_file_patch_binary.html","desc":"Alias of xdiff_file_bpatch"}, "xdiff_file_rabdiff":{"name":"xdiff_file_rabdiff","type":"","path":"php/xdiff_file_rabdiff.html","desc":"Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm"}, "xdiff_string_bdiff":{"name":"xdiff_string_bdiff","type":"","path":"php/xdiff_string_bdiff.html","desc":"Make binary diff of two strings"}, "xdiff_string_bdiff_size":{"name":"xdiff_string_bdiff_size","type":"","path":"php/xdiff_string_bdiff_size.html","desc":"Read a size of file created by applying a binary diff"}, "xdiff_string_bpatch":{"name":"xdiff_string_bpatch","type":"","path":"php/xdiff_string_bpatch.html","desc":"Patch a string with a binary diff"}, "xdiff_string_diff":{"name":"xdiff_string_diff","type":"","path":"php/xdiff_string_diff.html","desc":"Make unified diff of two strings"}, "xdiff_string_diff_binary":{"name":"xdiff_string_diff_binary","type":"","path":"php/xdiff_string_diff_binary.html","desc":"Alias of xdiff_string_bdiff"}, "xdiff_string_merge3":{"name":"xdiff_string_merge3","type":"","path":"php/xdiff_string_merge3.html","desc":"Merge 3 strings into one"}, "xdiff_string_patch":{"name":"xdiff_string_patch","type":"","path":"php/xdiff_string_patch.html","desc":"Patch a string with an unified diff"}, "xdiff_string_patch_binary":{"name":"xdiff_string_patch_binary","type":"","path":"php/xdiff_string_patch_binary.html","desc":"Alias of xdiff_string_bpatch"}, "xdiff_string_rabdiff":{"name":"xdiff_string_rabdiff","type":"","path":"php/xdiff_string_rabdiff.html","desc":"Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm"}, "xhprof_disable":{"name":"xhprof_disable","type":"","path":"php/xhprof_disable.html","desc":"停止 xhprof 分析器"}, "xhprof_enable":{"name":"xhprof_enable","type":"","path":"php/xhprof_enable.html","desc":"启动 xhprof 性能分析器"}, "xhprof_sample_disable":{"name":"xhprof_sample_disable","type":"","path":"php/xhprof_sample_disable.html","desc":"停止 xhprof 性能采样分析器"}, "xhprof_sample_enable":{"name":"xhprof_sample_enable","type":"","path":"php/xhprof_sample_enable.html","desc":"以采样模式启动 XHProf 性能分析"}, "xmlrpc_decode":{"name":"xmlrpc_decode","type":"","path":"php/xmlrpc_decode.html","desc":"将 XML 译码为 PHP 本身的类型"}, "xmlrpc_decode_request":{"name":"xmlrpc_decode_request","type":"","path":"php/xmlrpc_decode_request.html","desc":"将 XML 译码为 PHP 本身的类型"}, "xmlrpc_encode":{"name":"xmlrpc_encode","type":"","path":"php/xmlrpc_encode.html","desc":"为 PHP 的值生成 XML"}, "xmlrpc_encode_request":{"name":"xmlrpc_encode_request","type":"","path":"php/xmlrpc_encode_request.html","desc":"为 PHP 的值生成 XML"}, "xmlrpc_get_type":{"name":"xmlrpc_get_type","type":"","path":"php/xmlrpc_get_type.html","desc":"为 PHP 的值获取 xmlrpc 的类型"}, "xmlrpc_is_fault":{"name":"xmlrpc_is_fault","type":"","path":"php/xmlrpc_is_fault.html","desc":"Determines if an array value represents an XMLRPC fault"}, "xmlrpc_parse_method_descriptions":{"name":"xmlrpc_parse_method_descriptions","type":"","path":"php/xmlrpc_parse_method_descriptions.html","desc":"将 XML 译码成方法描述的列表"}, "xmlrpc_server_add_introspection_data":{"name":"xmlrpc_server_add_introspection_data","type":"","path":"php/xmlrpc_server_add_introspection_data.html","desc":"添加自我描述的文档"}, "xmlrpc_server_call_method":{"name":"xmlrpc_server_call_method","type":"","path":"php/xmlrpc_server_call_method.html","desc":"解析 XML 请求同时调用方法"}, "xmlrpc_server_create":{"name":"xmlrpc_server_create","type":"","path":"php/xmlrpc_server_create.html","desc":"创建一个 xmlrpc 服务端"}, "xmlrpc_server_destroy":{"name":"xmlrpc_server_destroy","type":"","path":"php/xmlrpc_server_destroy.html","desc":"销毁服务端资源"}, "xmlrpc_server_register_introspection_callback":{"name":"xmlrpc_server_register_introspection_callback","type":"","path":"php/xmlrpc_server_register_introspection_callback.html","desc":"注册一个 PHP 函数用于生成文档"}, "xmlrpc_server_register_method":{"name":"xmlrpc_server_register_method","type":"","path":"php/xmlrpc_server_register_method.html","desc":"注册一个 PHP 函数用于匹配 xmlrpc 方法名"}, "xmlrpc_set_type":{"name":"xmlrpc_set_type","type":"","path":"php/xmlrpc_set_type.html","desc":"为一个 PHP 字符串值设置 xmlrpc 的类型、base64 或日期时间"}, "xmlwriter_end_attribute":{"name":"xmlwriter_end_attribute","type":"","path":"php/xmlwriter_end_attribute.html","desc":"End attribute"}, "xmlwriter_end_cdata":{"name":"xmlwriter_end_cdata","type":"","path":"php/xmlwriter_end_cdata.html","desc":"End current CDATA"}, "xmlwriter_end_comment":{"name":"xmlwriter_end_comment","type":"","path":"php/xmlwriter_end_comment.html","desc":"Create end comment"}, "xmlwriter_end_document":{"name":"xmlwriter_end_document","type":"","path":"php/xmlwriter_end_document.html","desc":"End current document"}, "xmlwriter_end_dtd":{"name":"xmlwriter_end_dtd","type":"","path":"php/xmlwriter_end_dtd.html","desc":"End current DTD"}, "xmlwriter_end_dtd_attlist":{"name":"xmlwriter_end_dtd_attlist","type":"","path":"php/xmlwriter_end_dtd_attlist.html","desc":"End current DTD AttList"}, "xmlwriter_end_dtd_element":{"name":"xmlwriter_end_dtd_element","type":"","path":"php/xmlwriter_end_dtd_element.html","desc":"End current DTD element"}, "xmlwriter_end_dtd_entity":{"name":"xmlwriter_end_dtd_entity","type":"","path":"php/xmlwriter_end_dtd_entity.html","desc":"End current DTD Entity"}, "xmlwriter_end_element":{"name":"xmlwriter_end_element","type":"","path":"php/xmlwriter_end_element.html","desc":"End current element"}, "xmlwriter_end_pi":{"name":"xmlwriter_end_pi","type":"","path":"php/xmlwriter_end_pi.html","desc":"End current PI"}, "xmlwriter_flush":{"name":"xmlwriter_flush","type":"","path":"php/xmlwriter_flush.html","desc":"Flush current buffer"}, "xmlwriter_full_end_element":{"name":"xmlwriter_full_end_element","type":"","path":"php/xmlwriter_full_end_element.html","desc":"End current element"}, "xmlwriter_open_memory":{"name":"xmlwriter_open_memory","type":"","path":"php/xmlwriter_open_memory.html","desc":"Create new xmlwriter using memory for string output"}, "xmlwriter_open_uri":{"name":"xmlwriter_open_uri","type":"","path":"php/xmlwriter_open_uri.html","desc":"Create new xmlwriter using source uri for output"}, "xmlwriter_output_memory":{"name":"xmlwriter_output_memory","type":"","path":"php/xmlwriter_output_memory.html","desc":"Returns current buffer"}, "xmlwriter_set_indent":{"name":"xmlwriter_set_indent","type":"","path":"php/xmlwriter_set_indent.html","desc":"Toggle indentation onoff"}, "xmlwriter_set_indent_string":{"name":"xmlwriter_set_indent_string","type":"","path":"php/xmlwriter_set_indent_string.html","desc":"Set string used for indenting"}, "xmlwriter_start_attribute":{"name":"xmlwriter_start_attribute","type":"","path":"php/xmlwriter_start_attribute.html","desc":"Create start attribute"}, "xmlwriter_start_attribute_ns":{"name":"xmlwriter_start_attribute_ns","type":"","path":"php/xmlwriter_start_attribute_ns.html","desc":"Create start namespaced attribute"}, "xmlwriter_start_cdata":{"name":"xmlwriter_start_cdata","type":"","path":"php/xmlwriter_start_cdata.html","desc":"Create start CDATA tag"}, "xmlwriter_start_comment":{"name":"xmlwriter_start_comment","type":"","path":"php/xmlwriter_start_comment.html","desc":"Create start comment"}, "xmlwriter_start_document":{"name":"xmlwriter_start_document","type":"","path":"php/xmlwriter_start_document.html","desc":"Create document tag"}, "xmlwriter_start_dtd":{"name":"xmlwriter_start_dtd","type":"","path":"php/xmlwriter_start_dtd.html","desc":"Create start DTD tag"}, "xmlwriter_start_dtd_attlist":{"name":"xmlwriter_start_dtd_attlist","type":"","path":"php/xmlwriter_start_dtd_attlist.html","desc":"Create start DTD AttList"}, "xmlwriter_start_dtd_element":{"name":"xmlwriter_start_dtd_element","type":"","path":"php/xmlwriter_start_dtd_element.html","desc":"Create start DTD element"}, "xmlwriter_start_dtd_entity":{"name":"xmlwriter_start_dtd_entity","type":"","path":"php/xmlwriter_start_dtd_entity.html","desc":"Create start DTD Entity"}, "xmlwriter_start_element":{"name":"xmlwriter_start_element","type":"","path":"php/xmlwriter_start_element.html","desc":"Create start element tag"}, "xmlwriter_start_element_ns":{"name":"xmlwriter_start_element_ns","type":"","path":"php/xmlwriter_start_element_ns.html","desc":"Create start namespaced element tag"}, "xmlwriter_start_pi":{"name":"xmlwriter_start_pi","type":"","path":"php/xmlwriter_start_pi.html","desc":"Create start PI tag"}, "xmlwriter_text":{"name":"xmlwriter_text","type":"","path":"php/xmlwriter_text.html","desc":"Write text"}, "xmlwriter_write_attribute":{"name":"xmlwriter_write_attribute","type":"","path":"php/xmlwriter_write_attribute.html","desc":"Write full attribute"}, "xmlwriter_write_attribute_ns":{"name":"xmlwriter_write_attribute_ns","type":"","path":"php/xmlwriter_write_attribute_ns.html","desc":"Write full namespaced attribute"}, "xmlwriter_write_cdata":{"name":"xmlwriter_write_cdata","type":"","path":"php/xmlwriter_write_cdata.html","desc":"Write full CDATA tag"}, "xmlwriter_write_comment":{"name":"xmlwriter_write_comment","type":"","path":"php/xmlwriter_write_comment.html","desc":"Write full comment tag"}, "xmlwriter_write_dtd":{"name":"xmlwriter_write_dtd","type":"","path":"php/xmlwriter_write_dtd.html","desc":"Write full DTD tag"}, "xmlwriter_write_dtd_attlist":{"name":"xmlwriter_write_dtd_attlist","type":"","path":"php/xmlwriter_write_dtd_attlist.html","desc":"Write full DTD AttList tag"}, "xmlwriter_write_dtd_element":{"name":"xmlwriter_write_dtd_element","type":"","path":"php/xmlwriter_write_dtd_element.html","desc":"Write full DTD element tag"}, "xmlwriter_write_dtd_entity":{"name":"xmlwriter_write_dtd_entity","type":"","path":"php/xmlwriter_write_dtd_entity.html","desc":"Write full DTD Entity tag"}, "xmlwriter_write_element":{"name":"xmlwriter_write_element","type":"","path":"php/xmlwriter_write_element.html","desc":"Write full element tag"}, "xmlwriter_write_element_ns":{"name":"xmlwriter_write_element_ns","type":"","path":"php/xmlwriter_write_element_ns.html","desc":"Write full namespaced element tag"}, "xmlwriter_write_pi":{"name":"xmlwriter_write_pi","type":"","path":"php/xmlwriter_write_pi.html","desc":"Writes a PI"}, "xmlwriter_write_raw":{"name":"xmlwriter_write_raw","type":"","path":"php/xmlwriter_write_raw.html","desc":"Write a raw XML text"}, "xml_error_string":{"name":"xml_error_string","type":"","path":"php/xml_error_string.html","desc":"获取 XML 解析器的错误字符串"}, "xml_get_current_byte_index":{"name":"xml_get_current_byte_index","type":"","path":"php/xml_get_current_byte_index.html","desc":"获取 XML 解析器的当前字节索引"}, "xml_get_current_column_number":{"name":"xml_get_current_column_number","type":"","path":"php/xml_get_current_column_number.html","desc":"获取 XML 解析器的当前列号"}, "xml_get_current_line_number":{"name":"xml_get_current_line_number","type":"","path":"php/xml_get_current_line_number.html","desc":"获取 XML 解析器的当前行号"}, "xml_get_error_code":{"name":"xml_get_error_code","type":"","path":"php/xml_get_error_code.html","desc":"获取 XML 解析器错误代码"}, "xml_parse":{"name":"xml_parse","type":"","path":"php/xml_parse.html","desc":"开始解析一个 XML 文档"}, "xml_parser_create":{"name":"xml_parser_create","type":"","path":"php/xml_parser_create.html","desc":"建立一个 XML 解析器"}, "xml_parser_create_ns":{"name":"xml_parser_create_ns","type":"","path":"php/xml_parser_create_ns.html","desc":"生成一个支持命名空间的 XML 解析器"}, "xml_parser_free":{"name":"xml_parser_free","type":"","path":"php/xml_parser_free.html","desc":"释放指定的 XML 解析器"}, "xml_parser_get_option":{"name":"xml_parser_get_option","type":"","path":"php/xml_parser_get_option.html","desc":"从 XML 解析器获取选项设置信息"}, "xml_parser_set_option":{"name":"xml_parser_set_option","type":"","path":"php/xml_parser_set_option.html","desc":"为指定 XML 解析进行选项设置"}, "xml_parse_into_struct":{"name":"xml_parse_into_struct","type":"","path":"php/xml_parse_into_struct.html","desc":"将 XML 数据解析到数组中"}, "xml_set_character_data_handler":{"name":"xml_set_character_data_handler","type":"","path":"php/xml_set_character_data_handler.html","desc":"建立字符数据处理器"}, "xml_set_default_handler":{"name":"xml_set_default_handler","type":"","path":"php/xml_set_default_handler.html","desc":"建立默认处理器"}, "xml_set_element_handler":{"name":"xml_set_element_handler","type":"","path":"php/xml_set_element_handler.html","desc":"建立起始和终止元素处理器"}, "xml_set_end_namespace_decl_handler":{"name":"xml_set_end_namespace_decl_handler","type":"","path":"php/xml_set_end_namespace_decl_handler.html","desc":"建立终止命名空间声明处理器"}, "xml_set_external_entity_ref_handler":{"name":"xml_set_external_entity_ref_handler","type":"","path":"php/xml_set_external_entity_ref_handler.html","desc":"建立外部实体指向处理器"}, "xml_set_notation_decl_handler":{"name":"xml_set_notation_decl_handler","type":"","path":"php/xml_set_notation_decl_handler.html","desc":"建立注释声明处理器"}, "xml_set_object":{"name":"xml_set_object","type":"","path":"php/xml_set_object.html","desc":"在对象中使用 XML 解析器"}, "xml_set_processing_instruction_handler":{"name":"xml_set_processing_instruction_handler","type":"","path":"php/xml_set_processing_instruction_handler.html","desc":"建立处理指令(PI)处理器"}, "xml_set_start_namespace_decl_handler":{"name":"xml_set_start_namespace_decl_handler","type":"","path":"php/xml_set_start_namespace_decl_handler.html","desc":"建立起始命名空间声明处理器"}, "xml_set_unparsed_entity_decl_handler":{"name":"xml_set_unparsed_entity_decl_handler","type":"","path":"php/xml_set_unparsed_entity_decl_handler.html","desc":"建立未解析实体定义声明处理器"}, "yaml_emit":{"name":"yaml_emit","type":"","path":"php/yaml_emit.html","desc":"Returns the YAML representation of a value"}, "yaml_emit_file":{"name":"yaml_emit_file","type":"","path":"php/yaml_emit_file.html","desc":"Send the YAML representation of a value to a file"}, "yaml_parse":{"name":"yaml_parse","type":"","path":"php/yaml_parse.html","desc":"Parse a YAML stream"}, "yaml_parse_file":{"name":"yaml_parse_file","type":"","path":"php/yaml_parse_file.html","desc":"Parse a YAML stream from a file"}, "yaml_parse_url":{"name":"yaml_parse_url","type":"","path":"php/yaml_parse_url.html","desc":"Parse a Yaml stream from a URL"}, "yaz_addinfo":{"name":"yaz_addinfo","type":"","path":"php/yaz_addinfo.html","desc":"Returns additional error information"}, "yaz_ccl_conf":{"name":"yaz_ccl_conf","type":"","path":"php/yaz_ccl_conf.html","desc":"Configure CCL parser"}, "yaz_ccl_parse":{"name":"yaz_ccl_parse","type":"","path":"php/yaz_ccl_parse.html","desc":"Invoke CCL Parser"}, "yaz_close":{"name":"yaz_close","type":"","path":"php/yaz_close.html","desc":"Close YAZ connection"}, "yaz_connect":{"name":"yaz_connect","type":"","path":"php/yaz_connect.html","desc":"Prepares for a connection to a Z39.50 server"}, "yaz_database":{"name":"yaz_database","type":"","path":"php/yaz_database.html","desc":"Specifies the databases within a session"}, "yaz_element":{"name":"yaz_element","type":"","path":"php/yaz_element.html","desc":"Specifies Element-Set Name for retrieval"}, "yaz_errno":{"name":"yaz_errno","type":"","path":"php/yaz_errno.html","desc":"Returns error number"}, "yaz_es":{"name":"yaz_es","type":"","path":"php/yaz_es.html","desc":"Prepares for an Extended Service Request"}, "yaz_es_result":{"name":"yaz_es_result","type":"","path":"php/yaz_es_result.html","desc":"Inspects Extended Services Result"}, "yaz_get_option":{"name":"yaz_get_option","type":"","path":"php/yaz_get_option.html","desc":"Returns value of option for connection"}, "yaz_hits":{"name":"yaz_hits","type":"","path":"php/yaz_hits.html","desc":"Returns number of hits for last search"}, "yaz_itemorder":{"name":"yaz_itemorder","type":"","path":"php/yaz_itemorder.html","desc":"Prepares for Z39.50 Item Order with an ILL-Request package"}, "yaz_present":{"name":"yaz_present","type":"","path":"php/yaz_present.html","desc":"Prepares for retrieval (Z39.50 present)"}, "yaz_range":{"name":"yaz_range","type":"","path":"php/yaz_range.html","desc":"Specifies a range of records to retrieve"}, "yaz_record":{"name":"yaz_record","type":"","path":"php/yaz_record.html","desc":"Returns a record"}, "yaz_scan":{"name":"yaz_scan","type":"","path":"php/yaz_scan.html","desc":"Prepares for a scan"}, "yaz_scan_result":{"name":"yaz_scan_result","type":"","path":"php/yaz_scan_result.html","desc":"Returns Scan Response result"}, "yaz_schema":{"name":"yaz_schema","type":"","path":"php/yaz_schema.html","desc":"Specifies schema for retrieval"}, "yaz_search":{"name":"yaz_search","type":"","path":"php/yaz_search.html","desc":"Prepares for a search"}, "yaz_set_option":{"name":"yaz_set_option","type":"","path":"php/yaz_set_option.html","desc":"Sets one or more options for connection"}, "yaz_sort":{"name":"yaz_sort","type":"","path":"php/yaz_sort.html","desc":"Sets sorting criteria"}, "yaz_syntax":{"name":"yaz_syntax","type":"","path":"php/yaz_syntax.html","desc":"Specifies the preferred record syntax for retrieval"}, "yaz_wait":{"name":"yaz_wait","type":"","path":"php/yaz_wait.html","desc":"Wait for Z39.50 requests to complete"}, "yp_all":{"name":"yp_all","type":"","path":"php/yp_all.html","desc":"Traverse the map and call a function on each entry"}, "yp_cat":{"name":"yp_cat","type":"","path":"php/yp_cat.html","desc":"Return an array containing the entire map"}, "yp_errno":{"name":"yp_errno","type":"","path":"php/yp_errno.html","desc":"Returns the error code of the previous operation"}, "yp_err_string":{"name":"yp_err_string","type":"","path":"php/yp_err_string.html","desc":"Returns the error string associated with the given error code"}, "yp_first":{"name":"yp_first","type":"","path":"php/yp_first.html","desc":"Returns the first key-value pair from the named map"}, "yp_get_default_domain":{"name":"yp_get_default_domain","type":"","path":"php/yp_get_default_domain.html","desc":"Fetches the machine's default NIS domain"}, "yp_master":{"name":"yp_master","type":"","path":"php/yp_master.html","desc":"Returns the machine name of the master NIS server for a map"}, "yp_match":{"name":"yp_match","type":"","path":"php/yp_match.html","desc":"Returns the matched line"}, "yp_next":{"name":"yp_next","type":"","path":"php/yp_next.html","desc":"Returns the next key-value pair in the named map"}, "yp_order":{"name":"yp_order","type":"","path":"php/yp_order.html","desc":"Returns the order number for a map"}, "zend_logo_guid":{"name":"zend_logo_guid","type":"","path":"php/zend_logo_guid.html","desc":"获取 Zend guid"}, "zend_thread_id":{"name":"zend_thread_id","type":"","path":"php/zend_thread_id.html","desc":"返回当前线程的唯一识别符"}, "zend_version":{"name":"zend_version","type":"","path":"php/zend_version.html","desc":"获取当前 Zend 引擎的版本"}, "zip_close":{"name":"zip_close","type":"","path":"php/zip_close.html","desc":"关闭一个ZIP档案文件"}, "zip_entry_close":{"name":"zip_entry_close","type":"","path":"php/zip_entry_close.html","desc":"关闭目录项"}, "zip_entry_compressedsize":{"name":"zip_entry_compressedsize","type":"","path":"php/zip_entry_compressedsize.html","desc":"检索目录项压缩过后的大小"}, "zip_entry_compressionmethod":{"name":"zip_entry_compressionmethod","type":"","path":"php/zip_entry_compressionmethod.html","desc":"检索目录实体的压缩方法"}, "zip_entry_filesize":{"name":"zip_entry_filesize","type":"","path":"php/zip_entry_filesize.html","desc":"检索目录实体的实际大小"}, "zip_entry_name":{"name":"zip_entry_name","type":"","path":"php/zip_entry_name.html","desc":"检索目录项的名称"}, "zip_entry_open":{"name":"zip_entry_open","type":"","path":"php/zip_entry_open.html","desc":"打开用于读取的目录实体"}, "zip_entry_read":{"name":"zip_entry_read","type":"","path":"php/zip_entry_read.html","desc":"读取一个打开了的压缩目录实体"}, "zip_open":{"name":"zip_open","type":"","path":"php/zip_open.html","desc":"打开ZIP存档文件"}, "zip_read":{"name":"zip_read","type":"","path":"php/zip_read.html","desc":"读取ZIP存档文件中下一项"}, "zlib_decode":{"name":"zlib_decode","type":"","path":"php/zlib_decode.html","desc":"Uncompress any rawgzipzlib encoded data"}, "zlib_encode":{"name":"zlib_encode","type":"","path":"php/zlib_encode.html","desc":"Compress data with the specified encoding"}, "zlib_get_coding_type":{"name":"zlib_get_coding_type","type":"","path":"php/zlib_get_coding_type.html","desc":"Returns the coding type used for output compression"}, "zookeeper_dispatch":{"name":"zookeeper_dispatch","type":"","path":"php/zookeeper_dispatch.html","desc":"Calls callbacks for pending operations"} } \ No newline at end of file diff --git a/index/python.json b/index/python.json index 68c38081..1146e657 100644 --- a/index/python.json +++ b/index/python.json @@ -1 +1 @@ -{ "intro.html": "介绍", "functions.html": "内置函数", "constants.html": "内置常量", "stdtypes.html": "内置类型", "exceptions.html": "内置异常", "text.html": "文字处理服务", "string.html": "字符串操作", "re.html": "正则表达式操作", "difflib.html": "计算delta的帮助", "textwrap.html": "文字换行和填充", "unicodedata.html": "Unicode 数据库", "stringprep.html": "互联网字符串制备", "readline.html": "GNU readline 接口", "rlcompleter.html": "GNU readline的完成功能", "binary.html": "二进制数据服务", "struct.html": "格式化解析bytes", "codecs.html": "Codec注册表和基类", "datatypes.html": "数据类型", "datetime.html": "基本日期时间类型", "calendar.html": "与日历相关的一般函数", "collections.html": "容器", "collections.abc.html": "抽象基类容器", "heapq.html": "堆队列算法", "bisect.html": "数组分割算法", "array.html": "高效的数值数组", "weakref.html": "弱引用", "types.html": "创建动态类型和内置类型的名称", "copy.html": "浅层和深层复制操作", "pprint.html": "打印整洁的数据", "reprlib.html": "备用 repr() 执行", "enum.html": "支持枚举类型", "numeric.html": "数字和数学模块", "numbers.html": "数字抽象基类", "math.html": "数学函数", "cmath.html": "数学函数,用于复数", "decimal.html": "十进制固定和浮点算术", "fractions.html": "有理数", "random.html": "生成伪随机数", "statistics.html": "数理统计函数", "functional.html": "函数编程模块", "itertools.html": "功能创建迭代器高效循环", "functools.html": "高阶函数和可调用对象的操作", "operator.html": "标准运算符作为函数", "filesys.html": "文件与目录的访问", "pathlib.html": "面向对象的文件系统路径", "os.path.html": "常见的路径名称操作", "fileinput.html": "从多个输入流中迭代", "stat.html": "解释stat()结果", "filecmp.html": "文件和目录比较", "tempfile.html": "生成临时文件和目录", "glob.html": "Unix样式路径名模式扩展", "fnmatch.html": "Unix文件名匹配模式", "linecache.html": "文字行缓存", "shutil.html": "高级文件操作", "macpath.html": "Mac OS 9路径处理函数", "persistence.html": "数据持久性", "pickle.html": "Python对象序列化", "copyreg.html": "注册pickle支持功能", "shelve.html": "Python对象持久性", "marshal.html": "内部Python对象序列化", "dbm.html": "与Unix“数据库”的接口", "sqlite3.html": "SQLite数据库的DB-API 0接口", "archiving.html": "数据压缩和归档", "zlib.html": "兼容 gzip 压缩", "gzip.html": "支持 gzip 文件", "bz2.html": "支持 bzip2 压缩", "lzma.html": "基于LZMA算法的压缩", "zipfile.html": "ZIP归档访问", "tarfile.html": "读取与压缩tar文件", "fileformats.html": "文件格式", "csv.html": "CSV 文件的读写", "configparser.html": "配置文件解析器", "netrc.html": "netrc文件处理", "xdrlib.html": "对XDR数据进行编码和解码", "plistlib.html": "生成并解析Mac OS X ", "crypto.html": "加密服务", "hashlib.html": "安全哈希和消息摘要", "hmac.html": "用于消息验证的加密哈希", "allos.html": "通用操作系统服务", "os.html": "操作系统的各种接口", "io.html": "以流方式处理打开的核心工具", "time.html": "时间存取和转换", "argparse.html": "解析命令行参数的Parser工具", "getopt.html": "命令行选项的C样式解析器", "logging.html": "Python日志记录工具", "logging.config.html": "日志配置", "logging.handlers.html": "日志处理程序", "getpass.html": "便携式密码输入", "curses.html": "字符单元显示的终端处理", "curses.ascii.html": "ASCII字符的实用工具", "curses.panel.html": "curses的面板集扩展", "platform.html": "访问底层平台的识别数据", "errno.html": "标准errno系统符号", "ctypes.html": "Python的外部函数库", "concurrency.html": "并发执行", "threading.html": "基于线程的并行", "multiprocessing.html": "基于进程的并行", "concurrent.html": "concurrent", "concurrent.futures.html": "启动并行任务", "subprocess.html": "子进程管理", "sched.html": "事件调度程序", "queue.html": "同步队列类", "dummy_threading.html": "threading模块的插入替换", "_thread.html": "低级线程API", "_dummy_thread.html": "替换_thread模块", "ipc.html": "进程间通信和联网", "socket.html": "低级网络接口", "ssl.html": "套接字对象的TLS / SSL包装器", "select.html": "等待I / O完成", "selectors.html": "高级I / O复用", "asyncio.html": "异步 I/O、 事件循环、 协同程序和任务", "asyncore.html": "异步套接字处理程序", "asynchat.html": "异步套接字命令/响应处理程序", "signal.html": "设置异步事件处理程序", "mmap.html": "内存映射文件支持 0>", "netdata.html": "互联网数据处理", "email.html": "电子邮件和MIME处理包", "json.html": "JSON 编码与解码", "mailcap.html": "Mailcap文件处理", "mailbox.html": "以各种格式处理邮箱", "mimetypes.html": "将文件名映射到MIME类型", "base64.html": "Base16、Base32、Base64、Base85数据编码", "binhex.html": "编码和解码binhex4文件", "binascii.html": "在二进制和ASCII之间转换", "quopri.html": "编码和解码MIME可引用的数据", "uu.html": "对uuencode文件进行编码和解码", "markup.html": "结构化标记处理工具", "html.html": "超文本标记语言的支持", "html.parser.html": "简单的HTML和XHTML解析器", "html.entities.html": "HTML一般实体的定义", "xml.html": "XML处理模块", "xml.etree.elementtree.html": "ElementTree XML API", "xml.dom.html": "文档对象模型API", "xml.dom.minidom.html": "最小DOM实现", "xml.dom.pulldom.html": "支持构建部分DOM树", "xml.sax.html": "支持SAX2解析器", "xml.sax.handler.html": "SAX处理程序的基类", "xml.sax.utils.html": "SAX实用程序", "xml.sax.reader.html": "XML解析器接口", "pyexpat.html": "使用Expat进行快速XML解析", "internet.html": "网络协议与支持", "webbrowser.html": "方便的 Web 浏览器控制器", "cgi.html": "通用网关接口支持", "cgitb.html": "CGI 脚本的回馈错误管理", "wsgiref.html": "WSGI Utilities和参考实现", "urllib.html": "URL 处理模块", "urllib.request.html": "可扩展的开放Url类", "urllib.parse.html": "将网址解析到组件", "urllib.error.html": "由urllib", "urllib.robotparser.html": "用于robots", "http.html": "HTTP模块", "http.client.html": "HTTP 协议客户端", "ftplib.html": "FTP 协议客户端", "poplib.html": "POP3 协议客户端", "imaplib.html": "IMAP4 协议客户端", "nntplib.html": "NNTP 协议客户端", "smtplib.html": "SMTP 协议客户端", "smtpd.html": "SMTP 服务", "telnetlib.html": "Telnet 客户端", "uuid.html": "根据RFC 4122的UUID对象", "socketserver.html": "网络服务器框架", "http.server.html": "HTTP服务器", "http.cookies.html": "HTTP状态管理", "http.cookiejar.html": "HTTP客户端的Cookie处理", "xmlrpc.html": "XMLRPC服务器和客户端模块", "xmlrpc.client.html": "XML-RPC客户端访问", "xmlrpc.server.html": "基本XML-RPC服务器", "ipaddress.html": "IPv4 / IPv6操作库", "mm.html": "多媒体服务", "audioop.html": "处理原始音频数据", "aifc.html": "读写AIFF和AIFC文件", "sunau.html": "读写Sun AU文件", "wave.html": "读取和写入WAV文件", "chunk.html": "读取IFF分块数据", "colorsys.html": "颜色系统之间的转换", "imghdr.html": "确定图像的类型", "sndhdr.html": "确定声音文件的类型", "ossaudiodev.html": "访问与OSS兼容的音频设备", "i18n.html": "国际化", "gettext.html": "多语言国际化服务", "locale.html": "国际化服务", "frameworks.html": "程序框架", "turtle.html": "Turtle graphics(图像)", "cmd.html": "支持面向行的命令解释器", "shlex.html": "简单词法分析", "tk.html": "TK图形用户接口", "tkinter.html": "Tcl/Tk的python接口", "tkinter.ttk.html": "Tk主题化部件", "tkinter.tix.html": "Tk扩展控件", "tkinter.scrolledtext.html": "滚动文本控件", "idle.html": "集成开发与学习环境", "othergui.html": "其他图形用户接口包", "development.html": "开发工具", "typing.html": "支持类型提示", "pydoc.html": "文档生成器和联机帮助系统", "doctest.html": "测试交互式 Python 示例", "unittest.html": "单元测试框架", "unittest.mock.html": "模拟对象库", "unittest.mock-examples.html": "开始使用", "2to3.html": "2to3-Python 2 到 3 代码自动转化", "test.html": "回归测试包为 Python", "debug.html": "调试和分析", "bdb.html": "调试器框架", "faulthandler.html": "转储Python回溯", "pdb.html": "The Python Debugger", "profile.html": "Python分析器", "timeit.html": "测量小代码片段的执行时间", "trace.html": "跟踪或跟踪 Python 语句执行", "tracemalloc.html": "跟踪内存分配", "distribution.html": "软件包装及分销", "distutils.html": "建立和安装的 Python 模块", "ensurepip.html": "引导 pip 安装程序", "venv.html": "创建虚拟环境", "zipapp.html": "管理可执行 python zip档案", "python.html": "Python 运行时服务", "sys.html": "系统特定参数和函数", "sysconfig.html": "提供对 Python 的配置信息的访问", "builtins.html": "内置对象", "__main__.html": "顶级脚本环境", "warnings.html": "警告控制", "contextlib.html": "with语句的上下文实用程序", "abc.html": "抽象基类", "atexit.html": "退出处理程序", "traceback.html": "打印或检索堆栈跟踪", "__future__.html": "未来语句定义", "gc.html": "垃圾回收器接口", "inspect.html": "检查活跃的对象", "site.html": "网站特定的配置挂钩", "fpectl.html": "浮点异常控制", "custominterp.html": "自定义 Python 解释器", "code.html": "解释器基类", "codeop.html": "编译 Python 代码", "modules.html": "导入模块", "zipimport.html": "从 Zip 存档导入模块", "pkgutil.html": "软件包扩展程序", "modulefinder.html": "查找脚本使用的模块", "runpy.html": "定位和执行Python模块", "importlib.html": "执行import", "language.html": "Python 语言服务", "parser.html": "访问 Python 语法树", "ast.html": "抽象语法树", "symtable.html": "访问编译器的符号表", "symbol.html": "常数用 Python 语法树", "token.html": "常数用 Python 语法树", "keyword.html": "测试Python关键字", "tokenize.html": "适用于Python源代码的Tokenizer", "tabnanny.html": "检测模糊缩进", "pyclbr.html": "Python类浏览器支持", "py_compile.html": "编译Python源文件", "compileall.html": "字节编译Python库", "dis.html": "Python 字节码反汇编器", "pickletools.html": "pickle 开发工具", "misc.html": "杂项服务", "formatter.html": "通用输出格式", "windows.html": "MS Windows 专用服务", "msilib.html": "读写Microsoft安装程序文件", "msvcrt.html": "从MS VC ++运行时的有用例程", "winreg.html": "注册表访问", "winsound.html": "Windows的声音播放接口", "unix.html": "Unix 专用服务", "posix.html": "最常见的POSIX系统调用", "pwd.html": "密码数据库", "spwd.html": "影子密码数据库", "grp.html": "群组数据库", "crypt.html": "检查Unix密码的功能", "termios.html": "POSIX style tty control", "tty.html": "终端控制功能", "pty.html": "伪终端实用程序", "fcntl.html": "fcntl和ioctl系统调用", "pipes.html": "shell管道接口", "resource.html": "资源使用信息", "nis.html": "Sun的NIS(黄页)接口", "syslog.html": "Unix syslog库例程", "superseded.html": "废弃的模块", "optparse.html": "解析命令行选项", "imp.html": "访问import内部", "BeautifulSoup.html": "一个HTML或XML的解析库,可以用它来方便的从网页中提取数据", "Pillow(PIL).html": "功能强大的图像处理库", "requests(basic).html": "强大、便捷的HTTP库(基础)", "requests(advance).html": "强大、便捷的HTTP库(进阶)", "Scrapy.html": "一个快速、高层次的屏幕抓取和web抓取框架,用于抓取web站点并从页面中提取结构化的数据", "abc.html#abc.abstractmethod": "装饰器指示抽象方法", "abc.html#abc.abstractclassmethod": "内建classmethod()的子类,表示抽象类方法", "abc.html#abc.abstractstaticmethod": "内建staticmethod()的子类,表示抽象静态方法", "abc.html#abc.abstractproperty": "内建property()的子类,表示一个抽象属性", "abc.html#abc.get_cache_token": "返回当前抽象基类缓存令牌", "aifc.html#aifc.open": "打开AIFF或AIFF-C文件并返回对象实例,方法如下所述", "array.html#array.typecodes": "包含所有可用类型代码的字符串", "ast.html#ast.parse": "将源解析为AST节点", "ast.html#ast.literal_eval": "安全计算表达式节点或包含Python字面值或容器显示的字符串", "ast.html#ast.get_docstring": "Return the docstring of the given node (which must be a FunctionDef, ClassDef or Module node), or None if it has no docstring", "ast.html#ast.fix_missing_locations": "当使用compile()编译节点树时,编译器对于支持它们的每个节点都需要lineno和col_offset属性", "ast.html#ast.increment_lineno": "从节点开始,通过n增加树中每个节点的行号", "ast.html#ast.copy_location": "如果可能,将源位置(lineno和col_offset)从old_node复制到new_node,然后返回new_node ", "ast.html#ast.iter_fields": "Yield a tuple of (fieldname, value) for each field in node", "ast.html#ast.iter_child_nodes": "产生节点的所有直接子节点,即作为节点的所有字段和作为节点列表的所有字段项", "ast.html#ast.walk": "递归地以节点(包括节点本身)开始生成树中的所有后代节点,没有指定顺序", "ast.html#ast.dump": "在节点中返回树的格式化转储", "asynchat.html#asynchat.async_chat.ac_in_buffer_size": "异步输入缓冲区大小(默认值4096)", "asynchat.html#asynchat.async_chat.ac_out_buffer_size": "异步输出缓冲区大小(默认值4096)", "asyncore.html#asyncore.loop": "输入轮询循环,在计数过程或所有打开的通道关闭后终止循环", "atexit.html#atexit.register": "将func寄存器作为要在终止时执行的函数", "atexit.html#atexit.unregister": "从要在解释器关机运行的函数列表中删除func", "audioop.html#audioop.add": "返回一个片段,它是作为参数传递的两个样本的相加", "audioop.html#audioop.adpcm2lin": "将Intel / DVI ADPCM编码片段解码为线性片段", "audioop.html#audioop.alaw2lin": "将a-LAW编码中的声音片段转换为线性编码的声音片段", "audioop.html#audioop.avg": "返回片段中所有样本的平均值", "audioop.html#audioop.avgpp": "返回片段中所有样本的平均峰 - 峰值", "audioop.html#audioop.bias": "返回作为原始片段的片段,并向每个样本添加偏差", "audioop.html#audioop.byteswap": "“Byteswap”片段中的所有样本,并返回修改的片段", "audioop.html#audioop.cross": "返回作为参数传递的片段中的零交叉的数量", "audioop.html#audioop.findfactor": "返回因子F使得rms(add(fragment, mul(reference, -F))) t4>是最小的,即返回要乘以参考的因子,以使其与片段尽可能匹配", "audioop.html#audioop.findfit": "尝试将引用与片段(应为更长的片段)的一部分匹配", "audioop.html#audioop.findmax": "搜索片段获取长度长度的切片(不是字节!)with maximum energy, i", "audioop.html#audioop.getsample": "返回样本index的值", "audioop.html#audioop.lin2adpcm": "将采样转换为4位Intel / DVI ADPCM编码", "audioop.html#audioop.lin2alaw": "将音频片段中的样本转换为a-LAW编码,并将其作为字节对象返回", "audioop.html#audioop.lin2lin": "以1-,2-,3-和4字节格式转换样本", "audioop.html#audioop.lin2ulaw": "将音频片段中的样本转换为u-LAW编码,并将其作为字节对象返回", "audioop.html#audioop.max": "返回片段中所有样本的绝对值的最大值", "audioop.html#audioop.maxpp": "返回声音片段中的最大峰 - 峰值", "audioop.html#audioop.minmax": "返回由声音片段中所有样本的最小值和最大值组成的元组", "audioop.html#audioop.mul": "返回具有原始片段中的所有样本乘以浮点值因子的片段", "audioop.html#audioop.ratecv": "转换输入片段的帧速率", "audioop.html#audioop.reverse": "反转片段中的样本,并返回修改的片段", "audioop.html#audioop.rms": "返回片段的均方根,即sqrt(sum(S_i^2)/n)", "audioop.html#audioop.tomono": "将立体声片段转换为单声道片段", "audioop.html#audioop.tostereo": "从单声道片段生成立体声片段", "audioop.html#audioop.ulaw2lin": "将u-LAW编码中的声音片段转换为线性编码的声音片段", "base64.html#base64.b64encode": "使用Base64编码类字节对象s,并返回编码后的字节", "base64.html#base64.b64decode": "解码Base64编码的类字节对象或ASCII字符串s并返回解码的字节", "base64.html#base64.standard_b64encode": "使用标准的Base64字母表编码类字节对象 s并返回编码的字节", "base64.html#base64.standard_b64decode": "使用标准的Base64字母表解码类字节对象或ASCII字符串s并返回解码的字节", "base64.html#base64.urlsafe_b64encode": "使用URL和文件系统安全的字母表编码类字节对象s,它用-和_分别替换标准的Base64字母表中的+和/,并返回编码的字节", "base64.html#base64.urlsafe_b64decode": "使用URL及文件系统安全的字母表解码类字节对象或ASCII字符串s,它将标准Base64字母表中的+替换为-、/替换为_,并返回解码后的字节", "base64.html#base64.b32encode": "使用Base32编码类字节对象s并返回编码后的字节", "base64.html#base64.b32decode": "解码Base32编码的bytes-like object或ASCII字符串s并返回解码的bytes", "base64.html#base64.b16encode": "使用Base16编码bytes-like object s并返回编码的bytes", "base64.html#base64.b16decode": "解码Base16编码的bytes-like object或ASCII字符串s并返回解码的bytes", "base64.html#base64.a85encode": "使用Ascii85编码bytes-like object b并返回编码的bytes", "base64.html#base64.a85decode": "解码Ascii85编码的bytes-like object或ASCII字符串b并返回解码的bytes", "base64.html#base64.b85encode": "使用base85编码bytes-like object b(如git-style binary diffs)并返回编码的bytes", "base64.html#base64.b85decode": "解码base85编码的bytes-like object或ASCII字符串b并返回解码的bytes", "base64.html#base64.decode": "解码二进制输入文件的内容,并将生成的二进制数据写入输出文件", "base64.html#base64.decodebytes": "解码bytes-like object s,其中必须包含一行或多行base64编码数据,并返回解码的bytes", "base64.html#base64.encode": "编码二进制输入文件的内容,并将生成的base64编码数据写入输出文件", "base64.html#base64.encodebytes": "编码类字节对象s,它可以包含任意二进制数据,并返回base64编码数据的字节,根据RFC 2045 (MIME),在输出的每76个字节之后插入换行符(b'\\n'),并确保末尾有一个换行符", "bdb.html#bdb.checkfuncname": "检查我们是否应该在这里断开,这取决于断点b设置的方式", "bdb.html#bdb.effective": "确定此行代码是否存在有效(活动)断点", "bdb.html#bdb.set_trace": "使用调用者框架中的Bdb实例开始调试", "binascii.html#binascii.a2b_uu": "将单行的uuencoded数据转换回二进制并返回二进制数据", "binascii.html#binascii.b2a_uu": "将二进制数据转换为一行ASCII字符,返回值是转换后的行,包括换行符", "binascii.html#binascii.a2b_base64": "将一个base64数据块转换回二进制并返回二进制数据", "binascii.html#binascii.b2a_base64": "在base64编码中将二进制数据转换为一行ASCII字符", "binascii.html#binascii.a2b_qp": "将一组引用可打印数据转换回二进制并返回二进制数据", "binascii.html#binascii.b2a_qp": "将二进制数据转换为带引号的可打印编码中的ASCII字符行", "binascii.html#binascii.a2b_hqx": "将binhex4格式的ASCII数据转换为二进制,不进行RLE解压缩", "binascii.html#binascii.rledecode_hqx": "按照binhex4标准对数据执行RLE解压缩", "binascii.html#binascii.rlecode_hqx": "对数据执行binhex4样式RLE压缩并返回结果", "binascii.html#binascii.b2a_hqx": "执行hexbin4二进制到ASCII的转换并返回结果字符串", "binascii.html#binascii.crc_hqx": "计算数据的binhex4 crc值,以值开始作为初始crc,并返回结果", "binascii.html#binascii.crc32": "以值的初始CRC开始,计算数据的32位校验和CRC-32", "binascii.html#binascii.b2a_hex": "返回二进制数据的十六进制表示", "binascii.html#binascii.a2b_hex": "返回由十六进制字符串hexstr表示的二进制数据", "binhex.html#binhex.binhex": "将文件名输入的二进制文件转换为binhex文件输出", "binhex.html#binhex.hexbin": "解码binhex文件输入", "bisect.html#bisect.bisect_left": "在a中找到x的插入点以保持排序顺序", "bisect.html#bisect.bisect_right": "类似于bisect_left(),但返回在a中x的任何现有条目之后(右侧)的插入点", "bisect.html#bisect.insort_left": "以排序顺序在a中插入x", "bisect.html#bisect.insort_right": "类似于insort_left(),但在x的任何现有条目后在a中插入x", "bz2.html#bz2.open": "在二进制或文本模式下打开bzip2压缩文件,返回file object", "bz2.html#bz2.compress": "压缩数据", "bz2.html#bz2.decompress": "解压缩数据", "calendar.html#calendar.setfirstweekday": "设置每周开始的工作日(0是星期一,6是星期日)", "calendar.html#calendar.firstweekday": "返回为平日的当前设置,每个星期开始", "calendar.html#calendar.isleap": "如果年是闰年,则返回True,否则False", "calendar.html#calendar.leapdays": "返回闰年的数目范围内从y1到y2 (专用), y1和y2是几年", "calendar.html#calendar.weekday": "返回年(1970 -", "calendar.html#calendar.weekheader": "返回包含缩写的星期几名称的标头", "calendar.html#calendar.monthrange": "返回月份,为指定的年、月中的工作日的天数,每月的第一天", "calendar.html#calendar.monthcalendar": "返回一个矩阵,代表一个月的日历", "calendar.html#calendar.prmonth": "打印由month()返回的一个月的日历", "calendar.html#calendar.month": "使用TextCalendar类的formatmonth()返回多行字符串中的一个月的日历", "calendar.html#calendar.prcal": "打印由calendar()返回的整年的日历", "calendar.html#calendar.calendar": "使用TextCalendar类的formatyear())作为多行字符串返回整年的3列日历", "calendar.html#calendar.timegm": "一个不相关但方便的函数,它需要一个时间元组,例如由time模块中的gmtime()函数返回,并返回相应的Unix时间戳值, 1970,和POSIX编码", "calendar.html#calendar.day_name": "一个数组,表示当前的区域设置中的星期数", "calendar.html#calendar.day_abbr": "一个数组,表示当前的区域设置中的缩写的星期数", "calendar.html#calendar.month_name": "一个数组,表示今年的几个月中的当前区域设置", "calendar.html#calendar.month_abbr": "一个数组,表示今年的缩写个月中的当前区域设置", "cgi.html#cgi.parse": "在环境或文件中解析查询(文件默认为sys", "cgi.html#cgi.parse_qs": "此模块中已弃用此函数", "cgi.html#cgi.parse_qsl": "此模块中已弃用此函数", "cgi.html#cgi.parse_multipart": "解析类型multipart / form-data的输入(用于文件上传)", "cgi.html#cgi.parse_header": "将MIME标头(例如Content-Type)解析为主值和参数字典", "cgi.html#cgi.test": "稳健的测试CGI脚本,可用作主程序", "cgi.html#cgi.print_environ": "在HTML中格式化shell环境", "cgi.html#cgi.print_form": "在HTML中格式化表单", "cgi.html#cgi.print_directory": "使用HTML格式化当前目录", "cgi.html#cgi.print_environ_usage": "在HTML中打印有用(由CGI使用)环境变量的列表", "cgi.html#cgi.escape": "将字符串s中的字符'&','<'和'>'如果您需要显示可能在HTML中包含此类字符的文本,请使用此选项", "cgitb.html#cgitb.enable": "此函数使cgitb模块通过设置sys", "cgitb.html#cgitb.handler": "此函数使用默认设置处理异常 (也即是,在浏览器中显示错误小心但不记录到一个文件中小心)", "cmath.html#cmath.phase": "返回阶段的x (也被称为参数的x),作为一个浮点数", "cmath.html#cmath.polar": "返回在极坐标系中的x表示", "cmath.html#cmath.rect": "返回复数x用极坐标r和phi", "cmath.html#cmath.exp": "返回指数值e**x", "cmath.html#cmath.log": "返回给定基的x的对数", "cmath.html#cmath.log10": "返回x的对数", "cmath.html#cmath.sqrt": "返回x的平方根", "cmath.html#cmath.acos": "返回x的反余弦", "cmath.html#cmath.asin": "返回x的反正弦值", "cmath.html#cmath.atan": "返回x的反正切值", "cmath.html#cmath.cos": "返回x的余弦值", "cmath.html#cmath.sin": "返回x的正弦值", "cmath.html#cmath.tan": "返回x的正切值", "cmath.html#cmath.acosh": "返回x的反双曲余弦值", "cmath.html#cmath.asinh": "返回x的反双曲正弦值", "cmath.html#cmath.atanh": "返回x的反双曲正切值", "cmath.html#cmath.cosh": "返回x的双曲余弦值", "cmath.html#cmath.sinh": "返回x的双曲正弦值", "cmath.html#cmath.tanh": "返回x的双曲正切值", "cmath.html#cmath.isfinite": "如果x的实部和虚部都是有限的,则返回True,否则返回False", "cmath.html#cmath.isinf": "如果x的实部或虚部是无穷大,而False则返回True", "cmath.html#cmath.isnan": "如果x的实部或虚部是NaN,而False则返回True", "cmath.html#cmath.isclose": "如果a和b的值彼此接近,而False则返回True", "cmath.html#cmath.pi": "数学常量π,作为一个浮点数", "cmath.html#cmath.e": "数学常数e,作为一个浮点数", "code.html#code.interact": "便利功能运行读取 - 打印回路", "code.html#code.compile_command": "这个函数对于想要模拟Python的解释器主循环(a", "codecs.html#codecs.encode": "使用为编码注册的编解码器编码obj", "codecs.html#codecs.decode": "使用为编码注册的编解码器解码obj", "codecs.html#codecs.lookup": "在Python编解码器注册表中查找编解码器信息,并返回如下定义的CodecInfo对象", "codecs.html#codecs.getencoder": "查找给定编码的编解码器并返回其编码器功能", "codecs.html#codecs.getdecoder": "查找给定编码的编解码器并返回其解码器功能", "codecs.html#codecs.getincrementalencoder": "查找给定编码的编解码器并返回其增量编码器类或工厂功能", "codecs.html#codecs.getincrementaldecoder": "查找给定编码的编解码器并返回其增量解码器类或工厂功能", "codecs.html#codecs.getreader": "查找给定编码的编解码器并返回它的StreamReader类或工厂函数", "codecs.html#codecs.getwriter": "查找给定编码的编解码器并返回它的StreamWriter类或工厂函数", "codecs.html#codecs.register": "注册编解码器搜索功能", "codecs.html#codecs.open": "使用给定的模式打开编码文件并返回StreamReaderWriter的实例,从而提供透明的编码/解码", "codecs.html#codecs.EncodedFile": "返回一个StreamRecoder实例,它提供了透明代码转换的文件的包装版本", "codecs.html#codecs.iterencode": "使用增量编码器迭代编码迭代器提供的输入", "codecs.html#codecs.iterdecode": "使用增量式解码器迭代解码迭代器提供的输入", "codecs.html#codecs.register_error": "在名称name下注册错误处理函数error_handler", "codecs.html#codecs.lookup_error": "返回之前在名称name下注册的错误处理程序", "codecs.html#codecs.strict_errors": "实现'strict'错误处理:每个编码或解码错误都会引发一个UnicodeError", "codecs.html#codecs.replace_errors": "实现'replace'错误处理(仅用于text encodings):替换'?' for encoding errors (to be encoded by the codec), and '\\ufffd' (the Unicode replacement character) for decoding errors", "codecs.html#codecs.ignore_errors": "实现'ignore'错误处理:忽略格式错误的数据,继续编码或解码,恕不另行通知", "codecs.html#codecs.xmlcharrefreplace_errors": "实现'xmlcharrefreplace'错误处理(仅适用于使用text encodings编码):将不可编码字符替换为适当的XML字符引用", "codecs.html#codecs.backslashreplace_errors": "实现'backslashreplace'错误处理(仅适用于text encodings):格式错误的数据被替换为反斜杠转义序列", "codecs.html#codecs.namereplace_errors": "实现'namereplace'错误处理(仅适用于使用text encodings编码):不可编码字符被替换为\\N{", "codecs.html#encodings.idna.nameprep": "返回标签的名称准备版本", "codecs.html#encodings.idna.ToASCII": "按照 RFC 3490的规定将标签转换为ASCII", "codecs.html#encodings.idna.ToUnicode": "按照 RFC 3490的规定将标签转换为Unicode", "codecs.html#codecs.BOM": "这些常量定义了各种字节序列,即多个编码的Unicode字节顺序标记(BOM)", "codeop.html#codeop.compile_command": "尝试编译源,它应是一个Python代码字符串,并且如果source是有效的Python代码,则返回一个代码对象", "collections.html#collections.namedtuple": "返回一个叫做typename的新的元组子类", "colorsys.html#colorsys.rgb_to_yiq": "将颜色从RGB坐标转换为YIQ坐标", "colorsys.html#colorsys.yiq_to_rgb": "将颜色从YIQ坐标转换为RGB坐标", "colorsys.html#colorsys.rgb_to_hls": "将颜色从RGB坐标转换为HLS坐标", "colorsys.html#colorsys.hls_to_rgb": "将颜色从HLS坐标转换为RGB坐标", "colorsys.html#colorsys.rgb_to_hsv": "将颜色从RGB坐标转换为HSV坐标", "colorsys.html#colorsys.hsv_to_rgb": "将颜色从HSV坐标转换为RGB坐标", "compileall.html#compileall.compile_dir": "递归地下降由dir命名的目录树,编译所有", "compileall.html#compileall.compile_file": "使用路径fullname编译文件", "compileall.html#compileall.compile_path": "字节编译沿sys", "concurrent.futures.html#concurrent.futures.wait": "等待由fs给出的Future实例(可能由不同的Executor实例创建)完成", "concurrent.futures.html#concurrent.futures.as_completed": "在多个Future实例(可能由不同的Executor实例创建)上的迭代器(iterator)将会被返回,这些Future实例由fs完成(结束或者被停止)时产生(译者注:fs可以是隐含有一系列Future实例以及其他普通值的组合,返回的迭代器迭代的是那些Future实例,不包含普通的值)", "configparser.html#configparser.MAX_INTERPOLATION_DEPTH": "当raw参数为false时,get()的递归插值的最大深度", "constants.html#False": "bool类型的假值", "constants.html#True": "bool类型的真值", "constants.html#None": "NoneType 类型的唯一值", "constants.html#NotImplemented": "应该由特殊的二元方法返回的特殊值(例如__eq__(), __lt__(), __add__(), __rsub__()等)以指示没有相对于另一类型实现所述操作;可以通过就地二进制特殊方法(例如,__imul__(),__iand__()等)为同一目的", "constants.html#Ellipsis": "与", "constants.html#__debug__": "如果Python未使用-O选项启动,则此常数为true", "constants.html#quit": "打印时打印对象,打印一条消息,如“退出()”或Ctrl-D(即“EOF)退出,并且在调用时,使用指定的退出代码提升SystemExit", "constants.html#copyright": "当打印这些对象时,打印一条类似“Type license() to see the full license text”的信息,当调用它们时,则以分页的方式(一次一个屏幕)显示相应的文本", "contextlib.html#contextlib.contextmanager": "这个函数是一个装饰器,它可以用来一个工厂函数用于with语句上下文管理器,而不需要创建一个类或单独的__enter__()和__exit__()方法", "contextlib.html#contextlib.closing": "返回一个上下文管理器,在块完成后关闭事", "contextlib.html#contextlib.suppress": "返回上下文管理器,如果它们出现在with语句的主体中,则禁止任何指定的异常,然后使用with语句结束后的第一个语句恢复执行", "contextlib.html#contextlib.redirect_stdout": "上下文管理器用于将sys", "contextlib.html#contextlib.redirect_stderr": "与redirect_stdout()类似,但将sys", "copy.html#copy.copy": "返回x的浅拷贝", "copy.html#copy.deepcopy": "返回x的深度副本", "copyreg.html#copyreg.constructor": "将对象声明为有效的构造函数", "copyreg.html#copyreg.pickle": "声明函数应用作类型类型的对象的“缩减”函数", "crypt.html#crypt.crypt": "字通常是在提示或图形界面中输入的用户密码", "crypt.html#crypt.mksalt": "返回指定方法的随机生成的盐", "crypt.html#crypt.METHOD_SHA512": "一个16字符盐和86字符散列的模块化地址格式方法", "crypt.html#crypt.METHOD_SHA256": "另一个模块化地址格式方法,具有16个字符的盐和43个字符的哈希", "crypt.html#crypt.METHOD_MD5": "另一个模块化地址格式方法,具有8个字符的盐和22个字符的哈希", "crypt.html#crypt.METHOD_CRYPT": "传统方法使用2个字符的盐和13个字符的哈希", "csv.html#csv.reader": "返回一个读取器对象,它将在给定的csvfile中迭代", "csv.html#csv.writer": "返回一个writer对象,负责将用户的数据转换为给定类文件对象上的分隔字符串", "csv.html#csv.register_dialect": "将方言与名称相关联", "csv.html#csv.unregister_dialect": "从方言注册表中删除与名称关联的方言", "csv.html#csv.get_dialect": "返回与名称关联的方言", "csv.html#csv.list_dialects": "返回所有注册方言的名称", "csv.html#csv.field_size_limit": "返回解析器允许的当前最大字段大小", "csv.html#csv.QUOTE_ALL": "指示writer对象引用所有字段", "csv.html#csv.QUOTE_MINIMAL": "指示writer对象仅引用包含特殊字符(如分隔符,quotechar或lineterminator t5>", "csv.html#csv.QUOTE_NONNUMERIC": "指示writer对象引用所有非数字字段", "csv.html#csv.QUOTE_NONE": "指示writer对象从不引用字段", "ctypes.html#ctypes.CFUNCTYPE": "返回的函数原型创建使用标准C调用约定的函数", "ctypes.html#ctypes.WINFUNCTYPE": "仅Windows:返回的函数原型创建使用stdcall调用约定的函数,除了在Windows CE上,WINFUNCTYPE()与CFUNCTYPE()该功能将在通话过程中释放GIL", "ctypes.html#ctypes.PYFUNCTYPE": "返回的函数原型创建使用Python调用约定的函数", "ctypes.html#ctypes.addressof": "以整数形式返回内存缓冲区的地址", "ctypes.html#ctypes.alignment": "返回ctypes类型的对齐要求", "ctypes.html#ctypes.byref": "返回指向obj的轻量级指针,该指针必须是ctypes类型的实例", "ctypes.html#ctypes.cast": "该函数与C中的cast操作符类似", "ctypes.html#ctypes.create_string_buffer": "这个函数创建一个可变的字符缓冲区", "ctypes.html#ctypes.create_unicode_buffer": "这个函数创建一个可变的unicode字符缓冲区", "ctypes.html#ctypes.DllCanUnloadNow": "仅Windows:这个函数是一个钩子,它允许实现具有ctypes的进程内COM服务器", "ctypes.html#ctypes.DllGetClassObject": "仅Windows:这个函数是一个钩子,它允许实现具有ctypes的进程内COM服务器", "ctypes.html#ctypes.util.find_library": "尝试找到一个库并返回一个路径名", "ctypes.html#ctypes.util.find_msvcrt": "仅Windows:返回Python使用的VC运行时库的文件名,以及扩展模块", "ctypes.html#ctypes.FormatError": "仅限Windows:返回错误代码代码的文本描述", "ctypes.html#ctypes.GetLastError": "仅Windows:返回调用线程中由Windows设置的最后一个错误代码", "ctypes.html#ctypes.memmove": "与标准C memmove库函数相同:将count个字节从src复制到dst", "ctypes.html#ctypes.memset": "与标准C memset库函数相同:使用值c的count字节填充地址dst处的存储器块", "ctypes.html#ctypes.POINTER": "这个工厂函数创建并返回一个新的ctypes指针类型", "ctypes.html#ctypes.pointer": "这个函数创建一个新的指针实例,指向obj", "ctypes.html#ctypes.resize": "此函数调整obj的内部缓冲区,该缓冲区必须是ctypes类型的实例", "ctypes.html#ctypes.sizeof": "返回ctypes类型或实例内存缓冲区的大小(以字节为单位)", "ctypes.html#ctypes.string_at": "此函数返回从内存地址address开始的C字符串作为字节对象", "ctypes.html#ctypes.WinError": "仅Windows:这个函数可能是ctypes中命名最差的东西", "ctypes.html#ctypes.wstring_at": "该函数以字符串的形式返回从内存地址地址开始的宽字符串", "curses.ascii.html#curses.ascii.isalnum": "检查ASCII字母数字字符;它等同于isalpha(c) 或 isdigit(c)", "curses.ascii.html#curses.ascii.isalpha": "检查ASCII字母字符;它等于isupper(c) 或 islower(c)", "curses.ascii.html#curses.ascii.isascii": "检查符合7位ASCII集的字符值", "curses.ascii.html#curses.ascii.isblank": "检查ASCII空格字符;空间或水平制表符", "curses.ascii.html#curses.ascii.iscntrl": "检查ASCII控制字符(范围为0x00到0x1f或0x7f)", "curses.ascii.html#curses.ascii.isdigit": "检查ASCII十进制数字,'0'到'9'", "curses.ascii.html#curses.ascii.isgraph": "检查ASCII任何可打印字符(空格除外)", "curses.ascii.html#curses.ascii.islower": "检查ASCII小写字符", "curses.ascii.html#curses.ascii.isprint": "检查任何ASCII可打印字符(包括空格)", "curses.ascii.html#curses.ascii.ispunct": "检查任何可打印的ASCII字符,它不是空格或字母数字字符", "curses.ascii.html#curses.ascii.isspace": "检查ASCII空格字符;空格,换行,回车,换页,水平制表,垂直制表", "curses.ascii.html#curses.ascii.isupper": "检查ASCII大写字母", "curses.ascii.html#curses.ascii.isxdigit": "检查ASCII十六进制数字", "curses.ascii.html#curses.ascii.isctrl": "检查ASCII控制字符(序数值0到31)", "curses.ascii.html#curses.ascii.ismeta": "检查非ASCII字符(序数值为0x80及以上)", "curses.ascii.html#curses.ascii.ascii": "返回对应于c的低7位的ASCII值", "curses.ascii.html#curses.ascii.ctrl": "返回与给定字符相对应的控制字符(字符位值按位和0x1f)", "curses.ascii.html#curses.ascii.alt": "返回与给定ASCII字符相对应的8位字符(字符位值以0x80为单位)", "curses.ascii.html#curses.ascii.unctrl": "返回ASCII字符c的字符串表示形式", "curses.ascii.html#curses.ascii.controlnames": "一个33个元素的字符串数组,包含从0(NUL)到0x1f(US)的32个ASCII控制字符的ASCII助记符,加上空格字符的助记符SP", "curses.html#curses.baudrate": "以每秒位数返回终端的输出速度", "curses.html#curses.beep": "发出短注意的声音", "curses.html#curses.can_change_color": "返回 True 或者 False, 具体取决于是否程序员可以更改显示的颜色由终端", "curses.html#curses.cbreak": "进入 cbreak 模式", "curses.html#curses.color_content": "返回一组红绿蓝RGB的颜色强度分量color_number,其值要介于 0 和 COLORS", "curses.html#curses.color_pair": "返回在指定的颜色显示文本的属性值", "curses.html#curses.curs_set": "设置光标的状态", "curses.html#curses.def_prog_mode": "作为"程序"模式,模式正在运行的程序使用curss时保存当前的终端模式", "curses.html#curses.def_shell_mode": "作为"shell"模式,模式正在运行的程序不使用curses时保存当前的终端模式", "curses.html#curses.delay_output": "插入一个 ms 毫秒的暂停再输出上", "curses.html#curses.doupdate": "更新物理屏幕", "curses.html#curses.echo": "进入echo模型", "curses.html#curses.endwin": "取消初始化库,和终端回到正常状态", "curses.html#curses.erasechar": "返回用户当前的擦除字符", "curses.html#curses.filter": "必须在调用initscr()之前调用filter()例程(如果使用)", "curses.html#curses.flash": "闪烁屏幕", "curses.html#curses.flushinp": "刷新所有输入缓冲区", "curses.html#curses.getmouse": "After getch() returns KEY_MOUSE to signal a mouse event, this method should be call to retrieve the queued mouse event, represented as a 5-tuple (id, x, y, z, bstate)", "curses.html#curses.getsyx": "返回y和x中虚拟屏幕光标的当前坐标", "curses.html#curses.getwin": "通过前面的putwin()调用读取存储在文件中的窗口相关数据", "curses.html#curses.has_colors": "如果终端可以显示颜色,则返回True;否则,返回False", "curses.html#curses.has_ic": "如果终端具有插入和删除字符功能,则返回True", "curses.html#curses.has_il": "如果终端具有插入和删除行功能,或者可以使用滚动区域模拟它们,则返回True", "curses.html#curses.has_key": "如果当前终端类型识别出具有该值的关键字,则获取关键值ch,并返回True", "curses.html#curses.halfdelay": "用于半延时模式,类似于Cbreak模式,因为用户键入的字符可立即用于程序", "curses.html#curses.init_color": "改变颜色的定义,取出要改变的颜色的数字,后面跟着三个RGB值(红色,绿色和蓝色成分的数量)", "curses.html#curses.init_pair": "更改颜色对的定义", "curses.html#curses.initscr": "初始化库", "curses.html#curses.is_term_resized": "如果resize_term()会修改窗口结构,则返回True否则返回False", "curses.html#curses.isendwin": "如果调用了endwin()(即,curses库已被初始化),则返回True", "curses.html#curses.keyname": "返回编号为k的密钥的名称", "curses.html#curses.killchar": "返回用户的当前行杀死字符", "curses.html#curses.longname": "返回一个字符串,其中包含描述当前终端的terminfo长名称字段", "curses.html#curses.meta": "如果是是1,则允许输入8位字符", "curses.html#curses.mouseinterval": "设置按下和释放事件之间可以经过的最大时间(以毫秒为单位),以便将它们识别为点击,并返回上一个间隔值", "curses.html#curses.mousemask": "设置要报告的鼠标事件,并返回一个元组(availmask, oldmask)", "curses.html#curses.napms": "Sleep for ms milliseconds", "curses.html#curses.newpad": "创建并返回指向具有给定行数和列数的新Pad数据结构的指针", "curses.html#curses.newwin": "返回一个新的窗口,其左上角位于(begin_y, begin_x),其高度/宽度为nlines < / T3> / NCOLS T4>", "curses.html#curses.nl": "进入换行模式", "curses.html#curses.nocbreak": "离开cbreak模式", "curses.html#curses.noecho": "留下回声模式", "curses.html#curses.nonl": "离开换行模式", "curses.html#curses.noqiflush": "当使用noqiflush()例程时,与INTR,QUIT和SUSP字符关联的输入和输出队列的正常刷新将不会完成", "curses.html#curses.noraw": "保持原始模式", "curses.html#curses.pair_content": "返回包含请求颜色对的颜色的元组(fg, bg)", "curses.html#curses.pair_number": "返回由属性值attr设置的颜色对的编号", "curses.html#curses.putp": "Equivalent to tputs(str, 1, putchar); emit the value of a specified terminfo capability for the current terminal", "curses.html#curses.qiflush": "如果flag为False,则效果与调用noqiflush()相同", "curses.html#curses.raw": "进入原始模式", "curses.html#curses.reset_prog_mode": "如之前由def_prog_mode()保存,将终端恢复到“编程”模式", "curses.html#curses.reset_shell_mode": "如以前由def_shell_mode()保存的,将终端恢复到“shell”模式", "curses.html#curses.resetty": "将终端模式的状态恢复到最后一次调用savetty()时的状态", "curses.html#curses.resize_term": "Backend function used by resizeterm(), performing most of the work; when resizing the windows, resize_term() blank-fills the areas that are extended", "curses.html#curses.resizeterm": "将标准窗口和当前窗口调整为指定尺寸,并调整由记录窗口尺寸的curses库(特别是SIGWINCH处理程序)使用的其他簿记数据", "curses.html#curses.savetty": "将终端模式的当前状态保存在缓冲区中,可由resetty()使用", "curses.html#curses.setsyx": "将虚拟屏幕光标设置为y,x", "curses.html#curses.setupterm": "初始化终端", "curses.html#curses.start_color": "如果程序员想要使用颜色,并且在任何其他颜色操作例程被调用之前必须被调用", "curses.html#curses.termattrs": "返回终端支持的所有视频属性的逻辑OR", "curses.html#curses.termname": "返回环境变量 TERM的值,截断为14个字符", "curses.html#curses.tigetflag": "返回与terminfo能力名称capname对应的布尔能力的值", "curses.html#curses.tigetnum": "返回与terminfo能力名称capname对应的数字能力的值", "curses.html#curses.tigetstr": "返回与terminfo能力名称capname对应的字符串能力的值", "curses.html#curses.tparm": "使用提供的参数实例化字符串str,其中str应该是从terminfo数据库获得的参数化字符串", "curses.html#curses.typeahead": "指定文件描述符fd用于键入检查", "curses.html#curses.unctrl": "返回一个字符串,它是字符ch的可打印表示", "curses.html#curses.ungetch": "按ch,下一个getch()将返回它", "curses.html#curses.update_lines_cols": "更新 LINES和 COLS", "curses.html#curses.unget_wch": "按ch,下一个get_wch()将返回它", "curses.html#curses.ungetmouse": "将KEY_MOUSE事件推入输入队列,将给定的状态数据与它关联", "curses.html#curses.use_env": "如果使用,应该在调用initscr()或newterm之前调用此函数", "curses.html#curses.use_default_colors": "允许在支持此功能的终端上使用颜色的默认值", "curses.html#curses.wrapper": "初始化curses并调用另一个可调用的对象,func,它应该是您的curses使用应用程序的其余部分", "curses.html#curses.textpad.rectangle": "绘制一个矩形", "curses.html#curses.ERR": "某些返回整数的curses例程(如getch())会在失败时返回ERR", "curses.html#curses.OK": "某些返回整数的curses例程(如napms())会在成功时返回OK", "curses.html#curses.version": "代表模块当前版本的字符串", "curses.panel.html#curses.panel.bottom_panel": "返回面板集中的底部面板", "curses.panel.html#curses.panel.new_panel": "返回面板对象,将其与给定窗口win关联", "curses.panel.html#curses.panel.top_panel": "返回面板集中的顶部面板", "curses.panel.html#curses.panel.update_panels": "在面板集中更改后更新虚拟屏幕", "datetime.html#datetime.MINYEAR": "date和datetime对象中允许的最小年份", "datetime.html#datetime.MAXYEAR": "date和datetime对象中允许的最大年份数", "dbm.html#dbm.whichdb": "此函数尝试猜测几个简单数据库模块中的哪一个可用 - dbm", "dbm.html#dbm.open": "打开数据库文件文件并返回相应的对象", "dbm.html#dbm.gnu.open": "打开gdbm数据库并返回一个gdbm对象", "dbm.html#dbm.ndbm.open": "打开dbm数据库并返回ndbm对象", "dbm.html#dbm.dumb.open": "打开dumbdbm数据库并返回dumbdbm对象", "dbm.html#dbm.ndbm.library": "使用的ndbm实施库的名称", "decimal.html#decimal.getcontext": "返回活动线程的当前上下文", "decimal.html#decimal.setcontext": "将活动线程的当前上下文设置为c", "decimal.html#decimal.localcontext": "返回一个上下文管理器,它将活动线程的当前上下文设置为ctx的副本,并在退出with-statement时恢复前一个上下文", "decimal.html#decimal.HAVE_THREADS": "默认值是True", "decimal.html#decimal.ROUND_CEILING": "向Infinity展开", "decimal.html#decimal.ROUND_DOWN": "向零回合", "decimal.html#decimal.ROUND_FLOOR": "向-Infinity回合", "decimal.html#decimal.ROUND_HALF_DOWN": "将关系向最接近零的方向调整", "decimal.html#decimal.ROUND_HALF_EVEN": "以最接近的偶数整数将关系舍入到最近", "decimal.html#decimal.ROUND_HALF_UP": "离领带最近的距离为零", "decimal.html#decimal.ROUND_UP": "从零开始回合", "decimal.html#decimal.ROUND_05UP": "如果舍入到零后的最后一位数字为0或5,则从零开始舍去;否则向零回合", "difflib.html#difflib.context_diff": "比较a和b(字符串列表);在上下文差异格式中返回Δ(生成Δ行的generator)", "difflib.html#difflib.get_close_matches": "返回一个最佳的"足够好"匹配列表", "difflib.html#difflib.ndiff": "比较(字符串列表)a和b;返回 Differ 风格的差异(一个生成差异行的 generator)", "difflib.html#difflib.restore": "返回两个序列生成一个三角洲之一", "difflib.html#difflib.unified_diff": "比较a和b(字符串列表);以统一差分格式返回增量(generator生成增量线)", "difflib.html#difflib.diff_bytes": "使用dfunc比较a和b(字节对象列表);以dfunc返回的格式生成一个delta行(也是字节)序列", "difflib.html#difflib.IS_LINE_JUNK": "返回 true 可忽略行", "difflib.html#difflib.IS_CHARACTER_JUNK": "返回 true 可忽略的字符", "dis.html#dis.code_info": "返回带有提供的函数,生成器,方法,源代码字符串或代码对象的详细代码对象信息的格式化多行字符串", "dis.html#dis.show_code": "将文件(或sys", "dis.html#dis.dis": "拆分x对象", "dis.html#dis.distb": "如果没有通过,则使用最后一个traceback来反汇编回栈顶层函数", "dis.html#dis.disassemble": "拆分代码对象,如果提供lasti,则指示最后一条指令", "dis.html#dis.get_instructions": "对提供的函数,方法,源代码字符串或代码对象中的指令返回一个迭代器", "dis.html#dis.findlinestarts": "这个生成器函数使用代码对象代码的co_firstlineno和co_lnotab属性来找到源代码中行开头的偏移", "dis.html#dis.findlabels": "检测作为跳转目标的代码对象代码中的所有偏移量,并返回这些偏移量的列表", "dis.html#dis.stack_effect": "计算opcode与参数oparg的堆栈效果", "dis.html#dis.Bytecode.codeobj": "编译的代码对象", "dis.html#dis.Bytecode.first_line": "代码对象的第一个源代码行(如果可用)", "dis.html#dis.Instruction.opcode": "操作的数字代码,对应于下面列出的操作码值和Opcode collections中的字节码值", "dis.html#dis.Instruction.opname": "操作的人类可读名称", "dis.html#dis.Instruction.arg": "操作的数字参数(如果有),否则为无", "dis.html#dis.Instruction.argval": "解析的arg值(如果已知),否则与arg相同", "dis.html#dis.Instruction.argrepr": "操作参数的可读描述", "dis.html#dis.Instruction.offset": "在字节码序列内的操作的开始索引", "dis.html#dis.Instruction.starts_line": "由此操作码开始的行(如果有),否则为无", "dis.html#dis.Instruction.is_jump_target": "True如果其他代码跳到此处,否则False", "dis.html#dis.opname": "操作名称序列,使用字节码可索引", "dis.html#dis.opmap": "将操作名称映射到字节码的字典", "dis.html#dis.cmp_op": "所有比较操作名称的顺序", "dis.html#dis.hasconst": "具有常量参数的字节码序列", "dis.html#dis.hasfree": "访问自由变量的字节码序列(请注意,在本上下文中的“自由”是指内部作用域引用的当前作用域中的名称或从此作用域引用的外部作用域中的名称", "dis.html#dis.hasname": "按名称访问属性的字节码序列", "dis.html#dis.hasjrel": "具有相对跳转目标的字节码序列", "dis.html#dis.hasjabs": "具有绝对跳转目标的字节码序列", "dis.html#dis.haslocal": "访问局部变量的字节码序列", "dis.html#dis.hascompare": "布尔运算的字节码序列", "doctest.html#doctest.register_optionflag": "用给定名称创建一个新选项标志,并返回新标志的整数值", "doctest.html#doctest.testfile": "除文件名以外的所有参数都是可选的,并应以关键字形式指定", "doctest.html#doctest.testmod": "所有参数都是可选的,除m以外的所有参数均应以关键字形式指定", "doctest.html#doctest.run_docstring_examples": "与对象f关联的测试示例;例如,f可以是字符串,模块,函数或类对象", "doctest.html#doctest.DocFileSuite": "将doctest测试从一个或多个文本文件转换为unittest", "doctest.html#doctest.DocTestSuite": "将模块的doctest测试转换为unittest", "doctest.html#doctest.set_unittest_reportflags": "设置要使用的doctest报告标志", "doctest.html#doctest.script_from_examples": "将带有示例的文本转换为脚本", "doctest.html#doctest.testsource": "将对象的doctest转换为脚本", "doctest.html#doctest.debug": "调试对象的doctests", "doctest.html#doctest.debug_src": "用字符串调试doctests", "doctest.html#doctest.DONT_ACCEPT_TRUE_FOR_1": "默认情况下,如果期望的输出块仅包含1,则包含1或True的实际输出块被认为是匹配的,对于0与False类似", "doctest.html#doctest.DONT_ACCEPT_BLANKLINE": "默认情况下,如果预期的输出块包含仅包含字符串