php 中文手册
pre: « PECL/mysqlnd_uh 1.0 series next: 简介 »

Mysqlnd connection multiplexing plugin

  • 简介
  • Concepts
    • Architecture
    • Connection pool
    • Sharing connections
  • 安装/配置
    • 需求
    • 安装
    • 运行时配置
  • 预定义常量
  • Change History
    • PECL/mysqlnd_mux 1.0 series
  • 版权信息
  • PHP 手册
    • 序言
  • 入门指引
    • 简介
      • PHP 是什么?
      • PHP 能做什么?
    • 简明教程
      • 需要些什么?
      • 第一个 PHP 页面
      • 实用的脚本
      • 处理表单
      • 在新版本的 PHP 中使用旧的 PHP 代码
      • 下一步做什么?
  • 安装与配置
    • 安装前需要考虑的事项
    • Unix 系统下的安装
      • Unix 系统下的 Apache 1.3.x
      • Unix 系统下的 Apache 2.x
      • Unix 系统下的 Nginx 1.4.x
      • Unix 平台的 Lighttpd 1.4
      • Sun Solaris 上的 Sun、iPlanet 和 Netscape 服务器
      • CGI 和命令行设置
      • 针对 HP-UX 平台的安装提示
      • 在 OpenBSD 系统下的安装
      • 针对 Solaris 的安装提示
      • Debian GNU/Linux 安装说明
    • Mac OS X 系统下的安装
      • 使用软件包
      • 使用内置的 PHP
      • 在 Mac OS X 下编译 PHP
    • Windows 系统下的安装
      • Install Requirements
      • PECL
      • Windows 下的 PHP 安装程序工具
      • Recommended Configuration on Windows systems
      • Manual PHP Installation on Windows
      • Windows 下 PHP 故障排除
      • Installation on old Windows systems
    • 云计算平台上的安装
      • Azure App Services
      • Amazon EC2
    • FastCGI 进程管理器(FPM)
      • 安装
      • 配置
    • PECL 扩展库安装
      • PECL 安装介绍
      • 下载 PECL 扩展库
      • 在 Windows 上安装 PHP 扩展
      • 用 PEAR 编译共享 PECL 扩展库
      • 用 phpize 编译共享 PECL 扩展库
      • php-config
      • 将 PECL 扩展库静态编译入 PHP
    • 还有问题?
      • 阅读 FAQ
      • 其它问题
      • 错误报告
    • 运行时配置
      • 配置文件
      • .user.ini 文件
      • 配置可被设定范围
      • 怎样修改配置设定
  • 语言参考
    • 基本语法
      • PHP 标记
      • 从 HTML 中分离
      • 指令分隔符
      • 注释
    • 类型
      • 简介
      • Boolean 布尔类型
      • Integer 整型
      • Float 浮点型
      • String 字符串
      • Array 数组
      • Object 对象
      • Resource 资源类型
      • NULL
      • Callback / Callable 类型
      • 本文档中使用的伪类型与变量
      • 类型转换的判别
    • 变量
      • 基础
      • 预定义变量
      • 变量范围
      • 可变变量
      • 来自 PHP 之外的变量
    • 常量
      • 语法
      • 魔术常量
    • 表达式
    • 运算符
      • 运算符优先级
      • 算术运算符
      • 赋值运算符
      • 位运算符
      • 比较运算符
      • 错误控制运算符
      • 执行运算符
      • 递增/递减运算符
      • 逻辑运算符
      • 字符串运算符
      • 数组运算符
      • 类型运算符
    • 流程控制
      • 简介
      • if
      • else
      • elseif/else if
      • 流程控制的替代语法
      • while
      • do-while
      • for
      • foreach
      • break
      • continue
      • switch
      • declare
      • return
      • require
      • include
      • require_once
      • include_once
      • goto
    • 函数
      • 用户自定义函数
      • 函数的参数
      • 返回值
      • 可变函数
      • 内部(内置)函数
      • 匿名函数
    • 类与对象
      • 简介
      • 基本概念
      • 属性
      • 类常量
      • 类的自动加载
      • 构造函数和析构函数
      • 访问控制(可见性)
      • 对象继承
      • 范围解析操作符 (::)
      • Static(静态)关键字
      • 抽象类
      • 对象接口
      • Trait
      • 匿名类
      • 重载
      • 遍历对象
      • 魔术方法
      • Final 关键字
      • 对象复制
      • 对象比较
      • 类型约束
      • 后期静态绑定
      • 对象和引用
      • 对象序列化
      • OOP 变更日志
    • 命名空间
      • 命名空间概述
      • 定义命名空间
      • 定义子命名空间
      • 在同一个文件中定义多个命名空间
      • 使用命名空间:基础
      • 命名空间和动态语言特征
      • namespace关键字和__NAMESPACE__常量
      • 使用命名空间:别名/导入
      • 全局空间
      • 使用命名空间:后备全局函数/常量
      • 名称解析规则
      • FAQ: things you need to know about namespaces
    • Errors
      • Basics
      • PHP 7 错误处理
    • 异常处理
      • 扩展(extend) PHP 内置的异常处理类
    • 生成器
      • 生成器总览
      • 生成器语法
      • Comparing generators with Iterator objects
    • 引用的解释
      • 引用是什么
      • 引用做什么
      • 引用不是什么
      • 引用传递
      • 引用返回
      • 取消引用
      • 引用定位
    • 预定义变量
      • 超全局变量 — 超全局变量是在全部作用域中始终可用的内置变量
      • $GLOBALS — 引用全局作用域中可用的全部变量
      • $_SERVER — 服务器和执行环境信息
      • $_GET — HTTP GET 变量
      • $_POST — HTTP POST 变量
      • $_FILES — HTTP 文件上传变量
      • $_REQUEST — HTTP Request 变量
      • $_SESSION — Session 变量
      • $_ENV — 环境变量
      • $_COOKIE — HTTP Cookies
      • $php_errormsg — 前一个错误信息
      • $HTTP_RAW_POST_DATA — 原生POST数据
      • $http_response_header — HTTP 响应头
      • $argc — 传递给脚本的参数数目
      • $argv — 传递给脚本的参数数组
    • 预定义异常
      • Exception
      • ErrorException
    • 预定义接口
      • 遍历
      • 迭代器
      • 聚合式迭代器
      • 数组式访问
      • 序列化
      • Closure
      • 生成器
    • 上下文(Context)选项和参数
      • 套接字上下文选项 — 套接字上下文选项列表
      • HTTP context 选项 — HTTP context 的选项列表
      • FTP context options — FTP context option listing
      • SSL 上下文选项 — SSL 上下文选项清单
      • CURL context options — CURL 上下文选项列表
      • Phar 上下文(context)选项 — Phar 上下文(context)选项列表
      • MongoDB context options — MongoDB context option listing
      • Context 参数 — Context 参数列表
    • 支持的协议和封装协议
      • file:// — 访问本地文件系统
      • http:// — 访问 HTTP(s) 网址
      • ftp:// — 访问 FTP(s) URLs
      • php:// — 访问各个输入/输出流(I/O streams)
      • zlib:// — 压缩流
      • data:// — 数据(RFC 2397)
      • glob:// — 查找匹配的文件路径模式
      • phar:// — PHP 归档
      • ssh2:// — Secure Shell 2
      • rar:// — RAR
      • ogg:// — 音频流
      • expect:// — 处理交互式的流
  • 安全
    • 简介
    • 总则
    • 以 CGI 模式安装时
      • 可能受到的攻击
      • 情形一:只运行公开的文件
      • 情形二:使用 --enable-force-cgi-redirect 选项
      • 情形三:设置 doc_root 或 user_dir
      • 情形四:PHP 解释器放在 web 目录以外
    • 以 Apache 模块安装时
    • 会话(Session)安全
    • 文件系统安全
      • Null 字符问题
    • 数据库安全
      • 设计数据库
      • 连接数据库
      • 加密存储模型
      • SQL 注入
    • 错误报告
    • 使用 Register Globals
    • 用户提交的数据
    • 魔术引号
      • 什么是魔术引号
      • 为什么要用魔术引号
      • 为什么不用魔术引号
      • 关闭魔术引号
    • 隐藏 PHP
    • 保持更新
  • 特点
    • 用 PHP 进行 HTTP 认证
    • Cookie
    • 会话
    • 处理 XForms
    • 文件上传处理
      • POST 方法上传
      • 错误信息说明
      • 常见缺陷
      • 上传多个文件
      • 对 PUT 方法的支持
    • 使用远程文件
    • 连接处理
    • 数据库持久连接
    • 安全模式
      • 保安措施和安全模式
      • 被安全模式限制或屏蔽的函数
    • PHP 的命令行模式
      • 内置Web Server
      • INI 配置
    • 垃圾回收机制
      • 引用计数基本知识
      • 回收周期(Collecting Cycles)
      • 性能方面考虑的因素
    • DTrace 动态跟踪
      • PHP 和 DTrace 介绍
      • 使用 PHP 和 DTrace
      • 使用 SystemTap 监控 PHP DTrace 静态探针
  • 函数参考
    • 影响 PHP 行为的扩展
      • APC — Alternative PHP Cache (可选 PHP 缓存)
        • 简介
        • 安装/配置
        • 预定义常量
        • APC 函数
        • APCIterator — APCIterator 类
      • APCu — APC User Cache
        • 简介
        • 安装/配置
        • 预定义常量
        • APCu 函数
        • APCUIterator — The APCUIterator class
      • APD — Advanced PHP debugger
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • APD 函数
      • bcompiler — PHP 字节码编译器
        • 简介
        • 安装/配置
        • 预定义常量
        • bcompiler 函数
      • BLENC — Blenc - BLowfish ENCoder for PHP source scripts
        • 简介
        • 安装/配置
        • 预定义常量
        • Blenc 函数
      • Componere
        • 简介
        • 安装/配置
        • Componere\Abstract\Definition — The Componere\Abstract\Definition class
        • Componere\Definition — The Componere\Definition class
        • Componere\Patch — The Componere\Patch class
        • Componere\Method — The Componere\Method class
        • Componere\Value — The Componere\Value class
        • Componere 函数
      • 错误处理 — 错误处理和日志记录
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • 错误处理 函数
      • FFI — Foreign Function Interface
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • FFI — Main interface to C code and data
        • FFI\CData — C Data Handles
        • FFI\CType — C Type Handles
        • FFI\Exception — FFI Exceptions
        • FFI\ParserException — FFI Parser Exceptions
      • htscanner — htaccess-like support for all SAPIs
        • 简介
        • 安装/配置
      • inclued — Inclusion hierarchy viewer
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • inclued 函数
      • Memtrack
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
      • OPcache
        • 简介
        • 安装/配置
        • OPcache 函数
      • 输出控制 — 输出缓冲控制
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Output Control 函数
      • PHP 选项/信息 — PHP 选项和信息
        • 简介
        • 安装/配置
        • 预定义常量
        • PHP 选项/信息 函数
      • phpdbg — Interactive PHP Debugger
        • 简介
        • 安装/配置
        • 预定义常量
        • phpdbg 函数
      • runkit
        • 简介
        • 预定义常量
        • 安装/配置
        • runkit 函数
      • scream — Break the silence operator
        • 简介
        • 安装/配置
        • 范例
      • uopz — User Operations for Zend
        • 简介
        • 安装/配置
        • 预定义常量
        • Uopz 函数
      • Weakref — Weak References
        • 简介
        • 安装/配置
        • WeakRef — The WeakRef class
        • WeakMap — The WeakMap class
      • WinCache — Windows Cache for PHP
        • 简介
        • 安装/配置
        • 预定义常量
        • WinCache 函数
        • Building for Windows
      • Xhprof — 层次式性能分析器
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Xhprof 函数
    • 音频格式操作
      • ID3 — ID3 Tags
        • 简介
        • 安装/配置
        • Predefined Constants
        • ID3 函数
      • KTaglib
        • 简介
        • 安装/配置
        • 预定义常量
        • KTaglib_MPEG_File — The KTaglib_MPEG_File class
        • KTaglib_MPEG_AudioProperties — The KTaglib_MPEG_AudioProperties class
        • KTaglib_Tag — The KTaglib_Tag class
        • KTaglib_ID3v2_Tag — The KTaglib_ID3v2_Tag class
        • KTaglib_ID3v2_Frame — The KTaglib_ID3v2_Frame class
        • KTaglib_ID3v2_AttachedPictureFrame — The KTaglib_ID3v2_AttachedPictureFrame class
      • oggvorbis — OGG/Vorbis
        • 简介
        • 安装/配置
        • 预定义常量
        • Context options
        • 范例
      • OpenAL — OpenAL Audio Bindings
        • 简介
        • 安装/配置
        • 预定义常量
        • OpenAL 函数
    • 身份认证服务
      • KADM5 — Kerberos V
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • KADM5 函数
      • Radius
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Radius 函数
    • 针对命令行的扩展
      • Ncurses — Ncurses Terminal Screen Control
        • 简介
        • 安装/配置
        • 预定义常量
        • Ncurses 函数
      • Newt
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Newt 函数
      • Readline — GNU Readline
        • 简介
        • 安装/配置
        • 预定义常量
        • Readline 函数
    • 压缩与归档扩展
      • Bzip2
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Bzip2 函数
      • LZF
        • 简介
        • 安装/配置
        • 预定义常量
        • LZF 函数
      • Phar
        • 简介
        • 安装/配置
        • 预定义常量
        • Using Phar Archives
        • Creating Phar Archives
        • What makes a phar a phar and not a tar or a zip?
        • Phar — The Phar class
        • PharData — The PharData class
        • PharFileInfo — The PharFileInfo class
        • PharException — The PharException class
      • Rar — Rar Archiving
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Rar 函数
        • RarArchive — The RarArchive class
        • RarEntry — The RarEntry class
        • RarException — The RarException class
      • Zip
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • ZipArchive — ZipArchive 类
        • Zip 函数
      • Zlib — Zlib Compression
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Zlib 函数
    • 信用卡处理
      • MCVE — MCVE (Monetra) Payment
        • 简介
        • 安装/配置
        • 预定义常量
        • MCVE 函数
    • 加密扩展
      • Crack — Cracklib
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Crack 函数
      • CSPRNG
        • 简介
        • 安装/配置
        • 预定义常量
        • CSPRNG 函数
      • Hash — 哈希信息摘要框架
        • 简介
        • 安装/配置
        • 预定义常量
        • Hash 函数
      • Mcrypt
        • 安装/配置
        • 预定义常量
        • Mcrypt 密码
        • 范例
        • Mcrypt 函数
      • Mhash
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Mhash 函数
      • OpenSSL
        • 简介
        • 安装/配置
        • 预定义常量
        • 密钥/证书参数
        • 证书验证
        • OpenSSL 函数
      • 密码散列算法
        • 简介
        • 安装/配置
        • 预定义常量
        • 密码散列算法函数
      • Sodium
        • 简介
        • 安装/配置
        • 预定义常量
        • Sodium 函数
    • 数据库扩展
      • 数据库抽象层
        • DBA — Database (dbm-style) Abstraction Layer
        • dbx
        • ODBC — ODBC (Unified)
        • PDO — PHP 数据对象
      • 针对各数据库系统对应的扩展
        • CUBRID
        • DB++
        • dBase
        • filePro
        • Firebird/InterBase
        • FrontBase
        • IBM DB2 — IBM DB2, Cloudscape and Apache Derby
        • Informix
        • Ingres — Ingres DBMS, EDBC, and Enterprise Access Gateways
        • MaxDB
        • Mongo — MongoDB 驱动(旧版)
        • MongoDB — MongoDB driver
        • mSQL
        • Mssql — Microsoft SQL Server
        • MySQL — MySQL Drivers and Plugins
        • OCI8 — Oracle OCI8
        • Paradox — Paradox File Access
        • PostgreSQL
        • SQLite
        • SQLite3
        • SQLSRV — Microsoft SQL Server Driver for PHP
        • Sybase
        • tokyo_tyrant
    • 日期与时间相关扩展
      • Calendar
        • 简介
        • 安装/配置
        • 预定义常量
        • 日历 函数
      • 日期/时间 — 日期和时间
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • DateTime — DateTime 类
        • DateTimeImmutable — The DateTimeImmutable class
        • DateTimeInterface — The DateTimeInterface interface
        • DateTimeZone — The DateTimeZone class
        • DateInterval — DateInterval 类
        • DatePeriod — DatePeriod 类
        • Date/Time 函数
        • Supported Date and Time Formats
        • 所支持的时区列表
      • HRTime — High resolution timing
        • 简介
        • 安装/配置
        • 范例
        • HRTime\PerformanceCounter — The HRTime\PerformanceCounter class
        • HRTime\StopWatch — The HRTime\StopWatch class
        • HRTime\Unit — The HRTime\Unit class
    • 文件系统相关扩展
      • Direct IO
        • 简介
        • 安装/配置
        • 预定义常量
        • Direct IO 函数
      • 目录
        • 安装/配置
        • 预定义常量
        • Directory — Directory 类
        • 目录函数函数
      • Fileinfo — 文件信息
        • 简介
        • 安装/配置
        • 预定义常量
        • Fileinfo 函数
        • finfo — finfo 类
      • 文件系统
        • 简介
        • 安装/配置
        • 预定义常量
        • 文件系统函数
      • Inotify
        • 简介
        • 安装/配置
        • 预定义常量
        • Inotify 函数
      • Mimetype
        • 简介
        • 安装/配置
        • 预定义常量
      • Phdfs
        • 安装/配置
        • 预定义常量
        • phdfs — The phdfs class
      • Proctitle
        • 简介
        • 安装/配置
        • 预定义常量
        • Proctitle 函数
      • xattr
        • 简介
        • 安装/配置
        • 预定义常量
        • xattr 函数
      • xdiff
        • 简介
        • 安装/配置
        • 预定义常量
        • xdiff 函数
    • 国际化与字符编码支持
      • Enchant — Enchant spelling library
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Enchant 函数
      • FriBiDi
        • 简介
        • 安装/配置
        • 预定义常量
        • FriBiDi 函数
      • Gender — Determine gender of firstnames
        • 简介
        • 安装/配置
        • 范例
        • Gender\Gender — The Gender\Gender class
      • Gettext
        • 简介
        • 安装/配置
        • 预定义常量
        • Gettext 函数
      • iconv
        • 简介
        • 安装/配置
        • 预定义常量
        • iconv 函数
      • intl — Internationalization Functions
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Collator — The Collator class
        • NumberFormatter — The NumberFormatter class
        • Locale — The Locale class
        • Normalizer — The Normalizer class
        • MessageFormatter — The MessageFormatter class
        • IntlCalendar — The IntlCalendar class
        • IntlGregorianCalendar — The IntlGregorianCalendar class
        • IntlTimeZone — The IntlTimeZone class
        • IntlDateFormatter — The IntlDateFormatter class
        • ResourceBundle — The ResourceBundle class
        • Spoofchecker — The Spoofchecker class
        • Transliterator — The Transliterator class
        • IntlBreakIterator — The IntlBreakIterator class
        • IntlRuleBasedBreakIterator — The IntlRuleBasedBreakIterator class
        • IntlCodePointBreakIterator — The IntlCodePointBreakIterator class
        • IntlPartsIterator — The IntlPartsIterator class
        • UConverter — The UConverter class
        • Grapheme 函数
        • IDN 函数
        • IntlChar
        • IntlException — Exception class for intl errors
        • IntlIterator — The IntlIterator class
        • intl 函数
      • 多字节字符串
        • 简介
        • 安装/配置
        • 预定义常量
        • 支持编码的摘要
        • 日文字符多字节编码基础
        • HTTP 输入和输出
        • 支持的字符编码
        • 函数重载功能
        • PHP字符编码的要求
        • 多字节字符串 函数
      • Pspell
        • 简介
        • 安装/配置
        • 预定义常量
        • Pspell 函数
      • Recode — GNU Recode
        • 简介
        • 安装/配置
        • 预定义常量
        • Recode 函数
    • 图像生成和处理
      • Cairo
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Cairo 函数
        • Cairo — The Cairo class
        • CairoContext — The CairoContext class
        • CairoException — The CairoException class
        • CairoStatus — The CairoStatus class
        • CairoSurface — The CairoSurface class
        • CairoSvgSurface — Svg Surface Backend
        • CairoImageSurface — The CairoImageSurface class
        • CairoPdfSurface — The CairoPdfSurface class
        • CairoPsSurface — The CairoPsSurface class
        • CairoSurfaceType — The CairoSurfaceType class
        • CairoFontFace — The CairoFontFace class
        • CairoFontOptions — The CairoFontOptions class
        • CairoFontSlant — The CairoFontSlant class
        • CairoFontType — The CairoFontType class
        • CairoFontWeight — The CairoFontWeight class
        • CairoScaledFont — The CairoScaledFont class
        • CairoToyFontFace — The CairoToyFontFace class
        • CairoPatternType — The CairoPatternType class
        • CairoPattern — The CairoPattern class
        • CairoGradientPattern — The CairoGradientPattern class
        • CairoSolidPattern — The CairoSolidPattern class
        • CairoSurfacePattern — The CairoSurfacePattern class
        • CairoLinearGradient — The CairoLinearGradient class
        • CairoRadialGradient — The CairoRadialGradient class
        • CairoAntialias — The CairoAntialias class
        • CairoContent — The CairoContent class
        • CairoExtend — The CairoExtend class
        • CairoFormat — The CairoFormat class
        • CairoFillRule — The CairoFillRule class
        • CairoFilter — The CairoFilter class
        • CairoHintMetrics — The CairoHintMetrics class
        • CairoHintStyle — The CairoHintStyle class
        • CairoLineCap — The CairoLineCap class
        • CairoLineJoin — The CairoLineJoin class
        • CairoMatrix — The CairoMatrix class
        • CairoOperator — The CairoOperator class
        • CairoPath — The CairoPath class
        • CairoPsLevel — The CairoPsLevel class
        • CairoSubpixelOrder — The CairoSubpixelOrder class
        • CairoSvgVersion — The CairoSvgVersion class
      • Exif — 可交换图像信息
        • 简介
        • 安装/配置
        • 预定义常量
        • Exif 函数
      • GD — 图像处理和 GD
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • GD 和图像处理 函数
      • Gmagick
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Gmagick — The Gmagick class
        • GmagickDraw — The GmagickDraw class
        • GmagickPixel — The GmagickPixel class
      • ImageMagick — 图像处理(ImageMagick)
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Imagick — The Imagick class
        • ImagickDraw — The ImagickDraw class
        • ImagickPixel — The ImagickPixel class
        • ImagickPixelIterator — The ImagickPixelIterator class
    • 邮件相关扩展
      • Cyrus — Cyrus IMAP administration
        • 简介
        • 安装/配置
        • 预定义常量
        • Cyrus 函数
      • IMAP — IMAP, POP3 和 NNTP
        • 简介
        • 安装/配置
        • 预定义常量
        • IMAP 函数
      • Mail
        • 简介
        • 安装/配置
        • 预定义常量
        • Mail 函数
      • Mailparse
        • 简介
        • 安装/配置
        • 预定义常量
        • Mailparse 函数
      • vpopmail
        • 简介
        • 安装/配置
        • 预定义常量
        • vpopmail 函数
    • 数学扩展
      • BC Math — BCMath 任意精度数学
        • 简介
        • 安装/配置
        • 预定义常量
        • BC 数学 函数
      • GMP — GNU Multiple Precision
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • GMP 函数
        • GMP — The GMP class
      • Lapack
        • 简介
        • 安装/配置
        • 预定义常量
        • Lapack — The Lapack class
        • LapackException — The LapackException class
      • Math — Mathematical Functions
        • 简介
        • 安装/配置
        • 预定义常量
        • Math 函数
      • Statistics
        • 简介
        • 安装/配置
        • 预定义常量
        • Statistic 函数
      • Trader — Technical Analysis for Traders
        • 简介
        • 安装/配置
        • 预定义常量
        • Trader 函数
    • 非文本内容的 MIME 输出
      • FDF — Forms Data Format
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • FDF 函数
      • GnuPG — GNU Privacy Guard
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • GnuPG 函数
      • haru — Haru PDF
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Builtin Fonts And Encodings
        • HaruException — The HaruException class
        • HaruDoc — The HaruDoc class
        • HaruPage — The HaruPage class
        • HaruFont — The HaruFont class
        • HaruImage — The HaruImage class
        • HaruEncoder — The HaruEncoder class
        • HaruOutline — The HaruOutline class
        • HaruAnnotation — The HaruAnnotation class
        • HaruDestination — The HaruDestination class
      • Ming — Ming (flash)
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Ming 函数
        • SWFAction — The SWFAction class
        • SWFBitmap — The SWFBitmap class
        • SWFButton — The SWFButton class
        • SWFDisplayItem — The SWFDisplayItem class
        • SWFFill — The SWFFill class
        • SWFFont — The SWFFont class
        • SWFFontChar — The SWFFontChar class
        • SWFGradient — The SWFGradient class
        • SWFMorph — The SWFMorph class
        • SWFMovie — The SWFMovie class
        • SWFPrebuiltClip — The SWFPrebuiltClip class
        • SWFShape — The SWFShape class
        • SWFSound — The SWFSound class
        • SWFSoundInstance — The SWFSoundInstance class
        • SWFSprite — The SWFSprite class
        • SWFText — The SWFText class
        • SWFTextField — The SWFTextField class
        • SWFVideoStream — The SWFVideoStream class
      • PDF
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • PDF 函数
      • wkhtmltox
        • 简介
        • 安装/配置
        • wkhtmltox\PDF\Converter — The wkhtmltox\PDF\Converter class
        • wkhtmltox\PDF\Object — The wkhtmltox\PDF\Object class
        • wkhtmltox\Image\Converter — The wkhtmltox\Image\Converter class
      • PS — PostScript document creation
        • 简介
        • 安装/配置
        • 预定义常量
        • PS 函数
      • RPM Reader — RPM Header Reading
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • RPM Reader 函数
      • XLSWriter
        • 简介
        • 安装/配置
        • 预定义常量
        • Vtiful\Kernel\Excel — The Vtiful\Kernel\Excel class
        • Vtiful\Kernel\Format — The Vtiful\Kernel\Format class
    • 进程控制扩展
      • Eio
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Eio 函数
      • Ev
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Watchers
        • Watcher callbacks
        • Periodic watcher operation modes
        • Ev — The Ev class
        • EvCheck — The EvCheck class
        • EvChild — The EvChild class
        • EvEmbed — The EvEmbed class
        • EvFork — The EvFork class
        • EvIdle — The EvIdle class
        • EvIo — The EvIo class
        • EvLoop — The EvLoop class
        • EvPeriodic — The EvPeriodic class
        • EvPrepare — The EvPrepare class
        • EvSignal — The EvSignal class
        • EvStat — The EvStat class
        • EvTimer — The EvTimer class
        • EvWatcher — The EvWatcher class
      • Expect
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Expect 函数
      • Libevent
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Libevent 函数
      • PCNTL — 进程控制
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • PCNTL 函数
      • POSIX
        • 简介
        • 安装/配置
        • 预定义常量
        • POSIX 函数
      • 程序执行 — 系统程序执行
        • 简介
        • 安装/配置
        • 预定义常量
        • 程序执行函数
      • parallel
        • 简介
        • Installation
        • Philosophy
        • Functional API
        • parallel\Runtime — The parallel\Runtime class
        • parallel\Future — The parallel\Future class
        • parallel\Channel — The parallel\Channel class
        • parallel\Events — The parallel\Events class
        • parallel\Events\Input — The parallel\Events\Input class
        • parallel\Events\Event — The parallel\Events\Event class
        • parallel\Events\Event\Type — The parallel\Events\Event\Type class
        • parallel\Sync — The parallel\Sync class
      • pthreads
        • 简介
        • 安装/配置
        • 预定义常量
        • Threaded — Threaded 类
        • Thread — Thread 类
        • Worker — Worker 类
        • Collectable — The Collectable interface
        • Modifiers — 方法修饰符
        • Pool — Pool 类
        • Mutex — Mutex 类
        • Cond — Cond 类
        • Volatile — The Volatile class
      • pht
        • 简介
        • 安装/配置
        • pht\Thread — The Thread class
        • pht\Runnable — The Runnable interface
        • pht\HashTable — The HashTable class
        • pht\Vector — The Vector class
        • pht\Queue — The Queue class
        • pht\AtomicInteger — The AtomicInteger class
        • pht\Threaded — The Threaded interface
      • Semaphore — Semaphore, Shared Memory and IPC
        • 简介
        • 安装/配置
        • 预定义常量
        • Semaphore 函数
      • Shared Memory
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Shared Memory 函数
      • Sync
        • 简介
        • 安装/配置
        • 预定义常量
        • SyncMutex — The SyncMutex class
        • SyncSemaphore — The SyncSemaphore class
        • SyncEvent — The SyncEvent class
        • SyncReaderWriter — The SyncReaderWriter class
        • SyncSharedMemory — The SyncSharedMemory class
    • 其它基本扩展
      • GeoIP — Geo IP 定位
        • 简介
        • 安装/配置
        • 预定义常量
        • GeoIP 函数
      • FANN — FANN (快速人工神经网络)
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Fann 函数
        • FANNConnection — FANNConnection 类
      • JSON — JavaScript对象符号(JSON)
        • 简介
        • 安装/配置
        • 预定义常量
        • JsonSerializable — JSON 序列化接口
        • JSON 函数
      • Judy — Judy Arrays
        • 简介
        • 安装/配置
        • Judy — The Judy class
        • Judy 函数
      • Lua
        • 简介
        • 安装/配置
        • Lua — Lua类
        • LuaClosure — LuaClosure类
      • Misc. — 杂项函数
        • 简介
        • 安装/配置
        • 预定义常量
        • 杂项 函数
        • 更新日志
      • Parsekit
        • 简介
        • 安装/配置
        • 预定义常量
        • Parsekit 函数
      • SeasLog
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Seaslog 函数
        • SeasLog — The SeasLog class
      • SPL — PHP标准库 (SPL)
        • 简介
        • 安装/配置
        • 预定义常量
        • 数据结构
        • 迭代器
        • 接口
        • 异常
        • SPL 函数
        • 文件处理
        • 各种类及接口
      • SPL Types — SPL Type Handling
        • 简介
        • 安装/配置
        • SplType — The SplType class
        • SplInt — The SplInt class
        • SplFloat — The SplFloat class
        • SplEnum — The SplEnum class
        • SplBool — The SplBool class
        • SplString — The SplString class
      • Streams
        • 简介
        • 安装/配置
        • 预定义常量
        • Stream Filters
        • Stream Contexts
        • Stream Errors
        • 范例
        • php_user_filter — The php_user_filter class
        • streamWrapper — The streamWrapper class
        • Stream 函数
      • Swoole
        • 简介
        • 安装/配置
        • 预定义常量
        • Swoole 函数
        • Swoole\Async — The Swoole\Async class
        • Swoole\Atomic — The Swoole\Atomic class
        • Swoole\Buffer — The Swoole\Buffer class
        • Swoole\Channel — The Swoole\Channel class
        • Swoole\Client — The Swoole\Client class
        • Swoole\Connection\Iterator — The Swoole\Connection\Iterator class
        • Swoole\Coroutine — The Swoole\Coroutine class
        • Swoole\Event — The Swoole\Event class
        • Swoole\Exception — The Swoole\Exception class
        • Swoole\Http\Client — The Swoole\Http\Client class
        • Swoole\Http\Request — The Swoole\Http\Request class
        • Swoole\Http\Response — The Swoole\Http\Response class
        • Swoole\Http\Server — The Swoole\Http\Server class
        • Swoole\Lock — The Swoole\Lock class
        • Swoole\Mmap — The Swoole\Mmap class
        • Swoole\MySQL — The Swoole\MySQL class
        • Swoole\MySQL\Exception — The Swoole\MySQL\Exception class
        • Swoole\Process — The Swoole\Process class
        • Swoole\Redis\Server — The Swoole\Redis\Server class
        • Swoole\Serialize — The Swoole\Serialize class
        • Swoole\Server — The Swoole\Server class
        • Swoole\Table — The Swoole\Table class
        • Swoole\Timer — The Swoole\Timer class
        • Swoole\WebSocket\Frame — The Swoole\WebSocket\Frame class
        • Swoole\WebSocket\Server — The Swoole\WebSocket\Server class
      • Tidy
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • tidy — The tidy class
        • tidyNode — The tidyNode class
        • Tidy 函数
      • Tokenizer
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Tokenizer 函数
      • URLs
        • 简介
        • 安装/配置
        • 预定义常量
        • URL 函数
      • V8js — V8 Javascript Engine Integration
        • 简介
        • 安装/配置
        • 范例
        • V8Js — The V8Js class
        • V8JsException — The V8JsException class
      • Yaml — YAML 数据序列化
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Callbacks
        • Yaml 函数
      • Yaf — Yet Another Framework
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • 应用配置
        • Yaf_Application — The Yaf_Application class
        • Yaf_Bootstrap_Abstract — The Yaf_Bootstrap_Abstract class
        • Yaf_Dispatcher — Yaf_Dispatcher 类
        • Yaf_Config_Abstract — The Yaf_Config_Abstract class
        • Yaf_Config_Ini — The Yaf_Config_Ini class
        • Yaf_Config_Simple — The Yaf_Config_Simple class
        • Yaf_Controller_Abstract — The Yaf_Controller_Abstract class
        • Yaf_Action_Abstract — The Yaf_Action_Abstract class
        • Yaf_View_Interface — The Yaf_View_Interface class
        • Yaf_View_Simple — The Yaf_View_Simple Class
        • Yaf_Loader — The Yaf_Loader class
        • Yaf_Plugin_Abstract — The Yaf_Plugin_Abstract class
        • Yaf_Registry — The Yaf_Registry class
        • Yaf_Request_Abstract — The Yaf_Request_Abstract class
        • Yaf_Request_Http — The Yaf_Request_Http class
        • Yaf_Request_Simple — The Yaf_Request_Simple class
        • Yaf_Response_Abstract — The Yaf_Response_Abstract class
        • Yaf_Route_Interface — The Yaf_Route_Interface class
        • Yaf_Route_Map — The Yaf_Route_Map class
        • Yaf_Route_Regex — The Yaf_Route_Regex class
        • Yaf_Route_Rewrite — The Yaf_Route_Rewrite class
        • Yaf_Router — The Yaf_Router class
        • Yaf_Route_Simple — The Yaf_Route_Simple class
        • Yaf_Route_Static — The Yaf_Route_Static class
        • Yaf_Route_Supervar — The Yaf_Route_Supervar class
        • Yaf_Session — The Yaf_Session class
        • Yaf_Exception — The Yaf_Exception class
        • Yaf_Exception_TypeError — The Yaf_Exception_TypeError class
        • Yaf_Exception_StartupError — The Yaf_Exception_StartupError class
        • Yaf_Exception_DispatchFailed — The Yaf_Exception_DispatchFailed class
        • Yaf_Exception_RouterFailed — The Yaf_Exception_RouterFailed class
        • Yaf_Exception_LoadFailed — The Yaf_Exception_LoadFailed class
        • Yaf_Exception_LoadFailed_Module — The Yaf_Exception_LoadFailed_Module class
        • Yaf_Exception_LoadFailed_Controller — The Yaf_Exception_LoadFailed_Controller class
        • Yaf_Exception_LoadFailed_Action — The Yaf_Exception_LoadFailed_Action class
        • Yaf_Exception_LoadFailed_View — The Yaf_Exception_LoadFailed_View class
      • Yaconf
        • 简介
        • 安装/配置
        • 预定义常量
        • Yaconf — The Yaconf class
      • Taint
        • 简介
        • 安装/配置
        • More Details
        • Taint 函数
      • Data Structures
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Collection — The Collection interface
        • Hashable — The Hashable interface
        • Sequence — The Sequence interface
        • Vector — The Vector class
        • Deque — The Deque class
        • Map — The Map class
        • Pair — The Pair class
        • Set — The Set class
        • Stack — The Stack class
        • Queue — The Queue class
        • PriorityQueue — The PriorityQueue class
    • 其它服务
      • chdb — Constant hash database
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • chdb — The chdb class
        • chdb 函数
      • cURL — Client URL 库
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • cURL 函数
        • CURLFile — CURLFile 类
      • Event
        • 简介
        • 安装/配置
        • 范例
        • Event flags
        • About event persistence
        • Event callbacks
        • Constructing signal events
        • Event — The Event class
        • EventBase — The EventBase class
        • EventBuffer — The EventBuffer class
        • EventBufferEvent — The EventBufferEvent class
        • About buffer event callbacks
        • EventConfig — The EventConfig class
        • EventDnsBase — The EventDnsBase class
        • EventHttp — The EventHttp class
        • EventHttpConnection — The EventHttpConnection class
        • EventHttpRequest — The EventHttpRequest class
        • EventListener — The EventListener class
        • EventSslContext — The EventSslContext class
        • EventUtil — The EventUtil class
      • FAM — File Alteration Monitor
        • 简介
        • 安装/配置
        • 预定义常量
        • FAM 函数
      • FTP
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • FTP 函数
      • Gearman
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • GearmanClient — The GearmanClient class
        • GearmanJob — The GearmanJob class
        • GearmanTask — The GearmanTask class
        • GearmanWorker — The GearmanWorker class
        • GearmanException — The GearmanException class
      • Gopher — Net Gopher
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Gopher 函数
      • Gupnp
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Gupnp 函数
      • Hyperwave API
        • 简介
        • 安装/配置
        • 预定义常量
        • Integration with Apache
        • Hyperwave API 函数
      • LDAP — Lightweight Directory Access Protocol
        • 简介
        • 安装/配置
        • 预定义常量
        • Using the PHP LDAP calls
        • LDAP controls
        • 范例
        • LDAP 函数
      • Memcache
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Memcache — Memcache类
        • Memcache 函数
      • Memcached
        • 简介
        • 安装/配置
        • 预定义常量
        • 超时时间
        • 回调
        • Sessions支持
        • Memcached — Memcached类
      • mqseries
        • 简介
        • 安装/配置
        • 预定义常量
        • mqseries 函数
      • 网络
        • 简介
        • 安装/配置
        • 预定义常量
        • 网络 函数
      • RRD — RRDtool
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • RRD 函数
        • RRDCreator — The RRDCreator class
        • RRDGraph — The RRDGraph class
        • RRDUpdater — The RRDUpdater class
      • SAM — Simple Asynchronous Messaging
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • SAM 函数
      • SNMP
        • 简介
        • 安装/配置
        • 预定义常量
        • SNMP 函数
        • SNMP — The SNMP class
        • SNMPException — The SNMPException class
      • Sockets
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Socket Errors
        • Socket 函数
      • SSH2 — Secure Shell2
        • 简介
        • 安装/配置
        • 预定义常量
        • SSH2 函数
      • Stomp — Stomp Client
        • 简介
        • 安装/配置
        • 范例
        • Stomp 函数
        • Stomp — The Stomp class
        • StompFrame — The StompFrame class
        • StompException — The StompException class
      • SVM — 支持向量机
        • 简介
        • 安装/配置
        • 范例
        • SVM — The SVM class
        • SVMModel — The SVMModel class
      • SVN — Subversion
        • 简介
        • 安装/配置
        • 预定义常量
        • SVN 函数
      • TCP — TCP Wrappers
        • 简介
        • 安装/配置
        • 预定义常量
        • TCP 函数
      • Varnish
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • VarnishAdmin — The VarnishAdmin class
        • VarnishStat — The VarnishStat class
        • VarnishLog — The VarnishLog class
      • YAZ
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • YAZ 函数
      • YP/NIS
        • 简介
        • 安装/配置
        • 预定义常量
        • YP/NIS 函数
      • 0MQ消息系统 — ZMQ
        • 简介
        • 安装/配置
        • ZMQ — The ZMQ class
        • ZMQContext — The ZMQContext class
        • ZMQSocket — The ZMQSocket class
        • ZMQPoll — The ZMQPoll class
        • ZMQDevice — The ZMQDevice class
      • ZooKeeper
        • 简介
        • 安装/配置
        • 预定义常量
        • ZooKeeper 函数
        • Zookeeper — The Zookeeper class
        • ZookeeperConfig — The ZookeeperConfig class
        • ZookeeperException — The ZookeeperException class
        • ZookeeperAuthenticationException — The ZookeeperAuthenticationException class
        • ZookeeperConnectionException — The ZookeeperConnectionException class
        • ZookeeperMarshallingException — The ZookeeperMarshallingException class
        • ZookeeperNoNodeException — The ZookeeperNoNodeException class
        • ZookeeperOperationTimeoutException — The ZookeeperOperationTimeoutException class
        • ZookeeperSessionException — The ZookeeperSessionException class
    • 搜索引擎扩展
      • mnoGoSearch
        • 简介
        • 安装/配置
        • 预定义常量
        • mnoGoSearch 函数
      • Solr — Apache Solr
        • 简介
        • 安装/配置
        • 预定义常量
        • Solr 函数
        • 范例
        • SolrUtils — The SolrUtils class
        • SolrInputDocument — The SolrInputDocument class
        • SolrDocument — The SolrDocument class
        • SolrDocumentField — The SolrDocumentField class
        • SolrObject — The SolrObject class
        • SolrClient — The SolrClient class
        • SolrResponse — The SolrResponse class
        • SolrQueryResponse — The SolrQueryResponse class
        • SolrUpdateResponse — The SolrUpdateResponse class
        • SolrPingResponse — The SolrPingResponse class
        • SolrGenericResponse — The SolrGenericResponse class
        • SolrParams — The SolrParams class
        • SolrModifiableParams — The SolrModifiableParams class
        • SolrQuery — The SolrQuery class
        • SolrDisMaxQuery — The SolrDisMaxQuery class
        • SolrCollapseFunction — The SolrCollapseFunction class
        • SolrException — The SolrException class
        • SolrClientException — The SolrClientException class
        • SolrServerException — The SolrServerException class
        • SolrIllegalArgumentException — The SolrIllegalArgumentException class
        • SolrIllegalOperationException — The SolrIllegalOperationException class
        • SolrMissingMandatoryParameterException — The SolrMissingMandatoryParameterException class
      • Sphinx — Sphinx 客户端
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • SphinxClient — SphinxClient 类
      • Swish — Swish Indexing
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Swish 函数
    • 针对服务器的扩展
      • Apache
        • 简介
        • 安装/配置
        • 预定义常量
        • Apache 函数
      • FastCGI 进程管理器
        • 简介
        • 安装/配置
        • FPM 函数
      • IIS — IIS Administration
        • 简介
        • 安装/配置
        • 预定义常量
        • IIS 函数
      • NSAPI
        • 简介
        • 安装/配置
        • 预定义常量
        • NSAPI 函数
    • Session 扩展
      • Msession — Mohawk Software Session Handler Functions
        • 简介
        • 安装/配置
        • 预定义常量
        • Msession 函数
      • Sessions — Session Handling
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Session 上传进度
        • 会话和安全
        • Session 函数
        • SessionHandler — The SessionHandler class
        • SessionHandlerInterface — The SessionHandlerInterface class
      • Session PgSQL — PostgreSQL Session Save Handler
        • 简介
        • 安装/配置
        • Table definitions
        • 预定义常量
        • Session PgSQL 函数
    • 文本处理
      • BBCode — Bulletin Board Code
        • 简介
        • 安装/配置
        • 预定义常量
        • BBCode 函数
      • CommonMark
        • 简介
        • 安装/配置
        • CommonMark\Node\Document — Document concrete CommonMark\Node
        • CommonMark\Node\Heading — Heading concrete CommonMark\Node
        • CommonMark\Node\Paragraph — Paragraph concrete CommonMark\Node
        • CommonMark\Node\BlockQuote — BlockQuote concrete CommonMark\Node
        • CommonMark\Node\BulletList — BulletList concrete CommonMark\Node
        • CommonMark\Node\OrderedList — OrderedList concrete CommonMark\Node
        • CommonMark\Node\Item — Item concrete CommonMark\Node
        • CommonMark\Node\Text — Text concrete CommonMark\Node
        • CommonMark\Node\Text\Strong — Strong concrete CommonMark\Node
        • CommonMark\Node\Text\Emphasis — Emphasis concrete CommonMark\Node
        • CommonMark\Node\ThematicBreak — ThematicBreak concrete CommonMark\Node
        • CommonMark\Node\SoftBreak — SoftBreak concrete CommonMark\Node
        • CommonMark\Node\LineBreak — LineBreak concrete CommonMark\Node
        • CommonMark\Node\Code — Code concrete CommonMark\Node
        • CommonMark\Node\CodeBlock — CodeBlock concrete CommonMark\Node
        • CommonMark\Node\HTMLBlock — HTMLBlock concrete CommonMark\Node
        • CommonMark\Node\HTMLInline — HTMLInline concrete CommonMark\Node
        • CommonMark\Node\Image — Image concrete CommonMark\Node
        • CommonMark\Node\Link — Link concrete CommonMark\Node
        • CommonMark\Node\CustomBlock — CustomBlock concrete CommonMark\Node
        • CommonMark\Node\CustomInline — CustomInline concrete CommonMark\Node
        • CommonMark\Node — Abstract CommonMark\Node
        • CommonMark\Interfaces\IVisitor — The CommonMark\Interfaces\IVisitor interface
        • CommonMark\Interfaces\IVisitable — The CommonMark\Interfaces\IVisitable interface
        • CommonMark\Parser — The CommonMark\Parser class
        • CommonMark\CQL — The CommonMark\CQL class
        • CommonMark 函数
      • Parle — Parsing and lexing
        • 简介
        • 安装/配置
        • 预定义常量
        • Pattern matching — Parle pattern matching
        • 范例
        • Parle\Lexer — The Parle\Lexer class
        • Parle\RLexer — The Parle\RLexer class
        • Parle\Parser — The Parle\Parser class
        • Parle\RParser — The Parle\RParser class
        • Parle\Stack — The Parle\Stack class
        • Parle\Token — The Parle\Token class
        • Parle\ErrorInfo — The Parle\ErrorInfo class
        • Parle\LexerException — The Parle\LexerException class
        • Parle\ParserException — The Parle\ParserException class
      • PCRE — 正则表达式(兼容 Perl)
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • PCRE模式
        • PCRE 函数
      • POSIX Regex — Regular Expression (POSIX Extended)
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • POSIX 正则表达式函数
      • ssdeep — ssdeep Fuzzy Hashing
        • 简介
        • 安装/配置
        • 预定义常量
        • ssdeep 函数
      • 字符串
        • 简介
        • 安装/配置
        • 预定义常量
        • 字符串 函数
        • 更新日志
    • 变量与类型相关扩展
      • 数组
        • 简介
        • 安装/配置
        • 预定义常量
        • 对数组进行排序
        • 数组 函数
      • 类/对象 — 类/对象的信息
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • 类/对象 函数
      • Classkit
        • 简介
        • 安装/配置
        • 预定义常量
        • Classkit 函数
      • Ctype — 字符类型检测
        • 简介
        • 安装/配置
        • 预定义常量
        • Ctype 函数
      • Filter — Data Filtering
        • 简介
        • 安装/配置
        • Types of filters
        • 预定义常量
        • 范例
        • 过滤器函数
      • 函数处理
        • 简介
        • 安装/配置
        • 预定义常量
        • 函数处理 函数
      • Quickhash
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • QuickHashIntSet — The QuickHashIntSet class
        • QuickHashIntHash — The QuickHashIntHash class
        • QuickHashStringIntHash — The QuickHashStringIntHash class
        • QuickHashIntStringHash — The QuickHashIntStringHash class
      • 反射
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • 扩展
        • Reflection — Reflection 类
        • ReflectionClass — ReflectionClass 类
        • ReflectionClassConstant — The ReflectionClassConstant class
        • ReflectionZendExtension — ReflectionZendExtension 类
        • ReflectionExtension — ReflectionExtension 类
        • ReflectionFunction — ReflectionFunction 类
        • ReflectionFunctionAbstract — ReflectionFunctionAbstract 类
        • ReflectionMethod — ReflectionMethod 类
        • ReflectionObject — ReflectionObject 类
        • ReflectionParameter — ReflectionParameter 类
        • ReflectionProperty — ReflectionProperty 类
        • ReflectionType — The ReflectionType class
        • ReflectionGenerator — 生成器反射类
        • Reflector — Reflector 接口
        • ReflectionException — ReflectionException 类
      • Variable handling
        • 简介
        • 安装/配置
        • 预定义常量
        • Variable handling 函数
    • Web 服务
      • OAuth
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • OAuth 函数
        • OAuth — OAuth 类
        • OAuthProvider — OAuthProvider 类
        • OAuthException — OAuthException 类
      • SCA
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • SCA 函数
      • SOAP
        • 简介
        • 安装/配置
        • 预定义常量
        • SOAP 函数
        • SoapClient — The SoapClient class
        • SoapServer — The SoapServer class
        • SoapFault — The SoapFault class
        • SoapHeader — The SoapHeader class
        • SoapParam — The SoapParam class
        • SoapVar — The SoapVar class
      • Yar — Yet Another RPC Framework
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Yar_Server — The Yar_Server class
        • Yar_Client — The Yar_Client class
        • Yar_Concurrent_Client — The Yar_Concurrent_Client class
        • Yar_Server_Exception — The Yar_Server_Exception class
        • Yar_Client_Exception — The Yar_Client_Exception class
      • XML-RPC
        • 简介
        • 安装/配置
        • 预定义常量
        • XML-RPC 函数
    • Windows 专用扩展
      • COM — COM and .Net (Windows)
        • 简介
        • 安装/配置
        • 预定义常量
        • Errors and error handling
        • 范例
        • COM — The COM class
        • DOTNET — The DOTNET class
        • VARIANT — VARIANT class
        • COM 函数
      • win32ps
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • win32ps 函数
      • win32service
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • win32service 函数
    • XML 操作
      • DOM — Document Object Model
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • DOMAttr — The DOMAttr class
        • DOMCdataSection — The DOMCdataSection class
        • DOMCharacterData — The DOMCharacterData class
        • DOMComment — The DOMComment class
        • DOMDocument — The DOMDocument class
        • DOMDocumentFragment — The DOMDocumentFragment class
        • DOMDocumentType — The DOMDocumentType class
        • DOMElement — The DOMElement class
        • DOMEntity — The DOMEntity class
        • DOMEntityReference — The DOMEntityReference class
        • DOMException — The DOMException class
        • DOMImplementation — The DOMImplementation class
        • DOMNamedNodeMap — The DOMNamedNodeMap class
        • DOMNode — The DOMNode class
        • DOMNodeList — The DOMNodeList class
        • DOMNotation — The DOMNotation class
        • DOMProcessingInstruction — The DOMProcessingInstruction class
        • DOMText — The DOMText class
        • DOMXPath — The DOMXPath class
        • DOM 函数
      • libxml
        • 简介
        • 安装/配置
        • 预定义常量
        • libXMLError — The libXMLError class
        • libxml 函数
      • SDO — Service Data Objects
        • 简介
        • 安装/配置
        • 预定义常量
        • Limitations
        • 范例
        • SDO 函数
      • SDO-DAS-Relational — SDO Relational Data Access Service
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • Limitations
        • SDO-DAS-Relational 函数
      • SDO DAS XML — SDO XML Data Access Service
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • SDO DAS XML 函数
      • SimpleXML
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • SimpleXMLElement — The SimpleXMLElement class
        • SimpleXMLIterator — The SimpleXMLIterator class
        • SimpleXML 函数
      • WDDX
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • WDDX 函数
      • XMLDiff — XML diff and merge
        • 简介
        • 安装/配置
        • XMLDiff\Base — The XMLDiff\Base class
        • XMLDiff\DOM — The XMLDiff\DOM class
        • XMLDiff\Memory — The XMLDiff\Memory class
        • XMLDiff\File — The XMLDiff\File class
      • XML 解析器
        • 简介
        • 安装/配置
        • 预定义常量
        • 事件处理器
        • Case Folding(大写转换)
        • 错误代码
        • 字符编码
        • 范例
        • XML 解析器函数
      • XMLReader
        • 简介
        • 安装/配置
        • XMLReader — The XMLReader class
      • XMLWriter
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • XMLWriter 函数
      • XSL
        • 简介
        • 安装/配置
        • 预定义常量
        • 范例
        • XSLTProcessor — The XSLTProcessor class
    • 图形用户界面(GUI) 扩展
      • UI
        • 简介
        • 安装/配置
        • UI\Point — Represents a position (x,y)
        • UI\Size — Represents dimenstions (width, height)
        • UI\Window — Window
        • UI\Control — Control
        • UI\Menu — Menu
        • UI\MenuItem — Menu Item
        • UI\Area — Area
        • UI\Executor — Execution Scheduler
        • UI\Controls\Tab — Tab Control
        • UI\Controls\Check — Check Control
        • UI\Controls\Button — Button Control
        • UI\Controls\ColorButton — ColorButton Control
        • UI\Controls\Label — Label Control
        • UI\Controls\Entry — Entry Control
        • UI\Controls\MultilineEntry — MultilineEntry Control
        • UI\Controls\Spin — Spin Control
        • UI\Controls\Slider — Slider Control
        • UI\Controls\Progress — Progress Control
        • UI\Controls\Separator — Control Separator
        • UI\Controls\Combo — Combo Control
        • UI\Controls\EditableCombo — EdiableCombo Control
        • UI\Controls\Radio — Radio Control
        • UI\Controls\Picker — Picker Control
        • UI\Controls\Form — Control Form (Arrangement)
        • UI\Controls\Grid — Control Grid (Arrangement)
        • UI\Controls\Group — Control Group (Arrangement)
        • UI\Controls\Box — Control Box (Arrangement)
        • UI\Draw\Pen — Draw Pen
        • UI\Draw\Path — Draw Path
        • UI\Draw\Matrix — Draw Matrix
        • UI\Draw\Color — Color Representation
        • UI\Draw\Stroke — Draw Stroke
        • UI\Draw\Brush — Brushes
        • UI\Draw\Brush\Gradient — Gradient Brushes
        • UI\Draw\Brush\LinearGradient — Linear Gradient
        • UI\Draw\Brush\RadialGradient — Radial Gradient
        • UI\Draw\Text\Layout — Represents Text Layout
        • UI\Draw\Text\Font — Represents a Font
        • UI\Draw\Text\Font\Descriptor — Font Descriptor
        • UI 函数
        • UI\Draw\Text\Font\Weight — Font Weight Settings
        • UI\Draw\Text\Font\Italic — Italic Font Settings
        • UI\Draw\Text\Font\Stretch — Font Stretch Settings
        • UI\Draw\Line\Cap — Line Cap Settings
        • UI\Draw\Line\Join — Line Join Settings
        • UI\Key — Key Identifiers
        • UI\Exception\InvalidArgumentException — InvalidArgumentException
        • UI\Exception\RuntimeException — RuntimeException
  • PHP 核心:骇客指南
    • 序言
    • 内存管理
      • 内存管理基础
      • 数据持久化
      • 线程安全的资源管理器
    • 变量的使用
      • 介绍
      • 创建变量并设置值
    • 函数的编写
    • 类和对象的使用
    • 资源的使用
    • INI 设置的使用
    • 流的使用
    • "counter" 扩展 - 一个连续的实例
      • 安装/配置
      • 预定义常量
      • 范例
      • Counter
      • Basic
      • Extended
    • PHP 5 构建系统
      • PHP 扩展开发构建
      • ext_skel 脚本
      • 与 UNIX 构建系统交互: config.m4
      • 使用 Windows 构建系统:config.w32
    • 扩展的结构
      • 组成扩展的文件
      • Basic constructs
      • The zend_module structure
      • Extension globals
      • Life cycle of an extension
      • Testing an extension
    • PDO 驱动
      • 前提条件
      • 配置与管理
      • Fleshing out your skeleton
      • Building
      • Testing
      • Packaging and distribution
      • pdo_dbh_t definition
      • pdo_stmt_t definition
      • Constants
      • Error handling
    • 扩展相关 FAQ
    • Zend Engine 2 API 参考
    • Zend Engine 2 操作码列表
      • Opcode Descriptions and Examples
    • Zend Engine 1
      • 旧的介绍
      • Streams API for PHP Extension Authors
      • Zend API:深入 PHP 内核
      • TSRM API
  • FAQ — FAQ:常见问题
    • 一般信息
    • 邮件列表
    • 获取 PHP
    • 数据库问题
    • 安装 — 安装常见问题
    • 编译问题
    • 使用 PHP
    • 密码散列 — 密码散列安全
    • PHP 和 HTML
    • PHP 和 COM
    • 其他问题
  • 附录
    • PHP 及其相关工程的历史
      • PHP 的历史
      • PHP 相关工程的历史
      • PHP 相关书籍
      • PHP 相关文章
    • 从 PHP 7.2.x 移植到 PHP 7.3.x
      • New Features
      • 新函数
      • 新的全局常量
      • Backward Incompatible Changes
      • PHP 7.3.x 中废弃的功能
      • Other Changes
      • Windows Support
    • 从PHP 7.1.x 移植到 PHP 7.2.x
      • 新特性
      • 新函数
      • New global constants
      • Backward incompatible changes
      • PHP 7.2.x 中废弃的功能
      • 其他变更
    • 从PHP 7.0.x 移植到 PHP 7.1.x
      • 新特性
      • 新的函数
      • 新增的全局常量
      • 不向后兼容的变更
      • PHP 7.1.x 中废弃的特性
      • 变动的函数
      • Other changes
      • Windows支持
    • 从PHP 5.6.x 移植到 PHP 7.0.x
      • 不向后兼容的变更
      • 新特性
      • PHP 7.0.x 弃用的功能
      • 变更的函数
      • 新函数
      • 新的类和接口
      • 新的全局常量
      • SAPI 模块的变化
      • 移除的扩展和 SAPI
      • Other Changes
    • 从PHP 5.5.x 移植到 PHP 5.6.x
      • 向后不兼容
      • 新特性
      • PHP 5.6.x 中已废止的特性
      • 函数的变化
      • 新加函数
      • OpenSSL changes in PHP 5.6.x
      • 扩展中的变动
      • 新加的全局常量
    • 从 PHP 5.4.x 迁移到 PHP 5.5.x
      • PHP 5.5.x 中的变更
      • 不向后兼容的变更
      • 新的特性
      • PHP 5.5.x 中废弃的特性
      • 变更的函数
      • 新的函数
      • 新的类和接口
      • 新的方法
      • 扩展中的其他变更
      • 新的全局常量
      • INI 文件处理的变化
      • PHP 内部的变化
    • 从 PHP 5.3.X 迁移到 PHP 5.4.X
      • PHP 5.4.x 中的变更
      • 不向后兼容的变更
      • 新特性
      • SAPI 模块中的变化
      • 在 PHP 5.4.x 中过时的特性
      • 变更的函数
      • 新的函数
      • 新的类和接口
      • 新的方法
      • 移除的扩展
      • 扩展中的其他变化
      • 新的全局常量
      • INI 文件处理的变化
      • 其他变化
    • 从 PHP 5.2.x 移植到 PHP 5.3.x
      • PHP 5.3.x 的变化
      • 不向下兼容的变化
      • 新特性
      • Windows 支持改变
      • SAPI 模块的改变
      • PHP 5.3.x 中弃用的功能
      • PHP 5.3.x 保留的功能
      • 新参数
      • 新函数
      • 新的流包装器
      • 新的流过滤器
      • 新增的类常量
      • 新增的方法
      • 新的扩展
      • 被移除的扩展
      • Other changes to extensions
      • 新类
      • 新的全局常量
      • INI 文件处理改变
      • 其他改变
    • Migrating from PHP 5.1.x to PHP 5.2.x
      • What has changed in PHP 5.2.x
      • Backward Incompatible Changes
      • New Error Messages
      • Changes in PHP datetime support
      • New Parameters
      • New Functions
      • New Methods
      • Removed Extensions
      • New Extensions
      • New Classes
      • New Global Constants
      • New Class Constants
      • New INI Configuration Directives
      • Error Reporting
      • Other Enhancements
    • Migrating from PHP 5.0.x to PHP 5.1.x
      • Key PHP 5.1.x features
      • Changes in reference handling
      • Reading []
      • Integer values in function parameters
      • Class and object changes
      • Extensions
      • Date/time support
      • Changes in database support
      • Checking for E_STRICT
    • 从 PHP 4 移植到 PHP 5
      • PHP 5 中有哪些改变
      • 未向下兼容的改变
      • CLI 和 CGI
      • 移植配置文件
      • 新函数
      • 新指令
      • 数据库
      • 新对象模型
      • 错误报告
    • PHP 的调试
      • 关于调试器
    • 配置选项
      • 核心配置选项列表
    • php.ini 配置
      • php.ini 配置选项列表
      • php.ini 配置段列表
      • php.ini 核心配置选项说明
    • 扩展库列表/归类
      • 按字母顺序
      • 按归属分
      • 按状态分
    • 函数别名列表
    • 保留字列表
      • 关键词列表
      • 预定义类
      • 预定义常量
      • 其他保留字列表
    • 资源类型列表
    • 可用过滤器列表
      • 字符串过滤器
      • 转换过滤器
      • 压缩过滤器
      • 加密过滤器
    • 所支持的套接字传输器(Socket Transports)列表
      • Internet 领域:TCP,UDP,SSL 和 TLS
      • Unix 领域:Unix 和 UDG
    • PHP 类型比较表
    • 解析器代号列表
    • 用户空间命名指南
      • 全局命名空间
      • 规则
      • 提示
    • 关于本手册
      • 手册的格式
      • 关于用户注释
      • 如何阅读函数的定义(函数原型)
      • 本手册中所涉及的 PHP 版本
      • 如何得到关于 PHP 更多的信息
      • 如何帮助改进本文档
      • 如何生成手册的各种格式
      • 手册译文
    • Creative Commons Attribution 3.0
    • 索引
      • 函数和方法列表
      • 示例列表
    • 更新日志