示例列表
  手册中所有示例的列表
  - Example#0 - 一个介绍性的范例
 
- Example#1 - 第一个 PHP 脚本:hello.php
 
- Example#2 - 从 PHP 获取系统信息
 
- Example#3 - 打印一个变量(数组元素)
 
- Example#4 - 流程控制与函数的使用
 
- Example#5 - 混和 HTML 和 PHP 模式
 
- Example#6 - 一个简单的 HTML 表单
 
- Example#7 - 打印来自表单的数据
 
- Example#8 - PHP 的 Apache 共享模块版本安装说明
 
- Example#9 - PHP 的 Apache 静态模块版本安装说明
 
- Example#10 - 重启动 Apache 的示例命令
 
- Example#11 - 
 
- Example#12 - 
 
- Example#13 - 
 
- Example#14 - 
 
- Example#15 - 
 
- Example#16 - 
 
- Example#17 - 
 
- Example#18 - 
 
- Example#19 - 
 
- Example#20 - 
 
- Example#21 - 
 
- Example#22 - 
 
- Example#23 - 
 
- Example#24 - 
 
- Example#25 - 
 
- Example#26 - 
 
- Example#27 - 
 
- Example#28 - 
 
- Example#29 - 
 
- Example#30 - 
 
- Example#31 - 
 
- Example#32 - 
 
- Example#33 - 
 
- Example#34 - 
 
- Example#35 - 
 
- Example#36 - 
 
- Example#37 - 
 
- Example#38 - 
 
- Example#39 - Partial lighttpd.conf
 
- Example#40 - 产生 FastCGI 应答器
 
- Example#41 - 连接远程 php-fastcgi 实例
 
- Example#42 - 在 OpenBSD 系统下的软件包的安装示例
 
- Example#43 - Debian 下将 PHP 安装入 Apache 2 的例子
 
- Example#44 - 安装完 PHP 后停止并启动 Apache
 
- Example#45 - 取得 PHP 附加软件包的列表
 
- Example#46 - 安装 PHP 的 MySQL 和 cURL 支持
 
- Example#47 - Recommended OpCache configuration
 
- Example#48 - Recommended WinCache configuration
 
- Example#49 - Command line to configure IIS and PHP
 
- Example#50 - PHP 5 压缩包的结构
 
- Example#51 - php.ini 中的 CGI 和 FastCGI 设定
 
- Example#52 - 配置 FastCGI 扩展以处理 PHP 请求
 
- Example#53 - 配置文件访问权限
 
- Example#54 - 配置 FastCGI 和 PHP 的回收
 
- Example#55 - 配置 FastCGI 超时设定
 
- Example#56 - 改变 php.ini 文件的位置
 
- Example#57 - php.ini 中的 CGI 和 FastCGI 设定
 
- Example#58 - 创建 IIS FastCGI 处理池
 
- Example#59 - 创建对应于 PHP 请求的处理程序映射
 
- Example#60 - 确定用于 IIS 匿名认证的用户帐号
 
- Example#61 - 配置文件访问权限
 
- Example#62 - 将 index.php 设为 IIS 的默认文档
 
- Example#63 - 配置 FastCGI 和 PHP 的回收
 
- Example#64 - 配置 FastCGI 超时设定
 
- Example#65 - 改变 php.ini 文件的位置
 
- Example#66 - PHP 作为 Apache 1.3.x 的一个模块
 
- Example#67 - PHP 以 CGI 方式运行在 Apache 1.3.x
 
- Example#68 - PHP 在 Apache 2.x 中作为 handler
 
- Example#69 - 
 
- Example#70 - Apache 2.x 下 CGI 方式的 PHP
 
- Example#71 - 配置 Apache 以 FastCGI 方式运行 PHP
 
- Example#72 - Sambar 的 ISAPI 设置
 
- Example#73 - 启用 Bzip2扩展库
 
- Example#74 - 注册表变化
 
- Example#75 - 给运行池传递环境变量和设置 PHP 的配置值
 
- Example#76 - 在 nginx.conf 中设定 PHP
 
- Example#77 - phpinfo call
 
- Example#78 - php.ini 例子
 
- Example#79 - Apache 配置例子
 
- Example#80 - 
 
- Example#81 - 使用条件的高级分离术
 
- Example#82 - PHP 开始和结束标记
 
- Example#83 - 整数文字表达
 
- Example#84 - 32 位系统下的整数溢出
 
- Example#85 - 64 位系统下的整数溢出
 
- Example#86 - 非法的示例
 
- Example#87 - Heredoc 结构的字符串示例
 
- Example#88 - Heredoc 结构在参数中的示例
 
- Example#89 - 使用 Heredoc 结构来初始化静态值
 
- Example#90 - 在 heredoc 结构中使用双引号
 
- Example#91 - Nowdoc 结构字符串示例
 
- Example#92 - 静态数据的示例
 
- Example#93 - 简单语法示例
 
- Example#94 - 一些字符串示例
 
- Example#95 - PHP 5.3 和 PHP 5.4 的区别
 
- Example#96 - 一个简单数组
 
- Example#97 - 类型强制与覆盖示例
 
- Example#98 - 混合 integer 和 string 键名
 
- Example#99 - 没有键名的索引数组
 
- Example#100 - 仅对部分单元指定键名
 
- Example#101 - 访问数组单元
 
- Example#102 - 数组解引用
 
- Example#103 - 使用 array()
 
- Example#104 - 集合
 
- Example#105 - 在循环中改变单元
 
- Example#106 - 下标从 1 开始的数组
 
- Example#107 - 填充数组
 
- Example#108 - 数组排序
 
- Example#109 - 递归和多维数组
 
- Example#110 - 回调函数示例
 
- Example#111 - 使用 Closure 的示例
 
- Example#112 - 未初始化变量的默认值
 
- Example#113 - 使用 global
 
- Example#114 - 使用 $GLOBALS 替代 global
 
- Example#115 - 演示超全局变量和作用域的例子
 
- Example#116 - 演示需要静态变量的例子
 
- Example#117 - 使用静态变量的例子
 
- Example#118 - 静态变量与递归函数
 
- Example#119 - 声明静态变量
 
- Example#120 - 可变属性示例
 
- Example#121 - 一个简单的 HTML 表单
 
- Example#122 - 从一个简单的 POST HTML 表单访问数据
 
- Example#123 - 更复杂的表单变量
 
- Example#124 - 一个 setcookie 的示例
 
- Example#125 - 合法与非法的常量名
 
- Example#126 - 定义常量
 
- Example#127 - 使用关键字 const 定义常量
 
- Example#128 - 结合方向
 
- Example#129 - Undefined order of evaluation
 
- Example#130 - 引用赋值
 
- Example#131 - 整数的 AND,OR 和 XOR 位运算符
 
- Example#132 - 字符串的 XOR 运算符
 
- Example#133 - 整数的位移
 
- Example#134 - 标准数组比较代码
 
- Example#135 - Transcription of standard array comparison
 
- Example#136 - 赋默认值
 
- Example#137 - 不清晰的三元运算符行为
 
- Example#138 - 涉及字符变量的算数运算
 
- Example#139 - 逻辑运算符示例
 
- Example#140 - 比较数组
 
- Example#141 - 对类使用 instanceof
 
- Example#142 - 对继承类使用 instanceof
 
- Example#143 - 使用 instanceof 检查对象不是某个类的实例
 
- Example#144 - 对接口使用 instanceof
 
- Example#145 - 对其它变量使用 instanceof
 
- Example#146 - 用 instanceof 检测其它变量
 
- Example#147 - 避免 PHP 5.0 中 instanceof 引起的类名查找和致命错误问题
 
- Example#148 - switch 结构
 
- Example#149 - switch 结构可以用字符串
 
- Example#150 - Tick 的用法示例
 
- Example#151 - Ticks 的用法示例
 
- Example#152 - 对脚本指定编码方式
 
- Example#153 - 基本的 include 例子
 
- Example#154 - 函数中的包含
 
- Example#155 - 通过 HTTP 进行的 include
 
- Example#156 - 比较 include 的返回值
 
- Example#157 - include 和 return 语句
 
- Example#158 - 使用输出缓冲来将 PHP 文件包含入一个字符串
 
- Example#159 - include_once 在 PHP 4 运行于不区分大小写的操作系统中
 
- Example#160 - goto 示例
 
- Example#161 - goto 跳出循环示例
 
- Example#162 - 以下写法无效
 
- Example#163 - 展示函数用途的伪代码
 
- Example#164 - 有条件的函数
 
- Example#165 - 函数中的函数
 
- Example#166 - 递归函数
 
- Example#167 - 向函数传递数组
 
- Example#168 - 用引用传递函数参数
 
- Example#169 - 在函数中使用默认参数
 
- Example#170 - 使用非标量类型作为默认参数
 
- Example#171 - 函数默认参数的不正确用法
 
- Example#172 - 函数默认参数正确的用法
 
- Example#173 - 
 
- Example#174 - Basic class type declaration
 
- Example#175 - Basic interface type declaration
 
- Example#176 - Nullable type declaration
 
- Example#177 - Strict typing
 
- Example#178 - Weak typing
 
- Example#179 - Catching TypeError
 
- Example#180 - Using ... to access variable arguments
 
- Example#181 - Using ... to provide arguments
 
- Example#182 - Type hinted variable arguments
 
- Example#183 - Accessing variable arguments in PHP 5.5 and earlier
 
- Example#184 - return 的使用
 
- Example#185 - 返回一个数组以得到多个返回值
 
- Example#186 - 从函数返回一个引用
 
- Example#187 - Basic return type declaration
 
- Example#188 - Strict mode in action
 
- Example#189 - Returning an object
 
- Example#190 - 可变函数示例
 
- Example#191 - 可变方法范例
 
- Example#192 - Variable 方法和静态属性示例
 
- Example#193 - Complex callables
 
- Example#194 - 匿名函数示例
 
- Example#195 - 匿名函数变量赋值示例
 
- Example#196 - 从父作用域继承变量
 
- Example#197 - Closures 和作用域
 
- Example#198 - Automatic binding of $this
 
- Example#199 - Attempting to use $this inside a static anonymous function
 
- Example#200 - Attempting to bind an object to a static anonymous function
 
- Example#201 - 简单的类定义
 
- Example#202 - $this 伪变量的示例
 
- Example#203 - 创建一个实例
 
- Example#204 - 对象赋值
 
- Example#205 - 创建新对象
 
- Example#206 - 简单的类继承
 
- Example#207 - 类名的解析
 
- Example#208 - 属性声明
 
- Example#209 - 示例:使用 nowdoc 初始化属性
 
- Example#210 - 定义和使用一个类常量
 
- Example#211 - 静态数据示例
 
- Example#212 - 自动加载示例
 
- Example#213 - 另一个例子
 
- Example#214 - 自动加载在 PHP 5.3.0+ 中的异常处理
 
- Example#215 - 自动加载在 PHP 5.3.0+ 中的异常处理 - 没有自定义异常机制
 
- Example#216 - 使用新标准的构造函数
 
- Example#217 - Constructors in namespaced classes
 
- Example#218 - 析构函数示例
 
- Example#219 - 属性声明
 
- Example#220 - 方法声明
 
- Example#221 - 访问同一个对象类型的私有成员
 
- Example#222 - 继承示例
 
- Example#223 - 在类的外部使用 :: 操作符
 
- Example#224 - 在类定义内部使用 ::
 
- Example#225 - 调用父类的方法
 
- Example#226 - 静态属性示例
 
- Example#227 - 抽象类示例
 
- Example#228 - 抽象类示例
 
- Example#229 - 接口示例
 
- Example#230 - 可扩充的接口
 
- Example#231 - 继承多个接口
 
- Example#232 - 使用接口常量
 
- Example#233 - Trait 示例
 
- Example#234 - 优先顺序示例
 
- Example#235 - 另一个优先级顺序的例子
 
- Example#236 - 多个 trait 的用法
 
- Example#237 - 冲突的解决
 
- Example#238 - 修改方法的访问控制
 
- Example#239 - 从 trait 来组成 trait
 
- Example#240 - 表示通过抽象方法来进行强制要求
 
- Example#241 - 静态变量
 
- Example#242 - 静态方法
 
- Example#243 - 定义属性
 
- Example#244 - 解决冲突
 
- Example#245 - 使用 __get(),__set(),__isset()
    和 __unset() 进行属性重载
 
- Example#246 - 使用 __call()
    和 __callStatic() 对方法重载
 
- Example#247 - 简单的对象遍历
 
- Example#248 - 实现 Iterator 接口的对象遍历
 
- Example#249 - 通过实现 IteratorAggregate 来遍历对象
 
- Example#250 - Sleep 和 wakeup
 
- Example#251 - 简单示例
 
- Example#252 - 使用 __invoke()
 
- Example#253 - 使用 __set_state()>(PHP 5.1.0 起)
 
- Example#254 - Using __debugInfo()
 
- Example#255 - Final 方法示例
 
- Example#256 - Final 类示例
 
- Example#257 - 复制一个对象
 
- Example#258 - PHP 5 的对象比较
 
- Example#259 - 类型约束示例
 
- Example#260 - self:: 用法
 
- Example#261 - static:: 简单用法
 
- Example#262 - 非静态环境下使用 static::
 
- Example#263 - 转发和非转发调用
 
- Example#264 - 引用和对象
 
- Example#265 - 命名空间语法示例
 
- Example#266 - 声明单个命名空间
 
- Example#267 - 声明单个命名空间
 
- Example#268 - 声明分层次的单个命名空间
 
- Example#269 - 定义多个命名空间,简单组合语法
 
- Example#270 - 定义多个命名空间,大括号语法
 
- Example#271 - 定义多个命名空间和不包含在命名空间中的代码
 
- Example#272 - 定义多个命名空间和不包含在命名空间中的代码
 
- Example#273 - 在命名空间内部访问全局类、函数和常量
 
- Example#274 - 动态访问元素
 
- Example#275 - 动态访问命名空间的元素
 
- Example#276 - __NAMESPACE__ 示例, 在命名空间中的代码
 
- Example#277 - __NAMESPACE__ 示例,全局代码
 
- Example#278 - 使用__NAMESPACE__动态创建名称
 
- Example#279 - namespace操作符,命名空间中的代码
 
- Example#280 - namespace操作符, 全局代码
 
- Example#281 - 使用use操作符导入/使用别名
 
- Example#282 - 通过use操作符导入/使用别名,一行中包含多个use语句
 
- Example#283 - 导入和动态名称
 
- Example#284 - 导入和完全限定名称
 
- Example#285 - Illegal importing rule
 
- Example#286 - 使用全局空间说明
 
- Example#287 - 在命名空间中访问全局类
 
- Example#288 - 命名空间中后备的全局函数/常量
 
- Example#289 - 名称解析示例
 
- Example#290 - Accessing global classes outside a namespace
 
- Example#291 - Accessing global classes outside a namespace
 
- Example#292 - Accessing internal classes in namespaces
 
- Example#293 - Accessing internal classes, functions or constants in namespaces
 
- Example#294 - Fully Qualified names
 
- Example#295 - Qualified names
 
- Example#296 - Unqualified class names
 
- Example#297 - Unqualified function or constant names
 
- Example#298 - Dangers of using namespaced names inside a double-quoted string
 
- Example#299 - Undefined constants
 
- Example#300 - Undefined constants
 
- Example#301 - 内置的异常处理类
 
- Example#302 - 扩展 PHP 内置的异常处理类 (PHP 5.3.0+)
 
- Example#303 - Throwing an Exception
 
- Example#304 - Exception handling with a finally block
 
- Example#305 - Nested Exception
 
- Example#306 - 将 range 实现为生成器
 
- Example#307 - 一个简单的生成值的例子
 
- Example#308 - 生成一个键值对
 
- Example#309 - 生成NULLs
 
- Example#310 - 使用引用来生成值
 
- Example#311 - Basic use of yield from
 
- Example#312 - yield from and return values
 
- Example#313 - 对未定义的变量使用引用
 
- Example#314 - 在函数内引用全局变量
 
- Example#315 - 引用与 foreach 语句
 
- Example#316 - $GLOBALS 范例
 
- Example#317 - $_SERVER 范例
 
- Example#318 - $_GET 范例
 
- Example#319 - $_POST 范例
 
- Example#320 - $_ENV 范例
 
- Example#321 - $_COOKIE 范例
 
- Example#322 - $php_errormsg 范例
 
- Example#323 - $http_response_header 范例
 
- Example#324 - $argc 范例
 
- Example#325 - $argv 范例
 
- Example#326 - Exception::getMessage示例
 
- Example#327 - Exception::getPrevious示例
 
- Example#328 - Exception::getCode示例
 
- Example#329 - Exception::getFile示例
 
- Example#330 - Exception::getLine示例
 
- Example#331 - Exception::getTrace示例
 
- Example#332 - Exception::getTraceAsString示例
 
- Example#333 - Exception::__toString示例
 
- Example#334 - 使用set_error_handler函数将错误信息托管至ErrorException
 
- Example#335 - ErrorException::getSeverity 例子
 
- Example#336 - 基本用法
 
- Example#337 - 基本用法
 
- Example#338 - Basic usage
 
- Example#339 - ArrayAccess::offsetExists 范例
 
- Example#340 - Basic usage
 
- Example#341 - Closure::bind 实例
 
- Example#342 - Closure::bindTo 实例
 
- Example#343 - Generator::key example
 
- Example#344 - 用 Generator::send 向生成器函数中传值
 
- Example#345 - Basic bindto usage example
 
- Example#346 - 获取一个页面并发送 POST 数据
 
- Example#347 - 忽略重定向并获取 header 和内容
 
- Example#348 - 获取一个页面,并以POST发送数据
 
- Example#349 - 检测重定向后最终的 URL
 
- Example#350 - php://temp/maxmemory
 
- Example#351 - php://filter/resource=<待过滤的数据流>
 
- Example#352 - php://filter/read=<读链需要应用的过滤器列表>
 
- Example#353 - php://filter/write=<写链需要应用的过滤器列表>
 
- Example#354 - php://memory 和 php://temp 是一次性的
 
- Example#355 - 打印 data:// 的内容
 
- Example#356 - 获取媒体类型
 
- Example#357 - 基本用法
 
- Example#358 - 从一个活动连接中打开字节流
 
- Example#359 - This $session variable must be kept available!
 
- Example#360 - Traversing a RAR archive
 
- Example#361 - Opening an encrypted file (header encryption)
 
- Example#362 - 不对变量进行安全检查会导致……
 
- Example#363 - ……文件系统攻击
 
- Example#364 - 更安全的文件名检查
 
- Example#365 - 更安全的文件名检查
 
- Example#366 - 会被 Null 字符问题攻击的代码
 
- Example#367 - 验证输入的正确做法
 
- Example#368 - 对密码字段进行散列加密
 
- Example#369 - 一段实现数据分页显示的代码……也可以被用作创建一个超级用户(PostgreSQL系统)。
 
- Example#370 - 显示文章……以及一些密码(任何数据库系统)
 
- Example#371 - 从重设密码……到获得更多权限(任何数据库系统)
 
- Example#372 - 攻击数据库所在主机的操作系统(MSSQL Server)
 
- Example#373 - 一个实现分页更安全的方法
 
- Example#374 - 用自定义的 HTML 页面攻击变量
 
- Example#375 - 利用变量打开调式功能
 
- Example#376 - 用 E_ALL 来查找危险的变量
 
- Example#377 - 错误使用 register_globals = on 的例子
 
- Example#378 - 使用会话时同时兼容 register_globals on 和 off 的例子
 
- Example#379 - 探测有害变量
 
- Example#380 - 危险的变量用法
 
- Example#381 - 在服务器端关闭魔术引号
 
- Example#382 - 在运行时关闭魔术引号
 
- Example#383 - 把 PHP 隐藏为另一种语言
 
- Example#384 - 使用未知的扩展名作为 PHP 的扩展名
 
- Example#385 - 用 HTML 做 PHP 的文件后缀
 
- Example#386 - Basic HTTP 认证范例
 
- Example#387 - Digest HTTP 认证范例
 
- Example#388 - 强迫重新输入用户名和密码的 HTTP 认证的范例
 
- Example#389 - 一个简单的 XForms 搜索表单
 
- Example#390 - 使用 XForm 来产生 $_POST
 
- Example#391 - 文件上传表单
 
- Example#392 - 使文件上传生效
 
- Example#393 - 上传一组文件
 
- Example#394 - 上传多个文件
 
- Example#395 - 用 PHP 4 来保存 HTTP PUT 文件
 
- Example#396 - 获取远程文件的标题
 
- Example#397 - 将数据保存到远程服务器
 
- Example#398 - 试图以命令行方式运行的 PHP 脚本(script.php)
 
- Example#399 - 运行 PHP 命令行脚本的批处理文件(script.bat)
 
- Example#400 - 启动Web服务器
 
- Example#401 - 启动时指定根目录
 
- Example#402 - 使用路由(Router)脚本
 
- Example#403 - 生成一个新的zval容器
 
- Example#404 - 显示zval信息
 
- Example#405 - 增加一个zval的引用计数
 
- Example#406 - 减少引用计数
 
- Example#407 - Creating a array zval
 
- Example#408 - 添加一个已经存在的元素到数组中
 
- Example#409 - 从数组中删除一个元素
 
- Example#410 - 把数组作为一个元素添加到自己
 
- Example#411 - Unsetting $a
 
- Example#412 - Memory usage example
 
- Example#413 - GC性能影响
 
- Example#414 - 执行以上脚本
 
- Example#415 - 重新编译PHP以启用GC benchmarking
 
- Example#416 - GC 统计数据
 
- Example#417 - all_probes.d for tracing all PHP Static Probes with DTrace
 
- Example#418 - all_probes.stp for tracing all PHP Static Probes with SystemTap
 
- Example#419 - An apc.rfc1867 example
 
- Example#420 - apc_add 例子
 
- Example#421 - apc_bin_load example
 
- Example#422 - A apc_cache_info example
 
- Example#423 - apc_cas 示例
 
- Example#424 - apc_dec example
 
- Example#425 - apc_define_constants example
 
- Example#426 - apc_delete_file example
 
- Example#427 - A apc_delete 范例
 
- Example#428 - apc_exists 例子
 
- Example#429 - apc_fetch 范例
 
- Example#430 - apc_inc 范例
 
- Example#431 - apc_load_constants example
 
- Example#432 - A apc_sma_info example
 
- Example#433 - apc_store 例子
 
- Example#434 - APCIterator::__construct 例子
 
- Example#435 - An apc.rfc1867 example
 
- Example#436 - A apcu_add example
 
- Example#437 - A apcu_cache_info example
 
- Example#438 - apcu_cas example
 
- Example#439 - apcu_dec example
 
- Example#440 - A apcu_delete example
 
- Example#441 - An apcu_entry example
 
- Example#442 - apcu_exists example
 
- Example#443 - A apcu_fetch example
 
- Example#444 - apcu_inc example
 
- Example#445 - A apcu_sma_info example
 
- Example#446 - A apcu_store example
 
- Example#447 - A APCUIterator::__construct example
 
- Example#448 - Typical session using tcplisten
 
- Example#449 - apd_callstack example
 
- Example#450 - apd_clunk example
 
- Example#451 - apd_continue example
 
- Example#452 - apd_croak example
 
- Example#453 - apd_dump_function_table example
 
- Example#454 - apd_dump_persistent_resources example
 
- Example#455 - apd_dump_regular_resources example
 
- Example#456 - apd_echo example
 
- Example#457 - apd_get_active_symbols example
 
- Example#458 - apd_set_pprof_trace example
 
- Example#459 - apd_set_session_trace_socket example
 
- Example#460 - apd_set_session_trace example
 
- Example#461 - apd_set_session example
 
- Example#462 - override_function example
 
- Example#463 - rename_function example
 
- Example#464 - bcompiler_load_exe 例子
 
- Example#465 - bcompiler_load 例子
 
- Example#466 - bcompiler_parse_class 例子
 
- Example#467 - bcompiler_read 例子
 
- Example#468 - bcompiler_write_class 例子
 
- Example#469 - bcompiler_write_constant 例子
 
- Example#470 - bcompiler_write_exe_footer 例子
 
- Example#471 - bcompiler_write_file 例子
 
- Example#472 - bcompiler_write_footer 例子
 
- Example#473 - bcompiler_write_function 例子
 
- Example#474 - bcompiler_write_functions_from_file 例子
 
- Example#475 - bcompiler_write_header 例子
 
- Example#476 - blenc_encrypt example
 
- Example#477 - 在脚本中使用错误句柄
 
- Example#478 - debug_backtrace 范例
 
- Example#479 - debug_print_backtrace 范例
 
- Example#480 - error_clear_last 例子
 
- Example#481 - An error_get_last 范例
 
- Example#482 - error_log 范例
 
- Example#483 - error_reporting 范例
 
- Example#484 - restore_error_handler 范例
 
- Example#485 - restore_exception_handler 范例
 
- Example#486 - 用 set_error_handler 和 trigger_error 进行错误处理
 
- Example#487 - set_exception_handler 范例
 
- Example#488 - trigger_error 示例
 
- Example#489 - Getting the data within the PHP application itself (function)
 
- Example#490 - Example use of gengraph.php
 
- Example#491 - Listing data via inclued dumps (configuration)
 
- Example#492 - inclued_get_data example
 
- Example#493 - Creating large array in a function
 
- Example#494 - 输出控制举例
 
- Example#495 - ob_end_clean example
 
- Example#496 - ob_end_flush example
 
- Example#497 - A simple ob_get_clean example
 
- Example#498 - A simple ob_get_contents example
 
- Example#499 - ob_get_flush example
 
- Example#500 - A simple ob_get_length example
 
- Example#501 - ob_gzhandler example
 
- Example#502 - ob_list_handlers example
 
- Example#503 - 用户自定义回调函数的例子
 
- Example#504 - output_add_rewrite_var example
 
- Example#505 - output_reset_rewrite_vars example
 
- Example#506 - assert_options 例子
 
- Example#507 - 使用自定义处理程序处理失败的断言
 
- Example#508 - 使用自定义处理器打印描述信息
 
- Example#509 - Expectations without a custom exception
 
- Example#510 - Expectations with a custom exception
 
- Example#511 - cli_get_process_title example
 
- Example#512 - cli_set_process_title example
 
- Example#513 - dl 例子
 
- Example#514 - extension_loaded 例子
 
- Example#515 - 一个 gc_enabled 例子
 
- Example#516 - get_current_user 例子
 
- Example#517 - get_defined_constants 例子
 
- Example#518 - 打印 XML 函数
 
- Example#519 - get_include_path 例子
 
- Example#520 - get_included_files 范例
 
- Example#521 - get_loaded_extensions 范例
 
- Example#522 - get_magic_quotes_gpc 例子
 
- Example#523 - get_magic_quotes_runtime 例子
 
- Example#524 - Unfiltered get_resources
 
- Example#525 - Filtered get_resources
 
- Example#526 - getenv 例子
 
- Example#527 - getlastmod 例子
 
- Example#528 - getopt 例子:基本用法
 
- Example#529 - getopt 例子:引入长选项
 
- Example#530 - getopt 例子:传递同一多个选项
 
- Example#531 - getopt 例子:使用 optind
 
- Example#532 - getrusage 例子
 
- Example#533 - ini_get_all 例子
 
- Example#534 - 禁用 details
 
- Example#535 - 一些 ini_get 例子
 
- Example#536 - ini_restore 例子
 
- Example#537 - 设置一个 ini 选项
 
- Example#538 - 一个 memory_get_usage 例子
 
- Example#539 - php_ini_loaded_file 例子
 
- Example#540 - 列出返回的 ini 文件的简单例子
 
- Example#541 - php_logo_guid 例子
 
- Example#542 - php_sapi_name 例子
 
- Example#543 - 一些 php_uname 的例子
 
- Example#544 - 一些系统相关常量的例子
 
- Example#545 - 打印普遍名单
 
- Example#546 - 打印核心开发者和文档组
 
- Example#547 - 打印所有贡献者
 
- Example#548 - phpinfo 范例
 
- Example#549 - phpversion 范例
 
- Example#550 - PHP_VERSION_ID 范例和用法
 
- Example#551 - 设置一个环境变量
 
- Example#552 - restore_include_path 例子
 
- Example#553 - set_include_path 例子
 
- Example#554 - 添加到include path
 
- Example#555 - set_magic_quotes_runtime 例子
 
- Example#556 - sys_get_temp_dir 例子
 
- Example#557 - version_compare examples
 
- Example#558 - zend_logo_guid 例子
 
- Example#559 - zend_thread_id 例子
 
- Example#560 - zend_version 例子
 
- Example#561 - Custom Superglobals with runkit.superglobal=_FOO,_BAR in php.ini
 
- Example#562 - Instantiating a restricted sandbox
 
- Example#563 - Working with variables in a sandbox
 
- Example#564 - Calling sandbox functions
 
- Example#565 - Passing arguments to sandbox functions
 
- Example#566 - Working with variables in a sandbox
 
- Example#567 - Accessing parental variables
 
- Example#568 - A runkit_class_adopt example
 
- Example#569 - A runkit_class_emancipate example
 
- Example#570 - A runkit_function_add example
 
- Example#571 - A runkit_function_copy example
 
- Example#572 - A runkit_function_redefine example
 
- Example#573 - runkit_import example
 
- Example#574 - runkit_method_add example
 
- Example#575 - runkit_method_copy example
 
- Example#576 - runkit_method_redefine example
 
- Example#577 - runkit_method_remove example
 
- Example#578 - runkit_method_rename example
 
- Example#579 - runkit_return_value_used example
 
- Example#580 - Feeding output to a variable
 
- Example#581 - Enabling and disabling scream at runtime
 
- Example#582 - uopz_backup example
 
- Example#583 - uopz_compose example
 
- Example#584 - uopz_copy example
 
- Example#585 - uopz_delete example
 
- Example#586 - uopz_delete class example
 
- Example#587 - uopz_extend example
 
- Example#588 - uopz_flags example
 
- Example#589 - uopz_function example
 
- Example#590 - uopz_function class example
 
- Example#591 - uopz_implement example
 
- Example#592 - uopz_overload example
 
- Example#593 - uopz_redefine example
 
- Example#594 - uopz_rename example
 
- Example#595 - uopz_rename class example
 
- Example#596 - uopz_restore example
 
- Example#597 - uopz_undefine example
 
- Example#598 - Weakref usage example
 
- Example#599 - WeakRef usage example
 
- Example#600 - Weakref::acquire example
 
- Example#601 - Nested acquire/release example
 
- Example#602 - Weakref::__construct example
 
- Example#603 - Weakref::release example
 
- Example#604 - Weakmap usage example
 
- Example#605 - wincache.ignorelist example
 
- Example#606 - Authentication configuration for wincache.php
 
- Example#607 - Enabling WinCache session handler
 
- Example#608 - Enabling WinCache functions reroutes
 
- Example#609 - Reroute.ini file content
 
- Example#610 - A wincache_fcache_fileinfo example
 
- Example#611 - A wincache_fcache_meminfo example
 
- Example#612 - Using wincache_lock
 
- Example#613 - A wincache_ocache_fileinfo example
 
- Example#614 - A wincache_ocache_meminfo example
 
- Example#615 - A wincache_refresh_if_changed example
 
- Example#616 - A wincache_rplist_fileinfo example
 
- Example#617 - A wincache_rplist_meminfo example
 
- Example#618 - A wincache_scache_info example
 
- Example#619 - A wincache_scache_meminfo example
 
- Example#620 - wincache_ucache_add with key as a string
 
- Example#621 - wincache_ucache_add with key as an array
 
- Example#622 - Using wincache_ucache_cas
 
- Example#623 - using wincache_ucache_clear
 
- Example#624 - Using wincache_ucache_dec
 
- Example#625 - Using wincache_ucache_delete with key as a string
 
- Example#626 - Usingwincache_ucache_delete with key as an array
 
- Example#627 - Using wincache_ucache_delete with key as an array where some elements cannot be deleted
 
- Example#628 - Using wincache_ucache_exists
 
- Example#629 - wincache_ucache_get with key as a string
 
- Example#630 - wincache_ucache_get with key as an array
 
- Example#631 - Using wincache_ucache_inc
 
- Example#632 - Using wincache_ucache_info
 
- Example#633 - A wincache_ucache_meminfo example
 
- Example#634 - wincache_ucache_set with key as a string
 
- Example#635 - wincache_ucache_set with key as an array
 
- Example#636 - Using wincache_unlock
 
- Example#637 - Xhprof 范例,可选使用图形界面
 
- Example#638 - xhprof_disable 范例
 
- Example#639 - xhprof_enable 范例
 
- Example#640 - xhprof_sample_disable 范例
 
- Example#641 - id3_get_frame_long_name example
 
- Example#642 - id3_get_frame_short_name example
 
- Example#643 - id3_get_genre_id example
 
- Example#644 - id3_get_genre_list example
 
- Example#645 - id3_get_genre_name example
 
- Example#646 - id3_get_tag example
 
- Example#647 - id3_get_tag example
 
- Example#648 - id3_get_version example
 
- Example#649 - id3_remove_tag example
 
- Example#650 - id3_set_tag example
 
- Example#651 - Opens a new MP3 file and read the title
 
- Example#652 - Reading an OGG/Vorbis file
 
- Example#653 - Encode an audio file to OGG/Vorbis
 
- Example#654 - KADM5 extension overview example
 
- Example#655 - Example of changing principal's password
 
- Example#656 - Example of principal's creation
 
- Example#657 - kadm5_delete_principal example
 
- Example#658 - kadm5_get_policies example
 
- Example#659 - kadm5_get_principal example
 
- Example#660 - kadm5_get_principals example
 
- Example#661 - KADM5 initialization example
 
- Example#662 - Example of modifying principal
 
- Example#663 - Using CHAP passwords
 
- Example#664 - radius_acct_open example
 
- Example#665 - radius_add_server example
 
- Example#666 - radius_auth_open example
 
- Example#667 - radius_create_request example
 
- Example#668 - radius_cvt_addr example
 
- Example#669 - radius_cvt_int example
 
- Example#670 - radius_cvt_string example
 
- Example#671 - radius_get_attr example
 
- Example#672 - radius_get_tagged_attr_data example
 
- Example#673 - radius_get_tagged_attr_tag example
 
- Example#674 - radius_get_vendor_attr example
 
- Example#675 - radius_put_attr example
 
- Example#676 - radius_put_int example
 
- Example#677 - radius_put_string example
 
- Example#678 - radius_put_vendor_attr example
 
- Example#679 - Writing a string with a specified color to the screen
 
- Example#680 - ncurses_getmouse example
 
- Example#681 - Writing a string with a specified color to the screen
 
- Example#682 - Writing a string with a specified color to the screen
 
- Example#683 - ncurses_mousemask example
 
- Example#684 - Writing a string with a specified color to the screen
 
- Example#685 - Newt Usage Example
 
- Example#686 - A newt_button example
 
- Example#687 - A newt_draw_root_text example
 
- Example#688 - A newt_form_add_component example
 
- Example#689 - A newt_form_add_components example
 
- Example#690 - A newt_form example
 
- Example#691 - A newt_get_screen_size example
 
- Example#692 - A newt_win_entries example
 
- Example#693 - Readline Callback Interface Example
 
- Example#694 - readline Example
 
- Example#695 - bzip2 小例子
 
- Example#696 - 压缩数据
 
- Example#697 - 解压一个字符串
 
- Example#698 - bzerror 范例
 
- Example#699 - bzopen 范例
 
- Example#700 - bzread 范例
 
- Example#701 - bzwrite 范例
 
- Example#702 - Using an external file
 
- Example#703 - Using a file within a phar archive
 
- Example#704 - Converting a phar archive from phar to tar file format
 
- Example#705 - phar.extract_list usage example
 
- Example#706 - phar.cache_list usage example
 
- Example#707 - 一个 Phar::addEmptyDir 示例
 
- Example#708 - 一个 Phar::addFile 示例
 
- Example#709 - 一个 Phar::addFromString 示例
 
- Example#710 - A Phar::apiVersion example
 
- Example#711 - A Phar::buildFromDirectory example
 
- Example#712 - A Phar::buildFromIterator with SplFileInfo
 
- Example#713 - A Phar::buildFromIterator with other iterators
 
- Example#714 - A Phar::canCompress example
 
- Example#715 - A Phar::canWrite example
 
- Example#716 - A Phar::compress example
 
- Example#717 - A Phar::compressAllFilesBZIP2 example
 
- Example#718 - A Phar::compressAllFilesGZ example
 
- Example#719 - A Phar::compressFiles example
 
- Example#720 - A Phar::__construct example
 
- Example#721 - A Phar::convertToData example
 
- Example#722 - A Phar::convertToExecutable example
 
- Example#723 - A Phar::copy example
 
- Example#724 - A Phar::count example
 
- Example#725 - A Phar::createDefaultStub example
 
- Example#726 - A Phar::decompress example
 
- Example#727 - A Phar::decompressFiles example
 
- Example#728 - A Phar::delMetaData example
 
- Example#729 - 一个 Phar::delete 示例
 
- Example#730 - A Phar::extractTo example
 
- Example#731 - A Phar::getMetadata example
 
- Example#732 - A Phar::getStub example
 
- Example#733 - A Phar::hasMetadata example
 
- Example#734 - A Phar::interceptFileFuncs example
 
- Example#735 - A Phar::interceptFileFuncs example
 
- Example#736 - A Phar::isBuffering example
 
- Example#737 - A Phar::isCompressed example
 
- Example#738 - A Phar::loadPhar example
 
- Example#739 - A Phar::mapPhar example
 
- Example#740 - A Phar::mount example
 
- Example#741 - A Phar::mungServer example
 
- Example#742 - A Phar::offsetExists example
 
- Example#743 - Phar::offsetGet example
 
- Example#744 - A Phar::offsetSet example
 
- Example#745 - A Phar::offsetUnset example
 
- Example#746 - A Phar::running example
 
- Example#747 - A Phar::setAlias example
 
- Example#748 - A Phar::setDefaultStub example
 
- Example#749 - A Phar::setMetadata example
 
- Example#750 - A Phar::setStub example
 
- Example#751 - A Phar::startBuffering example
 
- Example#752 - A Phar::stopBuffering example
 
- Example#753 - A Phar::uncompressAllFiles example
 
- Example#754 - A Phar::unlinkArchive example
 
- Example#755 - A Phar::webPhar example
 
- Example#756 - A PharData::addEmptyDir example
 
- Example#757 - A PharData::addFile example
 
- Example#758 - A PharData::addFromString example
 
- Example#759 - A PharData::buildFromDirectory example
 
- Example#760 - A PharData::buildFromIterator with SplFileInfo
 
- Example#761 - A PharData::buildFromIterator with other iterators
 
- Example#762 - A PharData::compress example
 
- Example#763 - A PharData::compressFiles example
 
- Example#764 - A PharData::__construct example
 
- Example#765 - A PharData::convertToData example
 
- Example#766 - A PharData::convertToExecutable example
 
- Example#767 - A PharData::copy example
 
- Example#768 - A PharData::decompress example
 
- Example#769 - A PharData::decompressFiles example
 
- Example#770 - A PharData::delMetaData example
 
- Example#771 - A PharData::delete example
 
- Example#772 - A PharData::extractTo example
 
- Example#773 - A PharData::offsetSet example
 
- Example#774 - A PharData::offsetUnset example
 
- Example#775 - A Phar::setMetadata example
 
- Example#776 - A PharFileInfo::chmod example
 
- Example#777 - A PharFileInfo::compress example
 
- Example#778 - A PharFileInfo::__construct example
 
- Example#779 - A PharFileInfo::decompress example
 
- Example#780 - A PharFileInfo::delMetaData example
 
- Example#781 - A PharFileInfo::getCRC32 example
 
- Example#782 - A PharFileInfo::getCompressedSize example
 
- Example#783 - A PharFileInfo::getMetadata example
 
- Example#784 - A PharFileInfo::getPharFlags example
 
- Example#785 - A PharFileInfo::isCRCChecked example
 
- Example#786 - A PharFileInfo::isCompressed example
 
- Example#787 - A PharFileInfo::isCompressedBZIP2 example
 
- Example#788 - A PharFileInfo::isCompressedGZ example
 
- Example#789 - A PharFileInfo::setCompressedBZIP2 example
 
- Example#790 - A PharFileInfo::setCompressedGZ example
 
- Example#791 - A PharFileInfo::setMetadata example
 
- Example#792 - A PharFileInfo::setUncompressed example
 
- Example#793 - Rar installation
 
- Example#794 - On-the-fly decompression
 
- Example#795 - RAR extension filesystem extraction example
 
- Example#796 - 面向对象风格
 
- Example#797 - 过程化风格
 
- Example#798 - 面向对象风格
 
- Example#799 - 过程化风格
 
- Example#800 - 面向对象风格
 
- Example#801 - 过程化风格
 
- Example#802 - 面向对象风格
 
- Example#803 - 过程化风格
 
- Example#804 - 面向对象风格
 
- Example#805 - 过程化风格
 
- Example#806 - 面向对象风格
 
- Example#807 - 过程化风格
 
- Example#808 - 面向对象风格
 
- Example#809 - 过程化风格
 
- Example#810 - Volume Callback
 
- Example#811 - 面向对象风格
 
- Example#812 - 过程化风格
 
- Example#813 - RarArchive::__toString example
 
- Example#814 - RarEntry::extract example
 
- Example#815 - How to extract all files in archive:
 
- Example#816 - RarEntry::getAttr example
 
- Example#817 - RarEntry::getHostOs example (version >= 2.0.0)
 
- Example#818 - RarEntry::getHostOs example (version <= 1.0.0)
 
- Example#819 - RarEntry::getMethod example
 
- Example#820 - RarEntry::getName example
 
- Example#821 - RarEntry::getPackedSize example
 
- Example#822 - RarEntry::getStream example
 
- Example#823 - RarEntry::getUnpackedSize example
 
- Example#824 - RarEntry::getVersion example
 
- Example#825 - RarException::isUsingExceptions example
 
- Example#826 - RarException::setUsingExceptions example
 
- Example#827 - 创建一个 Zip 归档
 
- Example#828 - 输出文档细节和列表
 
- Example#829 - Zip 流封装,读取一个 OpenOffice 文件的元信息
 
- Example#830 - Zip 使用范例
 
- Example#831 - Create a new directory in an archive
 
- Example#832 - Open and add
 
- Example#833 - Add an entry to a new archive
 
- Example#834 - Add file to a directory inside an archive
 
- Example#835 - ZipArchive::addGlob example
 
- Example#836 - ZipArchive::addPattern example
 
- Example#837 - Delete file from archive using its index
 
- Example#838 - Deleting a file and directory from an archive, using names
 
- Example#839 - Extract all entries
 
- Example#840 - Extract two entries
 
- Example#841 - Dump an archive comment
 
- Example#842 - Dump an entry comment
 
- Example#843 - Dump an entry comment
 
- Example#844 - Extract all entries with Unix rights
 
- Example#845 - Get the file contents
 
- Example#846 - Get the file contents
 
- Example#847 - Convert an image from a zip entry
 
- Example#848 - ZipArchive::getNameIndex example
 
- Example#849 - Get the entry contents with fread and store it
 
- Example#850 - Same as the previous example but with fopen and the zip
     stream wrapper
 
- Example#851 - Stream wrapper and image, can be used with the xml function
     as well
 
- Example#852 - Create an archive and then use it with ZipArchive::locateName
 
- Example#853 - Open and extract
 
- Example#854 - Create an archive
 
- Example#855 - Rename one entry
 
- Example#856 - Rename one entry
 
- Example#857 - Create an archive and set a comment
 
- Example#858 - Open an archive and set a comment for an entry
 
- Example#859 - Open an archive and set a comment for an entry
 
- Example#860 - Add files with different compression methods to an archive
 
- Example#861 - Add files with different compression methods to an archive
 
- Example#862 - Archive and encrypt a file
 
- Example#863 - Archive a file, with its Unix rights
 
- Example#864 - Dump the stat info of an entry
 
- Example#865 - Dump the stat info of an entry
 
- Example#866 - Small Zlib Example
 
- Example#867 - Working with the incremental compression and decompression API as of PHP 7.0.0
 
- Example#868 - gzclose example
 
- Example#869 - gzcompress example
 
- Example#870 - gzdeflate example
 
- Example#871 - Creating a gzip file
 
- Example#872 - gzeof example
 
- Example#873 - gzfile example
 
- Example#874 - gzgetc example
 
- Example#875 - gzgets example
 
- Example#876 - gzgetss example
 
- Example#877 - gzinflate example
 
- Example#878 - gzopen Example
 
- Example#879 - gzpassthru example
 
- Example#880 - gzread example
 
- Example#881 - gzseek example
 
- Example#882 - gzuncompress example
 
- Example#883 - gzwrite example
 
- Example#884 - zlib_encode example
 
- Example#885 - CrackLib example
 
- Example#886 - random_bytes example
 
- Example#887 - random_int example
 
- Example#888 - hash_algos 例程
 
- Example#889 - hash_copy 例程
 
- Example#890 - hash_equals 例程
 
- Example#891 - 使用 hash_file
 
- Example#892 - hash_final 例程
 
- Example#893 - hash_hkdf example
 
- Example#894 - hash_hmac_file 例程
 
- Example#895 - hash_hmac 例程
 
- Example#896 - 增量哈希运算例程
 
- Example#897 - hash_pbkdf2 例程,基础用法
 
- Example#898 - hash_update_stream 例程
 
- Example#899 - 一个 hash 例程
 
- Example#900 - 使用 PHP 5.4 或者更高版本计算 tiger 哈希值
 
- Example#901 - 在 2.4.x 或更高版本,使用 256 比特的密钥,AES 算法和 CBC 模式来加密输入数据
 
- Example#902 - mcrypt_create_iv 例程
 
- Example#903 - mcrypt_enc_get_algorithms_name 例程
 
- Example#904 - mcrypt_enc_get_modes_name 例程
 
- Example#905 - mcrypt_enc_get_supported_key_sizes 例程
 
- Example#906 - mcrypt_encrypt 例程
 
- Example#907 - mcrypt_get_block_size 例程
 
- Example#908 - mcrypt_get_cipher_name 例程
 
- Example#909 - mcrypt_get_iv_size 例程
 
- Example#910 - mcrypt_get_key_size 例程
 
- Example#911 - mcrypt_list_algorithms 例程
 
- Example#912 - mcrypt_list_modes 例程
 
- Example#913 - mcrypt_module_open 例程
 
- Example#914 - 在加密中使用 mcrypt_module_open
 
- Example#915 - mcrypt_module_self_test 例程
 
- Example#916 - mdecrypt_generic 例程
 
- Example#917 - Computes the MD5 digest and hmac and print it out as hex
 
- Example#918 - Traversing all hashes
 
- Example#919 - mhash_get_block_size Example
 
- Example#920 - mhash_get_hash_name Example
 
- Example#921 - openssl_cipher_iv_length example
 
- Example#922 - Creating a self-signed-certificate
 
- Example#923 - openssl_csr_sign example - signing a
     CSR (how to implement your own CA)
 
- Example#924 - openssl_error_string example
 
- Example#925 - openssl_get_cert_locations example
 
- Example#926 - openssl_get_cipher_methods example
 
- Example#927 - openssl_get_md_methods example
 
- Example#928 - openssl_open example
 
- Example#929 - openssl_pkcs12_read example
 
- Example#930 - openssl_pkcs7_decrypt example
 
- Example#931 - openssl_pkcs7_encrypt example
 
- Example#932 - openssl_pkcs7_sign example
 
- Example#933 - openssl_random_pseudo_bytes example
 
- Example#934 - openssl_seal example
 
- Example#935 - openssl_sign example
 
- Example#936 - openssl_sign example
 
- Example#937 - openssl_spki_export_challenge example
 
- Example#938 - openssl_spki_export_challenge example from <keygen>
 
- Example#939 - openssl_spki_export example
 
- Example#940 - openssl_spki_export example from <keygen>
 
- Example#941 - openssl_spki_new example
 
- Example#942 - openssl_spki_verify example
 
- Example#943 - openssl_spki_verify example from <keygen>
 
- Example#944 - openssl_verify example
 
- Example#945 - openssl_verify example
 
- Example#946 - password_hash 例子
 
- Example#947 - password_hash 手动设置 cost 的例子
 
- Example#948 - password_hash 手动设置盐值的例子
 
- Example#949 - password_hash example finding a good cost
 
- Example#950 - Usage of password_needs_rehash
 
- Example#951 - password_verify 例子
 
- Example#952 - DBA example
 
- Example#953 - Traversing a database
 
- Example#954 - dba_handlers Example
 
- Example#955 - dbx_close example
 
- Example#956 - dbx_compare example
 
- Example#957 - dbx_connect example
 
- Example#958 - dbx_error example
 
- Example#959 - dbx_escape_string example
 
- Example#960 - How to handle the returned value
 
- Example#961 - lists each field's name and type
 
- Example#962 - outputs the content of data property into HTML table
 
- Example#963 - How to handle UNBUFFERED queries
 
- Example#964 - How to handle the returned value
 
- Example#965 - dbx_sort example
 
- Example#966 - DSN-less connections
 
- Example#967 - odbc_execute and odbc_prepare example
 
- Example#968 - odbc_fetch_into examples
 
- Example#969 - odbc_next_result
 
- Example#970 - odbc_execute and odbc_prepare example
 
- Example#971 - odbc_result examples
 
- Example#972 - odbc_setoption examples
 
- Example#973 - 使用 PDO::ATTR_DRIVER_NAME 的例子
 
- Example#974 - 连接到 MySQL
 
- Example#975 - 处理连接错误
 
- Example#976 - 关闭一个连接
 
- Example#977 - 持久化连接
 
- Example#978 - 在事务中执行批处理
 
- Example#979 - 用预处理语句进行重复插入
 
- Example#980 - 用预处理语句进行重复插入
 
- Example#981 - 使用预处理语句获取数据
 
- Example#982 - 带输出参数调用存储过程
 
- Example#983 - 带输入/输出参数调用存储过程
 
- Example#984 - 占位符的无效使用
 
- Example#985 - 创建 PDO 实例并设置错误模式
 
- Example#986 - 创建 PDO 实例并在构造函数中设置错误模式
 
- Example#987 - 从数据库中显示一张图片
 
- Example#988 - 插入一张图片到数据库
 
- Example#989 - 插入一张图片到数据库:Oracle
 
- Example#990 - 回滚一个事务
 
- Example#991 - 提交一个基础事务
 
- Example#992 - 提交一个DDL事务
 
- Example#993 - Create a PDO instance via driver invocation
 
- Example#994 - Create a PDO instance via URI invocation
 
- Example#995 - 使用别名创建一个PDO实例
 
- Example#996 - 取得一个 SQLSTATE 码
 
- Example#997 - Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database
 
- Example#998 - 发出一条 DELETE 语句
 
- Example#999 - 取回数据库连接属性
 
- Example#1000 - 一个 PDO::getAvailableDrivers 的例子
 
- Example#1001 - Prepare an SQL statement with named parameters
 
- Example#1002 - Prepare an SQL statement with question mark parameters
 
- Example#1003 - Demonstrate PDO::query
 
- Example#1004 - Quoting a normal string
 
- Example#1005 - Quoting a dangerous string
 
- Example#1006 - Quoting a complex string
 
- Example#1007 - 回滚一个事务
 
- Example#1008 - 把结果集输出绑定到 PHP 变量
 
- Example#1009 - 执行一条使用命名占位符的预处理语句
 
- Example#1010 - 执行一条使用问号占位符的预处理语句
 
- Example#1011 - 使用 INOUT 参数调用一个存储过程
 
- Example#1012 - 执行一条使用命名占位符的预处理语句
 
- Example#1013 - 执行一条使用问号占位符的预处理语句
 
- Example#1014 - 一个 PDOStatement::closeCursor 的例子
 
- Example#1015 - 计算列数
 
- Example#1016 - PDOStatement::debugDumpParams 使用命名参数的例子
 
- Example#1017 - PDOStatement::debugDumpParams 使用未命名参数的例子
 
- Example#1018 - 取回一个 SQLSTATE 码
 
- Example#1019 - 显示连接到DB2数据库的 PDO_ODBC 连接的 errorInfo() 的字段
 
- Example#1020 - 执行一条绑定变量的预处理语句
 
- Example#1021 - 使用一个含有插入值的数组执行一条预处理语句(命名参数)
 
- Example#1022 - 使用一个含有插入值的数组执行一条预处理语句(占位符)
 
- Example#1023 - 执行一条问号占位符的预处理语句
 
- Example#1024 - 使用数组执行一条含有 IN 子句的预处理语句
 
- Example#1025 - 使用不同的提取方式获取行
 
- Example#1026 - 使用一个可滚动游标获取行
 
- Example#1027 - 获取结果集中所有剩余的行
 
- Example#1028 - 获取结果集中单独一列的所有值
 
- Example#1029 - 根据单独的一列把所有值分组
 
- Example#1030 - 每行结果实例化一个类
 
- Example#1031 - 每行调用一次函数
 
- Example#1032 - 返回下一行的第一列
 
- Example#1033 - 检索列的元数据
 
- Example#1034 - 获取由一个存储过程返回的多个行集
 
- Example#1035 - 返回删除的行数
 
- Example#1036 - 计算由一个 SELECT 语句返回的行数
 
- Example#1037 - 设置获取模式
 
- Example#1038 - Insert LOBs in CUBRID PDO
 
- Example#1039 - Fetch LOBs in CUBRID PDO
 
- Example#1040 - Insert set in CUBRID PDO with default data type.
 
- Example#1041 - Specify data type when insert set in CUBRID PDO
 
- Example#1042 - PDO_CUBRID DSN examples
 
- Example#1043 - A PDO::cubrid_schema example
 
- Example#1044 - PDO_DBLIB DSN examples
 
- Example#1045 - PDO_FIREBIRD DSN example with path
 
- Example#1046 - PDO_FIREBIRD DSN example with port and path
 
- Example#1047 - PDO_FIREBIRD DSN example with localhost and path to employee.fdb on Debian system
 
- Example#1048 - PDO_IBM DSN example using db2cli.ini
 
- Example#1049 - PDO_IBM DSN example using a connection string
 
- Example#1050 - PDO_INFORMIX DSN example using odbc.ini
 
- Example#1051 - PDO_INFORMIX DSN example using a connection string
 
- Example#1052 - Forcing queries to be buffered in mysql
 
- Example#1053 - Setting the connection character set to UTF-8 prior to PHP 5.3.6
 
- Example#1054 - PDO_MYSQL DSN examples
 
- Example#1055 - PDO_SQLSRV DSN examples
 
- Example#1056 - PDO_OCI DSN examples
 
- Example#1057 - PDO_ODBC DSN example (ODBC driver manager)
 
- Example#1058 - PDO_ODBC DSN example (IBM DB2 uncataloged connection)
 
- Example#1059 - PDO_ODBC DSN example (Microsoft Access uncataloged connection)
 
- Example#1060 - PDO_PGSQL DSN examples
 
- Example#1061 - A PDO::pgsqlLOBCreate example
 
- Example#1062 - A PDO::pgsqlLOBOpen example
 
- Example#1063 - A PDO::pgsqlLOBUnlink example
 
- Example#1064 - PDO_SQLITE DSN examples
 
- Example#1065 - max_length aggregation function example
 
- Example#1066 - PDO::sqliteCreateCollation example
 
- Example#1067 - PDO::sqliteCreateFunction example
 
- Example#1068 - DSN examples for PDO_4D
 
- Example#1069 - Basic example with PDO_4D
 
- Example#1070 - Accessing 4D language from pdo_4d
 
- Example#1071 - Escaping 4D table names
 
- Example#1072 - 数据查询的例子
 
- Example#1073 - 数据插入的例子
 
- Example#1074 - cubrid_bind example
 
- Example#1075 - cubrid_bind BLOB/CLOB example
 
- Example#1076 - cubrid_bind BLOB/CLOB example
 
- Example#1077 - cubrid_close_prepare example
 
- Example#1078 - cubrid_close_request example
 
- Example#1079 - cubrid_col_get example
 
- Example#1080 - cubrid_col_size example
 
- Example#1081 - cubrid_column_names example
 
- Example#1082 - cubrid_column_types example
 
- Example#1083 - cubrid_commit example
 
- Example#1084 - cubrid_connect_with_url url without properties example
 
- Example#1085 - cubrid_connect_with_url url with properties example
 
- Example#1086 - cubrid_connect example
 
- Example#1087 - cubrid_current_oid example
 
- Example#1088 - cubrid_disconnect example
 
- Example#1089 - cubrid_drop example
 
- Example#1090 - cubrid_error_code_facility example
 
- Example#1091 - cubrid_error_code example
 
- Example#1092 - cubrid_error_msg example
 
- Example#1093 - cubrid_execute example
 
- Example#1094 - cubrid_fetch example
 
- Example#1095 - cubrid_free_result example
 
- Example#1096 - cubrid_get_charset example
 
- Example#1097 - cubrid_get_class_name example
 
- Example#1098 - cubrid_get_client_info example
 
- Example#1099 - cubrid_get_db_parameter example
 
- Example#1100 - cubrid_get_query_timeout example
 
- Example#1101 - cubrid_get_server_info example
 
- Example#1102 - cubrid_get example
 
- Example#1103 - cubrid_insert_id example
 
- Example#1104 - cubrid_is_instance example
 
- Example#1105 - cubrid_lob_close example
 
- Example#1106 - cubrid_lob_export example
 
- Example#1107 - cubrid_lob_get example
 
- Example#1108 - cubrid_lob_send example
 
- Example#1109 - cubrid_lob_size example
 
- Example#1110 - cubrid_lob2_bind example
 
- Example#1111 - cubrid_lob2_export example
 
- Example#1112 - cubrid_lob2_export example
 
- Example#1113 - cubrid_lob2_read example 1
 
- Example#1114 - cubrid_lob2_read example 2
 
- Example#1115 - cubrid_lob2_seek64 example
 
- Example#1116 - cubrid_lob2_seek example
 
- Example#1117 - cubrid_lob2_write example 1
 
- Example#1118 - cubrid_lob2_write example 2
 
- Example#1119 - cubrid_lock_read example
 
- Example#1120 - cubrid_lock_write example
 
- Example#1121 - cubrid_move_cursor example
 
- Example#1122 - cubrid_next_result example
 
- Example#1123 - cubrid_num_cols example
 
- Example#1124 - cubrid_num_rows example
 
- Example#1125 - cubrid_pconnect_with_url url without properties example
 
- Example#1126 - cubrid_pconnect_with_url url with properties example
 
- Example#1127 - cubrid_connect example
 
- Example#1128 - cubrid_prepare example
 
- Example#1129 - cubrid_put example
 
- Example#1130 - cubrid_rollback example
 
- Example#1131 - cubrid_schema example
 
- Example#1132 - cubrid_seq_drop example
 
- Example#1133 - cubrid_seq_insert example
 
- Example#1134 - cubrid_seq_put example
 
- Example#1135 - cubrid_set_add example
 
- Example#1136 - cubrid_get_db_parameter example
 
- Example#1137 - cubrid_set_drop example
 
- Example#1138 - cubrid_version example
 
- Example#1139 - cubrid_affected_rows example
 
- Example#1140 - cubrid_client_encoding example
 
- Example#1141 - cubrid_close example
 
- Example#1142 - cubrid_data_seek example
 
- Example#1143 - cubrid_db_name example
 
- Example#1144 - cubrid_errno example
 
- Example#1145 - cubrid_error example
 
- Example#1146 - cubrid_fetch_array example
 
- Example#1147 - cubrid_fetch_assoc example
 
- Example#1148 - cubrid_fetch_field example
 
- Example#1149 - cubrid_fetch_lengths example
 
- Example#1150 - cubrid_fetch_object example
 
- Example#1151 - cubrid_fetch_row example
 
- Example#1152 - cubrid_field_flags example
 
- Example#1153 - cubrid_field_len example
 
- Example#1154 - cubrid_field_name example
 
- Example#1155 - cubrid_field_seek example
 
- Example#1156 - cubrid_field_table example
 
- Example#1157 - cubrid_field_type example
 
- Example#1158 - cubrid_list_dbs example
 
- Example#1159 - cubrid_num_fields example
 
- Example#1160 - cubrid_ping example
 
- Example#1161 - Invalid Query
 
- Example#1162 - Valid Query
 
- Example#1163 - cubrid_real_escape_string example
 
- Example#1164 - cubrid_result example
 
- Example#1165 - cubrid_unbuffered_query example
 
- Example#1166 - cubrid_load_from_glo example
 
- Example#1167 - cubrid_new_glo example
 
- Example#1168 - cubrid_save_to_glo example
 
- Example#1169 - cubrid_send_glo example
 
- Example#1170 - Inserting a record in a dBase database
 
- Example#1171 - Closing a dBase database file
 
- Example#1172 - Creating a dBase database file
 
- Example#1173 - Showing header information for a dBase database file
 
- Example#1174 - Listing all the registered members in the database
 
- Example#1175 - dbase_numfields Example
 
- Example#1176 - Looping over all the records of the database
 
- Example#1177 - Opening a dBase database file
 
- Example#1178 - Emptying a dBase database
 
- Example#1179 - Updating a record in the database
 
- Example#1180 - ibase_blob_get example
 
- Example#1181 - ibase_blob_import example
 
- Example#1182 - ibase_connect example
 
- Example#1183 - ibase_execute example
 
- Example#1184 - ibase_fetch_object example
 
- Example#1185 - ibase_field_info example
 
- Example#1186 - ibase_name_result example
 
- Example#1187 - ibase_num_fields example
 
- Example#1188 - ibase_query example
 
- Example#1189 - ibase_set_event_handler example
 
- Example#1190 - fbsql_close example
 
- Example#1191 - fbsql_connect example
 
- Example#1192 - fbsql_create_blob example
 
- Example#1193 - fbsql_create_clob example
 
- Example#1194 - fbsql_create_db example
 
- Example#1195 - fbsql_data_seek example
 
- Example#1196 - fbsql_create_clob example
 
- Example#1197 - fbsql_errno Example
 
- Example#1198 - fbsql_error Example
 
- Example#1199 - fbsql_fetch_array example
 
- Example#1200 - fbsql_fetch_assoc example
 
- Example#1201 - fbsql_fetch_field example
 
- Example#1202 - fbsql_fetch_object example
 
- Example#1203 - fbsql_field_name example
 
- Example#1204 - fbsql_field_type example
 
- Example#1205 - fbsql_list_dbs example
 
- Example#1206 - fbsql_list_fields example
 
- Example#1207 - fbsql_next_result example
 
- Example#1208 - fbsql_num_rows example
 
- Example#1209 - fbsql_query example
 
- Example#1210 - fbsql_query example
 
- Example#1211 - fbsql_read_blob example
 
- Example#1212 - fbsql_read_clob example
 
- Example#1213 - fbsql_table_name example
 
- Example#1214 - Retrieving the AUTOCOMMIT value for a connection
 
- Example#1215 - Setting the AUTOCOMMIT value for a connection
 
- Example#1216 - Binding PHP variables to a prepared statement
 
- Example#1217 - Calling stored procedures with IN and OUT parameters
 
- Example#1218 - Inserting a binary large object (BLOB) directly from a file
 
- Example#1219 - A db2_client_info example
 
- Example#1220 - Closing a connection
 
- Example#1221 - Retrieving an SQLSTATE value for a failed connection attempt
 
- Example#1222 - Retrieving the error message returned by a failed connection attempt
 
- Example#1223 - Creating a cataloged connection
 
- Example#1224 - Creating an uncataloged connection
 
- Example#1225 - Creating a connection with autocommit off by default
 
- Example#1226 - i5/OS best performance
 
- Example#1227 - Using trusted context
 
- Example#1228 - A db2_escape_string example
 
- Example#1229 - Creating a table with db2_exec
 
- Example#1230 - Executing a SELECT statement with a scrollable cursor
 
- Example#1231 - Returning XML data as an SQL ResultSet
 
- Example#1232 - Performing a "JOIN" with XML data
 
- Example#1233 - Returning SQL data as part of a larger XML document
 
- Example#1234 - Preparing and executing an SQL statement with parameter markers
 
- Example#1235 - Calling a stored procedure with an OUT parameter
 
- Example#1236 - Returning XML data as an SQL ResultSet
 
- Example#1237 - Performing a "JOIN" with XML data
 
- Example#1238 - Returning SQL data as part of a larger XML document
 
- Example#1239 - Iterating through a forward-only cursor
 
- Example#1240 - Retrieving specific rows with db2_fetch_array
     from a scrollable cursor
 
- Example#1241 - Iterating through a forward-only cursor
 
- Example#1242 - Retrieving specific rows with db2_fetch_assoc
     from a scrollable cursor
 
- Example#1243 - Iterating through a forward-only cursor
 
- Example#1244 - Retrieving specific rows with db2_fetch_both
     from a scrollable cursor
 
- Example#1245 - A db2_fetch_object example
 
- Example#1246 - Iterating through a result set
 
- Example#1247 - i5/OS recommended alternatives to db2_fetch_row/db2_result
 
- Example#1248 - Setting and retrieving parameters through a connection resource
 
- Example#1249 - A db2_last_insert_id example
 
- Example#1250 - Iterating through different types of data
 
- Example#1251 - Calling a stored procedure that returns multiple result sets
 
- Example#1252 - Retrieving the number of fields in a result set
 
- Example#1253 - Closing a persistent connection
 
- Example#1254 - A db2_pconnect example
 
- Example#1255 - Using trusted context
 
- Example#1256 - Preparing and executing an SQL statement with parameter markers
 
- Example#1257 - A db2_result example
 
- Example#1258 - Rolling back a DELETE statement
 
- Example#1259 - A db2_server_info example
 
- Example#1260 - Setting one parameter with a connection resource
 
- Example#1261 - Setting multiple parameters with a connection resource
 
- Example#1262 - Setting multiple parameters with an invalid key
 
- Example#1263 - Setting multiple parameters with an invalid value
 
- Example#1264 - Setting multiple parameters with a connection resource and the wrong type
 
- Example#1265 - Setting multiple parameters with the wrong resource
 
- Example#1266 - Putting it all together
 
- Example#1267 - i5/OS cursors are read-only
 
- Example#1268 - Informix affected rows
 
- Example#1269 - Closing a Informix connection
 
- Example#1270 - Connect to a Informix database
 
- Example#1271 - ifx_do Example
 
- Example#1272 - ifx_errormsg example
 
- Example#1273 - Informix fetch rows
 
- Example#1274 - Informix SQL fieldproperties
 
- Example#1275 - Fieldnames and SQL fieldtypes
 
- Example#1276 - Retrieve Informix sqlca.sqlerrd[x] values
 
- Example#1277 - Informix results as HTML table
 
- Example#1278 - ifx_num_fields Example
 
- Example#1279 - Show all rows of the "orders" table as a HTML table
 
- Example#1280 - Insert some values into the "catalog" table
 
- Example#1281 - Example usage of PassEnv for Ingres
 
- Example#1282 - Simple Ingres Example
 
- Example#1283 - ingres_charset - Get the installation character set
 
- Example#1284 - Open a connection to an Ingres database
 
- Example#1285 - Get cursor name for a query resource
 
- Example#1286 - Get the last Ingres error number generated
 
- Example#1287 - Get a message for the last error generated
 
- Example#1288 - Get the last SQLSTATE error code generated
 
- Example#1289 - Escape special characters for use in a query
 
- Example#1290 - Fetch a row of result into an array
 
- Example#1291 - Fetch a row into an associative array
 
- Example#1292 - Fetch a row into an object
 
- Example#1293 - Get the return value from a procedure call
 
- Example#1294 - Fetch a row of result into an enumerated array
 
- Example#1295 - Free a result resource
 
- Example#1296 - Send a simple select
 
- Example#1297 - Passing query parameters to ingres_query
 
- Example#1298 - Inserting a BLOB with parameter types
 
- Example#1299 - Position the cursor on the 3rd row
 
- Example#1300 - Set date_format to ISO4
 
- Example#1301 - Set timezone to HONG-KONG
 
- Example#1302 - Issue a simple un-buffered select
 
- Example#1303 - Passing query parameters to ingres_unbuffered_query
 
- Example#1304 - Inserting a BLOB with parameter types
 
- Example#1305 - MaxDB extension overview example
 
- Example#1306 - Example for use of SELECT INTO statements
 
- Example#1307 - Example fore using database procedures
 
- Example#1308 - 面向对象风格
 
- Example#1309 - 过程化风格
 
- Example#1310 - 面向对象风格
 
- Example#1311 - 过程化风格
 
- Example#1312 - 面向对象风格
 
- Example#1313 - 过程化风格
 
- Example#1314 - 面向对象风格
 
- Example#1315 - 过程化风格
 
- Example#1316 - 面向对象风格
 
- Example#1317 - 过程化风格
 
- Example#1318 - maxdb_connect_errno sample
 
- Example#1319 - maxdb_connect_error sample
 
- Example#1320 - 面向对象风格
 
- Example#1321 - 过程化风格
 
- Example#1322 - 面向对象风格
 
- Example#1323 - 过程化风格
 
- Example#1324 - 过程化风格
 
- Example#1325 - 面向对象风格
 
- Example#1326 - 过程化风格
 
- Example#1327 - 面向对象风格
 
- Example#1328 - 过程化风格
 
- Example#1329 - 面向对象风格
 
- Example#1330 - 过程化风格
 
- Example#1331 - 面向对象风格
 
- Example#1332 - 过程化风格
 
- Example#1333 - 面向对象风格
 
- Example#1334 - 过程化风格
 
- Example#1335 - 面向对象风格
 
- Example#1336 - 过程化风格
 
- Example#1337 - 面向对象风格
 
- Example#1338 - 过程化风格
 
- Example#1339 - 面向对象风格
 
- Example#1340 - 过程化风格
 
- Example#1341 - 面向对象风格
 
- Example#1342 - 过程化风格
 
- Example#1343 - 面向对象风格
 
- Example#1344 - 过程化风格
 
- Example#1345 - 面向对象风格
 
- Example#1346 - 过程化风格
 
- Example#1347 - 面向对象风格
 
- Example#1348 - 过程化风格
 
- Example#1349 - 面向对象风格
 
- Example#1350 - 过程化风格
 
- Example#1351 - maxdb_get_client_info
 
- Example#1352 - maxdb_get_client_version
 
- Example#1353 - 面向对象风格
 
- Example#1354 - 过程化风格
 
- Example#1355 - 面向对象风格
 
- Example#1356 - 过程化风格
 
- Example#1357 - 面向对象风格
 
- Example#1358 - 过程化风格
 
- Example#1359 - 面向对象风格
 
- Example#1360 - 过程化风格
 
- Example#1361 - 面向对象风格
 
- Example#1362 - 过程化风格
 
- Example#1363 - 面向对象风格
 
- Example#1364 - 过程化风格
 
- Example#1365 - 面向对象风格
 
- Example#1366 - 过程化风格
 
- Example#1367 - 面向对象风格
 
- Example#1368 - 过程化风格
 
- Example#1369 - 面向对象风格
 
- Example#1370 - 过程化风格
 
- Example#1371 - 面向对象风格
 
- Example#1372 - 过程化风格
 
- Example#1373 - 面向对象风格
 
- Example#1374 - 过程化风格
 
- Example#1375 - 面向对象风格
 
- Example#1376 - 过程化风格
 
- Example#1377 - 面向对象风格
 
- Example#1378 - 过程化风格
 
- Example#1379 - 面向对象风格
 
- Example#1380 - 过程化风格
 
- Example#1381 - 面向对象风格
 
- Example#1382 - 过程化风格
 
- Example#1383 - 过程化风格
 
- Example#1384 - 面向对象风格
 
- Example#1385 - 过程化风格
 
- Example#1386 - 面向对象风格
 
- Example#1387 - 过程化风格
 
- Example#1388 - 面向对象风格
 
- Example#1389 - 过程化风格
 
- Example#1390 - 面向对象风格
 
- Example#1391 - 过程化风格
 
- Example#1392 - 面向对象风格
 
- Example#1393 - 过程化风格
 
- Example#1394 - 面向对象风格
 
- Example#1395 - 过程化风格
 
- Example#1396 - 过程化风格 (SELECT INTO)
 
- Example#1397 - 过程化风格 (DB procedure)
 
- Example#1398 - 面向对象风格 (extended syntax)
 
- Example#1399 - 面向对象风格
 
- Example#1400 - 过程化风格
 
- Example#1401 - 面向对象风格
 
- Example#1402 - 过程化风格
 
- Example#1403 - 面向对象风格
 
- Example#1404 - 过程化风格
 
- Example#1405 - 面向对象风格
 
- Example#1406 - 过程化风格
 
- Example#1407 - 面向对象风格
 
- Example#1408 - 过程化风格
 
- Example#1409 - 面向对象风格
 
- Example#1410 - 过程化风格
 
- Example#1411 - 面向对象风格
 
- Example#1412 - 过程化风格
 
- Example#1413 - 面向对象风格
 
- Example#1414 - 过程化风格
 
- Example#1415 - 面向对象风格
 
- Example#1416 - 过程化风格
 
- Example#1417 - 面向对象风格
 
- Example#1418 - 过程化风格
 
- Example#1419 - 面向对象风格
 
- Example#1420 - 过程化风格
 
- Example#1421 - 面向对象风格
 
- Example#1422 - 过程化风格
 
- Example#1423 - 面向对象风格
 
- Example#1424 - 过程化风格
 
- Example#1425 - 面向对象风格
 
- Example#1426 - 过程化风格
 
- Example#1427 - 面向对象风格
 
- Example#1428 - 过程化风格
 
- Example#1429 - 
 
- Example#1430 - 
 
- Example#1431 - 
 
- Example#1432 - 
 
- Example#1433 - 
 
- Example#1434 - 
 
- Example#1435 - 
 
- Example#1436 - 
 
- Example#1437 - 
 
- Example#1438 - 
 
- Example#1439 - 
 
- Example#1440 - 
 
- Example#1441 - 
 
- Example#1442 - 
 
- Example#1443 - 
 
- Example#1444 - 查询串语法的读取首选项URI链接
 
- Example#1445 - Setting read preferences with array syntax for tag sets
 
- Example#1446 - Passing a WriteConcern to a write operation
 
- Example#1447 - Connection string WriteConcerns
 
- Example#1448 - MongoDB::setWriteConcern and MongoCollection::setWriteConcern
 
- Example#1449 - Unacknowledged WriteConcern, followed with Acknowledged Write
 
- Example#1450 - Acknowledged Writes
 
- Example#1451 - Majority Acknowledged Write
 
- Example#1452 - Acknowledged and Journaled Write
 
- Example#1453 - 针对“admin”数据库的认证
 
- Example#1454 - 针对一般数据库的认证
 
- Example#1455 - 链接到一个复制
 
- Example#1456 - 
 
- Example#1457 - 
 
- Example#1458 - 
 
- Example#1459 - 
 
- Example#1460 - 
 
- Example#1461 - Inheriting read preferences from the database level down to the cursor
 
- Example#1462 - 
 
- Example#1463 - 
 
- Example#1464 - 
 
- Example#1465 - 
 
- Example#1466 - 
 
- Example#1467 - 
 
- Example#1468 - 
 
- Example#1469 - MongoClient 基本用法
 
- Example#1470 - MongoClient::close 例子
 
- Example#1471 - MongoClient::__construct 集群例子
 
- Example#1472 - 连接到一个域套接字(domain socket)
 
- Example#1473 - MongoClient::__construct 验证的例子
 
- Example#1474 - MongoClient::__construct 读取选项例子
 
- Example#1475 - MongoClient::getConnections 例子
 
- Example#1476 - MongoClient::getReadPreference 返回值例子
 
- Example#1477 - MongoClient::getWriteConcern return value example
 
- Example#1478 - MongoClient::killCursor example
 
- Example#1479 - MongoClient::listDBs 例子
 
- Example#1480 - MongoClient::selectCollection 例子
 
- Example#1481 - MongoClient::setReadPreference 标签集数组语法的例子
 
- Example#1482 - MongoClient::setWriteConcern example
 
- Example#1483 - 选择一个数据库
 
- Example#1484 - MongoDB::command "distinct"实例
 
- Example#1485 - MongoDB::command "distinct"实例
 
- Example#1486 - MongoDB::command MapReduce实例
 
- Example#1487 - MongoDB::command "textSearch"实例
 
- Example#1488 - MongoDB::command "geoNear"实例
 
- Example#1489 - MongoDB::createCollection 固定大小集合 实例
 
- Example#1490 - MongoDB::createDBRef实例
 
- Example#1491 - MongoDB::createDBRef实例
 
- Example#1492 - MongoDB::drop 例子
 
- Example#1493 - 简单的 MongoDB::execute 实例
 
- Example#1494 - 带参数的 MongoDB::execute 实例
 
- Example#1495 - 作用域实例
 
- Example#1496 - MongoDB::getCollectionInfo example
 
- Example#1497 - MongoDB::getCollectionNames example
 
- Example#1498 - MongoDB::getDBRef example
 
- Example#1499 - MongoDB::getGridFS example
 
- Example#1500 - MongoDB::getReadPreference return value example
 
- Example#1501 - MongoDB::getWriteConcern return value example
 
- Example#1502 - MongoDB::lastError NULL error example
 
- Example#1503 - MongoDB::lastError duplicate key example
 
- Example#1504 - MongoDB::listCollections example
 
- Example#1505 - MongoDB::repair example
 
- Example#1506 - MongoDB::setReadPreference tag set array syntax example
 
- Example#1507 - MongoDB::setWriteConcern example
 
- Example#1508 - MongoCollection::aggregate example
 
- Example#1509 - MongoCollection::aggregate example
 
- Example#1510 - MongoCollection::aggregate example
 
- Example#1511 - MongoCollection::aggregate with command options
 
- Example#1512 - MongoCollection::aggregateCursor example
 
- Example#1513 - MongoCollection::aggregateCursor
   example with different initial batch size
 
- Example#1514 - MongoCollection::batchInsert example
 
- Example#1515 - MongoCollection::batchInsert example with
   ignoring errors
 
- Example#1516 - MongoCollection::count 例子
 
- Example#1517 - MongoCollection::createDBRef 例子
 
- Example#1518 - MongoCollection::createIndex example
 
- Example#1519 - Geospatial Indexing
 
- Example#1520 - Drop duplicates example
 
- Example#1521 - MongoCollection::deleteIndex example
 
- Example#1522 - MongoCollection::deleteIndexes 例子
 
- Example#1523 - MongoCollection::distinct 例子
 
- Example#1524 - 内嵌文档的 MongoCollection::distinct 例子
 
- Example#1525 - MongoCollection::drop 例子
 
- Example#1526 - MongoCollection::ensureIndex example
 
- Example#1527 - Geospatial Indexing
 
- Example#1528 - Drop duplicates example
 
- Example#1529 - MongoCollection::find 例子
 
- Example#1530 - MongoCollection::find 例子
 
- Example#1531 - 使用 $where 的 MongoCollection::find 例子
 
- Example#1532 - 使用 $in 的 MongoCollection::find 例子
 
- Example#1533 - 以数组形式获取结果集
 
- Example#1534 - MongoCollection::findAndModify example
 
- Example#1535 - MongoCollection::findAndModify error handling
 
- Example#1536 - MongoCollection::findOne document by its id.
 
- Example#1537 - MongoCollection::findOne document by some condition.
 
- Example#1538 - MongoCollection::getDBRef example
 
- Example#1539 - MongoCollection::getIndexInfo example
 
- Example#1540 - MongoCollection::getName 例子
 
- Example#1541 - MongoCollection::getReadPreference return value example
 
- Example#1542 - MongoCollection::getWriteConcern return value example
 
- Example#1543 - MongoCollection::group example
 
- Example#1544 - MongoCollection::group example
 
- Example#1545 - Passing a keys function
 
- Example#1546 - MongoCollection::insert _id 例子
 
- Example#1547 - MongoCollection::insert 确认写入的例子
 
- Example#1548 - MongoCollection::parallelCollectionScan example
 
- Example#1549 - MongoCollection::remove 的 justOne 例子
 
- Example#1550 - MongoCollection::save 例子
 
- Example#1551 - MongoCollection::setReadPreference tag set array syntax example
 
- Example#1552 - MongoDB::setWriteConcern example
 
- Example#1553 - MongoCollection::toIndexString example
 
- Example#1554 - MongoCollection::__toString example
 
- Example#1555 - MongoCollection::update
 
- Example#1556 - MongoCollection::update upsert examples
 
- Example#1557 - MongoCollection::update multiple example
 
- Example#1558 - MongoCursor basic usage
 
- Example#1559 - Iterating over MongoCursor
 
- Example#1560 - Adding options to MongoCursor
 
- Example#1561 - Adding a comment with MongoCursor::addOption example
 
- Example#1562 - MongoCursor::addOption example
 
- Example#1563 - MongoCursor::awaitData example
 
- Example#1564 - MongoCursor::batchSize and combinations with
   MongoCursor::limit
 
- Example#1565 - MongoCursor::count example
 
- Example#1566 - MongoCursor::doQuery example
 
- Example#1567 - MongoCursor::explain example
 
- Example#1568 - MongoCursor::getReadPreference return value example
 
- Example#1569 - MongoCursor::info example
 
- Example#1570 - MongoCursor::maxTimeMS example
 
- Example#1571 - MongoCursor::setFlag example
 
- Example#1572 - MongoCursor::setReadPreference tag set array syntax example
 
- Example#1573 - MongoCursor::slaveOkay example
 
- Example#1574 - MongoCursor::sort example
 
- Example#1575 - MongoCursor::tailable example
 
- Example#1576 - MongoCursor::timeout example
 
- Example#1577 - Adding options to MongoCommandCursor
 
- Example#1578 - MongoCommandCursor::batchSize
 
- Example#1579 - MongoCommandCursor example
 
- Example#1580 - MongoCommandCursor::createFromDocument
 
- Example#1581 - MongoCommandCursor::getReadPreference return value example
 
- Example#1582 - MongoCommandCursor::info example
 
- Example#1583 - MongoCommandCursor::rewind
 
- Example#1584 - MongoCommandCursor::setReadPreference tag set array syntax example
 
- Example#1585 - MongoCommandCursor::timeout example
 
- Example#1586 - MongoId::__construct 例子
 
- Example#1587 - 参数的例子
 
- Example#1588 - MongoId::__toString 例子
 
- Example#1589 - MongoCode::__construct 例子
 
- Example#1590 - 使用具有 $where 的 MongoCode
 
- Example#1591 - MongoCode::__toString 例子
 
- Example#1592 - Storing dates with MongoDate
 
- Example#1593 - MongoDate::__construct 例子
 
- Example#1594 - MongoDate::toDateTime example
 
- Example#1595 - 正则表达式
 
- Example#1596 - MongoRegex::__construct 例子
 
- Example#1597 - MongoRegex::__toString 例子
 
- Example#1598 - 
 
- Example#1599 - 链接文档
 
- Example#1600 - Creating MongoDBRef links
 
- Example#1601 - MongoDBRef::create 例子
 
- Example#1602 - MongoCollection::createDBRef 例子
 
- Example#1603 - MongoGridFS::findOne example
 
- Example#1604 - MongoGridFS::storeBytes with additional metadata
 
- Example#1605 - MongoGridFS::storeFile with additional metadata
 
- Example#1606 - MongoGridFS::storeUpload HTML form example
 
- Example#1607 - MongoGridFSFile::getBytes example
 
- Example#1608 - MongoGridFSFile::getResource example
 
- Example#1609 - MongoGridFSFile::write example
 
- Example#1610 - MongoLog::setCallback example
 
- Example#1611 - Changing pool size
 
- Example#1612 - Mongo::setPoolSize example
 
- Example#1613 - Changing pool size
 
- Example#1614 - Mongo::setPoolSize example
 
- Example#1615 - MongoResultException::getDocument 例子
 
- Example#1616 - Catching MongoDuplicateKeyException
 
- Example#1617 - Catching MongoProtocolException
 
- Example#1618 - MongoDB\Driver\Manager::__construct basic example
 
- Example#1619 - MongoDB\Driver\Manager::__construct basic examples
 
- Example#1620 - MongoDB\Driver\Manager::executeBulkWrite example
 
- Example#1621 - MongoDB\Driver\Manager::executeCommand with a command returning a single result document
 
- Example#1622 - MongoDB\Driver\Manager::executeCommand with a command returning a cursor
 
- Example#1623 - MongoDB\Driver\Manager::executeQuery example
 
- Example#1624 - MongoDB\Driver\Manager::getReadConcern example
 
- Example#1625 - MongoDB\Driver\Manager::getReadPreference example
 
- Example#1626 - MongoDB\Driver\Manager::getServers example
 
- Example#1627 - MongoDB\Driver\Manager::getWriteConcern example
 
- Example#1628 - Composing MongoDB\Driver\Command to provide a helper to create collections
 
- Example#1629 - MongoDB\Driver\Command::__construct example
 
- Example#1630 - MongoDB\Driver\Command::__construct example
 
- Example#1631 - MongoDB\Driver\Query::__construct example
 
- Example#1632 - Mixed write operations are grouped by type
 
- Example#1633 - Ordered write operations causing an error
 
- Example#1634 - MongoDB\Driver\BulkWrite::__construct example
 
- Example#1635 - MongoDB\Driver\BulkWrite::count example
 
- Example#1636 - MongoDB\Driver\BulkWrite::delete example
 
- Example#1637 - MongoDB\Driver\BulkWrite::insert example
 
- Example#1638 - MongoDB\Driver\BulkWrite::update example
 
- Example#1639 - MongoDB\Driver\WriteConcern::bsonSerialize with majority write concern
 
- Example#1640 - MongoDB\Driver\WriteConcern::bsonSerialize with wtimeout and journal
 
- Example#1641 - MongoDB\Driver\WriteConcern::__construct example
 
- Example#1642 - MongoDB\Driver\WriteConcern::getJournal example
 
- Example#1643 - MongoDB\Driver\WriteConcern::getW example
 
- Example#1644 - MongoDB\Driver\WriteConcern::getWtimeout example
 
- Example#1645 - MongoDB\Driver\ReadPreference::bsonSerialize with primary read preference
 
- Example#1646 - MongoDB\Driver\ReadPreference::bsonSerialize with secondary read preference and tag sets
 
- Example#1647 - MongoDB\Driver\ReadPreference::bsonSerialize with secondary read preference and max staleness
 
- Example#1648 - MongoDB\Driver\ReadPreference::__construct example
 
- Example#1649 - MongoDB\Driver\ReadPreference::getMaxStalenessSeconds example
 
- Example#1650 - MongoDB\Driver\ReadPreference::getMode example
 
- Example#1651 - MongoDB\Driver\ReadPreference::getTagSets example
 
- Example#1652 - MongoDB\Driver\ReadConcern::bsonSerialize with empty read concern
 
- Example#1653 - MongoDB\Driver\ReadConcern::bsonSerialize with local read concern
 
- Example#1654 - MongoDB\Driver\ReadConcern::__construct example
 
- Example#1655 - MongoDB\Driver\ReadConcern::getLevel example
 
- Example#1656 - MongoDB\Driver\Cursor::getId example
 
- Example#1657 - MongoDB\Driver\Cursor::getServer example
 
- Example#1658 - MongoDB\Driver\Cursor::isDead example
 
- Example#1659 - MongoDB\Driver\Cursor::setTypeMap example
 
- Example#1660 - MongoDB\Driver\Cursor::toArray example
 
- Example#1661 - MongoDB\Driver\CursorId::__toString example
 
- Example#1662 - MongoDB\Driver\Server::getHost example
 
- Example#1663 - MongoDB\Driver\Server::getInfo example
 
- Example#1664 - MongoDB\Driver\Server::getLatency example
 
- Example#1665 - MongoDB\Driver\Server::getPort example
 
- Example#1666 - MongoDB\Driver\WriteConcernError::getCode example
 
- Example#1667 - MongoDB\Driver\WriteConcernError::getInfo example
 
- Example#1668 - MongoDB\Driver\WriteConcernError::getMessage example
 
- Example#1669 - MongoDB\Driver\WriteError::getCode example
 
- Example#1670 - MongoDB\Driver\WriteError::getIndex example
 
- Example#1671 - MongoDB\Driver\WriteError::getMessage example
 
- Example#1672 - MongoDB\Driver\WriteResult::getDeletedCount example
 
- Example#1673 - MongoDB\Driver\WriteResult::getInsertedCount example
 
- Example#1674 - MongoDB\Driver\WriteResult::getMatchedCount example
 
- Example#1675 - MongoDB\Driver\WriteResult::getModifiedCount example
 
- Example#1676 - MongoDB\Driver\WriteResult::getServer example
 
- Example#1677 - MongoDB\Driver\WriteResult::getUpsertedCount example
 
- Example#1678 - MongoDB\Driver\WriteResult::getUpsertedIds example
 
- Example#1679 - MongoDB\Driver\WriteResult::getWriteConcernError example
 
- Example#1680 - MongoDB\Driver\WriteResult::getWriteErrors with a single error
 
- Example#1681 - MongoDB\Driver\WriteResult::getWriteErrors with multiple errors
 
- Example#1682 - MongoDB\Driver\WriteResult::isAcknowledged with acknowledged write concern
 
- Example#1683 - MongoDB\Driver\WriteResult::isAcknowledged with unacknowledged write concern
 
- Example#1684 - MongoDB\BSON\fromJSON example
 
- Example#1685 - MongoDB\BSON\fromPHP example
 
- Example#1686 - MongoDB\BSON\toCanonicalExtendedJSON example
 
- Example#1687 - MongoDB\BSON\toJSON example
 
- Example#1688 - MongoDB\BSON\toPHP example
 
- Example#1689 - MongoDB\BSON\toRelaxedExtendedJSON example
 
- Example#1690 - MongoDB\BSON\Binary::__construct example
 
- Example#1691 - MongoDB\BSON\Binary::getData example
 
- Example#1692 - MongoDB\BSON\Binary::getType example
 
- Example#1693 - MongoDB\BSON\Binary::__toString example
 
- Example#1694 - MongoDB\BSON\Decimal128::__construct example
 
- Example#1695 - MongoDB\BSON\Decimal128::__toString example
 
- Example#1696 - MongoDB\BSON\Javascript::__construct example
 
- Example#1697 - MongoDB\BSON\Javascript::getCode example
 
- Example#1698 - MongoDB\BSON\Javascript::getScope example
 
- Example#1699 - MongoDB\BSON\Javascript::__toString example
 
- Example#1700 - MongoDB\BSON\MaxKey::__construct example
 
- Example#1701 - MongoDB\BSON\MinKey::__construct example
 
- Example#1702 - MongoDB\BSON\ObjectID::__construct example
 
- Example#1703 - MongoDB\BSON\ObjectID::getTimestamp example
 
- Example#1704 - MongoDB\BSON\ObjectID::__toString example
 
- Example#1705 - MongoDB\BSON\Regex::__construct example
 
- Example#1706 - MongoDB\BSON\Regex::getFlags example
 
- Example#1707 - MongoDB\BSON\Regex::getPattern example
 
- Example#1708 - MongoDB\BSON\Regex::__toString example
 
- Example#1709 - MongoDB\BSON\Timestamp::__construct example
 
- Example#1710 - MongoDB\BSON\Timestamp::__toString example
 
- Example#1711 - MongoDB\BSON\UTCDateTime::__construct example
 
- Example#1712 - MongoDB\BSON\UTCDatetime::toDateTime example
 
- Example#1713 - MongoDB\BSON\UTCDateTime::__toString example
 
- Example#1714 - MongoDB\BSON\TypeWrapper::createFromBSONType used to wrap a UTCDateTime
 
- Example#1715 - MongoDB\BSON\TypeWrapper::toBSONType used to wrap a UTCDateTime
 
- Example#1716 - MongoDB\BSON\Serializable::bsonSerialize returning an associative array for root document
 
- Example#1717 - MongoDB\BSON\Serializable::bsonSerialize returning a sequential array for root document
 
- Example#1718 - MongoDB\BSON\Serializable::bsonSerialize returning an associative array for document field
 
- Example#1719 - MongoDB\BSON\Serializable::bsonSerialize returning a sequential array for document field
 
- Example#1720 - MongoDB\BSON\Unserializable::bsonUnserialize example
 
- Example#1721 - MongoDB\Driver\Exception\WriteException::getWriteResult example
 
- Example#1722 - mSQL usage example
 
- Example#1723 - msql_fetch_array example
 
- Example#1724 - msql_fetch_object example
 
- Example#1725 - msql_fetch_row example
 
- Example#1726 - msql_query example
 
- Example#1727 - mssql_bind example
 
- Example#1728 - mssql_close 例子
 
- Example#1729 - mssql_connect 例子
 
- Example#1730 - mssql_data_seek example
 
- Example#1731 - mssql_execute example
 
- Example#1732 - mssql_fetch_array example
 
- Example#1733 - mssql_fetch_assoc example
 
- Example#1734 - mssql_fetch_batch example
 
- Example#1735 - mssql_fetch_field example
 
- Example#1736 - mssql_fetch_object example
 
- Example#1737 - mssql_fetch_row example
 
- Example#1738 - mssql_field_length example
 
- Example#1739 - mssql_field_name example
 
- Example#1740 - Using mssql_field_seek on the example for mssql_fetch_field
 
- Example#1741 - mssql_field_type example
 
- Example#1742 - mssql_free_result example
 
- Example#1743 - mssql_free_statement example
 
- Example#1744 - mssql_get_last_message example
 
- Example#1745 - mssql_guid_string example
 
- Example#1746 - mssql_init example
 
- Example#1747 - mssql_min_error_severity example
 
- Example#1748 - mssql_min_message_severity example
 
- Example#1749 - mssql_next_result example
 
- Example#1750 - mssql_num_fields example
 
- Example#1751 - mssql_num_rows example
 
- Example#1752 - mssql_pconnect using the new_link parameter
 
- Example#1753 - mssql_query example
 
- Example#1754 - mssql_result example
 
- Example#1755 - Faster alternative to above example
 
- Example#1756 - mssql_rows_affected example
 
- Example#1757 - mssql_select_db example
 
- Example#1758 - Escaping the database name with square brackets
 
- Example#1759 - Comparing the three MySQL APIs
 
- Example#1760 - Configure commands for using mysqlnd or libmysqlclient
 
- Example#1761 - Unbuffered query example: mysqli
 
- Example#1762 - Unbuffered query example: pdo_mysql
 
- Example#1763 - Unbuffered query example: mysql
 
- Example#1764 - Problems with setting the character set with SQL
 
- Example#1765 - Setting the character set example: mysqli
 
- Example#1766 - Setting the character set example: pdo_mysql
 
- Example#1767 - Setting the character set example: mysql
 
- Example#1768 - Easy migration from the old mysql extension
 
- Example#1769 - Object-oriented and procedural interface
 
- Example#1770 - Bad coding style
 
- Example#1771 - Special meaning of localhost
 
- Example#1772 - Setting defaults
 
- Example#1773 - Connecting to MySQL
 
- Example#1774 - Navigation through buffered results
 
- Example#1775 - Navigation through unbuffered results
 
- Example#1776 - Text protocol returns strings by default
 
- Example#1777 - Native data types with mysqlnd and connection option
 
- Example#1778 - First stage: prepare
 
- Example#1779 - Second stage: bind and execute
 
- Example#1780 - INSERT prepared once, executed multiple times
 
- Example#1781 - Less round trips using multi-INSERT SQL
 
- Example#1782 - Native datatypes
 
- Example#1783 - Output variable binding
 
- Example#1784 - Using mysqli_result to fetch results
 
- Example#1785 - Buffered result set for flexible read out
 
- Example#1786 - Calling a stored procedure
 
- Example#1787 - Using session variables
 
- Example#1788 - Fetching results from stored procedures
 
- Example#1789 - Stored Procedures and Prepared Statements
 
- Example#1790 - Stored Procedures and Prepared Statements using bind API
 
- Example#1791 - Multiple Statements
 
- Example#1792 - SQL Injection
 
- Example#1793 - Setting auto commit mode with SQL and through the API
 
- Example#1794 - Commit and rollback
 
- Example#1795 - Accessing result set meta data
 
- Example#1796 - Prepared statements metadata
 
- Example#1797 - $mysqli->affected_rows example
 
- Example#1798 - mysqli::autocommit example
 
- Example#1799 - $mysqli->begin_transaction example
 
- Example#1800 - mysqli::change_user example
 
- Example#1801 - mysqli::character_set_name example
 
- Example#1802 - mysqli_get_client_info
 
- Example#1803 - mysqli_get_client_version
 
- Example#1804 - mysqli::commit example
 
- Example#1805 - $mysqli->connect_errno example
 
- Example#1806 - $mysqli->connect_error example
 
- Example#1807 - mysqli::__construct example
 
- Example#1808 - Generating a Trace File
 
- Example#1809 - mysqli->errno example
 
- Example#1810 - $mysqli->error_list example
 
- Example#1811 - $mysqli->error example
 
- Example#1812 - $mysqli->field_count example
 
- Example#1813 - mysqli::get_charset example
 
- Example#1814 - mysqli_get_client_info
 
- Example#1815 - A mysqli_get_client_stats example
 
- Example#1816 - mysqli_get_client_version
 
- Example#1817 - A mysqli_get_connection_stats example
 
- Example#1818 - $mysqli->host_info example
 
- Example#1819 - $mysqli->protocol_version example
 
- Example#1820 - $mysqli->server_info example
 
- Example#1821 - $mysqli->server_version example
 
- Example#1822 - $mysqli->info example
 
- Example#1823 - $mysqli->insert_id example
 
- Example#1824 - mysqli::kill example
 
- Example#1825 - mysqli::multi_query example
 
- Example#1826 - mysqli::ping example
 
- Example#1827 - A mysqli_poll example
 
- Example#1828 - mysqli::prepare example
 
- Example#1829 - mysqli::query example
 
- Example#1830 - mysqli::real_connect 例子
 
- Example#1831 - mysqli::real_escape_string example
 
- Example#1832 - mysqli::rollback example
 
- Example#1833 - mysqli::select_db example
 
- Example#1834 - mysqli::set_charset example
 
- Example#1835 - mysqli::set_local_infile_handler example
 
- Example#1836 - $mysqli->sqlstate example
 
- Example#1837 - mysqli::stat example
 
- Example#1838 - $mysqli->thread_id example
 
- Example#1839 - mysqli::use_result example
 
- Example#1840 - $mysqli->warning_count example
 
- Example#1841 - 面向对象风格
 
- Example#1842 - 过程化风格
 
- Example#1843 - 面向对象风格
 
- Example#1844 - 过程化风格
 
- Example#1845 - 面向对象风格
 
- Example#1846 - 过程化风格
 
- Example#1847 - 面向对象风格
 
- Example#1848 - 过程化风格
 
- Example#1849 - 面向对象风格
 
- Example#1850 - 过程化风格
 
- Example#1851 - 面向对象风格
 
- Example#1852 - 过程化风格
 
- Example#1853 - 面向对象风格
 
- Example#1854 - 过程化风格
 
- Example#1855 - 面向对象风格
 
- Example#1856 - 过程化风格
 
- Example#1857 - 面向对象风格
 
- Example#1858 - 过程化风格
 
- Example#1859 - 面向对象风格
 
- Example#1860 - 过程化风格
 
- Example#1861 - 面向对象风格
 
- Example#1862 - 过程化风格
 
- Example#1863 - 面向对象风格
 
- Example#1864 - 过程化风格
 
- Example#1865 - 面向对象风格
 
- Example#1866 - 过程化风格
 
- Example#1867 - 面向对象风格
 
- Example#1868 - 过程化风格
 
- Example#1869 - 面向对象风格
 
- Example#1870 - 面向对象风格
 
- Example#1871 - 过程化风格
 
- Example#1872 - 面向对象风格
 
- Example#1873 - 过程化风格
 
- Example#1874 - 面向对象风格
 
- Example#1875 - 过程化风格
 
- Example#1876 - 面向对象风格
 
- Example#1877 - 过程化风格
 
- Example#1878 - 面向对象风格
 
- Example#1879 - 过程化风格
 
- Example#1880 - 面向对象风格
 
- Example#1881 - 过程化风格
 
- Example#1882 - A mysqli_result example comparing iterator usage
 
- Example#1883 - 面向对象风格
 
- Example#1884 - 过程化风格
 
- Example#1885 - 面向对象风格
 
- Example#1886 - 过程化风格
 
- Example#1887 - 面向对象风格
 
- Example#1888 - 过程化风格
 
- Example#1889 - 面向对象风格
 
- Example#1890 - 过程化风格
 
- Example#1891 - 面向对象风格
 
- Example#1892 - 过程化风格
 
- Example#1893 - 面向对象风格
 
- Example#1894 - 过程化风格
 
- Example#1895 - 面向对象风格
 
- Example#1896 - 过程化风格
 
- Example#1897 - 面向对象风格
 
- Example#1898 - 过程化风格
 
- Example#1899 - 面向对象风格
 
- Example#1900 - 过程化风格
 
- Example#1901 - 面向对象风格
 
- Example#1902 - 过程化风格
 
- Example#1903 - 一个mysqli_get_cache_stats的示例
 
- Example#1904 - 
 
- Example#1905 - MySQL 扩展概述范例
 
- Example#1906 - mysql_affected_rows 例子
 
- Example#1907 - 使用事务处理的 mysql_affected_rows 例子
 
- Example#1908 - mysql_client_encoding 例子
 
- Example#1909 - mysql_close 例子
 
- Example#1910 - mysql_connect 例子
 
- Example#1911 - mysql_connect 例子:使用 hostname:port 语法
 
- Example#1912 - mysql_connect 例子:使用 ":/path/to/socket" 语法
 
- Example#1913 - 替代 mysql_create_db 的例子
 
- Example#1914 - mysql_data_seek 例子
 
- Example#1915 - mysql_db_name 例子
 
- Example#1916 - mysql_drop_db alternative example
 
- Example#1917 - mysql_errno 例子
 
- Example#1918 - mysql_error 例子
 
- Example#1919 - mysql_escape_string 例子
 
- Example#1920 - 相同字段名的查询
 
- Example#1921 - mysql_fetch_array 使用 MYSQL_NUM
 
- Example#1922 - mysql_fetch_array 使用 MYSQL_ASSOC
 
- Example#1923 - mysql_fetch_array 使用 MYSQL_BOTH
 
- Example#1924 - Query with aliased duplicate field names
 
- Example#1925 - mysql_fetch_array with MYSQL_NUM
 
- Example#1926 - mysql_fetch_array with MYSQL_ASSOC
 
- Example#1927 - mysql_fetch_array with MYSQL_BOTH
 
- Example#1928 - 扩展的 mysql_fetch_assoc 例子
 
- Example#1929 - mysql_fetch_field
 
- Example#1930 - mysql_fetch_field example
 
- Example#1931 - mysql_fetch_object 例子
 
- Example#1932 - mysql_fetch_object example
 
- Example#1933 - mysql_fetch_object example
 
- Example#1934 - Fetching one row with mysql_fetch_row
 
- Example#1935 - mysql_field_name 例子
 
- Example#1936 - mysql_field_name example
 
- Example#1937 - mysql_field_type 例子
 
- Example#1938 - mysql_field_type example
 
- Example#1939 - A mysql_free_result example
 
- Example#1940 - mysql_get_client_info 例子
 
- Example#1941 - mysql_get_host_info 例子
 
- Example#1942 - mysql_get_proto_info 例子
 
- Example#1943 - mysql_get_server_info 例子
 
- Example#1944 - 相关的 MySQL 语句
 
- Example#1945 - mysql_insert_id 例子
 
- Example#1946 - mysql_list_dbs 例子
 
- Example#1947 - mysql_list_fields 例子
 
- Example#1948 - mysql_list_processes 例子
 
- Example#1949 - mysql_list_tables 例子
 
- Example#1950 - mysql_num_rows 例子
 
- Example#1951 - 无效的查询
 
- Example#1952 - 有效的查询
 
- Example#1953 - mysql_real_escape_string 例子
 
- Example#1954 - mysql_real_escape_string requires a connection example
 
- Example#1955 - An example SQL Injection Attack
 
- Example#1956 - mysql_result 例子
 
- Example#1957 - mysql_select_db 例子
 
- Example#1958 - mysql_select_db example
 
- Example#1959 - mysql_stat 例子
 
- Example#1960 - mysql_tablename 例子
 
- Example#1961 - mysql_thread_id 例子
 
- Example#1962 - 启用插件(php.ini)
 
- Example#1963 - 最基本的插件配置文件 (mysqlnd_ms_plugin.ini)
 
- Example#1964 - 建议最基本的插件配置文件 (mysqlnd_ms_plugin.ini)
 
- Example#1965 - 使用一个服务器同时作为 master 和 slave(仅用于测试!)
 
- Example#1966 - 插件指定的配置文件 (mysqlnd_ms_plugin.ini)
 
- Example#1967 - 开启一个负载均衡链接
 
- Example#1968 - Executing statements
 
- Example#1969 - 配置了一个 master 和一个 slave 的插件
 
- Example#1970 - 陷阱:连接状态和 SQL 用户变量
 
- Example#1971 - 配置一个 master 和一个 slave 的插件
 
- Example#1972 - SQL hints 禁止连接切换
 
- Example#1973 - 与同步延迟斗争
 
- Example#1974 - Table creation on a slave
 
- Example#1975 - 配置一个 master 和一个 slave 的插件
 
- Example#1976 - 在事务中使用 SQL hints
 
- Example#1977 - 事务相关负载均衡下的 trx_stickiness 设置
 
- Example#1978 - Transaction aware
 
- Example#1979 - General pattern for XA transactions
 
- Example#1980 - Local and global transactions are mutually exclusive
 
- Example#1981 - Transaction coordinator state store
 
- Example#1982 - session 一致性:读取写入内容
 
- Example#1983 - Requesting session consistency
 
- Example#1984 - Maximum age/slave lag
 
- Example#1985 - 限制 slave 延迟
 
- Example#1986 - 不设置故障处理
 
- Example#1987 - No slave within time limit
 
- Example#1988 - 在 master 创建计数器表
 
- Example#1989 - Plugin config: SQL for client-side GTID injection
 
- Example#1990 - Transparent global transaction ID injection
 
- Example#1991 - Plugin config: SQL for fetching GTID
 
- Example#1992 - Obtaining GTID after injection
 
- Example#1993 - Plugin config: Checking for a certain GTID
 
- Example#1994 - Session consistency service level and GTID combined
 
- Example#1995 - 使用 MySQL 5.6.5-m8 内置 GTID
 
- Example#1996 - Recap: quality of service to request read your writes
 
- Example#1997 - Plugin config: no special entries for caching
 
- Example#1998 - Caching a slave request
 
- Example#1999 - Read your writes and caching combined
 
- Example#2000 - 手动故障转移,可选自动
 
- Example#2001 - 手动故障转移
 
- Example#2002 - Cluster node groups
 
- Example#2003 - 通过 SQL hints 完成手动分区
 
- Example#2004 - Plugin config: Fabric hosts instead of MySQL servers
 
- Example#2005 - Manual partitioning using SQL hints
 
- Example#2006 - Provoking a connection error
 
- Example#2007 - 在查询执行时产生连接错误
 
- Example#2008 - 产生一个连接错误
 
- Example#2009 - 非常基础的错误处理
 
- Example#2010 - Provoking a transient error
 
- Example#2011 - 短错误尝试循环
 
- Example#2012 - Enabling the plugin (php.ini)
 
- Example#2013 - Basic plugin configuration (mysqlnd_ms_plugin.ini) for MySQL Replication
 
- Example#2014 - Multiple primaries - multi master (php.ini)
 
- Example#2015 - Primary copy with multiple primaries and paritioning
 
- Example#2016 - Multiple primaries - multi master (php.ini)
 
- Example#2017 - Synchronous update anywhere cluster
 
- Example#2018 - General pattern for XA transactions
 
- Example#2019 - Converting a PHP array (hash) into JSON format
 
- Example#2020 - Using section names example
 
- Example#2021 - List of anonymous slaves
 
- Example#2022 - Master list using symbolic names
 
- Example#2023 - Keywords to configure a server
 
- Example#2024 - New roundrobin filter, old functionality
 
- Example#2025 - The user filter replaces mysqlnd_ms_set_user_pick_server
 
- Example#2026 - Common error message in case of configuration file issues (upto version 1.5.0)
 
- Example#2027 - Improved configuration file validation since 1.5.0
 
- Example#2028 - Possibly more precise error due to mysqlnd_ms.force_config_usage=1
 
- Example#2029 - Minimum pluging configuration for use with MySQL Fabric
 
- Example#2030 - Optional timeout for communication with Fabric
 
- Example#2031 - Warnings about the violation of transaction boundaries
 
- Example#2032 - Invalid filter sequence
 
- Example#2033 - Random load balancing with random filter
 
- Example#2034 - Random once load balancing with random filter
 
- Example#2035 - Referencing error
 
- Example#2036 - Assigning a weight for load balancing
 
- Example#2037 - roundrobin filter
 
- Example#2038 - Setting a callback
 
- Example#2039 - Using a callback
 
- Example#2040 - Returning random masters and slaves
 
- Example#2041 - Manual partitioning
 
- Example#2042 - Global limit on slave lag
 
- Example#2043 - Optional master failover when failing to connect to slave (PECL/mysqlnd_ms < 1.4.0)
 
- Example#2044 - New syntax since 1.4.0
 
- Example#2045 - Disabling lazy connection
 
- Example#2046 - String escaping on a lazy connection handle
 
- Example#2047 - Master on write for consistent reads
 
- Example#2048 - Using master to execute transactions
 
- Example#2049 - No automatic failover, error handling pitfall
 
- Example#2050 - Retry loop for transient errors
 
- Example#2051 - SQL definition for the MySQL state store transaction table
 
- Example#2052 - SQL definition for the MySQL state store transaction table
 
- Example#2053 - SQL definition for the MySQL state store garbage collection table
 
- Example#2054 - Using section names example
 
- Example#2055 - List-like syntax
 
- Example#2056 - Verify plugin activity in a non-threaded deployment model
 
- Example#2057 - Recording statistics during shutdown
 
- Example#2058 - Example demonstrating the usage of mysqlnd_ms constants
 
- Example#2059 - mysqlnd_ms_dump_servers example
 
- Example#2060 - mysqlnd_ms_get_last_gtid example
 
- Example#2061 - mysqlnd_ms_get_last_used_connection example
 
- Example#2062 - mysqlnd_ms_get_stats example
 
- Example#2063 - mysqlnd_ms_match_wild example
 
- Example#2064 - mysqlnd_ms_query_is_select example
 
- Example#2065 - mysqlnd_ms_set_qos example
 
- Example#2066 - mysqlnd_ms_set_user_pick_server example
 
- Example#2067 - Enabling the plugin (php.ini)
 
- Example#2068 - Using the MYSQLND_QC_ENABLE_SWITCH SQL hint
 
- Example#2069 - Using the MYSQLND_QC_DISABLE_SWITCH SQL hint
 
- Example#2070 - Example showing which type of statements are not cached
 
- Example#2071 - Enabling caching for all statements using the mysqlnd_qc.cache_no_table ini setting
 
- Example#2072 - Setting the TTL with the mysqlnd_qc.ttl ini setting
 
- Example#2073 - Setting TTL with SQL hints
 
- Example#2074 - Setting a callback with mysqlnd_qc_set_is_select
 
- Example#2075 - Enabling the slam defense mechanism
 
- Example#2076 - Collecting a query trace
 
- Example#2077 - Setting the backtrace depth with the mysqlnd_qc.query_trace_bt_depth ini setting
 
- Example#2078 - Collecting statistics data with the mysqlnd_qc.time_statistics ini setting
 
- Example#2079 - Example mysqlnd_qc_get_cache_info usage
 
- Example#2080 - Example mysqlnd_qc_get_normalized_query_trace_log usage
 
- Example#2081 - Using a user-defined storage handler
 
- Example#2082 - Using SQL hint constants
 
- Example#2083 - Example mysqlnd_qc_set_cache_condition usage
 
- Example#2084 - mysqlnd_qc_get_available_handlers example
 
- Example#2085 - mysqlnd_qc_get_cache_info example
 
- Example#2086 - mysqlnd_qc_get_core_stats example
 
- Example#2087 - mysqlnd_qc_get_normalized_query_trace_log example
 
- Example#2088 - mysqlnd_qc_get_query_trace_log example
 
- Example#2089 - mysqlnd_qc_set_cache_condition example
 
- Example#2090 - mysqlnd_qc_set_is_select example
 
- Example#2091 - mysqlnd_qc_set_storage_handler example
 
- Example#2092 - Enabling the plugin (php.ini)
 
- Example#2093 - Pseudo-code: what a built-in class does
 
- Example#2094 - Installing a proxy
 
- Example#2095 - Proxy registration, mysqlnd_uh.enable=1
 
- Example#2096 - Proxy installation disabled
 
- Example#2097 - Connection proxy
 
- Example#2098 - Prepared statement proxy
 
- Example#2099 - Basic Monitoring
 
- Example#2100 - MysqlndUhConnection::changeUser example
 
- Example#2101 - MysqlndUhConnection::charsetName example
 
- Example#2102 - MysqlndUhConnection::close example
 
- Example#2103 - MysqlndUhConnection::connect example
 
- Example#2104 - MysqlndUhConnection::endPSession example
 
- Example#2105 - MysqlndUhConnection::escapeString example
 
- Example#2106 - MysqlndUhConnection::getAffectedRows example
 
- Example#2107 - MysqlndUhConnection::getErrorNumber example
 
- Example#2108 - MysqlndUhConnection::getErrorString example
 
- Example#2109 - MysqlndUhConnection::getFieldCount example
 
- Example#2110 - MysqlndUhConnection::getHostInformation example
 
- Example#2111 - MysqlndUhConnection::getLastInsertId example
 
- Example#2112 - MysqlndUhConnection::getLastMessage example
 
- Example#2113 - MysqlndUhConnection::getProtocolInformation example
 
- Example#2114 - MysqlndUhConnection::getServerInformation example
 
- Example#2115 - MysqlndUhConnection::getServerStatistics example
 
- Example#2116 - MysqlndUhConnection::getServerVersion example
 
- Example#2117 - MysqlndUhConnection::getSqlstate example
 
- Example#2118 - MysqlndUhConnection::getStatistics example
 
- Example#2119 - MysqlndUhConnection::getThreadId example
 
- Example#2120 - MysqlndUhConnection::getWarningCount example
 
- Example#2121 - MysqlndUhConnection::init example
 
- Example#2122 - MysqlndUhConnection::kill example
 
- Example#2123 - MysqlndUhConnection::listFields example
 
- Example#2124 - MysqlndUhConnection::listMethod example
 
- Example#2125 - MysqlndUhConnection::moreResults example
 
- Example#2126 - MysqlndUhConnection::nextResult example
 
- Example#2127 - MysqlndUhConnection::ping example
 
- Example#2128 - MysqlndUhConnection::query example
 
- Example#2129 - MysqlndUhConnection::queryReadResultsetHeader example
 
- Example#2130 - MysqlndUhConnection::reapQuery example
 
- Example#2131 - MysqlndUhConnection::refreshServer example
 
- Example#2132 - MysqlndUhConnection::restartPSession example
 
- Example#2133 - MysqlndUhConnection::selectDb example
 
- Example#2134 - MysqlndUhConnection::sendClose example
 
- Example#2135 - MysqlndUhConnection::sendQuery example
 
- Example#2136 - MysqlndUhConnection::serverDumpDebugInformation example
 
- Example#2137 - MysqlndUhConnection::setAutocommit example
 
- Example#2138 - MysqlndUhConnection::setCharset example
 
- Example#2139 - MysqlndUhConnection::setClientOption example
 
- Example#2140 - MysqlndUhConnection::setServerOption example
 
- Example#2141 - MysqlndUhConnection::simpleCommand example
 
- Example#2142 - MysqlndUhConnection::simpleCommandHandleResponse example
 
- Example#2143 - MysqlndUhConnection::sslSet example
 
- Example#2144 - MysqlndUhConnection::stmtInit example
 
- Example#2145 - MysqlndUhConnection::storeResult example
 
- Example#2146 - MysqlndUhConnection::txCommit example
 
- Example#2147 - MysqlndUhConnection::txRollback example
 
- Example#2148 - MysqlndUhConnection::useResult example
 
- Example#2149 - MysqlndUhPreparedStatement::execute example
 
- Example#2150 - MysqlndUhPreparedStatement::prepare example
 
- Example#2151 - mysqlnd_uh_convert_to_mysqlnd example
 
- Example#2152 - mysqlnd_uh_set_connection_proxy example
 
- Example#2153 - Enabling the plugin (php.ini)
 
- Example#2154 - SQL table used for the Quickstart
 
- Example#2155 - Basic example.
 
- Example#2156 - mysqlnd_memcache_get_config example
 
- Example#2157 - mysqlnd_memcache_set example with
     var_dump as a simple debugging callback.
 
- Example#2158 - Basic query
 
- Example#2159 - Inserting with bind variables
 
- Example#2160 - Binding in the WHERE clause of a query
 
- Example#2161 - Inserting and fetching a CLOB
 
- Example#2162 - Using a PL/SQL stored function
 
- Example#2163 - Using a PL/SQL stored procedure
 
- Example#2164 - Calling a PL/SQL function that returns a REF CURSOR
 
- Example#2165 - 
 
- Example#2166 - user_oci8_probes.d for tracing all user-level PHP OCI8 Static Probes with DTrace
 
- Example#2167 - oci_bind_array_by_name example
 
- Example#2168 - oci_bind_by_name 例子
 
- Example#2169 - oci_bind_by_name 例子
 
- Example#2170 - oci_bind_by_name 例子
 
- Example#2171 - Inserting data with oci_bind_by_name
 
- Example#2172 - Binding once for multiple executions
 
- Example#2173 - Binding with a foreach loop
 
- Example#2174 - Binding in a WHERE clause
 
- Example#2175 - Binding with a LIKE clause
 
- Example#2176 - Binding with REGEXP_LIKE
 
- Example#2177 - Binding Multiple Values in an IN Clause
 
- Example#2178 - Binding a ROWID returned by a query
 
- Example#2179 - Binding a ROWID on INSERT
 
- Example#2180 - Binding for a PL/SQL stored function
 
- Example#2181 - Binding parameters for a PL/SQL stored procedure
 
- Example#2182 - Binding a CLOB column
 
- Example#2183 - oci_client_version example
 
- Example#2184 - Closing a connection
 
- Example#2185 - Database connections are not closed until all references are closed
 
- Example#2186 - Closing a connection opened more than once
 
- Example#2187 - Connections are closed when variables go out of scope
 
- Example#2188 - oci_commit 例子
 
- Example#2189 - oci_commit example
 
- Example#2190 - oci_connect 例子
 
- Example#2191 - Basic oci_connect using Easy Connect syntax
 
- Example#2192 - Basic oci_connect using a Network Connect name
 
- Example#2193 - oci_connect with an explicit character set
 
- Example#2194 - Using multiple calls to oci_connect
 
- Example#2195 - oci_define_by_name 例子
 
- Example#2196 - 连接错误后显示 Oracle 错误信息
 
- Example#2197 - 语法解析错误后显示 Oracle 错误信息
 
- Example#2198 - 执行错误后显示 Oracle 错误信息和出错的语句
 
- Example#2199 - oci_execute for queries
 
- Example#2200 - oci_execute without specifying a mode example
 
- Example#2201 - oci_execute with OCI_NO_AUTO_COMMIT example
 
- Example#2202 - oci_execute with different commit modes example
 
- Example#2203 - oci_execute with
     OCI_DESCRIBE_ONLY example
 
- Example#2204 - oci_fetch_all 例子
 
- Example#2205 - oci_fetch_all example
 
- Example#2206 - oci_fetch_all example with OCI_FETCHSTATEMENT_BY_ROW
 
- Example#2207 - oci_fetch_all with OCI_NUM
 
- Example#2208 - oci_fetch_array with OCI_BOTH
 
- Example#2209 - oci_fetch_array with OCI_NUM
 
- Example#2210 - oci_fetch_array with OCI_ASSOC
 
- Example#2211 - oci_fetch_array with OCI_RETURN_NULLS
 
- Example#2212 - oci_fetch_array with OCI_RETURN_LOBS
 
- Example#2213 - oci_fetch_array with case sensitive column names
 
- Example#2214 - oci_fetch_array with columns having duplicate names
 
- Example#2215 - oci_fetch_array with DATE columns
 
- Example#2216 - oci_fetch_array with REF CURSOR
 
- Example#2217 - Pagination with oci_fetch_array using a LIMIT-like query
 
- Example#2218 - oci_fetch_array with Oracle Database 12c Implicit Result Sets
 
- Example#2219 - oci_fetch_assoc Example
 
- Example#2220 - oci_fetch_object example
 
- Example#2221 - oci_fetch_object with case sensitive column names
 
- Example#2222 - oci_fetch_object with LOBs
 
- Example#2223 - oci_fetch_row Example
 
- Example#2224 - oci_fetch with defined variables
 
- Example#2225 - oci_fetch with oci_result
 
- Example#2226 - oci_field_name 例子
 
- Example#2227 - oci_field_size例子
 
- Example#2228 - oci_field_type 例子
 
- Example#2229 - Fetching Implicit Result Sets in a loop
 
- Example#2230 - Getting child statement handles individually
 
- Example#2231 - Explicitly setting the Prefetch Count
 
- Example#2232 - Implicit Result Set example without using oci_get_implicit_resultset
 
- Example#2233 - oci_new_connect 例子
 
- Example#2234 - oci_new_connect example
 
- Example#2235 - 在 Oracle 的存储过程中使用 REF CURSOR
 
- Example#2236 - 在 Oracle 的 select 语句中使用 REF CURSOR
 
- Example#2237 - oci_new_descriptor 例子
 
- Example#2238 - oci_new_descriptor 例子
 
- Example#2239 - oci_num_fields 例子
 
- Example#2240 - oci_num_rows 例子
 
- Example#2241 - oci_rollback example
 
- Example#2242 - Rolling back to a SAVEPOINT example
 
- Example#2243 - oci_server_version 例子
 
- Example#2244 - Setting the action
 
- Example#2245 - Setting the client identifier to the application user
 
- Example#2246 - Setting the client information
 
- Example#2247 - Two scripts can use different versions of myfunc() at the same time
 
- Example#2248 - Setting the module name
 
- Example#2249 - Changing the default prefetch value for a query
 
- Example#2250 - Changing the default prefetch for a REF CURSOR fetch
 
- Example#2251 - Setting the prefetch value when passing a REF CURSOR back to Oracle
 
- Example#2252 - oci_statement_type 例子
 
- Example#2253 - Creating a Paradox database with two fields
 
- Example#2254 - Turn a paradox date into a human readable form
 
- Example#2255 - Set the date/time fields in a paradox database to the current
    date/time
 
- Example#2256 - Opening a Paradox database
 
- Example#2257 - Opening a Paradox database
 
- Example#2258 - Turn a paradox timestamp into a human readable form
 
- Example#2259 - PostgreSQL extension overview example
 
- Example#2260 - pg_affected_rows 例子
 
- Example#2261 - pg_close 例子
 
- Example#2262 - 使用 pg_connect
 
- Example#2263 - pg_connection_busy 例子
 
- Example#2264 - pg_connection_reset 例子
 
- Example#2265 - pg_connection_status 例子
 
- Example#2266 - pg_connection_status 例子
 
- Example#2267 - pg_convert example
 
- Example#2268 - pg_copy_from example
 
- Example#2269 - pg_dbname 例子
 
- Example#2270 - pg_delete 例子
 
- Example#2271 - pg_end_copy 例子
 
- Example#2272 - pg_escape_identifier example
 
- Example#2273 - pg_escape_literal example
 
- Example#2274 - Using pg_execute
 
- Example#2275 - pg_fetch_all_columns example
 
- Example#2276 - pg_fetch_all 例子
 
- Example#2277 - pg_fetch_array
 
- Example#2278 - pg_fetch_assoc 例子
 
- Example#2279 - pg_fetch_object
 
- Example#2280 - pg_fetch_row 例子
 
- Example#2281 - pg_field_is_null 例子
 
- Example#2282 - 获取字段信息
 
- Example#2283 - Getting table information about a field
 
- Example#2284 - Getting information about fields
 
- Example#2285 - pg_free_result example
 
- Example#2286 - PostgreSQL NOTIFY 消息
 
- Example#2287 - PostgreSQL 后端 PID
 
- Example#2288 - pg_insert example
 
- Example#2289 - pg_last_notice example
 
- Example#2290 - pg_lo_export example
 
- Example#2291 - pg_lo_import 例子
 
- Example#2292 - pg_lo_truncate example
 
- Example#2293 - pg_lo_unlink example
 
- Example#2294 - 取得表的元数据
 
- Example#2295 - pg_parameter_status example
 
- Example#2296 - Using pg_pconnect
 
- Example#2297 - pg_ping
 
- Example#2298 - Using pg_prepare
 
- Example#2299 - pg_put_line 例子
 
- Example#2300 - Using pg_query_params
 
- Example#2301 - pg_result_error_field example
 
- Example#2302 - pg_select example
 
- Example#2303 - Using pg_send_execute
 
- Example#2304 - Using pg_send_prepare
 
- Example#2305 - Using pg_send_query_params
 
- Example#2306 - 异步查询
 
- Example#2307 - pg_set_error_verbosity example
 
- Example#2308 - pg_transaction_status example
 
- Example#2309 - pg_update example
 
- Example#2310 - pg_version example
 
- Example#2311 - 过程化风格
 
- Example#2312 - Object-oriented style
 
- Example#2313 - 过程化风格
 
- Example#2314 - 面向对象风格
 
- Example#2315 - 过程化风格
 
- Example#2316 - 面向对象风格
 
- Example#2317 - sqlite_close example
 
- Example#2318 - max_length aggregation function example
 
- Example#2319 - sqlite_create_function example
 
- Example#2320 - Example of using the PHP function
 
- Example#2321 - Procedural example
 
- Example#2322 - Object-oriented example
 
- Example#2323 - sqlite_factory example
 
- Example#2324 - Procedural example
 
- Example#2325 - Object-oriented example
 
- Example#2326 - Procedural example
 
- Example#2327 - Object-oriented example
 
- Example#2328 - Procedural example
 
- Example#2329 - Object-oriented example
 
- Example#2330 - A sqlite_fetch_single example
 
- Example#2331 - Procedural example
 
- Example#2332 - Object-oriented example
 
- Example#2333 - sqlite_open example
 
- Example#2334 - binary-safe max_length aggregation function example
 
- Example#2335 - SQLite3::changes example
 
- Example#2336 - SQLite3::close example
 
- Example#2337 - SQLite3::__construct example
 
- Example#2338 - SQLite3::createCollation example
 
- Example#2339 - SQLite3::createFunction example
 
- Example#2340 - SQLite3::enableExceptions example
 
- Example#2341 - SQLite3::exec example
 
- Example#2342 - SQLite3::loadExtension example
 
- Example#2343 - SQLite3::open example
 
- Example#2344 - SQLite3::openBlob example
 
- Example#2345 - Incrementally writing a BLOB
 
- Example#2346 - SQLite3::prepare example
 
- Example#2347 - SQLite3::query example
 
- Example#2348 - SQLite3::querySingle example
 
- Example#2349 - SQLite3::version example
 
- Example#2350 - SQLite3Stmt::bindValue example
 
- Example#2351 - sqlsrv_begin_transaction example
 
- Example#2352 - sqlsrv_cancel example
 
- Example#2353 - sqlsrv_client_info example
 
- Example#2354 - sqlsrv_close example
 
- Example#2355 - sqlsrv_commit example
 
- Example#2356 - Connect using Windows Authentication.
 
- Example#2357 - Connect by specifying a user name and password.
 
- Example#2358 - Connect on a specifed port.
 
- Example#2359 - functionname example
 
- Example#2360 - sqlsrv_execute example
 
- Example#2361 - Retrieving an associative array.
 
- Example#2362 - Retrieving a numeric array.
 
- Example#2363 - sqlsrv_fetch_object example
 
- Example#2364 - sqlsrv_fetch example
 
- Example#2365 - sqlsrv_field_metadata example
 
- Example#2366 - sqlsrv_free_stmt example
 
- Example#2367 - sqlsrv_get_field example
 
- Example#2368 - sqlsrv_has_rows example
 
- Example#2369 - sqlsrv_next_result example
 
- Example#2370 - sqlsrv_num_fields example
 
- Example#2371 - sqlsrv_num_rows example
 
- Example#2372 - sqlsrv_prepare example
 
- Example#2373 - sqlsrv_query example
 
- Example#2374 - sqlsrv_rollback example
 
- Example#2375 - sqlsrv_rows_affected example
 
- Example#2376 - sqlsrv_send_stream_data example
 
- Example#2377 - sqlsrv_server_info example
 
- Example#2378 - Delete-Query
 
- Example#2379 - sybase_connect example
 
- Example#2380 - Identical fieldnames
 
- Example#2381 - sybase_fetch_object return as Foo
 
- Example#2382 - sybase_set_message_handler callback function
 
- Example#2383 - sybase_set_message_handler callback to a class
 
- Example#2384 - sybase_set_message_handler unhandled messages
 
- Example#2385 - sybase_unbuffered_query example
 
- Example#2386 - Putting and getting a key-value pair
 
- Example#2387 - TokyoTyrant::add example
 
- Example#2388 - TokyoTyrant::connect example
 
- Example#2389 - TokyoTyrant::connectUri example
 
- Example#2390 - TokyoTyrant::copy example
 
- Example#2391 - TokyoTyrant::ext example
 
- Example#2392 - TokyoTyrant::fwmKeys example
 
- Example#2393 - TokyoTyrant::get example
 
- Example#2394 - TokyoTyrant::getIterator example
 
- Example#2395 - TokyoTyrant::num example
 
- Example#2396 - TokyoTyrant::out example
 
- Example#2397 - TokyoTyrant::put example
 
- Example#2398 - TokyoTyrant::putCat example
 
- Example#2399 - tokyotyrant::putKeep example
 
- Example#2400 - TokyoTyrant::putNr example
 
- Example#2401 - TokyoTyrant::putShl example
 
- Example#2402 - TokyoTyrant::setMaster example
 
- Example#2403 - TokyoTyrant::size example
 
- Example#2404 - TokyoTyrant::stat example
 
- Example#2405 - TokyoTyrant::vanish example
 
- Example#2406 - TokyoTyrantTable::genUid example
 
- Example#2407 - TokyoTyrantTable::get example
 
- Example#2408 - TokyoTyrantTable::getIterator example
 
- Example#2409 - TokyoTyrantTable::getQuery example
 
- Example#2410 - TokyoTyrantTable::out example
 
- Example#2411 - TokyoTyrantTable::put example
 
- Example#2412 - TokyoTyrantTable::putCat example
 
- Example#2413 - TokyoTyrantTable::putKeep example
 
- Example#2414 - TokyoTyrantQuery::addCond example
 
- Example#2415 - TokyoTyrantQuery::__construct example
 
- Example#2416 - TokyoTyrantQuery::count example
 
- Example#2417 - TokyoTyrantQuery iterator example
 
- Example#2418 - TokyoTyrantQuery::hint example
 
- Example#2419 - TokyoTyrantQuery iterator example
 
- Example#2420 - TokyoTyrantQuery::metaSearch example
 
- Example#2421 - TokyoTyrantQuery iterator example
 
- Example#2422 - TokyoTyrantQuery::out example
 
- Example#2423 - TokyoTyrantQuery iterator example
 
- Example#2424 - TokyoTyrantQuery::search example
 
- Example#2425 - TokyoTyrantQuery iterator example
 
- Example#2426 - TokyoTyrantIterator::__construct example
 
- Example#2427 - cal_days_in_month example
 
- Example#2428 - cal_from_jd example
 
- Example#2429 - cal_info example
 
- Example#2430 - easter_date example
 
- Example#2431 - easter_days example
 
- Example#2432 - Calendar functions
 
- Example#2433 - jdtojewish Example
 
- Example#2434 - DateTime::add/sub add intervals which cover elapsed time
 
- Example#2435 - DateTime::modify and strtotime increment or decrement individual component values
 
- Example#2436 - Adding or subtracting times can over- or underflow dates
 
- Example#2437 - DateTime::add example
 
- Example#2438 - Further DateTime::add examples
 
- Example#2439 - Beware when adding months
 
- Example#2440 - DateTime::__construct example
 
- Example#2441 - Intricacies of DateTime::__construct
 
- Example#2442 - DateTime::createFromFormat example
 
- Example#2443 - Intricacies of DateTime::createFromFormat
 
- Example#2444 - Format string with literal characters
 
- Example#2445 - DateTime::getLastErrors example
 
- Example#2446 - DateTime::modify example
 
- Example#2447 - Beware when adding or subtracting months
 
- Example#2448 - DateTime::setDate example
 
- Example#2449 - Values exceeding ranges are added to their parent values
 
- Example#2450 - DateTime::setISODate example
 
- Example#2451 - Values exceeding ranges are added to their parent values
 
- Example#2452 - Finding the month a week is in
 
- Example#2453 - DateTime::setTime example
 
- Example#2454 - Values exceeding ranges are added to their parent values
 
- Example#2455 - DateTime::setTimestamp example
 
- Example#2456 - DateTime::setTimestamp alternative in PHP 5.2
 
- Example#2457 - DateTime::setTimeZone example
 
- Example#2458 - DateTime::sub example
 
- Example#2459 - Further DateTime::sub examples
 
- Example#2460 - Beware when subtracting months
 
- Example#2461 - Creating an immutable date time object
 
- Example#2462 - DateTime::diff example
 
- Example#2463 - DateTime object comparison
 
- Example#2464 - DateTime::format example
 
- Example#2465 - DateTime::getOffset example
 
- Example#2466 - DateTime::getTimestamp example
 
- Example#2467 - DateTime::getTimezone example
 
- Example#2468 - Catching errors when instantiating DateTimeZone
 
- Example#2469 - DateTimeZone::getLocation 函数的范例:
 
- Example#2470 - DateTimeZone::getOffset 例子
 
- Example#2471 - A timezone_transitions_get example
 
- Example#2472 - timezone_abbreviations_list 函数的范例:
 
- Example#2473 - timezone_identifiers_list 函数的范例:
 
- Example#2474 - DateInterval example
 
- Example#2475 - Parsing valid date intervals
 
- Example#2476 - DateInterval example
 
- Example#2477 - DateInterval and carry over points
 
- Example#2478 - DateInterval and 
     DateTime::diff with the %a and %d modifiers
 
- Example#2479 - DatePeriod example
 
- Example#2480 - DatePeriod example with DatePeriod::EXCLUDE_START_DATE
 
- Example#2481 - DatePeriod::getDateInterval example
 
- Example#2482 - DatePeriod::getEndDate example
 
- Example#2483 - DatePeriod::getEndDate without an end date
 
- Example#2484 - DatePeriod::getStartDate example
 
- Example#2485 - checkdate 例子
 
- Example#2486 - 获取默认时区
 
- Example#2487 - 获取一个时区的简写
 
- Example#2488 - 获取默认时区
 
- Example#2489 - date_parse_from_format example
 
- Example#2490 - A date_parse example
 
- Example#2491 - date_parse with relative formats
 
- Example#2492 - A date_sun_info example
 
- Example#2493 - date_sunrise 例子
 
- Example#2494 - date_sunset 例子
 
- Example#2495 - date 例子
 
- Example#2496 - 在 date 中转义字符
 
- Example#2497 - date 和 mktime 例子
 
- Example#2498 - date 格式举例
 
- Example#2499 - date 函数示例
 
- Example#2500 - 对 date 函数中的格式字符串进行转义
 
- Example#2501 - date 和 mktime 联合使用示例
 
- Example#2502 - date 函数格式化
 
- Example#2503 - getdate 例子
 
- Example#2504 - gettimeofday 例子
 
- Example#2505 - gmdate 例子
 
- Example#2506 - gmmktime 在 Windows 中的边界
 
- Example#2507 - gmstrftime 例子
 
- Example#2508 - localtime 例子
 
- Example#2509 - 用 microtime 对脚本的运行计时
 
- Example#2510 - 基本例子
 
- Example#2511 - mktime 例子
 
- Example#2512 - 下个月的最后一天
 
- Example#2513 - strftime 区域的例子
 
- Example#2514 - ISO 8601:1988 week number example
 
- Example#2515 - %e 修改器跨平台兼容的例子
 
- Example#2516 - 显示所有已知和未知的格式
 
- Example#2517 - strptime 例子
 
- Example#2518 - strtotime 例子
 
- Example#2519 - 失败检查
 
- Example#2520 - time 例子
 
- Example#2521 - A timezone_name_from_abbr example
 
- Example#2522 - Getting the timezonedb version
 
- Example#2523 - Measure several code blocks execution and get the total
 
- Example#2524 - Closing an open file descriptor
 
- Example#2525 - Setting and clearing a lock
 
- Example#2526 - Opening a file descriptor
 
- Example#2527 - Positioning in a file
 
- Example#2528 - Setting the baud rate on a serial port
 
- Example#2529 - chdir 例子
 
- Example#2530 - chroot example
 
- Example#2531 - closedir 例子
 
- Example#2532 - dir 示例
 
- Example#2533 - getcwd 例子
 
- Example#2534 - opendir 例子
 
- Example#2535 - 列出目录中的所有文件
 
- Example#2536 - 列出当前目录的所有文件并去掉 . 和 ..
 
- Example#2537 - 一个简单的 scandir 例子
 
- Example#2538 - scandir 在 PHP 4 中的实现
 
- Example#2539 - finfo_buffer 函数例程
 
- Example#2540 - finfo_file 例程
 
- Example#2541 - 面向对象风格
 
- Example#2542 - 过程化风格
 
- Example#2543 - mime_content_type 示例
 
- Example#2544 - basename 例子
 
- Example#2545 - 改变文件所属的组
 
- Example#2546 - 简单的 chown 用法
 
- Example#2547 - clearstatcache 例子
 
- Example#2548 - copy 例子
 
- Example#2549 - dirname 例子
 
- Example#2550 - disk_free_space 例子
 
- Example#2551 - disk_total_space 例子
 
- Example#2552 - 一个简单 fclose 例子
 
- Example#2553 - 处理 feof 的超时
 
- Example#2554 - 使用无效文件指针的 feof 例子
 
- Example#2555 - File write example using fflush
 
- Example#2556 - 一个 fgetc 例子
 
- Example#2557 - 读取并显示 CSV 文件的整个内容
 
- Example#2558 - 逐行读取文件
 
- Example#2559 - 一行行读取一个 PHP 文件
 
- Example#2560 - 测试一个文件是否存在
 
- Example#2561 - Get and output the source of the homepage of a website
 
- Example#2562 - Searching within the include_path
 
- Example#2563 - Reading a section of a file
 
- Example#2564 - Using stream contexts
 
- Example#2565 - Simple usage example
 
- Example#2566 - Using flags
 
- Example#2567 - file 例子
 
- Example#2568 - fileatime 例子
 
- Example#2569 - filectime 例子
 
- Example#2570 - 查找文件所在的组
 
- Example#2571 - 将某个文件和当前文件的 inode 进行对比
 
- Example#2572 - filemtime  例子
 
- Example#2573 - 找到文件的所有者
 
- Example#2574 - 以八进制的形式显示文件的权限
 
- Example#2575 - 输出全部权限
 
- Example#2576 - filesize 例子
 
- Example#2577 - filetype 例子
 
- Example#2578 - flock 例子
 
- Example#2579 - flock 使用 LOCK_NB 选项
 
- Example#2580 - 用 shell 中的通配符模式匹配来检查颜色名称
 
- Example#2581 - fopen 例子
 
- Example#2582 - 对二进制文件使用 fpassthru
 
- Example#2583 - fputcsv 例子
 
- Example#2584 - 一个简单的 fread 例子
 
- Example#2585 - Binary fread example
 
- Example#2586 - Remote fread examples
 
- Example#2587 - fscanf 例子
 
- Example#2588 - users.txt 的内容
 
- Example#2589 - fseek 例子
 
- Example#2590 - fstat 例子
 
- Example#2591 - ftell 例子
 
- Example#2592 - File truncation example
 
- Example#2593 - 一个简单的 fwrite 例子
 
- Example#2594 - 怎样用 glob 方便地替代
    opendir 和相关函数
 
- Example#2595 - is_dir 例子
 
- Example#2596 - is_executable 例子
 
- Example#2597 - is_file 例子
 
- Example#2598 - 创建并确认一个文件是否为符号连接
 
- Example#2599 - is_readable 例子
 
- Example#2600 - is_uploaded_file 例子
 
- Example#2601 - is_writable 例子
 
- Example#2602 - 更改符号链接的所有组
 
- Example#2603 - Changing the owner of a symbolic link
 
- Example#2604 - Creating a simple hard link
 
- Example#2605 - linkinfo 例子
 
- Example#2606 - stat 和 lstat 的对照
 
- Example#2607 - mkdir 例子
 
- Example#2608 - 通过 recursive 参数使用 mkdir
 
- Example#2609 - Uploading multiple files
 
- Example#2610 - sample.ini 的内容
 
- Example#2611 - parse_ini_file 例子
 
- Example#2612 - parse_ini_file parsing a php.ini file
 
- Example#2613 - pathinfo 例子
 
- Example#2614 - pathinfo example showing difference between null and no extension
 
- Example#2615 - pclose 例子
 
- Example#2616 - popen 例子
 
- Example#2617 - popen 例子
 
- Example#2618 - 使用 readfile 强制下载
 
- Example#2619 - readlink 例
 
- Example#2620 - realpath_cache_get example
 
- Example#2621 - realpath_cache_size example
 
- Example#2622 - realpath 例子
 
- Example#2623 - Windows 上的 realpath
 
- Example#2624 - rename 例子
 
- Example#2625 - rewind overwriting example
 
- Example#2626 - rmdir 例子
 
- Example#2627 - stat 例子
 
- Example#2628 - Using stat information together with touch
 
- Example#2629 - 创建一个符号连接
 
- Example#2630 - tempnam 例子
 
- Example#2631 - tmpfile 例子
 
- Example#2632 - touch 例子
 
- Example#2633 - 使用 time 参数的 touch
 
- Example#2634 - umask 例子
 
- Example#2635 - 基本的 unlink 用法
 
- Example#2636 - Example usage of inotify
 
- Example#2637 - Setting the path to magic.mime
 
- Example#2638 - setproctitle example
 
- Example#2639 - setthreadtitle example
 
- Example#2640 - Checks if system administrator has signed the file
 
- Example#2641 - Prints names of all extended attributes of file
 
- Example#2642 - Removes all extended attributes of a file
 
- Example#2643 - Sets extended attributes on .wav file
 
- Example#2644 - xattr_supported example
 
- Example#2645 - xdiff_file_bdiff_size example
 
- Example#2646 - xdiff_file_bdiff example
 
- Example#2647 - xdiff_file_bpatch example
 
- Example#2648 - xdiff_file_diff_binary example
 
- Example#2649 - xdiff_file_diff example
 
- Example#2650 - xdiff_file_merge3 example
 
- Example#2651 - xdiff_file_patch_binary example
 
- Example#2652 - xdiff_file_patch example
 
- Example#2653 - Patch reversing example
 
- Example#2654 - xdiff_file_rabdiff example
 
- Example#2655 - xdiff_string_bdiff_size example
 
- Example#2656 - xdiff_string_diff example
 
- Example#2657 - xdiff_string_patch example
 
- Example#2658 - Enchant Usage Example
 
- Example#2659 - List the backends provided by the given broker
 
- Example#2660 - A enchant_broker_dict_exists example
 
- Example#2661 - List all available dictionaries for one broker
 
- Example#2662 - A enchant_broker_request_dict example
 
- Example#2663 - Adding a word to a PWL
 
- Example#2664 - A enchant_dict_describe example
 
- Example#2665 - A enchant_dict_quick_check example
 
- Example#2666 - A enchant_dict_suggest example
 
- Example#2667 - Usage example.
 
- Example#2668 - Using Gender\Gender::country
 
- Example#2669 - bindtextdomain example
 
- Example#2670 - gettext-check
 
- Example#2671 - ngettext example
 
- Example#2672 - iconv_get_encoding 例子
 
- Example#2673 - iconv_mime_decode_headers 例子
 
- Example#2674 - iconv_mime_decode实例
 
- Example#2675 - iconv_mime_encode example
 
- Example#2676 - iconv_set_encoding 例子
 
- Example#2677 - iconv 例子
 
- Example#2678 - ob_iconv_handler 例子:
 
- Example#2679 - Example of using the procedural API
 
- Example#2680 - Example of using the object-oriented API
 
- Example#2681 - FRENCH_COLLATION rules
 
- Example#2682 - ALTERNATE_HANDLING rules
 
- Example#2683 - CASE_FIRST rules
 
- Example#2684 - CASE_LEVEL rules
 
- Example#2685 - collator_asortexample
 
- Example#2686 - collator_compareexample
 
- Example#2687 - Collator::__construct example
 
- Example#2688 - collator_create example
 
- Example#2689 - collator_get_attribute example
 
- Example#2690 - collator_get_error_code example
 
- Example#2691 - collator_get_error_message example
 
- Example#2692 - collator_get_locale example
 
- Example#2693 - collator_get_sort_keyexample
 
- Example#2694 - collator_get_strength example
 
- Example#2695 - collator_set_attribute example
 
- Example#2696 - collator_set_strength example
 
- Example#2697 - collator_sort_with_sort_keys example
 
- Example#2698 - collator_sort example
 
- Example#2699 - numfmt_create example
 
- Example#2700 - NumberFormatter::create example
 
- Example#2701 - numfmt_format_currency example
 
- Example#2702 - OO example
 
- Example#2703 - numfmt_format example
 
- Example#2704 - OO example
 
- Example#2705 - numfmt_get_attribute example
 
- Example#2706 - OO example
 
- Example#2707 - numfmt_get_error_code example
 
- Example#2708 - OO example
 
- Example#2709 - numfmt_get_error_message example
 
- Example#2710 - OO example
 
- Example#2711 - numfmt_get_locale example
 
- Example#2712 - numfmt_get_pattern example
 
- Example#2713 - OO example
 
- Example#2714 - numfmt_get_symbol example
 
- Example#2715 - OO example
 
- Example#2716 - numfmt_get_text_attribute example
 
- Example#2717 - OO example
 
- Example#2718 - numfmt_parse_currency example
 
- Example#2719 - OO example
 
- Example#2720 - numfmt_parse example
 
- Example#2721 - OO example
 
- Example#2722 - numfmt_set_attribute example
 
- Example#2723 - OO example
 
- Example#2724 - numfmt_set_pattern example
 
- Example#2725 - OO example
 
- Example#2726 - numfmt_set_symbol example
 
- Example#2727 - OO example
 
- Example#2728 - numfmt_set_text_attribute example
 
- Example#2729 - OO example
 
- Example#2730 - locale_accept_from_http example
 
- Example#2731 - OO example
 
- Example#2732 - locale_compose example
 
- Example#2733 - OO example
 
- Example#2734 - locale_filter_matches example
 
- Example#2735 - OO example
 
- Example#2736 - locale_get_all_variants example
 
- Example#2737 - OO example
 
- Example#2738 - locale_get_default example
 
- Example#2739 - OO example
 
- Example#2740 - locale_get_display_language example
 
- Example#2741 - OO example
 
- Example#2742 - locale_get_display_name example
 
- Example#2743 - OO example
 
- Example#2744 - locale_get_display_region example
 
- Example#2745 - OO example
 
- Example#2746 - locale_get_display_script example
 
- Example#2747 - OO example
 
- Example#2748 - locale_get_display_variant example
 
- Example#2749 - OO example
 
- Example#2750 - locale_get_keywords example
 
- Example#2751 - OO example
 
- Example#2752 - locale_get_primary_language example
 
- Example#2753 - OO example
 
- Example#2754 - locale_get_region example
 
- Example#2755 - OO example
 
- Example#2756 - locale_get_script example
 
- Example#2757 - OO example
 
- Example#2758 - locale_lookup example
 
- Example#2759 - OO example
 
- Example#2760 - locale_parse example
 
- Example#2761 - OO example
 
- Example#2762 - locale_set_default example
 
- Example#2763 - OO example
 
- Example#2764 - normalizer_is_normalized example
 
- Example#2765 - OO example
 
- Example#2766 - normalizer_normalize example
 
- Example#2767 - OO example
 
- Example#2768 - msgfmt_create example
 
- Example#2769 - OO example
 
- Example#2770 - msgfmt_format_message example
 
- Example#2771 - OO example
 
- Example#2772 - msgfmt_format example
 
- Example#2773 - OO example
 
- Example#2774 - msgfmt_get_error_code example
 
- Example#2775 - OO example
 
- Example#2776 - msgfmt_get_error_message example
 
- Example#2777 - OO example
 
- Example#2778 - msgfmt_get_locale example
 
- Example#2779 - OO example
 
- Example#2780 - msgfmt_get_pattern example
 
- Example#2781 - OO example
 
- Example#2782 - msgfmt_parse_message example
 
- Example#2783 - OO example
 
- Example#2784 - msgfmt_parse example
 
- Example#2785 - OO example
 
- Example#2786 - msgfmt_set_pattern example
 
- Example#2787 - OO example
 
- Example#2788 - IntlCalendar::add
 
- Example#2789 - IntlCalendar::after
 
- Example#2790 - IntlCalendar::clear examples
 
- Example#2791 - IntlCalendar::createInstance
 
- Example#2792 - IntlCalendar::equals
 
- Example#2793 - IntlCalendar::fieldDifference
 
- Example#2794 - IntlCalendar::fromDateTime
 
- Example#2795 - IntlCalendar::get
 
- Example#2796 - IntlCalendar::getActualMaximum
 
- Example#2797 - IntlCalendar::getAvailableLocales()
 
- Example#2798 - IntlCalendar::getDayOfWeekType
 
- Example#2799 - IntlCalendar::getErrorCode and
   IntlCalendar::getErrorMessage
 
- Example#2800 - IntlCalendar::getErrorMessage
 
- Example#2801 - IntlCalendar::getFirstDayOfWeek
 
- Example#2802 - IntlCalendar::getKeyworkValuesForLocale
 
- Example#2803 - Maxima examples
 
- Example#2804 - IntlCalendar::getLocale
 
- Example#2805 - IntlCalendar::getMinimalDaysInFirstWeek
 
- Example#2806 - IntlCalendar::getNow
 
- Example#2807 - IntlCalendar::getRepeatedWallTimeOption
 
- Example#2808 - IntlCalendar::getSkippedWallTimeOption
 
- Example#2809 - IntlCalendar::getTime
 
- Example#2810 - IntlCalendar::getTimeZone
 
- Example#2811 - IntlCalendar::getType
 
- Example#2812 - IntlCalendar::inDaylightTime
 
- Example#2813 - IntlCalendar::isEquivalentTo
 
- Example#2814 - IntlCalendar::isLenient
 
- Example#2815 - IntlCalendar::isWeekend
 
- Example#2816 - IntlCalendar::roll
 
- Example#2817 - IntlCalendar::set
 
- Example#2818 - IntlCalendar::setFirstDayOfWeek
 
- Example#2819 - IntlCalendar::setTime
 
- Example#2820 - IntlCalendar::setTimeZone
 
- Example#2821 - IntlCalendar::toDateTime
 
- Example#2822 - datefmt_create example
 
- Example#2823 - OO example
 
- Example#2824 - datefmt_format example
 
- Example#2825 - OO example
 
- Example#2826 - With IntlCalendar object
 
- Example#2827 - IntlDateFormatter::formatObject examples
 
- Example#2828 - datefmt_get_calendar example
 
- Example#2829 - OO example
 
- Example#2830 - datefmt_get_datetype example
 
- Example#2831 - OO example
 
- Example#2832 - datefmt_get_error_code example
 
- Example#2833 - OO example
 
- Example#2834 - datefmt_get_error_message example
 
- Example#2835 - OO example
 
- Example#2836 - datefmt_get_locale example
 
- Example#2837 - OO example
 
- Example#2838 - datefmt_get_pattern example
 
- Example#2839 - OO example
 
- Example#2840 - datefmt_get_timetype example
 
- Example#2841 - OO example
 
- Example#2842 - datefmt_get_timezone_id example
 
- Example#2843 - OO example
 
- Example#2844 - IntlDateFormatter::getCalendarObject example
 
- Example#2845 - IntlDateFormatter::getTimeZone examples
 
- Example#2846 - datefmt_is_lenient example
 
- Example#2847 - OO example
 
- Example#2848 - datefmt_localtime example
 
- Example#2849 - OO example
 
- Example#2850 - OO example
 
- Example#2851 - datefmt_parse example
 
- Example#2852 - datefmt_set_calendar example
 
- Example#2853 - OO example
 
- Example#2854 - Example with IntlCalendar argument
 
- Example#2855 - datefmt_set_lenient example
 
- Example#2856 - OO example
 
- Example#2857 - datefmt_set_pattern example
 
- Example#2858 - OO example
 
- Example#2859 - datefmt_set_timezone_id example
 
- Example#2860 - OO example
 
- Example#2861 - IntlDateFormatter::setTimeZone examples
 
- Example#2862 - resourcebundle_count example
 
- Example#2863 - OO example
 
- Example#2864 - resourcebundle_create example
 
- Example#2865 - ResourceBundle::create example
 
- Example#2866 - resourcebundle_get_error_code example
 
- Example#2867 - OO example
 
- Example#2868 - resourcebundle_get_error_message example
 
- Example#2869 - OO example
 
- Example#2870 - resourcebundle_get example
 
- Example#2871 - OO example
 
- Example#2872 - resourcebundle_locales example
 
- Example#2873 - OO example
 
- Example#2874 - Spoofchecker::areConfusable example
 
- Example#2875 - Spoofchecker::isSuspicious example
 
- Example#2876 - Converting escaped UTF-16 code units
 
- Example#2877 - grapheme_extract example
 
- Example#2878 - grapheme_stripos example
 
- Example#2879 - grapheme_stristr example
 
- Example#2880 - grapheme_strlen example
 
- Example#2881 - grapheme_strpos example
 
- Example#2882 - grapheme_strripos example
 
- Example#2883 - grapheme_strrpos example
 
- Example#2884 - grapheme_strstr example
 
- Example#2885 - grapheme_substr example
 
- Example#2886 - idn_to_ascii example
 
- Example#2887 - idn_to_utf8 example
 
- Example#2888 - Testing different code points
 
- Example#2889 - Testing different code points
 
- Example#2890 - Testing different code points
 
- Example#2891 - Testing different code points
 
- Example#2892 - Testing different code points
 
- Example#2893 - Testing different code points
 
- Example#2894 - Testing different code points
 
- Example#2895 - Testing different code points
 
- Example#2896 - Testing different code points
 
- Example#2897 - Enumerating over a sample range of code points
 
- Example#2898 - Enumerating over a sample range of code points
 
- Example#2899 - Testing different code points
 
- Example#2900 - Testing different code points
 
- Example#2901 - Testing different code points
 
- Example#2902 - Testing different code points
 
- Example#2903 - Testing different code points
 
- Example#2904 - Testing different properties
 
- Example#2905 - Testing different properties
 
- Example#2906 - Testing different properties
 
- Example#2907 - Testing different code points
 
- Example#2908 - Testing different properties
 
- Example#2909 - Testing different properties
 
- Example#2910 - Testing different properties
 
- Example#2911 - Testing different properties
 
- Example#2912 - Testing different properties
 
- Example#2913 - Testing different properties
 
- Example#2914 - Testing different code points
 
- Example#2915 - Testing different code points
 
- Example#2916 - Testing different code points
 
- Example#2917 - Testing different code points
 
- Example#2918 - Testing different code points
 
- Example#2919 - Testing different code points
 
- Example#2920 - Testing different code points
 
- Example#2921 - Testing different code points
 
- Example#2922 - Testing different code points
 
- Example#2923 - Testing different code points
 
- Example#2924 - Testing different code points
 
- Example#2925 - Testing different code points
 
- Example#2926 - Testing different code points
 
- Example#2927 - Testing different code points
 
- Example#2928 - Testing different code points
 
- Example#2929 - Testing different code points
 
- Example#2930 - Testing different code points
 
- Example#2931 - Testing different code points
 
- Example#2932 - Testing different code points
 
- Example#2933 - Testing different code points
 
- Example#2934 - Testing different code points
 
- Example#2935 - Testing different code points
 
- Example#2936 - Testing different code points
 
- Example#2937 - Testing different code points
 
- Example#2938 - Testing different code points
 
- Example#2939 - Testing different code points
 
- Example#2940 - Testing different code points
 
- Example#2941 - Testing different code points
 
- Example#2942 - Testing different code points
 
- Example#2943 - Testing different code points
 
- Example#2944 - Testing different code points
 
- Example#2945 - Testing different code points
 
- Example#2946 - intl_error_name example
 
- Example#2947 - intl_get_error_code example
 
- Example#2948 - intl_get_error_message example
 
- Example#2949 - intl_is_failure example
 
- Example#2950 - php.ini 设置例子
 
- Example#2951 - php.ini 里 EUC-JP 用户的设置
 
- Example#2952 - php.ini 里 SJIS 用户的设置
 
- Example#2953 - 在 php.ini 中禁用 HTTP 输入转换
 
- Example#2954 - php.ini 设置例子
 
- Example#2955 - 脚本例子
 
- Example#2956 - mb_convert_case 例子
 
- Example#2957 - 非拉丁 UTF-8 文本的mb_convert_case 例子
 
- Example#2958 - mb_convert_encoding 例子
 
- Example#2959 - mb_convert_kana example
 
- Example#2960 - mb_convert_variables 例子
 
- Example#2961 - convmap 例子
 
- Example#2962 - convmap 的例子: 编码(escape) JavaScript 字符串
 
- Example#2963 - mb_detect_encoding 例子
 
- Example#2964 - mb_detect_order 例子
 
- Example#2965 - 案例展示了无效的检测顺序
 
- Example#2966 - mb_encode_mimeheader 例子
 
- Example#2967 - convmap example
 
- Example#2968 - mb_encode_numericentity example
 
- Example#2969 - mb_encoding_aliases example
 
- Example#2970 - mb_ereg_replace_callback example
 
- Example#2971 - mb_ereg_replace_callback using anonymous function
      supported in PHP 5.3.0 or later
 
- Example#2972 - mb_internal_encoding 例子
 
- Example#2973 - mb_list_encodings 例子
 
- Example#2974 - mb_output_handler 例子
 
- Example#2975 - mb_preferred_mime_name 例子
 
- Example#2976 - mb_strimwidth 例子
 
- Example#2977 - mb_strtolower 例子
 
- Example#2978 - 非拉丁 UTF-8 文本的 mb_strtolower 例子
 
- Example#2979 - mb_strtoupper 例子
 
- Example#2980 - 非拉丁 UTF-8 文本的 mb_strtoupper 例子
 
- Example#2981 - mb_substitute_character 例子
 
- Example#2982 - mb_substr_count 例子
 
- Example#2983 - pspell_add_to_personal
 
- Example#2984 - pspell_check Example
 
- Example#2985 - pspell_add_to_personal Example
 
- Example#2986 - pspell_config_create
 
- Example#2987 - pspell_config_ignore
 
- Example#2988 - pspell_config_mode Example
 
- Example#2989 - pspell_config_personal
 
- Example#2990 - pspell_config_repl
 
- Example#2991 - pspell_config_runtogether
 
- Example#2992 - pspell_new_config
 
- Example#2993 - pspell_new_personal
 
- Example#2994 - pspell_new
 
- Example#2995 - pspell_add_to_personal
 
- Example#2996 - pspell_store_replacement
 
- Example#2997 - pspell_suggest example
 
- Example#2998 - Basic recode_file example
 
- Example#2999 - Basic recode_string example
 
- Example#3000 - Cairo Example
 
- Example#3001 - cairo_create example
 
- Example#3002 - cairo_font_face_get_type example
 
- Example#3003 - cairo_font_face_status example
 
- Example#3004 - cairo_font_options_create example
 
- Example#3005 - cairo_font_options_equal example
 
- Example#3006 - cairo_font_options_get_antialias example
 
- Example#3007 - cairo_font_options_get_hint_metrics example
 
- Example#3008 - cairo_font_options_get_hint_style example
 
- Example#3009 - cairo_font_options_get_subpixel_order example
 
- Example#3010 - cairo_font_options_hash example
 
- Example#3011 - cairo_font_options_merge example
 
- Example#3012 - cairo_font_options_set_antialias example
 
- Example#3013 - cairo_font_options_set_hint_metrics example
 
- Example#3014 - cairo_font_options_set_hint_style example
 
- Example#3015 - cairo_font_options_set_subpixel_order example
 
- Example#3016 - cairo_font_options_status example
 
- Example#3017 - cairo_format_stride_for_width example
 
- Example#3018 - cairo_image_surface_create_for_data example
 
- Example#3019 - cairo_image_surface_create_from_png example
 
- Example#3020 - cairo_image_surface_create example
 
- Example#3021 - cairo_image_surface_get_data example
 
- Example#3022 - cairo_image_surface_get_format example
 
- Example#3023 - cairo_image_surface_get_height example
 
- Example#3024 - cairo_image_surface_get_stride example
 
- Example#3025 - cairo_image_surface_get_width example
 
- Example#3026 - cairo_matrix_invert example
 
- Example#3027 - cairo_matrix_multiply example
 
- Example#3028 - cairo_matrix_rotate example
 
- Example#3029 - cairo_matrix_transform_distance example
 
- Example#3030 - cairo_matrix_transform_point example
 
- Example#3031 - cairo_matrix_translate example
 
- Example#3032 - cairo_pattern_add_color_stop_rgb example
 
- Example#3033 - cairo_pattern_add_color_stop_rgba example
 
- Example#3034 - cairo_pattern_create_for_surface example
 
- Example#3035 - cairo_pattern_create_linear example
 
- Example#3036 - cairo_pattern_create_radial example
 
- Example#3037 - cairo_pattern_create_rgb example
 
- Example#3038 - cairo_pattern_create_rgba example
 
- Example#3039 - cairo_pattern_get_color_stop_count example
 
- Example#3040 - cairo_pattern_get_color_stop_rgba example
 
- Example#3041 - cairo_pattern_get_extend example
 
- Example#3042 - cairo_pattern_get_filter example
 
- Example#3043 - cairo_pattern_get_linear_points example
 
- Example#3044 - cairo_pattern_get_matrix example
 
- Example#3045 - cairo_pattern_get_radial_circles example
 
- Example#3046 - cairo_pattern_get_rgba example
 
- Example#3047 - cairo_pattern_get_surface example
 
- Example#3048 - cairo_pattern_get_type example
 
- Example#3049 - cairo_pattern_set_extend example
 
- Example#3050 - cairo_pattern_set_filter example
 
- Example#3051 - cairo_pattern_set_matrix example
 
- Example#3052 - cairo_pattern_status example
 
- Example#3053 - cairo_pdf_surface_create example
 
- Example#3054 - cairo_pdf_surface_set_size example
 
- Example#3055 - cairo_ps_get_levels example
 
- Example#3056 - cairo_ps_level_to_string example
 
- Example#3057 - cairo_ps_surface_create example
 
- Example#3058 - cairo_ps_surface_dsc_begin_page_setup example
 
- Example#3059 - cairo_ps_surface_dsc_begin_setup example
 
- Example#3060 - cairo_ps_surface_dsc_comment example
 
- Example#3061 - cairo_ps_surface_get_eps example
 
- Example#3062 - cairo_ps_surface_restrict_to_level example
 
- Example#3063 - cairo_ps_surface_set_eps example
 
- Example#3064 - cairo_ps_surface_set_size example
 
- Example#3065 - cairo_scaled_font_create example
 
- Example#3066 - cairo_scaled_font_extents example
 
- Example#3067 - cairo_scaled_font_get_ctm example
 
- Example#3068 - cairo_scaled_font_get_font_face example
 
- Example#3069 - cairo_scaled_font_get_font_matrix example
 
- Example#3070 - cairo_scaled_font_get_font_options example
 
- Example#3071 - cairo_scaled_font_get_scale_matrix example
 
- Example#3072 - cairo_scaled_font_get_type example
 
- Example#3073 - cairo_scaled_font_glyph_extents example
 
- Example#3074 - cairo_scaled_font_status example
 
- Example#3075 - cairo_scaled_font_text_extents example
 
- Example#3076 - cairo_surface_copy_page example
 
- Example#3077 - cairo_surface_create_similar example
 
- Example#3078 - cairo_surface_finish example
 
- Example#3079 - cairo_surface_flush example
 
- Example#3080 - cairo_surface_get_content example
 
- Example#3081 - cairo_surface_get_device_offset example
 
- Example#3082 - cairo_surface_get_font_options example
 
- Example#3083 - cairo_surface_get_type example
 
- Example#3084 - cairo_surface_mark_dirty_rectangle example
 
- Example#3085 - cairo_surface_mark_dirty example
 
- Example#3086 - cairo_surface_set_device_offset example
 
- Example#3087 - cairo_surface_set_fallback_resolution example
 
- Example#3088 - cairo_surface_show_page example
 
- Example#3089 - cairo_surface_status example
 
- Example#3090 - cairo_surface_write_to_png example
 
- Example#3091 - cairo_svg_surface_create example
 
- Example#3092 - cairo_svg_surface_restrict_to_version example
 
- Example#3093 - cairo_svg_version_to_string example
 
- Example#3094 - 面向对象风格
 
- Example#3095 - 过程化风格
 
- Example#3096 - 面向对象风格
 
- Example#3097 - 过程化风格
 
- Example#3098 - 面向对象风格
 
- Example#3099 - 过程化风格
 
- Example#3100 - 面向对象风格
 
- Example#3101 - 过程化风格
 
- Example#3102 - 面向对象风格
 
- Example#3103 - 过程化风格
 
- Example#3104 - 面向对象风格
 
- Example#3105 - 过程化风格
 
- Example#3106 - 面向对象风格
 
- Example#3107 - 过程化风格
 
- Example#3108 - 面向对象风格
 
- Example#3109 - 过程化风格
 
- Example#3110 - 面向对象风格
 
- Example#3111 - 过程化风格
 
- Example#3112 - 面向对象风格
 
- Example#3113 - 过程化风格
 
- Example#3114 - 面向对象风格
 
- Example#3115 - 过程化风格
 
- Example#3116 - 面向对象风格
 
- Example#3117 - 过程化风格
 
- Example#3118 - 面向对象风格
 
- Example#3119 - 过程化风格
 
- Example#3120 - CairoContext::__construct example
 
- Example#3121 - 面向对象风格
 
- Example#3122 - 过程化风格
 
- Example#3123 - 面向对象风格
 
- Example#3124 - 过程化风格
 
- Example#3125 - 面向对象风格
 
- Example#3126 - 过程化风格
 
- Example#3127 - 面向对象风格
 
- Example#3128 - 过程化风格
 
- Example#3129 - 面向对象风格
 
- Example#3130 - 过程化风格
 
- Example#3131 - 面向对象风格
 
- Example#3132 - 过程化风格
 
- Example#3133 - 面向对象风格
 
- Example#3134 - 过程化风格
 
- Example#3135 - 面向对象风格
 
- Example#3136 - 过程化风格
 
- Example#3137 - 面向对象风格
 
- Example#3138 - 过程化风格
 
- Example#3139 - 面向对象风格
 
- Example#3140 - 过程化风格
 
- Example#3141 - 面向对象风格
 
- Example#3142 - 过程化风格
 
- Example#3143 - 面向对象风格
 
- Example#3144 - 过程化风格
 
- Example#3145 - 面向对象风格
 
- Example#3146 - 过程化风格
 
- Example#3147 - 面向对象风格
 
- Example#3148 - 过程化风格
 
- Example#3149 - 面向对象风格
 
- Example#3150 - 过程化风格
 
- Example#3151 - 面向对象风格
 
- Example#3152 - 过程化风格
 
- Example#3153 - 面向对象风格
 
- Example#3154 - 过程化风格
 
- Example#3155 - 面向对象风格
 
- Example#3156 - 过程化风格
 
- Example#3157 - 面向对象风格
 
- Example#3158 - 过程化风格
 
- Example#3159 - 面向对象风格
 
- Example#3160 - 过程化风格
 
- Example#3161 - 面向对象风格
 
- Example#3162 - 过程化风格
 
- Example#3163 - 面向对象风格
 
- Example#3164 - 过程化风格
 
- Example#3165 - 面向对象风格
 
- Example#3166 - 过程化风格
 
- Example#3167 - 面向对象风格
 
- Example#3168 - 过程化风格
 
- Example#3169 - 面向对象风格
 
- Example#3170 - 过程化风格
 
- Example#3171 - 面向对象风格
 
- Example#3172 - 过程化风格
 
- Example#3173 - 面向对象风格
 
- Example#3174 - 过程化风格
 
- Example#3175 - 面向对象风格
 
- Example#3176 - 过程化风格
 
- Example#3177 - 面向对象风格
 
- Example#3178 - 过程化风格
 
- Example#3179 - 面向对象风格
 
- Example#3180 - 过程化风格
 
- Example#3181 - 面向对象风格
 
- Example#3182 - 过程化风格
 
- Example#3183 - 面向对象风格
 
- Example#3184 - 过程化风格
 
- Example#3185 - 面向对象风格
 
- Example#3186 - 过程化风格
 
- Example#3187 - 面向对象风格
 
- Example#3188 - 过程化风格
 
- Example#3189 - 面向对象风格
 
- Example#3190 - 过程化风格
 
- Example#3191 - 面向对象风格
 
- Example#3192 - 过程化风格
 
- Example#3193 - 面向对象风格
 
- Example#3194 - 过程化风格
 
- Example#3195 - 面向对象风格
 
- Example#3196 - 过程化风格
 
- Example#3197 - 面向对象风格
 
- Example#3198 - 过程化风格
 
- Example#3199 - 面向对象风格
 
- Example#3200 - 过程化风格
 
- Example#3201 - 面向对象风格
 
- Example#3202 - 过程化风格
 
- Example#3203 - 面向对象风格
 
- Example#3204 - 过程化风格
 
- Example#3205 - 面向对象风格
 
- Example#3206 - 过程化风格
 
- Example#3207 - 面向对象风格
 
- Example#3208 - 过程化风格
 
- Example#3209 - 面向对象风格
 
- Example#3210 - 过程化风格
 
- Example#3211 - 面向对象风格
 
- Example#3212 - 过程化风格
 
- Example#3213 - 面向对象风格
 
- Example#3214 - 过程化风格
 
- Example#3215 - 面向对象风格
 
- Example#3216 - 过程化风格
 
- Example#3217 - 面向对象风格
 
- Example#3218 - 过程化风格
 
- Example#3219 - 面向对象风格
 
- Example#3220 - 过程化风格
 
- Example#3221 - 面向对象风格
 
- Example#3222 - 过程化风格
 
- Example#3223 - 面向对象风格
 
- Example#3224 - 过程化风格
 
- Example#3225 - 面向对象风格
 
- Example#3226 - 过程化风格
 
- Example#3227 - 面向对象风格
 
- Example#3228 - 过程化风格
 
- Example#3229 - 面向对象风格
 
- Example#3230 - 过程化风格
 
- Example#3231 - 面向对象风格
 
- Example#3232 - 过程化风格
 
- Example#3233 - 面向对象风格
 
- Example#3234 - 过程化风格
 
- Example#3235 - 面向对象风格
 
- Example#3236 - 过程化风格
 
- Example#3237 - 面向对象风格
 
- Example#3238 - 过程化风格
 
- Example#3239 - 面向对象风格
 
- Example#3240 - 过程化风格
 
- Example#3241 - 面向对象风格
 
- Example#3242 - 过程化风格
 
- Example#3243 - 面向对象风格
 
- Example#3244 - 过程化风格
 
- Example#3245 - 面向对象风格
 
- Example#3246 - 过程化风格
 
- Example#3247 - 面向对象风格
 
- Example#3248 - 过程化风格
 
- Example#3249 - 面向对象风格
 
- Example#3250 - 过程化风格
 
- Example#3251 - 面向对象风格
 
- Example#3252 - 过程化风格
 
- Example#3253 - 面向对象风格
 
- Example#3254 - 过程化风格
 
- Example#3255 - 面向对象风格
 
- Example#3256 - 过程化风格
 
- Example#3257 - 面向对象风格
 
- Example#3258 - 过程化风格
 
- Example#3259 - 面向对象风格
 
- Example#3260 - 过程化风格
 
- Example#3261 - 面向对象风格
 
- Example#3262 - 过程化风格
 
- Example#3263 - 面向对象风格
 
- Example#3264 - 过程化风格
 
- Example#3265 - 面向对象风格
 
- Example#3266 - 过程化风格
 
- Example#3267 - 面向对象风格
 
- Example#3268 - 过程化风格
 
- Example#3269 - 面向对象风格
 
- Example#3270 - 过程化风格
 
- Example#3271 - 面向对象风格
 
- Example#3272 - 过程化风格
 
- Example#3273 - 面向对象风格
 
- Example#3274 - 过程化风格
 
- Example#3275 - 面向对象风格
 
- Example#3276 - 过程化风格
 
- Example#3277 - 面向对象风格
 
- Example#3278 - 过程化风格
 
- Example#3279 - 面向对象风格
 
- Example#3280 - 过程化风格
 
- Example#3281 - 面向对象风格
 
- Example#3282 - 过程化风格
 
- Example#3283 - 面向对象风格
 
- Example#3284 - 过程化风格
 
- Example#3285 - 面向对象风格
 
- Example#3286 - 过程化风格
 
- Example#3287 - 面向对象风格
 
- Example#3288 - 过程化风格
 
- Example#3289 - 面向对象风格
 
- Example#3290 - 过程化风格
 
- Example#3291 - 面向对象风格
 
- Example#3292 - 过程化风格
 
- Example#3293 - 面向对象风格
 
- Example#3294 - 过程化风格
 
- Example#3295 - CairoSurface::createSimilar example
 
- Example#3296 - CairoSurface::finish example
 
- Example#3297 - CairoSurface::flush example
 
- Example#3298 - CairoSurface::getContent example
 
- Example#3299 - CairoSurface::getDeviceOffset example
 
- Example#3300 - 面向对象风格
 
- Example#3301 - 过程化风格
 
- Example#3302 - CairoSurface::getType example
 
- Example#3303 - CairoSurface::markDirty example
 
- Example#3304 - CairoSurface::markDirtyRectangle example
 
- Example#3305 - CairoSurface::setDeviceOffset example
 
- Example#3306 - CairoSurface::setFallbackResolution example
 
- Example#3307 - 面向对象风格
 
- Example#3308 - 过程化风格
 
- Example#3309 - 面向对象风格
 
- Example#3310 - 过程化风格
 
- Example#3311 - CairoSurface::writeToPng example
 
- Example#3312 - CairoSvgSurface::__construct example
 
- Example#3313 - CairoSvgSurface::getVersions example
 
- Example#3314 - 过程化风格
 
- Example#3315 - CairoSvgSurface::restrictToVersion example
 
- Example#3316 - CairoSvgSurface::versionToString example
 
- Example#3317 - CairoImageSurface::__construct example
 
- Example#3318 - CairoImageSurface::createForData example
 
- Example#3319 - CairoImageSurface::createFromPng example
 
- Example#3320 - CairoImageSurface::getData example
 
- Example#3321 - CairoImageSurface::getFormat example
 
- Example#3322 - CairoImageSurface::getHeight example
 
- Example#3323 - CairoImageSurface::getStride example
 
- Example#3324 - CairoImageSurface::getWidth example
 
- Example#3325 - CairoPdfSurface::__construct example
 
- Example#3326 - CairoPdfSurface::setSize example
 
- Example#3327 - CairoPsSurface::__construct example
 
- Example#3328 - CairoPsSurface::dscBeginPageSetup example
 
- Example#3329 - CairoPsSurface::dscBeginSetup example
 
- Example#3330 - CairoPsSurface::dscComment example
 
- Example#3331 - CairoPsSurface::getEps example
 
- Example#3332 - CairoPsSurface::getLevels example
 
- Example#3333 - CairoPsSurface::levelToString example
 
- Example#3334 - CairoPsSurface::restrictToLevel example
 
- Example#3335 - CairoPsSurface::setEps example
 
- Example#3336 - CairoPsSurface::setSize example
 
- Example#3337 - CairoFontFace::__construct example
 
- Example#3338 - CairoFontFace::getType example
 
- Example#3339 - 面向对象风格
 
- Example#3340 - 过程化风格
 
- Example#3341 - CairoFontOptions::__construct example
 
- Example#3342 - CairoFontOptions::equal example
 
- Example#3343 - 面向对象风格
 
- Example#3344 - 过程化风格
 
- Example#3345 - CairoFontOptions::getHintMetrics example
 
- Example#3346 - CairoFontOptions::getHintStyle example
 
- Example#3347 - CairoFontOptions::getSubpixelOrder example
 
- Example#3348 - CairoFontOptions::hash example
 
- Example#3349 - CairoFontOptions::merge example
 
- Example#3350 - 面向对象风格
 
- Example#3351 - 过程化风格
 
- Example#3352 - CairoFontOptions::setHintMetrics example
 
- Example#3353 - CairoFontOptions::setHintStyle example
 
- Example#3354 - CairoFontOptions::setSubpixelOrder example
 
- Example#3355 - 面向对象风格
 
- Example#3356 - 过程化风格
 
- Example#3357 - CairoScaledFont::__construct example
 
- Example#3358 - CairoScaledFont::extents example
 
- Example#3359 - CairoScaledFont::getCtm example
 
- Example#3360 - 面向对象风格
 
- Example#3361 - 过程化风格
 
- Example#3362 - 面向对象风格
 
- Example#3363 - 过程化风格
 
- Example#3364 - 面向对象风格
 
- Example#3365 - 过程化风格
 
- Example#3366 - CairoScaledFont::getScaleMatrix example
 
- Example#3367 - CairoScaledFont::getType example
 
- Example#3368 - CairoScaledFont::glyphExtents example
 
- Example#3369 - 面向对象风格
 
- Example#3370 - 过程化风格
 
- Example#3371 - 面向对象风格
 
- Example#3372 - 过程化风格
 
- Example#3373 - CairoPattern::__construct example
 
- Example#3374 - 面向对象风格
 
- Example#3375 - 过程化风格
 
- Example#3376 - CairoPattern::getType example
 
- Example#3377 - 面向对象风格
 
- Example#3378 - 过程化风格
 
- Example#3379 - 面向对象风格
 
- Example#3380 - 过程化风格
 
- Example#3381 - CairoGradientPattern::addColorStopRgb example
 
- Example#3382 - CairoGradientPattern::addColorStopRgba example
 
- Example#3383 - CairoGradientPattern::getColorStopCount example
 
- Example#3384 - CairoGradientPattern::getColorStopRgba example
 
- Example#3385 - CairoGradientPattern::getExtend example
 
- Example#3386 - CairoGradientPattern::setExtend example
 
- Example#3387 - CairoSolidPattern::__construct example
 
- Example#3388 - CairoSolidPattern::getRgba example
 
- Example#3389 - CairoSurfacePattern::__construct example
 
- Example#3390 - CairoSurfacePattern::getExtend example
 
- Example#3391 - CairoSurfacePattern::getFilter example
 
- Example#3392 - CairoSurfacePattern::getSurface example
 
- Example#3393 - CairoSurfacePattern::setExtend example
 
- Example#3394 - CairoSurfacePattern::setFilter example
 
- Example#3395 - CairoLinearGradient::__construct example
 
- Example#3396 - CairoLinearGradient::getPoints example
 
- Example#3397 - CairoRadialGradient::__construct example
 
- Example#3398 - CairoRadialGradient::getCircles example
 
- Example#3399 - CairoFormat::strideForWidth example
 
- Example#3400 - 面向对象风格
 
- Example#3401 - 过程化风格
 
- Example#3402 - 面向对象风格
 
- Example#3403 - 过程化风格
 
- Example#3404 - 面向对象风格
 
- Example#3405 - 过程化风格
 
- Example#3406 - 面向对象风格
 
- Example#3407 - 过程化风格
 
- Example#3408 - 面向对象风格
 
- Example#3409 - 过程化风格
 
- Example#3410 - CairoMatrix::invert example
 
- Example#3411 - CairoMatrix::multiply example
 
- Example#3412 - 面向对象风格
 
- Example#3413 - 过程化风格
 
- Example#3414 - 面向对象风格
 
- Example#3415 - 过程化风格
 
- Example#3416 - CairoMatrix::transformDistance example
 
- Example#3417 - CairoMatrix::transformPoint example
 
- Example#3418 - 面向对象风格
 
- Example#3419 - 过程化风格
 
- Example#3420 - exif_imagetype 例子
 
- Example#3421 - exif_read_data 例子
 
- Example#3422 - exif_tagname 函数例程
 
- Example#3423 - exif_thumbnail 例子
 
- Example#3424 - 使用 PHP 创建 PNG 图像
 
- Example#3425 - 使用 Alpha 通道为图像加水印
 
- Example#3426 - 使用 imagecopymerge 函数创建半透明水印
 
- Example#3427 - 使用 gd_info
 
- Example#3428 - getimagesize(文件)
 
- Example#3429 - getimagesize(URL)
 
- Example#3430 - getimagesize() 和 MIME 类型
 
- Example#3431 - getimagesize() 返回 IPTC
 
- Example#3432 - getimagesize and MIME types
 
- Example#3433 - getimagesize example
 
- Example#3434 - getimagesize (URL)
 
- Example#3435 - getimagesize() returning IPTC
 
- Example#3436 - getimagesizefromstring 函数例程
 
- Example#3437 - image_type_to_extension 例子
 
- Example#3438 - image_type_to_mime_type (file)
 
- Example#3439 - image2wbmp 例子
 
- Example#3440 - imageaffinematrixconcat example
 
- Example#3441 - imageaffinematrixget example
 
- Example#3442 - imagealphablending usage example
 
- Example#3443 - A comparison of two lines, one with anti-aliasing switched on
 
- Example#3444 - 用 imagearc 画一个圆
 
- Example#3445 - Saving a BMP file
 
- Example#3446 - imagechar 例子
 
- Example#3447 - imagecharup 例子
 
- Example#3448 - imagecolorallocate 例子
 
- Example#3449 - 使用 imagecolorallocatealpha 的例子
 
- Example#3450 - Example of using imagecolorallocatealpha
 
- Example#3451 - 取得各自的 RGB 值
 
- Example#3452 - Search for a set of colors in an image
 
- Example#3453 - 使用 imagecolorclosesthwb 的例子
 
- Example#3454 - Get colors from the GD logo
 
- Example#3455 - imagecolormatch 例子
 
- Example#3456 - Using imagecoloresolvealpha to get colors from an image
 
- Example#3457 - imagecolorsforindex 例子
 
- Example#3458 - Embossing the PHP.net logo
 
- Example#3459 - Gaussian blur
 
- Example#3460 - 简单的例子
 
- Example#3461 - 按比例对图像重新采样
 
- Example#3462 - Resizing an image
 
- Example#3463 - 新建一个新的 GD 图像流并输出图像
 
- Example#3464 - Convert an BMP image to a PNG image using imagecreatefrombmp
 
- Example#3465 - imagecreatefromgd2 例子
 
- Example#3466 - imagecreatefromgd2part example
 
- Example#3467 - imagecreatefromgd 例子
 
- Example#3468 - 处理创建过程中的错误
 
- Example#3469 - 处理创建过程中的错误
 
- Example#3470 - 处理创建 PNG 过程中的错误
 
- Example#3471 - imagecreatefromstring example
 
- Example#3472 - 处理创建 WBMP 过程中的错误
 
- Example#3473 - Convert an WebP image to a jpeg image using imagecreatefromwebp
 
- Example#3474 - Convert an XBM image to a png image using imagecreatefromxbm
 
- Example#3475 - Creating an image instance using imagecreatefromxpm
 
- Example#3476 - 新建一个新的 GD 图像流并输出图像
 
- Example#3477 - imagecrop example
 
- Example#3478 - Proper handling of auto-cropping
 
- Example#3479 - imageellipse 例子
 
- Example#3480 - imagefill 例子
 
- Example#3481 - 创建一 3D 效果的饼状图
 
- Example#3482 - imagefilledellipse 例子
 
- Example#3483 - imagefilledpolygon 例子
 
- Example#3484 - imagefilter 灰度例子
 
- Example#3485 - imagefilter 亮度例子
 
- Example#3486 - imagefilter 上彩例子
 
- Example#3487 - imagefilter grayscale example
 
- Example#3488 - imagefilter brightness example
 
- Example#3489 - imagefilter colorize example
 
- Example#3490 - imagefilter negate example
 
- Example#3491 - imagefilter pixelate example
 
- Example#3492 - Flips an image vertically
 
- Example#3493 - Flips the image horizontally
 
- Example#3494 - imageftbbox example
 
- Example#3495 - imagefttext example
 
- Example#3496 - 输出一个 GD2 图像
 
- Example#3497 - 保存 GD2 图像
 
- Example#3498 - imagegetclip example
 
- Example#3499 - 使用  imagegif 输出一个图像
 
- Example#3500 - 使用 imagegif 将一个 PNG 转换成 GIF
 
- Example#3501 - imagegrabscreen example
 
- Example#3502 - imagegrabwindow example
 
- Example#3503 - Simple detection of true color image instances using imageistruecolor
 
- Example#3504 - 输出 JPEG 图像
 
- Example#3505 - 保存一副 JPEG 图像
 
- Example#3506 - 以 75% 的图像质量输出图像
 
- Example#3507 - imagelayereffect example
 
- Example#3508 - 画一条粗线
 
- Example#3509 - 使用 imageloadfont
 
- Example#3510 - imageopenpolygon example
 
- Example#3511 - Converts any image resource to true color
 
- Example#3512 - imagepolygon 例子
 
- Example#3513 - imagepsbbox 用法
 
- Example#3514 - imagepsencodefont example
 
- Example#3515 - imagepsextendfont 例子
 
- Example#3516 - imagepsfreefont 例子
 
- Example#3517 - imagepsloadfont 例子
 
- Example#3518 - imagepsslantfont example
 
- Example#3519 - imagepstext 用法
 
- Example#3520 - Setting and getting the resolution of an image
 
- Example#3521 - 将图像旋转 180 度
 
- Example#3522 - imagesavealpha 例子
 
- Example#3523 - imagesetinterpolation example
 
- Example#3524 - imagesetstyle 例子
 
- Example#3525 - imagesetthickness example
 
- Example#3526 - imagestring 例子
 
- Example#3527 - 使用 imagesx
 
- Example#3528 - 使用 imagesy
 
- Example#3529 - Converting a true color image to a palette-based image
 
- Example#3530 - imagettftext 例子
 
- Example#3531 - imagetypes 例子
 
- Example#3532 - 保存为 WebP 图像文件
 
- Example#3533 - 保存一个 XBM 文件
 
- Example#3534 - 以不同前景色保存一个 XBM 文件
 
- Example#3535 - Embedding IPTC data into a JPEG
 
- Example#3536 - iptcparse() used together with getimagesize
 
- Example#3537 - jpeg2wbmp 例子
 
- Example#3538 - png2wbmp 例子
 
- Example#3539 - Gmagick Example
 
- Example#3540 - Gmagick::despeckleimage example
 
- Example#3541 - Gmagick::setCompressionQuality
 
- Example#3542 - Creating a thumbnail in Imagick
 
- Example#3543 - Make a thumbnail of all JPG files in a directory
 
- Example#3544 - Creating a reflection of an image
 
- Example#3545 - Filling text with gradient
 
- Example#3546 - Read in GIF image and resize all frames
 
- Example#3547 - Create a PHP logo
 
- Example#3548 - Using Imagick::adaptiveBlurImage:
 
- Example#3549 - Using Imagick::adaptiveResizeImage
 
- Example#3550 - A Imagick::adaptiveSharpenImage example
 
- Example#3551 - Imagick::adaptiveThresholdImage
 
- Example#3552 - Imagick::addNoiseImage
 
- Example#3553 - Imagick::affineTransformImage
 
- Example#3554 - Using Imagick::annotateImage:
 
- Example#3555 - Imagick::appendImages example
 
- Example#3556 - Imagick::autoLevelImage
 
- Example#3557 - Imagick::blackThresholdImage
 
- Example#3558 - Imagick::blueShiftImage
 
- Example#3559 - Using Imagick::blurImage:
 
- Example#3560 - Imagick::borderImage
 
- Example#3561 - Imagick::brightnessContrastImage
 
- Example#3562 - Imagick::charcoalImage
 
- Example#3563 - Using Imagick::chopImage:
 
- Example#3564 - Imagick object cloning in different versions of imagick
 
- Example#3565 - Using Imagick::clutImage:
 
- Example#3566 - Imagick::colorizeImage
 
- Example#3567 - Imagick::colorMatrixImage
 
- Example#3568 - Using Imagick::commentImage:
 
- Example#3569 - Using Imagick::compareImageLayers
 
- Example#3570 - Using Imagick::compareImages:
 
- Example#3571 - Imagick::contrastImage
 
- Example#3572 - Imagick::convolveImage
 
- Example#3573 - Imagick::cropImage
 
- Example#3574 - Imagick::deskewImage
 
- Example#3575 - Imagick::despeckleImage
 
- Example#3576 - Using Imagick::distortImage:
 
- Example#3577 - Imagick::edgeImage
 
- Example#3578 - Imagick::embossImage
 
- Example#3579 - Imagick::enhanceImage
 
- Example#3580 - Imagick::equalizeImage
 
- Example#3581 - Using Imagick::evaluateImage
 
- Example#3582 - Using Imagick::exportImagePixels
 
- Example#3583 - Imagick::filter
 
- Example#3584 - Imagick::flipImage
 
- Example#3585 - Imagick::floodfillPaintImage example
 
- Example#3586 - Imagick::flopImage
 
- Example#3587 - Imagick::forwardFourierTransformImage
 
- Example#3588 - Imagick::frameImage
 
- Example#3589 - Create a sinusoidal gradient
 
- Example#3590 - Create a gradient from the polynomial (4x^2 - 4x + 1)
 
- Example#3591 - Create a complex gradient from the polynomial (4x^2 - 4x^2 + 1) modulated by a sinusoidal gradient
 
- Example#3592 - Imagick::fxImage
 
- Example#3593 - Imagick::gammaImage
 
- Example#3594 - Imagick::gaussianBlurImage
 
- Example#3595 - Imagick::getImageGeometry
 
- Example#3596 - Generates  Imagick::getImageHistogram
 
- Example#3597 - Using Imagick::getImageLength:
 
- Example#3598 - Using Imagick::getImageProperties:
 
- Example#3599 - Using Imagick::getImageProperty:
 
- Example#3600 - Using Imagick::getIteratorIndex:
 
- Example#3601 - Imagick::getPixelIterator
 
- Example#3602 - Imagick::getPixelRegionIterator example
 
- Example#3603 - Getting the size of a raw RGB image set at 200x400, after scaling to 400x800 (compared to width / height)
 
- Example#3604 - Imagick::haldClutImage
 
- Example#3605 - Imagick::identifyFormat
 
- Example#3606 - Example Result Format
 
- Example#3607 - Imagick::implodeImage
 
- Example#3608 - Imagick::importImagePixels example
 
- Example#3609 - Imagick::levelImage
 
- Example#3610 - Imagick::linearStretchImage
 
- Example#3611 - Imagick::magnifyImage
 
- Example#3612 - Imagick::medianFilterImage
 
- Example#3613 - Imagick::mergeImageLayers
 
- Example#3614 - Imagick::modulateImage
 
- Example#3615 - Convolve Imagick::morphology
 
- Example#3616 - Correlate Imagick::morphology
 
- Example#3617 - Erode Imagick::morphology
 
- Example#3618 - Erode Intensity Imagick::morphology
 
- Example#3619 - Dilate Imagick::morphology
 
- Example#3620 - Dilate intensity Imagick::morphology
 
- Example#3621 - Distance with Chebyshev kernel Imagick::morphology
 
- Example#3622 - Distance with Manhattan kernel Imagick::morphology
 
- Example#3623 - Distance with ocatagonal kernel Imagick::morphology
 
- Example#3624 - Distance with Euclidean kernel Imagick::morphology
 
- Example#3625 - Edge Imagick::morphology
 
- Example#3626 - Open Imagick::morphology
 
- Example#3627 - Open intensity Imagick::morphology
 
- Example#3628 - Close Imagick::morphology
 
- Example#3629 - Close Intensity Imagick::morphology
 
- Example#3630 - Smooth Imagick::morphology
 
- Example#3631 - Edge in Imagick::morphology
 
- Example#3632 - Edge out Imagick::morphology
 
- Example#3633 - The 'TopHat' method, or more specifically 'White Top Hat', returns the pixels that were removed by a Opening of the shape, that is the pixels that were removed to round off the points, and the connecting bridged between shapes. Imagick::morphology
 
- Example#3634 - The 'BottomHat' method, also known as 'Black TopHat' is the pixels that a Closing of the shape adds to the image. That is the the pixels that were used to fill in the 'holes', 'gaps', and 'bridges'. Imagick::morphology
 
- Example#3635 - Hit and Miss Imagick::morphology
 
- Example#3636 - Thinning Imagick::morphology
 
- Example#3637 - Thicken Imagick::morphology
 
- Example#3638 - Thick to generate a convex hull Imagick::morphology
 
- Example#3639 - Iterative morphology Imagick::morphology
 
- Example#3640 - Helper functon to get an image silhouette Imagick::morphology
 
- Example#3641 - Imagick::motionBlurImage
 
- Example#3642 - Imagick::negateImage
 
- Example#3643 - Using Imagick::newImage:
 
- Example#3644 - Imagick::newPseudoImage
 
- Example#3645 - Imagick::normalizeImage
 
- Example#3646 - Imagick::oilPaintImage
 
- Example#3647 - Using Imagick::optimizeImageLayers
 
- Example#3648 - Imagick::orderedPosterizeImage
 
- Example#3649 - Using Imagick::pingImageBlob
 
- Example#3650 - Using Imagick::pingImageFile
 
- Example#3651 - A Imagick::polaroidImage example
 
- Example#3652 - Imagick::posterizeImage
 
- Example#3653 - Imagick::quantizeImage
 
- Example#3654 - Using Imagick::queryFontMetrics:
 
- Example#3655 - Imagick::queryFonts
 
- Example#3656 - Imagick::queryFormats
 
- Example#3657 - Imagick::radialBlurImage
 
- Example#3658 - Imagick::raiseImage
 
- Example#3659 - Imagick::randomThresholdImage
 
- Example#3660 - Imagick::readImageBlob
 
- Example#3661 - Imagick::recolorImage
 
- Example#3662 - Imagick::reduceNoiseImage
 
- Example#3663 - Imagick::resampleImage
 
- Example#3664 - Imagick::resizeImage
 
- Example#3665 - Imagick::rollImage
 
- Example#3666 - Imagick::rotateImage
 
- Example#3667 - Imagick::rotationalBlurImage
 
- Example#3668 - Using Imagick::roundCorners:
 
- Example#3669 - Imagick::scaleImage
 
- Example#3670 - Imagick::segmentImage
 
- Example#3671 - Imagick::selectiveBlurImage
 
- Example#3672 - Imagick::separateImageChannel
 
- Example#3673 - Imagick::sepiaToneImage
 
- Example#3674 - Imagick::setCompressionQuality
 
- Example#3675 - A Imagick::setFont example
 
- Example#3676 - A Imagick::setImage example
 
- Example#3677 - Imagick::setImageArtifact
 
- Example#3678 - Imagick::setImageBias
 
- Example#3679 - Imagick::setImageClipMask
 
- Example#3680 - Modify animated Gif with Imagick::setImageDelay
 
- Example#3681 - Basic Imagick::setImageIterations usage
 
- Example#3682 - A Imagick::setImageOpacity example
 
- Example#3683 - Imagick::setImageOrientation
 
- Example#3684 - Using Imagick::setImageProperty:
 
- Example#3685 - Imagick::setImageResolution
 
- Example#3686 - Modify animated Gif with Imagick::setImageTicksPerSecond
 
- Example#3687 - Using Imagick::setIteratorIndex:
 
- Example#3688 - Attempt to reach '$extent' sizeImagick::setOption
 
- Example#3689 - Imagick::setOption
 
- Example#3690 - Imagick::setOption
 
- Example#3691 - A Imagick::setPointSize example
 
- Example#3692 - Imagick::setProgressMonitor
 
- Example#3693 - Imagick::setSamplingFactors
 
- Example#3694 - Imagick::shadeImage
 
- Example#3695 - Imagick::shadowImage
 
- Example#3696 - Imagick::sharpenImage
 
- Example#3697 - Imagick::shaveImage
 
- Example#3698 - Imagick::shearImage
 
- Example#3699 - Create a gradient image using Imagick::sigmoidalContrastImage
     suitable for blending two images together smoothly, with the blending
     defined by $contrast and $the midpoint
 
- Example#3700 - Imagick::sketchImage
 
- Example#3701 - Imagick::smushImages
 
- Example#3702 - Imagick::solarizeImage
 
- Example#3703 - SPARSECOLORMETHOD_BARYCENTRIC Imagick::sparseColorImage
 
- Example#3704 - SPARSECOLORMETHOD_BILINEAR Imagick::sparseColorImage
 
- Example#3705 - SPARSECOLORMETHOD_SPEPARDS Imagick::sparseColorImage
 
- Example#3706 - SPARSECOLORMETHOD_VORONOI Imagick::sparseColorImage
 
- Example#3707 - SPARSECOLORMETHOD_BARYCENTRIC Imagick::sparseColorImage
 
- Example#3708 - createGradientImage is used by other examples. Imagick::sparseColorImage
 
- Example#3709 - Imagick::spliceImage
 
- Example#3710 - Imagick::spreadImage
 
- Example#3711 - Imagick::statisticImage
 
- Example#3712 - Imagick::subImageMatch
 
- Example#3713 - Imagick::swirlImage
 
- Example#3714 - Imagick::textureImage
 
- Example#3715 - Imagick::thresholdImage
 
- Example#3716 - Imagick::thumbnailImage
 
- Example#3717 - Imagick::tintImage
 
- Example#3718 - Using Imagick::transformImage:
 
- Example#3719 - Imagick::transformImageColorspace example
 
- Example#3720 - Imagick::transformImageColorspace
 
- Example#3721 - Imagick::transparentPaintImage
 
- Example#3722 - Imagick::transposeImage
 
- Example#3723 - Imagick::transverseImage
 
- Example#3724 - Using Imagick::trimImage:
 
- Example#3725 - Imagick::uniqueImageColors
 
- Example#3726 - Imagick::unsharpMaskImage
 
- Example#3727 - Imagick::vignetteImage
 
- Example#3728 - WaveImage can be quite slow Imagick::waveImage
 
- Example#3729 - Imagick::whiteThresholdImage
 
- Example#3730 - ImagickDraw::affine
 
- Example#3731 - ImagickDraw::arc
 
- Example#3732 - ImagickDraw::bezier
 
- Example#3733 - ImagickDraw::circle
 
- Example#3734 - ImagickDraw::composite
 
- Example#3735 - ImagickDraw::ellipse
 
- Example#3736 - ImagickDraw::line
 
- Example#3737 - ImagickDraw::matte
 
- Example#3738 - ImagickDraw::pathCurveToQuadraticBezierAbsolute
 
- Example#3739 - ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute
 
- Example#3740 - ImagickDraw::pathCurveToQuadraticBezierSmoothRelative
 
- Example#3741 - ImagickDraw::pathStart
 
- Example#3742 - ImagickDraw::point
 
- Example#3743 - ImagickDraw::polygon
 
- Example#3744 - ImagickDraw::polyline
 
- Example#3745 - ImagickDraw::popDefs
 
- Example#3746 - ImagickDraw::push
 
- Example#3747 - ImagickDraw::pushPattern
 
- Example#3748 - ImagickDraw::rectangle
 
- Example#3749 - ImagickDraw::rotate
 
- Example#3750 - ImagickDraw::roundRectangle
 
- Example#3751 - ImagickDraw::scale
 
- Example#3752 - ImagickDraw::setClipPath
 
- Example#3753 - ImagickDraw::setClipRule
 
- Example#3754 - ImagickDraw::setClipUnits
 
- Example#3755 - ImagickDraw::setFillAlpha
 
- Example#3756 - ImagickDraw::setFillColor
 
- Example#3757 - ImagickDraw::setFillOpacity
 
- Example#3758 - ImagickDraw::setFillRule
 
- Example#3759 - ImagickDraw::setFont
 
- Example#3760 - ImagickDraw::setFontFamily
 
- Example#3761 - ImagickDraw::setFontSize
 
- Example#3762 - ImagickDraw::setFontStretch
 
- Example#3763 - ImagickDraw::setFontStyle
 
- Example#3764 - ImagickDraw::setFontWeight
 
- Example#3765 - ImagickDraw::setGravity
 
- Example#3766 - ImagickDraw::setStrokeAlpha
 
- Example#3767 - ImagickDraw::setStrokeAntialias
 
- Example#3768 - ImagickDraw::setStrokeColor
 
- Example#3769 - ImagickDraw::setStrokeDashArray
 
- Example#3770 - ImagickDraw::setStrokeDashOffset
 
- Example#3771 - ImagickDraw::setStrokeLineCap
 
- Example#3772 - ImagickDraw::setStrokeLineJoin
 
- Example#3773 - ImagickDraw::setStrokeMiterLimit
 
- Example#3774 - ImagickDraw::setStrokeOpacity
 
- Example#3775 - ImagickDraw::setStrokeWidth
 
- Example#3776 - ImagickDraw::setTextAlignment
 
- Example#3777 - ImagickDraw::setTextAntialias
 
- Example#3778 - ImagickDraw::setTextDecoration
 
- Example#3779 - ImagickDraw::setTextUnderColor
 
- Example#3780 - ImagickDraw::setVectorGraphics
 
- Example#3781 - ImagickDraw::setViewBox
 
- Example#3782 - ImagickDraw::skewX
 
- Example#3783 - ImagickDraw::skewY
 
- Example#3784 - ImagickDraw::translate
 
- Example#3785 - ImagickPixel::construct
 
- Example#3786 - Basic Imagick::getColor usage
 
- Example#3787 - Basic Imagick::getColorAsString usage
 
- Example#3788 - ImagickPixel getColorCount
 
- Example#3789 - Basic Imagick::getColorValue usage
 
- Example#3790 - ImagickPixel::getColorValueQuantum
 
- Example#3791 - Basic Imagick::getHSL example
 
- Example#3792 - ImagickPixel::isSimilar
 
- Example#3793 - ImagickPixel::setColor
 
- Example#3794 - Basic Imagick::setColorValue usage
 
- Example#3795 - ImagickPixel::setColorValueQuantum
 
- Example#3796 - Use ImagickPixel::setHSL to modify a color
 
- Example#3797 - ImagickPixelIterator::clear
 
- Example#3798 - ImagickPixelIterator::construct
 
- Example#3799 - ImagickPixelIterator::getNextIteratorRow
 
- Example#3800 - ImagickPixelIterator::resetIterator
 
- Example#3801 - ImagickPixelIterator::setIteratorRow
 
- Example#3802 - imap_append example
 
- Example#3803 - imap_check example
 
- Example#3804 - imap_createmailbox example
 
- Example#3805 - imap_delete example
 
- Example#3806 - imap_fetch_overview example
 
- Example#3807 - imap_gc example
 
- Example#3808 - imap_get_quota example
 
- Example#3809 - imap_get_quota 4.3 or greater example
 
- Example#3810 - imap_get_quotaroot example
 
- Example#3811 - imap_getacl example
 
- Example#3812 - imap_getmailboxes example
 
- Example#3813 - imap_list example
 
- Example#3814 - imap_mail_compose example
 
- Example#3815 - imap_mailboxmsginfo example
 
- Example#3816 - imap_mime_header_decode example
 
- Example#3817 - Different use of imap_open
 
- Example#3818 - imap_open example
 
- Example#3819 - imap_ping Example
 
- Example#3820 - imap_reopen example
 
- Example#3821 - imap_rfc822_parse_adrlist example
 
- Example#3822 - imap_rfc822_write_address example
 
- Example#3823 - imap_search example
 
- Example#3824 - imap_set_quota example
 
- Example#3825 - imap_setflag_full example
 
- Example#3826 - imap_status example
 
- Example#3827 - imap_thread Example
 
- Example#3828 - imap_timeout example
 
- Example#3829 - 计算散列值并订阅一个用户
 
- Example#3830 - Sending mail.
 
- Example#3831 - Sending mail with extra headers.
 
- Example#3832 - Sending mail with an additional command line parameter.
 
- Example#3833 - Sending HTML email
 
- Example#3834 - mailparse_determine_best_xfer_encoding example
 
- Example#3835 - mailparse_rfc822_parse_addresses example
 
- Example#3836 - mailparse_stream_encode example
 
- Example#3837 - mailparse_uudecode_all example
 
- Example#3838 - bcadd 示例
 
- Example#3839 - bccomp example
 
- Example#3840 - bcdiv 示例
 
- Example#3841 - bcmod example
 
- Example#3842 - bcmul 示例
 
- Example#3843 - bcpow 示例
 
- Example#3844 - bcpow scale example
 
- Example#3845 - bcscale example
 
- Example#3846 - bcsqrt 示例
 
- Example#3847 - bcsub example
 
- Example#3848 - Factorial function using GMP
 
- Example#3849 - gmp_abs example
 
- Example#3850 - gmp_add example
 
- Example#3851 - gmp_and example
 
- Example#3852 - gmp_clrbit example
 
- Example#3853 - gmp_cmp example
 
- Example#3854 - gmp_com example
 
- Example#3855 - gmp_div_q example
 
- Example#3856 - Division of GMP numbers
 
- Example#3857 - gmp_div_r example
 
- Example#3858 - gmp_divexact example
 
- Example#3859 - gmp_export example
 
- Example#3860 - gmp_fact example
 
- Example#3861 - gmp_gcd example
 
- Example#3862 - Solving a linear Diophantine equation
 
- Example#3863 - gmp_hamdist example
 
- Example#3864 - gmp_import example
 
- Example#3865 - Creating GMP number
 
- Example#3866 - gmp_intval example
 
- Example#3867 - gmp_invert example
 
- Example#3868 - gmp_jacobi example
 
- Example#3869 - gmp_legendre example
 
- Example#3870 - gmp_mod example
 
- Example#3871 - gmp_mul example
 
- Example#3872 - gmp_neg example
 
- Example#3873 - gmp_nextprime example
 
- Example#3874 - gmp_or example
 
- Example#3875 - gmp_perfect_square example
 
- Example#3876 - gmp_popcount example
 
- Example#3877 - gmp_pow example
 
- Example#3878 - gmp_powm example
 
- Example#3879 - gmp_prob_prime example
 
- Example#3880 - gmp_random_bits example
 
- Example#3881 - gmp_random_range example
 
- Example#3882 - gmp_random_seed example
 
- Example#3883 - gmp_random example
 
- Example#3884 - gmp_scan0 example
 
- Example#3885 - gmp_scan1 example
 
- Example#3886 - gmp_setbit example - 0 index
 
- Example#3887 - gmp_setbit example - 1 index
 
- Example#3888 - gmp_setbit example - clearing a bit
 
- Example#3889 - gmp_sign example
 
- Example#3890 - gmp_sqrt example
 
- Example#3891 - gmp_sqrtrem example
 
- Example#3892 - Converting a GMP number to a string
 
- Example#3893 - gmp_sub example
 
- Example#3894 - gmp_testbit example
 
- Example#3895 - gmp_xor example
 
- Example#3896 - Using Lapack::eigenValues:
 
- Example#3897 - Using Lapack::leastSquaresByFactorisation:
 
- Example#3898 - Using Lapack::leastSquaresBySVD:
 
- Example#3899 - Using Lapack::pseudoInverse:
 
- Example#3900 - Using Lapack::singularValues:
 
- Example#3901 - Using Lapack::singularValues:
 
- Example#3902 - abs 例子
 
- Example#3903 - base_convert 例子
 
- Example#3904 - bindec 例子
 
- Example#3905 - bindec 将输入解读为无符号整数
 
- Example#3906 - ceil 例子
 
- Example#3907 - cos 例子
 
- Example#3908 - decbin 例子
 
- Example#3909 - dechex 例子
 
- Example#3910 - 大整数的 dechex 例子
 
- Example#3911 - decoct 范例
 
- Example#3912 - deg2rad 例子
 
- Example#3913 - exp 例子
 
- Example#3914 - floor 例子
 
- Example#3915 - fmod 的使用
 
- Example#3916 - hexdec 例子
 
- Example#3917 - intdiv 的一些例子
 
- Example#3918 - is_nan 例子
 
- Example#3919 - 使用 max 的例子
 
- Example#3920 - min 用法的例子
 
- Example#3921 - 计算一个随机浮点数
 
- Example#3922 - mt_rand 例子
 
- Example#3923 - mt_srand 例子
 
- Example#3924 - octdec 例子
 
- Example#3925 - pi 例子
 
- Example#3926 - pow 的一些例子
 
- Example#3927 - rad2deg 例子
 
- Example#3928 - rand 例子
 
- Example#3929 - round 例子
 
- Example#3930 - mode 例子
 
- Example#3931 - sin 例子
 
- Example#3932 - sqrt 例子
 
- Example#3933 - srand 例子
 
- Example#3934 - tan 例子
 
- Example#3935 - Evaluating a FDF document
 
- Example#3936 - Adding JavaScript code to a FDF
 
- Example#3937 - Populating a PDF document
 
- Example#3938 - Storing an uploaded file
 
- Example#3939 - Detecting all fieldnames in a FDF
 
- Example#3940 - Accessing the form data
 
- Example#3941 - Accessing the form data
 
- Example#3942 - Retrieving FDF as a string
 
- Example#3943 - Passing FDF data to a second form
 
- Example#3944 - gnupg clearsign example (procedural)
 
- Example#3945 - gnupg clearsign example (OO)
 
- Example#3946 - keylistiterator
 
- Example#3947 - Procedural gnupg_adddecryptkey example
 
- Example#3948 - OO gnupg_adddecryptkey example
 
- Example#3949 - Procedural gnupg_addencryptkey example
 
- Example#3950 - OO gnupg_addencryptkey example
 
- Example#3951 - Procedural gnupg_addsignkey example
 
- Example#3952 - OO gnupg_addsignkey example
 
- Example#3953 - Procedural gnupg_cleardecryptkeys example
 
- Example#3954 - OO gnupg_cleardecryptkeys example
 
- Example#3955 - Procedural gnupg_clearencryptkeys example
 
- Example#3956 - OO gnupg_clearencryptkeys example
 
- Example#3957 - Procedural gnupg_clearsignkeys example
 
- Example#3958 - OO gnupg_clearsignkeys example
 
- Example#3959 - Procedural gnupg_decrypt example
 
- Example#3960 - OO gnupg_encrypt example
 
- Example#3961 - Procedural gnupg_decryptverify example
 
- Example#3962 - OO gnupg_decryptverify example
 
- Example#3963 - Procedural gnupg_encrypt example
 
- Example#3964 - OO gnupg_encrypt example
 
- Example#3965 - Procedural gnupg_encryptsign example
 
- Example#3966 - OO gnupg_encryptsign example
 
- Example#3967 - Procedural gnupg_export example
 
- Example#3968 - OO gnupg_export example
 
- Example#3969 - Procedural gnupg_geterror example
 
- Example#3970 - OO gnupg_geterror example
 
- Example#3971 - Procedural gnupg_getprotocol example
 
- Example#3972 - OO gnupg_getprotocol example
 
- Example#3973 - Procedural gnupg_import example
 
- Example#3974 - OO gnupg_import example
 
- Example#3975 - Procedural gnupg_init example
 
- Example#3976 - OO gnupg initializer example
 
- Example#3977 - Procedural gnupg_keyinfo example
 
- Example#3978 - OO gnupg_keyinfo example
 
- Example#3979 - Procedural gnupg_setarmor example
 
- Example#3980 - OO gnupg_setarmor example
 
- Example#3981 - Procedural gnupg_seterrormode example
 
- Example#3982 - OO gnupg_seterrormode example
 
- Example#3983 - Procedural gnupg_setsignmode example
 
- Example#3984 - OO gnupg_setsignmode example
 
- Example#3985 - Procedural gnupg_sign example
 
- Example#3986 - OO gnupg_sign example
 
- Example#3987 - Procedural gnupg_verify example
 
- Example#3988 - OO gnupg_verify example
 
- Example#3989 - Fancy "Hello world"
 
- Example#3990 - swfaction example
 
- Example#3991 - swfaction example
 
- Example#3992 - swfaction example
 
- Example#3993 - swfsprite example
 
- Example#3994 - ming_useswfversion example
 
- Example#3995 - Importing a DBL file
 
- Example#3996 - Using an alpha mask
 
- Example#3997 - Usual interactions with buttons
 
- Example#3998 - Drag example
 
- Example#3999 - swfdisplayitem::multcolor example
 
- Example#4000 - swfdisplayitem::rotateto example
 
- Example#4001 - swfdisplayitem::setname example
 
- Example#4002 - swfgradient example
 
- Example#4003 - swfmorph example
 
- Example#4004 - Displaying your $movie in a browser
 
- Example#4005 - Streaming example
 
- Example#4006 - SWFShape::addFill example
 
- Example#4007 - swfshape example
 
- Example#4008 - swfshape::setline example
 
- Example#4009 - swftext example
 
- Example#4010 - Hello World example from PDFlib distribution for PHP 4
 
- Example#4011 - Hello World example from PDFlib distribution for PHP 5
 
- Example#4012 - Creating and using a pattern
 
- Example#4013 - Creating and using a template
 
- Example#4014 - Hyphennate a text
 
- Example#4015 - Drawing a rectangle
 
- Example#4016 - Creating and using a spot color
 
- Example#4017 - Rotation of the coordinate system
 
- Example#4018 - Placing text at a given position
 
- Example#4019 - Drawing a dashed line
 
- Example#4020 - Translation of the coordinate system
 
- Example#4021 - Basic RPMReader Example
 
- Example#4022 - rpm_close example
 
- Example#4023 - rpm_get_tag example
 
- Example#4024 - rpm_is_valid example
 
- Example#4025 - rpm_open example
 
- Example#4026 - rpm_version example
 
- Example#4027 - Incorrect requests
 
- Example#4028 - Calling request from a request callback
 
- Example#4029 - Calling request from a request callback
 
- Example#4030 - Using eio with libevent
 
- Example#4031 - Cancelling a request
 
- Example#4032 - Calling eio_chmod
 
- Example#4033 - Making a custom request
 
- Example#4034 - Grouping requests
 
- Example#4035 - Using eio with libevent extension
 
- Example#4036 - Using eio with event extension
 
- Example#4037 - eio_cancel example
 
- Example#4038 - eio_custom example
 
- Example#4039 - eio_event_loop example
 
- Example#4040 - eio_lstat example
 
- Example#4041 - Using eio with libevent
 
- Example#4042 - Grouping requests
 
- Example#4043 - eio_grp example
 
- Example#4044 - eio_link example
 
- Example#4045 - eio_lstat example
 
- Example#4046 - eio_mkdir example
 
- Example#4047 - eio_mknod example
 
- Example#4048 - eio_nreqs example
 
- Example#4049 - eio_open example
 
- Example#4050 - eio_poll example
 
- Example#4051 - eio_read example
 
- Example#4052 - eio_readdir example
 
- Example#4053 - eio_readlink example
 
- Example#4054 - eio_realpath example
 
- Example#4055 - eio_rename example
 
- Example#4056 - eio_rmdir example
 
- Example#4057 - eio_stat example
 
- Example#4058 - eio_statvfs example
 
- Example#4059 - eio_symlink example
 
- Example#4060 - Simple timers
 
- Example#4061 - Periodic timer. Tick each 10.5 seconds
 
- Example#4062 - Periodic timer. Use reschedule callback
 
- Example#4063 - Periodic timer. Tick every 10.5 seconds starting at now
 
- Example#4064 - Wait until STDIN is readable
 
- Example#4065 - Use some async I/O to access a socket
 
- Example#4066 - Embedding one loop into another
 
- Example#4067 - Embedding loop created with kqueue backend into the default loop
 
- Example#4068 - Handle SIGTERM signal
 
- Example#4069 - Monitor changes of /var/log/messages
 
- Example#4070 - Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
 
- Example#4071 - Process status changes
 
- Example#4072 - Using reschedule callback
 
- Example#4073 - Embedding loop created with kqueue backend into the default loop
 
- Example#4074 - Embedding one loop into another
 
- Example#4075 - Embedding loop created with kqueue backend into the default loop
 
- Example#4076 - Embedding loop created with kqueue backend into the default loop
 
- Example#4077 - Periodic timer. Use reschedule callback
 
- Example#4078 - Periodic timer. Tick every 10.5 seconds starting at now
 
- Example#4079 - Hourly watcher
 
- Example#4080 - Handle SIGTERM signal
 
- Example#4081 - Monitor changes of /var/log/messages
 
- Example#4082 - Monitor changes of /var/log/messages
 
- Example#4083 - Simple timers
 
- Example#4084 - Monotor changes of /var/log/messages. Avoid missing updates by means of one second delay
 
- Example#4085 - Register an I/O watcher for some UDP socket but do not keep the
   event loop from running just because of that watcher.
 
- Example#4086 - Expect Usage Example
 
- Example#4087 - Another Expect Usage Example
 
- Example#4088 - expect_expectl example
 
- Example#4089 - expect_popen example
 
- Example#4090 - polling STDIN using basic API
 
- Example#4091 - polling STDIN using buffered event API
 
- Example#4092 - 进程控制示例
 
- Example#4093 - pcntl_fork 示例
 
- Example#4094 - pcntl_signal_dispatch 示例
 
- Example#4095 - pcntl_signal_get_handler example
 
- Example#4096 - pcntl_signal示例
 
- Example#4097 - pcntl_sigprocmask 示例
 
- Example#4098 - pcntl_sigwaitinfo example
 
- Example#4099 - posix_access example
 
- Example#4100 - posix_ctermid example
 
- Example#4101 - posix_get_last_error example
 
- Example#4102 - posix_getcwd example
 
- Example#4103 - posix_getegid example
 
- Example#4104 - posix_geteuid example
 
- Example#4105 - posix_getgid example
 
- Example#4106 - Example use of posix_getgrgid
 
- Example#4107 - Example use of posix_getgrnam
 
- Example#4108 - Example use of posix_getgroups
 
- Example#4109 - Example use of posix_getlogin
 
- Example#4110 - Example use of posix_getpgid
 
- Example#4111 - posix_getpid 的使用例子
 
- Example#4112 - Example use of posix_getppid
 
- Example#4113 - Example use of posix_getpwnam
 
- Example#4114 - Example use of posix_getpwuid
 
- Example#4115 - Example use of posix_getrlimit
 
- Example#4116 - Example use of posix_getsid
 
- Example#4117 - Example use of posix_getuid
 
- Example#4118 - A posix_mknod example
 
- Example#4119 - posix_setegid example
 
- Example#4120 - posix_setgid example
 
- Example#4121 - posix_setuid example
 
- Example#4122 - posix_strerror example
 
- Example#4123 - Example use of posix_times
 
- Example#4124 - Example use of posix_uname
 
- Example#4125 - escapeshellarg 的例子
 
- Example#4126 - escapeshellcmd example
 
- Example#4127 - exec 例程
 
- Example#4128 - 使用 proc_open 函数将进程设置为高优先级
 
- Example#4129 - proc_open 例程
 
- Example#4130 - shell_exec 例程
 
- Example#4131 - system 例程
 
- Example#4132 - 获取对象属性表中的部分条目
 
- Example#4133 - 计算对象中的属性数量
 
- Example#4134 - Runtime inheritance
 
- Example#4135 - Thread safe objects from closures
 
- Example#4136 - 检测线程运行时的致命错误
 
- Example#4137 - 检测对象状态
 
- Example#4138 - 检测对象状态
 
- Example#4139 - 检测对象状态
 
- Example#4140 - 给对象属性加锁
 
- Example#4141 - 合并数据到对象的属性表
 
- Example#4142 - 等待和唤醒
 
- Example#4143 - 弹出对象属性表中的最后一项数据
 
- Example#4144 - 弹出对象属性表中第一项数据
 
- Example#4145 - 同步
 
- Example#4146 - 给对象属性表加锁
 
- Example#4147 - 等待和唤醒
 
- Example#4148 - 返回创建线程的线程或进程ID
 
- Example#4149 - 获取当前执行线程
 
- Example#4150 - 返回当前执行线程的ID
 
- Example#4151 - 返回引用线程的ID
 
- Example#4152 - 在全局范围执行代码块
 
- Example#4153 - 检测线程状态
 
- Example#4154 - 监测线程是否开始执行
 
- Example#4155 - 加入线程
 
- Example#4156 - 杀除线程
 
- Example#4157 - 开始线程
 
- Example#4158 - A basic example of Worker::collect
 
- Example#4159 - Worker::getStacked 基本示例
 
- Example#4160 - 检测 Worker 对象状态
 
- Example#4161 - 检测 Worker 对象状态
 
- Example#4162 - 关闭 Worker
 
- Example#4163 - 向 Worker 中入栈任务并执行
 
- Example#4164 - 从 Worker 栈中移除对象
 
- Example#4165 - protected 方法示例: 标记为 protected 的方法在同一时间仅允许一个线程访问
 
- Example#4166 - private 方法示例:标记为 private 的方法只能由创建该对象的线程调用
 
- Example#4167 - Pool::collect 基本用法示例
 
- Example#4168 - 创建 Pool 对象
 
- Example#4169 - 完全停止一个 Pool
 
- Example#4170 - 提交任务
 
- Example#4171 - 提交任务到特定的 Worker
 
- Example#4172 - 互斥量的创建与销毁
 
- Example#4173 - 互斥量的创建与销毁
 
- Example#4174 - 互斥量加锁与解锁
 
- Example#4175 - 互斥量的加锁与解锁
 
- Example#4176 - 互斥量的加锁与解锁
 
- Example#4177 - 广播条件变量
 
- Example#4178 - 条件变量的创建与销毁
 
- Example#4179 - 条件变量的创建与销毁
 
- Example#4180 - 发送唤醒信号
 
- Example#4181 - 等待条件变量
 
- Example#4182 - 
 
- Example#4183 - Shared Memory Operations Overview
 
- Example#4184 - Closing shared memory block
 
- Example#4185 - Deleting shared memory block
 
- Example#4186 - Create a new shared memory block
 
- Example#4187 - Reading shared memory block
 
- Example#4188 - Getting the size of the shared memory block
 
- Example#4189 - Writing to shared memory block
 
- Example#4190 - SyncMutex::__construct named mutex with lock timeout example
 
- Example#4191 - SyncMutex::__construct unnamed mutex example
 
- Example#4192 - SyncMutex::lock example
 
- Example#4193 - SyncMutex::unlock example
 
- Example#4194 - SyncSemaphore::__construct example
 
- Example#4195 - SyncSemaphore::lock example
 
- Example#4196 - SyncSemaphore::unlock example
 
- Example#4197 - SyncEvent::__construct example
 
- Example#4198 - SyncEvent::fire example
 
- Example#4199 - SyncEvent::reset example
 
- Example#4200 - SyncEvent::wait example
 
- Example#4201 - SyncReaderWriter::__construct example
 
- Example#4202 - SyncReaderWriter::readlock example
 
- Example#4203 - SyncReaderWriter::readunlock example
 
- Example#4204 - SyncReaderWriter::writelock example
 
- Example#4205 - SyncReaderWriter::writeunlock example
 
- Example#4206 - SyncSharedMemory::__construct example
 
- Example#4207 - SyncSharedMemory::first example
 
- Example#4208 - SyncSharedMemory::__construct example
 
- Example#4209 - SyncSharedMemory::size example
 
- Example#4210 - SyncSharedMemory::write example
 
- Example#4211 - geoip_asnum_by_name函数的范例:
 
- Example#4212 - geoip_continent_code_by_name 函数的使用范例:
 
- Example#4213 - geoip_country_code_by_name 函数的范例:
 
- Example#4214 - geoip_country_code3_by_name 函数的使用范例:
 
- Example#4215 - geoip_country_name_by_name 函数的使用范例:
 
- Example#4216 - geoip_database_info 函数的使用范例:
 
- Example#4217 - geoip_db_avail 函数的使用范例:
 
- Example#4218 - geoip_db_filename函数的使用范例:
 
- Example#4219 - geoip_db_get_all_info 使用范例:
 
- Example#4220 - geoip_db_get_all_info 使用范例:
 
- Example#4221 - 一个 geoip_domain_by_name 使用范例:
 
- Example#4222 - 一个 geoip_id_by_name 使用范例:
 
- Example#4223 - 一个 geoip_isp_by_name 使用范例:
 
- Example#4224 - 一个 geoip_netspeedcell_by_name 使用范例:
 
- Example#4225 - 一个 geoip_org_by_name 使用范例:
 
- Example#4226 - geoip_record_by_name 例子:
 
- Example#4227 - geoip_region_by_name 例子:
 
- Example#4228 - geoip_region_name_by_code 使用美国和加拿大地区的范例。
 
- Example#4229 - geoip_region_name_by_code 使用 FIPS 代码的范例:
 
- Example#4230 - geoip_setup_custom_directory 例子:
 
- Example#4231 - geoip_time_zone_by_country_and_region 使用美国和加拿大地区的范例:
 
- Example#4232 - geoip_time_zone_by_country_and_region 使用 FIPS 代码的范例:
 
- Example#4233 - xor.data file
 
- Example#4234 - 一般训练
 
- Example#4235 - 一般测试
 
- Example#4236 - fann_create_train_from_callback example
 
- Example#4237 - fann_read_train_from_file 函数的使用范例:
 
- Example#4238 - JsonSerializable::jsonSerialize 例子
     returning an array
 
- Example#4239 - JsonSerializable::jsonSerialize 例子
     返回了一个关联数组 array
 
- Example#4240 - JsonSerializable::jsonSerialize 例子
     返回一个 integer
 
- Example#4241 - JsonSerializable::jsonSerialize 例子
     返回一个 string
 
- Example#4242 - json_decode 的例子
 
- Example#4243 - Accessing invalid object properties
 
- Example#4244 - common mistakes using json_decode
 
- Example#4245 - depth errors
 
- Example#4246 - json_decode of large integers
 
- Example#4247 - json_encode 例子
 
- Example#4248 - json_encode 函数中 options 参数的用法
 
- Example#4249 - 选项 JSON_NUMERIC_CHECK 例子
 
- Example#4250 - 连续与非连续数组示例
 
- Example#4251 - 选项 JSON_PRESERVE_ZERO_FRACTION 的例子
 
- Example#4252 - json_last_error 例子
 
- Example#4253 - json_encode 的 json_last_error
 
- Example#4254 - Judy array example
 
- Example#4255 - Lua::assign示例
 
- Example#4256 - Lua::call示例
 
- Example#4257 - Lua::eval示例
 
- Example#4258 - Lua::registerCallback示例
 
- Example#4259 - LuaClosure::__invoke示例
 
- Example#4260 - constant 的例子
 
- Example#4261 - 定义常量
 
- Example#4262 - 检查常量
 
- Example#4263 - eval 例子 - 简单的文本合并
 
- Example#4264 - exit 例子
 
- Example#4265 - exit 状态码例子
 
- Example#4266 - 无论如何,Shutdown函数与析构函数都会被执行
 
- Example#4267 - 列出所有用户浏览器的信息
 
- Example#4268 - __halt_compiler 例子
 
- Example#4269 - highlight_string 例子
 
- Example#4270 - ignore_user_abort例子
 
- Example#4271 - pack example
 
- Example#4272 - php_strip_whitespace 的例子
 
- Example#4273 - sleep 的例子
 
- Example#4274 - sys_getloadavg 的例子
 
- Example#4275 - time_nanosleep 的例子
 
- Example#4276 - time_sleep_until 的一个例子
 
- Example#4277 - uniqid 例子
 
- Example#4278 - unpack example
 
- Example#4279 - unpack example with a repeater
 
- Example#4280 - unpack example with unnamed keys
 
- Example#4281 - usleep例子
 
- Example#4282 - parsekit_compile_file example
 
- Example#4283 - parsekit_compile_string example
 
- Example#4284 - parsekit_func_arginfo example
 
- Example#4285 - SplDoublyLinkedList::__construct example
 
- Example#4286 - SplStack::__construct example
 
- Example#4287 - SplQueue::__construct example
 
- Example#4288 - Efficiently handling tasks with SplQueue
 
- Example#4289 - SplFixedArray usage example
 
- Example#4290 - SplFixedArray::__construct example
 
- Example#4291 - SplFixedArray::count example
 
- Example#4292 - SplFixedArray::fromArray example
 
- Example#4293 - SplFixedArray::getSize example
 
- Example#4294 - SplFixedArray::setSize example
 
- Example#4295 - SplFixedArray::toArray example
 
- Example#4296 - SplObjectStorage as a set
 
- Example#4297 - SplObjectStorage as a map
 
- Example#4298 - SplObjectStorage::addAll example
 
- Example#4299 - SplObjectStorage::attach example
 
- Example#4300 - SplObjectStorage::contains example
 
- Example#4301 - SplObjectStorage::count example
 
- Example#4302 - SplObjectStorage::current example
 
- Example#4303 - SplObjectStorage::detach example
 
- Example#4304 - SplObjectStorage::getHash example
 
- Example#4305 - SplObjectStorage::getInfo example
 
- Example#4306 - SplObjectStorage::key example
 
- Example#4307 - SplObjectStorage::next example
 
- Example#4308 - SplObjectStorage::offsetExists example
 
- Example#4309 - SplObjectStorage::offsetGet example
 
- Example#4310 - SplObjectStorage::offsetSet example
 
- Example#4311 - SplObjectStorage::offsetUnset example
 
- Example#4312 - SplObjectStorage::removeAll example
 
- Example#4313 - SplObjectStorage::removeAllExcept example
 
- Example#4314 - SplObjectStorage::rewind example
 
- Example#4315 - SplObjectStorage::serialize example
 
- Example#4316 - SplObjectStorage::setInfo example
 
- Example#4317 - SplObjectStorage::unserialize example
 
- Example#4318 - SplObjectStorage::valid example
 
- Example#4319 - AppendIterator::append example
 
- Example#4320 - Iterating AppendIterator with foreach
 
- Example#4321 - Iterating AppendIterator with the AppendIterator API
 
- Example#4322 - AppendIterator::getInnerIterator example
 
- Example#4323 - AppendIterator.getIteratorIndex basic example
 
- Example#4324 - AppendIterator::key basic example
 
- Example#4325 - ArrayIterator::current example
 
- Example#4326 - ArrayIterator::key example
 
- Example#4327 - ArrayIterator::next example
 
- Example#4328 - ArrayIterator::rewind example
 
- Example#4329 - ArrayIterator::valid example
 
- Example#4330 - CachingIterator::getCache example
 
- Example#4331 - Available callback arguments
 
- Example#4332 - Callback basic examples
 
- Example#4333 - A DirectoryIterator::__construct example
 
- Example#4334 - A DirectoryIterator::current example
 
- Example#4335 - A DirectoryIterator::getATime example
 
- Example#4336 - A DirectoryIterator::getBasename example
 
- Example#4337 - DirectoryIterator::getCTime example
 
- Example#4338 - DirectoryIterator::getExtension example
 
- Example#4339 - 
 
- Example#4340 - A DirectoryIterator::getFilename example
 
- Example#4341 - DirectoryIterator::getGroup example
 
- Example#4342 - DirectoryIterator::getInode example
 
- Example#4343 - A DirectoryIterator::getMTime example
 
- Example#4344 - DirectoryIterator::getOwner example
 
- Example#4345 - DirectoryIterator::getPath example
 
- Example#4346 - DirectoryIterator::getPathname example
 
- Example#4347 - DirectoryIterator::getPerms example
 
- Example#4348 - DirectoryIterator::getSize example
 
- Example#4349 - DirectoryIterator::getType example
 
- Example#4350 - DirectoryIterator::isDir example
 
- Example#4351 - A DirectoryIterator::isDot example
 
- Example#4352 - DirectoryIterator::isExecutable example
 
- Example#4353 - DirectoryIterator::isFile example
 
- Example#4354 - A DirectoryIterator::isLink example
 
- Example#4355 - DirectoryIterator::isReadable example
 
- Example#4356 - DirectoryIterator::isWritable example
 
- Example#4357 - A DirectoryIterator::key example
 
- Example#4358 - DirectoryIterator::next example
 
- Example#4359 - DirectoryIterator::rewind example
 
- Example#4360 - DirectoryIterator::seek example
 
- Example#4361 - A DirectoryIterator::__toString example
 
- Example#4362 - A DirectoryIterator::valid example
 
- Example#4363 - FilesystemIterator::__construct example
 
- Example#4364 - FilesystemIterator::current example
 
- Example#4365 - FilesystemIterator::key example
 
- Example#4366 - FilesystemIterator::next example
 
- Example#4367 - FilesystemIterator::rewind example
 
- Example#4368 - FilesystemIterator::key example
 
- Example#4369 - FilterIterator::accept example
 
- Example#4370 - GlobIterator example
 
- Example#4371 - GlobIterator::count example
 
- Example#4372 - InfiniteIterator::__construct example
 
- Example#4373 - LimitIterator usage example
 
- Example#4374 - LimitIterator::__construct example
 
- Example#4375 - LimitIterator::getPosition example
 
- Example#4376 - Iterating a MultipleIterator
 
- Example#4377 - NoRewindIterator::__construct example
 
- Example#4378 - NoRewindIterator::rewind example
 
- Example#4379 - RecursiveArrayIterator::getChildren example
 
- Example#4380 - RecursiveArrayIterator::hasChildren example
 
- Example#4381 - Available callback arguments
 
- Example#4382 - Recursive callback basic example
 
- Example#4383 - RecursiveCallbackFilterIterator::hasChildren basic usage
 
- Example#4384 - RecursiveDirectoryIterator example
 
- Example#4385 - Basic RecursiveFilterIterator example
 
- Example#4386 - RecursiveFilterIterator example
 
- Example#4387 - Iterating a RecursiveIteratorIterator
 
- Example#4388 - RecursiveRegexIterator::__construct example
 
- Example#4389 - RecursiveRegexIterator::getChildren example
 
- Example#4390 - RecursiveRegexIterator::hasChildren example
 
- Example#4391 - RegexIterator::accept example
 
- Example#4392 - RegexIterator::__construct example
 
- Example#4393 - RegexIterator::getFlags example
 
- Example#4394 - RegexIterator::getMode example
 
- Example#4395 - RegexIterator::getPregFlags example
 
- Example#4396 - RegexIterator::setFlags example
 
- Example#4397 - RegexIterator::setMode example
 
- Example#4398 - RegexIterator::setPregFlags example
 
- Example#4399 - Countable::count example
 
- Example#4400 - Basic usage
 
- Example#4401 - SeekableIterator::seek example
 
- Example#4402 - class_implements example
 
- Example#4403 - class_parents example
 
- Example#4404 - class_uses example
 
- Example#4405 - iterator_apply example
 
- Example#4406 - iterator_count example
 
- Example#4407 - iterator_to_array example
 
- Example#4408 - spl_autoload_register 作为 __autoload 函数的替代
 
- Example#4409 - class 未能加载的 spl_autoload_register 例子
 
- Example#4410 - spl_classes example
 
- Example#4411 - A spl_object_hash example
 
- Example#4412 - SplFileInfo::__construct example
 
- Example#4413 - SplFileInfo::getBasename example
 
- Example#4414 - SplFileInfo::getCTime 例子
 
- Example#4415 - SplFileInfo::getExtension example
 
- Example#4416 - 
 
- Example#4417 - SplFileInfo::getFilename example
 
- Example#4418 - SplFileInfo::getGroup example
 
- Example#4419 - SplFileInfo::getLinkTarget example
 
- Example#4420 - SplFileInfo::getOwner example
 
- Example#4421 - SplFileInfo::getPath example
 
- Example#4422 - SplFileInfo::getPathInfo example
 
- Example#4423 - SplFileInfo::getPathname example
 
- Example#4424 - SplFileInfo::getPerms example
 
- Example#4425 - SplFileInfo::getRealPath example
 
- Example#4426 - SplFileInfo::getType example
 
- Example#4427 - SplFileInfo::isDir example
 
- Example#4428 - SplFileInfo::isExecutable example
 
- Example#4429 - SplFileInfo::isFile example
 
- Example#4430 - SplFileInfo::isLink example
 
- Example#4431 - SplFileInfo::isReadable example
 
- Example#4432 - SplFileInfo::openFile example
 
- Example#4433 - SplFileInfo::setFileClass example
 
- Example#4434 - SplFileInfo::setFileClass example
 
- Example#4435 - SplFileInfo::__toString example
 
- Example#4436 - SplFileObject::__construct example
 
- Example#4437 - SplFileObject::current example
 
- Example#4438 - SplFileObject::eof example
 
- Example#4439 - SplFileObject::fflush example
 
- Example#4440 - SplFileObject::fgetc example
 
- Example#4441 - SplFileObject::fgetcsv example
 
- Example#4442 - SplFileObject::READ_CSV example
 
- Example#4443 - SplFileObject::fgets example
 
- Example#4444 - SplFileObject::fgetss example
 
- Example#4445 - SplFileObject::flock example
 
- Example#4446 - SplFileObject::fpassthru example
 
- Example#4447 - SplFileObject::fputcsv example
 
- Example#4448 - SplFileObject::fread example
 
- Example#4449 - SplFileObject::fscanf example
 
- Example#4450 - SplFileObject::fseek example
 
- Example#4451 - SplFileObject::fstat example
 
- Example#4452 - SplFileObject::ftell example
 
- Example#4453 - SplFileObject::ftruncate example
 
- Example#4454 - SplFileObject::fwrite example
 
- Example#4455 - SplFileObject::getCsvControl example
 
- Example#4456 - SplFileObject::getFlags example
 
- Example#4457 - SplFileObject::getMaxLineLen example
 
- Example#4458 - SplFileObject::key example
 
- Example#4459 - SplFileObject::key example with SplFileObject::setMaxLineLen
 
- Example#4460 - SplFileObject::next example
 
- Example#4461 - SplFileObject::rewind example
 
- Example#4462 - SplFileObject::seek example
 
- Example#4463 - SplFileObject::setCsvControl example
 
- Example#4464 - SplFileObject::setFlags example
 
- Example#4465 - SplFileObject::setMaxLineLen example
 
- Example#4466 - SplFileObject::valid example
 
- Example#4467 - SplTempFileObject example
 
- Example#4468 - ArrayObject::append 例子
 
- Example#4469 - ArrayObject::asort example
 
- Example#4470 - ArrayObject::__construct example
 
- Example#4471 - ArrayObject::count 例子
 
- Example#4472 - ArrayObject::exchangeArray example
 
- Example#4473 - ArrayObject::getArrayCopy example
 
- Example#4474 - ArrayObject::getFlags example
 
- Example#4475 - ArrayObject::getIterator example
 
- Example#4476 - ArrayObject::getIteratorClass example
 
- Example#4477 - ArrayObject::ksort example
 
- Example#4478 - ArrayObject::natcasesort example
 
- Example#4479 - ArrayObject::natsort example
 
- Example#4480 - ArrayObject::offsetExists example
 
- Example#4481 - ArrayObject::offsetGet example
 
- Example#4482 - ArrayObject::offsetSet 例子
 
- Example#4483 - ArrayObject::offsetUnset example
 
- Example#4484 - ArrayObject::serialize example
 
- Example#4485 - ArrayObject::setFlags example
 
- Example#4486 - ArrayObject::setIteratorClass example
 
- Example#4487 - ArrayObject::uasort example
 
- Example#4488 - ArrayObject::uksort example
 
- Example#4489 - SplInt usage example
 
- Example#4490 - SplFloat usage example
 
- Example#4491 - SplEnum usage example
 
- Example#4492 - SplEnum::getConstList example
 
- Example#4493 - SplBool usage example
 
- Example#4494 - SplString usage example
 
- Example#4495 - Using file_get_contents
    to retrieve data from multiple sources
 
- Example#4496 - Making a POST request to an https server
 
- Example#4497 - Writing data to a compressed file
 
- Example#4498 - A Stream for reading/writing global variables
 
- Example#4499 - Listing files from tar archives
 
- Example#4500 - stream_bucket_prepend examples
 
- Example#4501 - 使用 stream_context_create
 
- Example#4502 - Using stream_context_get_default
 
- Example#4503 - stream_context_get_options 的例子
 
- Example#4504 - stream_context_get_params example
 
- Example#4505 - stream_context_set_default example
 
- Example#4506 - A stream_copy_to_stream example
 
- Example#4507 - Controlling where filters are applied
 
- Example#4508 - Filter for capitalizing characters on foo-bar.txt stream
 
- Example#4509 - Registering a generic filter class to match multiple filter names.
 
- Example#4510 - 动态地重新过滤一个资源流
 
- Example#4511 - stream_get_contents 例子
 
- Example#4512 - 使用 stream_get_filters
 
- Example#4513 - 使用 stream_get_transports
 
- Example#4514 - stream_get_wrappers 例子
 
- Example#4515 - 检查一个流类型是否存在
 
- Example#4516 - stream_is_local example
 
- Example#4517 - stream_notification_callback example
 
- Example#4518 - Simple progressbar for commandline download client
 
- Example#4519 - stream_resolve_include_path example
 
- Example#4520 - stream_select Example
 
- Example#4521 - stream_set_timeout example
 
- Example#4522 - stream_set_write_buffer example
 
- Example#4523 - stream_socket_client example
 
- Example#4524 - Using UDP connection
 
- Example#4525 - stream_socket_enable_crypto example
 
- Example#4526 - A stream_socket_pair example
 
- Example#4527 - stream_socket_recvfrom example
 
- Example#4528 - stream_socket_sendto Example
 
- Example#4529 - Using TCP server sockets
 
- Example#4530 - Using UDP server sockets
 
- Example#4531 - A stream_socket_shutdown example
 
- Example#4532 - 如何注册一个 stream wrapper
 
- Example#4533 - Basic Tidy usage
 
- Example#4534 - tidy::getBody example
 
- Example#4535 - tidy::cleanrepair example
 
- Example#4536 - tidy::__construct example
 
- Example#4537 - tidy::diagnose example
 
- Example#4538 - tidy_get_error_buffer example
 
- Example#4539 - tidy::getConfig example
 
- Example#4540 - tidy_getopt example
 
- Example#4541 - Print all options along with their documentation and default value
 
- Example#4542 - tidy::getStatus example
 
- Example#4543 - tidy::head example
 
- Example#4544 - tidy::html example
 
- Example#4545 - tidy::parseFile example
 
- Example#4546 - tidy::parseString example
 
- Example#4547 - tidy::repairFile example
 
- Example#4548 - tidy::repairString example
 
- Example#4549 - tidy::root example
 
- Example#4550 - tidyNode::hasChildren example
 
- Example#4551 - tidyNode::hasChildren example
 
- Example#4552 - tidyNode::hasSiblings example
 
- Example#4553 - Extract ASP code from a mixed HTML document
 
- Example#4554 - Extract comments from a mixed HTML document
 
- Example#4555 - Extract HTML code from a mixed HTML document
 
- Example#4556 - Extract JSTE code from a mixed HTML document
 
- Example#4557 - Extract PHP code from a mixed HTML document
 
- Example#4558 - Extract text from a mixed HTML document
 
- Example#4559 - ob_tidyhandler example
 
- Example#4560 - tidy_access_count example
 
- Example#4561 - tidy_config_count example
 
- Example#4562 - tidy_error_count example
 
- Example#4563 - tidy_get_output example
 
- Example#4564 - tidy_setopt example
 
- Example#4565 - tidy_warning_count example
 
- Example#4566 - Strip comments with the tokenizer
 
- Example#4567 - token_get_all examples
 
- Example#4568 - token_name example
 
- Example#4569 - base64_decode 示例
 
- Example#4570 - base64_encode 示例
 
- Example#4571 - get_headers 例子
 
- Example#4572 - get_headers using HEAD example
 
- Example#4573 - get_meta_tags 解析了什么
 
- Example#4574 - get_meta_tags 返回什么些
 
- Example#4575 - http_build_query 使用示例
 
- Example#4576 - http_build_query 使用数字下标的元素
 
- Example#4577 - http_build_query 使用复杂的数组
 
- Example#4578 - http_build_query 使用对象
 
- Example#4579 - parse_url 例子
 
- Example#4580 - parse_url 解析丢失协议的例子
 
- Example#4581 - rawurldecode 示例
 
- Example#4582 - 在 FTP URL 里包含一个密码
 
- Example#4583 - rawurlencode 示例 2
 
- Example#4584 - urldecode 示例
 
- Example#4585 - urlencode 例子
 
- Example#4586 - urlencode 与 htmlentities 例子
 
- Example#4587 - Basic Javascript execution
 
- Example#4588 - Yaml 范例
 
- Example#4589 - Parse callback example
 
- Example#4590 - Emit callback example
 
- Example#4591 - yaml_emit example
 
- Example#4592 - yaml_parse example
 
- Example#4593 - 一个典型的应用目录结构
 
- Example#4594 - 入口文件
 
- Example#4595 - 重写规则
 
- Example#4596 - 应用配置文件
 
- Example#4597 - 默认控制器
 
- Example#4598 - 默认视图文件
 
- Example#4599 - 运行应用
 
- Example#4600 - config为数组的例子
 
- Example#4601 - config为ini文件的例子
 
- Example#4602 - A Bootstrapexample
 
- Example#4603 - Yaf_Application::bootstrapexample
 
- Example#4604 - Yaf_Application::clearLastErrorexample
 
- Example#4605 - A ini config file example
 
- Example#4606 - Yaf_Application::__constructexample
 
- Example#4607 - Yaf_Application::__constructexample
 
- Example#4608 - Yaf_Application::environexample
 
- Example#4609 - Yaf_Application::executeexample
 
- Example#4610 - Yaf_Application::getConfigexample
 
- Example#4611 - Yaf_Application::getDispatcherexample
 
- Example#4612 - Yaf_Application::getLastErrorMsgexample
 
- Example#4613 - Yaf_Application::getLastErrorNoexample
 
- Example#4614 - Yaf_Application::getModulesexample
 
- Example#4615 - Bootstrap example
 
- Example#4616 - Yaf_Dispatcher::autoRenderexample
 
- Example#4617 - Yaf_Dispatcher::catchExceptionexample
 
- Example#4618 - Yaf_Dispatcher::registerPluginexample
 
- Example#4619 - A custom View engineexample
 
- Example#4620 - Yaf_Dispatcher::setViewexample
 
- Example#4621 - Yaf_Dispatcher::throwexceptionexample
 
- Example#4622 - Yaf_Dispatcher::throwexceptionexample
 
- Example#4623 - Yaf_Config_Iniexample
 
- Example#4624 - 在一个独立的文件中定义action
 
- Example#4625 - Dummy_action.php
 
- Example#4626 - Yaf_Controller_Abstract::forward例子
 
- Example#4627 - Yaf_Action_Abstract::executeexample
 
- Example#4628 - Yaf_Action_Abstract::executeexample
 
- Example#4629 - Yaf_View_Simple::assignexample
 
- Example#4630 - templateexample
 
- Example#4631 - Yaf_View_Simple::assignRefexample
 
- Example#4632 - templateexample
 
- Example#4633 - Yaf_View_Simple::clearexample
 
- Example#4634 - Yaf_View_Simple::__constructorexample
 
- Example#4635 - Yaf_View_Simple::__setexample
 
- Example#4636 - Config example
 
- Example#4637 - 注册本地命名空间
 
- Example#4638 - 加载类
 
- Example#4639 - 加载命名空间类
 
- Example#4640 - MVC类加载例子
 
- Example#4641 - MVC 类区别
 
- Example#4642 - MVC loading example
 
- Example#4643 - Yaf_Loader::registerLocalNamespaceexample
 
- Example#4644 - Plugin example
 
- Example#4645 - Yaf_Plugin_Abstract::routerShutdownexample
 
- Example#4646 - Yaf_Response_Abstract::appendBodyexample
 
- Example#4647 - Yaf_Response_Abstract::getBodyexample
 
- Example#4648 - Yaf_Response_Abstract::prependBodyexample
 
- Example#4649 - Yaf_Response_Abstract::responseexample
 
- Example#4650 - Yaf_Response_Abstract::setBodyexample
 
- Example#4651 - Yaf_Route_Map::assembleexample
 
- Example#4652 - Yaf_Route_Mapexample
 
- Example#4653 - Yaf_Route_Mapexample
 
- Example#4654 - Yaf_Route_Mapexample
 
- Example#4655 - Yaf_Route_Regex::assembleexample
 
- Example#4656 - Yaf_Route_Regexexample
 
- Example#4657 - Yaf_Route_Regex(as of 2.3.0)example
 
- Example#4658 - Yaf_Route_Regexexample
 
- Example#4659 - Yaf_Route_Rewrite::assembleexample
 
- Example#4660 - Yaf_Route_Rewriteexample
 
- Example#4661 - Yaf_Route_Rewriteexample
 
- Example#4662 - Yaf_Route_Rewrite(as of 2.3.0)example
 
- Example#4663 - Apache的跳转规则
 
- Example#4664 - Apache的跳转规则
 
- Example#4665 - Lighttpd的跳转规则
 
- Example#4666 - Nginx的跳转规则
 
- Example#4667 - Yaf_Route_Static(default
     route)example
 
- Example#4668 - application.iniexample
 
- Example#4669 - Yaf_Dispatcher::autoConfigexample
 
- Example#4670 - Yaf_Dispatcher::autoRenderexample
 
- Example#4671 - 注册一些路由到Bootstrap
 
- Example#4672 - plugin Dummy.php (under application.directory/plugins)
 
- Example#4673 - Yaf_Route_Simple::assembleexample
 
- Example#4674 - Yaf_Route_Simple::routeexample
 
- Example#4675 - Yaf_Route_Simple::routeexample
 
- Example#4676 - Yaf_Route_Static::assembleexample
 
- Example#4677 - Yaf_Route_Static::routeexample
 
- Example#4678 - Yaf_Route_Supervar::assembleexample
 
- Example#4679 - Yaf_Route_Supervarexample
 
- Example#4680 - Taintexample
 
- Example#4681 - Creating a chdb file
 
- Example#4682 - Loading and looking up a chdb file
 
- Example#4683 - chdb::get example
 
- Example#4684 - chdb_create example
 
- Example#4685 - 使用 PHP cURL 模块获取 example.com 的主页
 
- Example#4686 - 初始化新的 cURL 会话,并获取一张网页
 
- Example#4687 - 复制一个cURL句柄
 
- Example#4688 - curl_errno 例子
 
- Example#4689 - curl_error 例子
 
- Example#4690 - curl_escape 示例
 
- Example#4691 - 获取网页
 
- Example#4692 - curl_getinfo example
 
- Example#4693 - 初始化新的 cURL 会话并获取一个网页
 
- Example#4694 - curl_multi_add_handle example
 
- Example#4695 - curl_multi_close example
 
- Example#4696 - curl_multi_exec example
 
- Example#4697 - 一个curl_multi_info_read范例
 
- Example#4698 - curl_multi_init example
 
- Example#4699 - curl_multi_strerror 函数的范例:
 
- Example#4700 - curl_reset 示例
 
- Example#4701 - 初始化新的 cURL 会话并抓取 web 页面
 
- Example#4702 - 我们对curl_setopt_array的等价实现
 
- Example#4703 - 初始化一个新的cURL会话并获取一个网页
 
- Example#4704 - 上传文件 (PHP 5.5.0 后被废弃)
 
- Example#4705 - curl_share_setopt 函数范例:
 
- Example#4706 - curl_share_init 函数的范例:
 
- Example#4707 - curl_share_setopt 函数的范例:
 
- Example#4708 - curl_errno 函数的范例:
 
- Example#4709 - curl_escape 示例
 
- Example#4710 - curl_version 例子
 
- Example#4711 - CURLFile::__construct 示例
 
- Example#4712 - Simple HTTP client
 
- Example#4713 - HTTP client using asynchronous DNS resolver
 
- Example#4714 - Echo server
 
- Example#4715 - SSL echo server
 
- Example#4716 - Signal handler
 
- Example#4717 - Use libevent's loop to process requests of `eio' extension
 
- Example#4718 - Miscellaneous
 
- Example#4719 - Simple HTTP server
 
- Example#4720 - Simple HTTPS server
 
- Example#4721 - OpenSSL connection
 
- Example#4722 - EventHttpConnection::makeRequest example
 
- Example#4723 - Connection listener based on a UNIX domain socket
 
- Example#4724 - Simple SMTP server
 
- Example#4725 - Handling SIGTERM signal
 
- Example#4726 - Event::addSignal example
 
- Example#4727 - Event::addTimer example
 
- Example#4728 - EventBase::getFeatures example
 
- Example#4729 - EventBase::getMethod example
 
- Example#4730 - EventBuffer::search example
 
- Example#4731 - EventBufferEvent::connect example
 
- Example#4732 - Connect to UNIX domain socket which presumably is served by a server, read response from
   the server and output it to the console
 
- Example#4733 - EventBufferEvent::connectHost example
 
- Example#4734 - Buffer event's read callback
 
- Example#4735 - EventBufferEvent::getOutput example
 
- Example#4736 - EventBufferEvent::sslError example
 
- Example#4737 - Simple SMTP server
 
- Example#4738 - EventConfig::avoidMethod example
 
- Example#4739 - EventConfig::__construct example
 
- Example#4740 - EventConfig::requireFeatures example
 
- Example#4741 - EventHttp::accept example
 
- Example#4742 - EventHttp::addServerAlias example
 
- Example#4743 - EventHttp::bind example
 
- Example#4744 - Simple HTTP server
 
- Example#4745 - EventHttp::setCallback example
 
- Example#4746 - EventHttp::setDefaultCallback example
 
- Example#4747 - EventHttpConnection::makeRequest example
 
- Example#4748 - EventHttpConnection::setCloseCallback example
 
- Example#4749 - EventHttpRequest::__construct example
 
- Example#4750 - EventHttpRequest::sendError example
 
- Example#4751 - EventListener::__construct example
 
- Example#4752 - EventSslContext::__construct example
 
- Example#4753 - FTP 例程
 
- Example#4754 - ftp_alloc 函数例程
 
- Example#4755 - ftp_cdup 例子
 
- Example#4756 - ftp_chdir 例子
 
- Example#4757 - ftp_chmod 函数例程
 
- Example#4758 - ftp_close 例子
 
- Example#4759 - ftp_connect 例子
 
- Example#4760 - ftp_delete 例子
 
- Example#4761 - ftp_exec 例子
 
- Example#4762 - ftp_fget 例子
 
- Example#4763 - ftp_fput 例子
 
- Example#4764 - ftp_get_option 实例
 
- Example#4765 - ftp_get 例子
 
- Example#4766 - ftp_login 例子
 
- Example#4767 - ftp_mdtm 例子
 
- Example#4768 - ftp_nb_fget 函数例程
 
- Example#4769 - ftp_nb_fput 函数例程
 
- Example#4770 - ftp_nb_get 实例
 
- Example#4771 - 使用 ftp_nb_get 函数断线续传
 
- Example#4772 - 用 ftp_nb_get 在 100 的位置断线续传并存为 "newfile"
 
- Example#4773 - ftp_nb_put 实例
 
- Example#4774 - 使用 ftp_nb_put 来断线续传
 
- Example#4775 - ftp_nlist 例子
 
- Example#4776 - ftp_pasv 实例
 
- Example#4777 - ftp_put 实例
 
- Example#4778 - ftp_pwd 例子
 
- Example#4779 - 使用 ftp_raw 登录远程 FTP 服务器
 
- Example#4780 - ftp_rawlist 例子
 
- Example#4781 - ftp_rename 例子
 
- Example#4782 - ftp_rmdir 例子
 
- Example#4783 - ftp_set_option 例子
 
- Example#4784 - 向一个 FTP 服务器发送一条 SITE 命令
 
- Example#4785 - ftp_size 例子
 
- Example#4786 - ftp_ssl_connect 函数例程
 
- Example#4787 - ftp_systype 例子
 
- Example#4788 - Basic Gearman client and worker
 
- Example#4789 - Basic Gearman client and worker, background
 
- Example#4790 - Basic Gearman client and worker, submitting tasks
 
- Example#4791 - Adding two job servers
 
- Example#4792 - Add two job servers
 
- Example#4793 - Basic submission of two tasks
 
- Example#4794 - Basic submission of two tasks with passing application context
 
- Example#4795 - Two tasks, one background and one not
 
- Example#4796 - A high priority task along with two normal tasks
 
- Example#4797 - A low priority task along with two normal tasks
 
- Example#4798 - Monitor completion of multiple background tasks
 
- Example#4799 - Simple job submission with immediate return
 
- Example#4800 - Submitting a job and retrieving incremental status
 
- Example#4801 - Submit and monitor a background job
 
- Example#4802 - Simple job submission with immediate return
 
- Example#4803 - Submitting a job and retrieving incremental status
 
- Example#4804 - Get the status of a long running job
 
- Example#4805 - Monitor the status of a long running background job
 
- Example#4806 - Simple worker making use of extra application context data
 
- Example#4807 - Add alternate Gearman servers
 
- Example#4808 - Add two job servers
 
- Example#4809 - GearmanWorker::setId example
 
- Example#4810 - A simple worker with a 5 second timeout
 
- Example#4811 - Running worker in non-blocking mode
 
- Example#4812 - GearmanWorker::work example
 
- Example#4813 - Hypothetical output from gopher://gopher.example.com/
 
- Example#4814 - Using gopher_parsedir
 
- Example#4815 - Search for all UPnP devices and services.
 
- Example#4816 - Implementing light server
 
- Example#4817 - Implementing light client
 
- Example#4818 - Create new UPnP context and get IP address of the host
 
- Example#4819 - Create new UPnP context and get port number
 
- Example#4820 - Create new UPnP context and set host path
 
- Example#4821 - Create new UPnP context
 
- Example#4822 - Create new UPnP context and set callback
 
- Example#4823 - Create new UPnP context and start browsing
 
- Example#4824 - Create new UPnP context and start browsing
 
- Example#4825 - Create new UPnP context and get device info service
 
- Example#4826 - Create new UPnP context and get device info service
 
- Example#4827 - Retrieve an object
 
- Example#4828 - LDAP search example
 
- Example#4829 - Complete example with authenticated bind
 
- Example#4830 - 使用 LDAP Bind
 
- Example#4831 - Using LDAP Bind Anonymously
 
- Example#4832 - Complete example of password check
 
- Example#4833 - Example of connecting to LDAP server.
 
- Example#4834 - Example of connecting securely to LDAP server.
 
- Example#4835 - LDAP pagination
 
- Example#4836 - LDAP pagination
 
- Example#4837 - ldap-count-entries example
 
- Example#4838 - Enumerating all LDAP error messages
 
- Example#4839 - Generating and catching an error
 
- Example#4840 - Show the list of attributes held for a particular directory entry
 
- Example#4841 - Check protocol version
 
- Example#4842 - List all values of the "mail" attribute for a
     directory entry
 
- Example#4843 - Produce a list of all organizational units of an organization
 
- Example#4844 - Add a telephone number to a contact
 
- Example#4845 - Rename a user
 
- Example#4846 - Add two e-mail addresses to a user
 
- Example#4847 - Change a user's password
 
- Example#4848 - Change a user's password (Active Directory)
 
- Example#4849 - ldap_parse_result example
 
- Example#4850 - LDAP search
 
- Example#4851 - Set protocol version
 
- Example#4852 - Set server controls
 
- Example#4853 - LDAP sort
 
- Example#4854 - memcache扩展概览示例
 
- Example#4855 - 使用memcache的session处理器
 
- Example#4856 - Memcache::add示例
 
- Example#4857 - Memcache::addServer 示例
 
- Example#4858 - Memcache::close示例
 
- Example#4859 - Memcache::connect example
 
- Example#4860 - Memcache::decrement example
 
- Example#4861 - Memcache::delete example
 
- Example#4862 - Memcache::flush示例
 
- Example#4863 - Memcache::get 示例
 
- Example#4864 - Memcache::getExtendedStats 示例
 
- Example#4865 - Memcache::getServerStatus 示例
 
- Example#4866 - Memcache::getVersion 示例
 
- Example#4867 - Memcache::increment示例
 
- Example#4868 - Memcache::pconnect示例
 
- Example#4869 - Memcache::replace示例
 
- Example#4870 - Memcache::set 示例
 
- Example#4871 - Memcache::set 示例
 
- Example#4872 - Memcache::setCompressThreshold 示例
 
- Example#4873 - Memcache::setServerParams 示例
 
- Example#4874 - 结果回调示例
 
- Example#4875 - 通读回调示例
 
- Example#4876 - Memcached::addServer example
 
- Example#4877 - Memcached::addServers示例
 
- Example#4878 - Memcached::append示例
 
- Example#4879 - Memcached::cas 示例
 
- Example#4880 - 创建一个Memcached对象
 
- Example#4881 - Memcached::decrement 示例
 
- Example#4882 - Memcached::delete 示例
 
- Example#4883 - Memcached::fetch 示例
 
- Example#4884 - Memcached::getDelayed 示例
 
- Example#4885 - Memcached::flush 示例
 
- Example#4886 - Memcached::get 示例 #1
 
- Example#4887 - Memcached::get 示例 #2
 
- Example#4888 - Memcached::getDelayed 示例
 
- Example#4889 - Memcached::getMulti 示例
 
- Example#4890 - Memcached::GET_PRESERVE_ORDER 示例
 
- Example#4891 - 获取Memcached选项
 
- Example#4892 - Memcached::getResultCode 示例
 
- Example#4893 - Memcached::getResultMessage 示例
 
- Example#4894 - Memcached::getServerByKey 示例
 
- Example#4895 - Memcached::getServerList 示例
 
- Example#4896 - Memcached::getStats 示例
 
- Example#4897 - Memcached::getVersion 示例
 
- Example#4898 - Memcached::increment 示例
 
- Example#4899 - Memcached::prepend 示例
 
- Example#4900 - Memcached::set 示例
 
- Example#4901 - Memcached::setByKey 示例
 
- Example#4902 - Memcached::setMulti 示例
 
- Example#4903 - 设置一个memcached选项值
 
- Example#4904 - Setting Memcached options
 
- Example#4905 - mqseries_back
     example
 
- Example#4906 - mqseries_begin
     example
 
- Example#4907 - mqseries_close
     example
 
- Example#4908 - mqseries_cmit
     example
 
- Example#4909 - mqseries_conn
     example
 
- Example#4910 - mqseries_connx
     example
 
- Example#4911 - mqseries_connx
     example using SSL connection & OCSP Responder URL
 
- Example#4912 - mqseries_disc
     example
 
- Example#4913 - mqseries_get
     example
 
- Example#4914 - mqseries_inq
     example
 
- Example#4915 - mqseries_open
     example
 
- Example#4916 - mqseries_put
     example
 
- Example#4917 - mqseries_strerror
     example
 
- Example#4918 - define_syslog_variables example
 
- Example#4919 - 使用 dns_get_record函数
 
- Example#4920 - 使用dns_get_record配合DNS_ANY的例子
 
- Example#4921 - fsockopen的例子
 
- Example#4922 - 使用UDP连接
 
- Example#4923 - 一个使用 gethostbyaddr 的简单例子
 
- Example#4924 - 简单的 gethostbyname 例子
 
- Example#4925 - gethostbynamel 例子
 
- Example#4926 - 简单的 gethostname 例子
 
- Example#4927 - getprotobyname example
 
- Example#4928 - getservbyname 例子
 
- Example#4929 - header_register_callback 例子
 
- Example#4930 - 取消指定的头
 
- Example#4931 - 取消之前全部指定的头
 
- Example#4932 - 下载对话框
 
- Example#4933 - 缓存指令
 
- Example#4934 - 使用 headers_list 的例子
 
- Example#4935 - 使用 headers_sent 的例子
 
- Example#4936 - Web 服务器环境内使用 http_response_code
 
- Example#4937 - 在 CLI 环境内使用 http_response_code
 
- Example#4938 - inet_ntop Example
 
- Example#4939 - inet_pton Example
 
- Example#4940 - ip2long 例子
 
- Example#4941 - 显示IP地址
 
- Example#4942 - setcookie 发送例子
 
- Example#4943 - setcookie 删除例子
 
- Example#4944 - setcookie 和数组
 
- Example#4945 - Using syslog
 
- Example#4946 - Procedural usage of rrd
 
- Example#4947 - OO usage of rrd
 
- Example#4948 - RRDGraph::setOptions example
 
- Example#4949 - Set multiple color options
 
- Example#4950 - RRDUpdater::update examples
 
- Example#4951 - Creating a connection and connecting to a remote WebSphere MQSeries Messaging Server
 
- Example#4952 - Creating a connection and connecting to a remote WebSphere Application Server
 
- Example#4953 - Creating a connection and connecting to an MQTT server
 
- Example#4954 - Creating a message with a simple text body
 
- Example#4955 - Setting a text format property using the default syntax
 
- Example#4956 - Setting a property using a type hint
 
- Example#4957 - Retrieving a property from a message header
 
- Example#4958 - Adding a message to a queue and receiving a response
 
- Example#4959 - Creating a durable subscription to a topic
 
- Example#4960 - Subscribing to a topic using a WebSphere Platform Messaging (WPM) server
 
- Example#4961 - Receiving published data using a durable subscription
 
- Example#4962 - Deleting a durable subscription to a topic
 
- Example#4963 - Handling an error from a method that returns no result
 
- Example#4964 - Handling an error from a method that returns a result
 
- Example#4965 - Committing the current unit of work
 
- Example#4966 - Creating a connection to a Messaging Server using the IBM MQSeries
     protocol (WMQ)
 
- Example#4967 - Creating a connection with application transaction control and default
     host and port values
 
- Example#4968 - Creating a connection to a Messaging Server using the IBM WebSphere
     Platform Messaging protocol (WPM)
 
- Example#4969 - Creating a connection object and connecting to a Messaging Server
 
- Example#4970 - Disconnecting from a Messaging Server
 
- Example#4971 - Using the error number and description properties
 
- Example#4972 - Using the error number and description properties
 
- Example#4973 - Checking whether there us a connection to a Messaging Server
 
- Example#4974 - Retrieve the next message from a queue without removing it
 
- Example#4975 - Retrieve a specific message from a queue without removing it from the queue
 
- Example#4976 - Retrieve all messages in a queue without removing them
 
- Example#4977 - Retrieve all messages from a queue with a matching correlation id
 
- Example#4978 - Receiving a message from a queue
 
- Example#4979 - Receiving a message from a queue with options
 
- Example#4980 - Receiving a message from a subscription
 
- Example#4981 - Removing a message from a queue by message id
 
- Example#4982 - Cancelling an in-flight unit of work
 
- Example#4983 - Send a message to a queue
 
- Example#4984 - Publish a message to a topic
 
- Example#4985 - Send a request and receive a response
 
- Example#4986 - Turn on debugging output
 
- Example#4987 - Turn off debugging output
 
- Example#4988 - Subscribe to a topic
 
- Example#4989 - Delete a subscription
 
- Example#4990 - Setting a text string into the body of a message
 
- Example#4991 - Creating a message
 
- Example#4992 - Creating a message with a simple text payload
 
- Example#4993 - Setting a text format property using the default syntax
 
- Example#4994 - Setting a text format property using a type hint
 
- Example#4995 - Setting properties as the sender of a message
 
- Example#4996 - Retreiving property values from a message
 
- Example#4997 - snmp_get_quick_print 示例
 
- Example#4998 - Using snmp_get_valueretrieval
 
- Example#4999 - Using snmp_read_mib
 
- Example#5000 - Using snmp_set_enum_print
 
- Example#5001 - Using snmprealwalk
 
- Example#5002 - Using
     snmp_set_valueretrieval
 
- Example#5003 - Using snmp2_get
 
- Example#5004 - Using snmp2_get_next
 
- Example#5005 - Using snmp2_real_walk
 
- Example#5006 - Using snmp2_set
 
- Example#5007 - Using snmp2_set for setting BITS SNMP object id
 
- Example#5008 - snm2_pwalk Example
 
- Example#5009 - Using snmp3_get
 
- Example#5010 - Using snmp3_getnext
 
- Example#5011 - Using
     snmp3_real_walk
 
- Example#5012 - Using snmp3_set
 
- Example#5013 - Using snmp3_set for setting BITS SNMP object id
 
- Example#5014 - snmp3_walk Example
 
- Example#5015 - Using snmpgetnext
 
- Example#5016 - Using snmprealwalk
 
- Example#5017 - SNMP::close example
 
- Example#5018 - Fetching sysLocation
 
- Example#5019 - Single SNMP object
 
- Example#5020 - Multiple SNMP objects
 
- Example#5021 - SNMP::getErrno example
 
- Example#5022 - SNMP::getError example
 
- Example#5023 - Single SNMP object
 
- Example#5024 - Miltiple SNMP objects
 
- Example#5025 - Set single SNMP object id
 
- Example#5026 - Set multiple values using single SNMP::set
   call
 
- Example#5027 - Using SNMP::set for setting BITS SNMP object id
 
- Example#5028 - SNMP::setSecurity example
 
- Example#5029 - SNMP::walk example
 
- Example#5030 - suffix_as_key example
 
- Example#5031 - Socket举例:简单的TCP/IP服务器
 
- Example#5032 - Socket举例:简单的TCP/IP客户端
 
- Example#5033 - 使用 socket_bind 来设置套接字资源地址
 
- Example#5034 - socket_create_pair example
 
- Example#5035 - socket_create_pair IPC example
 
- Example#5036 - socket_get_option example
 
- Example#5037 - socket_import_stream example
 
- Example#5038 - socket_last_error example
 
- Example#5039 - socket_recv 范例
 
- Example#5040 - socket_recvfrom example
 
- Example#5041 - Using NULL with socket_select
 
- Example#5042 - Understanding socket_select's result
 
- Example#5043 - socket_select example
 
- Example#5044 - socket_sendto Example
 
- Example#5045 - socket_set_block example
 
- Example#5046 - socket_set_nonblock example
 
- Example#5047 - socket_set_option example
 
- Example#5048 - socket_strerror example
 
- Example#5049 - Authenticating with a ssh agent
 
- Example#5050 - Authentication using a public hostkey
 
- Example#5051 - Retrieving a list of authentication methods
 
- Example#5052 - Authenticating with a password
 
- Example#5053 - Authentication using a public key
 
- Example#5054 - ssh2_connect example
 
- Example#5055 - Executing a command
 
- Example#5056 - Opening a shell and retrieving the stderr stream associated with it
 
- Example#5057 - Checking the fingerprint against a known value
 
- Example#5058 - Determining what methods were negotiated
 
- Example#5059 - Adding a publickey with ssh2_publickey_add
 
- Example#5060 - Listing authorized keys with ssh2_publickey_list
 
- Example#5061 - Downloading a file via SCP
 
- Example#5062 - Uploading a file via SCP
 
- Example#5063 - Changing the mode of a file on a remote server
 
- Example#5064 - Stating a symbolic link via SFTP
 
- Example#5065 - Creating a directory on a remote server
 
- Example#5066 - Reading a symbolic link
 
- Example#5067 - Resolving a pathname
 
- Example#5068 - Renaming a file via sftp
 
- Example#5069 - Removing a directory on a remote server
 
- Example#5070 - Stating a file via SFTP
 
- Example#5071 - Creating a symbolic link
 
- Example#5072 - Deleting a file
 
- Example#5073 - Opening a file via SFTP
 
- Example#5074 - Requesting an interactive shell
 
- Example#5075 - Opening a tunnel to an arbitrary host
 
- Example#5076 - 面向对象风格
 
- Example#5077 - 过程化风格
 
- Example#5078 - stomp_connect_error example
 
- Example#5079 - stomp_version example
 
- Example#5080 - 面向对象风格
 
- Example#5081 - 过程化风格
 
- Example#5082 - 面向对象风格
 
- Example#5083 - 过程化风格
 
- Example#5084 - 面向对象风格
 
- Example#5085 - 过程化风格
 
- Example#5086 - 面向对象风格
 
- Example#5087 - 过程化风格
 
- Example#5088 - 面向对象风格
 
- Example#5089 - 过程化风格
 
- Example#5090 - 面向对象风格
 
- Example#5091 - 过程化风格
 
- Example#5092 - 面向对象风格
 
- Example#5093 - 过程化风格
 
- Example#5094 - 面向对象风格
 
- Example#5095 - 过程化风格
 
- Example#5096 - 面向对象风格
 
- Example#5097 - 过程化风格
 
- Example#5098 - Train from array
 
- Example#5099 - Train from a file
 
- Example#5100 - svn_add 例子
 
- Example#5101 - Default authentication example
 
- Example#5102 - svn_blame example
 
- Example#5103 - Basic example
 
- Example#5104 - Basic example
 
- Example#5105 - Basic example
 
- Example#5106 - Basic example
 
- Example#5107 - 基本示例
 
- Example#5108 - Basic example
 
- Example#5109 - Diffing two revisions of a repository path
 
- Example#5110 - Portably diffing two local files
 
- Example#5111 - svn_export example
 
- Example#5112 - Basic example
 
- Example#5113 - svn_log example
 
- Example#5114 - svn_ls example
 
- Example#5115 - Basic example
 
- Example#5116 - Basic example
 
- Example#5117 - Deny all connections from localhost
 
- Example#5118 - Ban an URL
 
- Example#5119 - Get statistic snapshot
 
- Example#5120 - Read varnish shared memory log
 
- Example#5121 - VarnishAdmin::__construct example
 
- Example#5122 - Parallel searching using Yaz
 
- Example#5123 - CCL configuration
 
- Example#5124 - CCL Parsing
 
- Example#5125 - Record Update
 
- Example#5126 - Array for GRS-1 record
 
- Example#5127 - Working with MARCXML
 
- Example#5128 - PHP function that scans titles
 
- Example#5129 - Query Examples
 
- Example#5130 - Sort Criterias
 
- Example#5131 - Example for NIS errors
 
- Example#5132 - Example for the NIS first
 
- Example#5133 - Example for the default domain
 
- Example#5134 - Example for the NIS master
 
- Example#5135 - Example for NIS match
 
- Example#5136 - Example for NIS next
 
- Example#5137 - Example for the NIS order
 
- Example#5138 - A ZMQContext example
 
- Example#5139 - A ZMQContext example
 
- Example#5140 - A ZMQContext example
 
- Example#5141 - A ZMQSocket example
 
- Example#5142 - A send/recv example
 
- Example#5143 - A ZMQPoll example
 
- Example#5144 - Zookeeper::addAuth example
 
- Example#5145 - Zookeeper::create example
 
- Example#5146 - Zookeeper::delete example
 
- Example#5147 - Zookeeper::exists example
 
- Example#5148 - Zookeeper::get example
 
- Example#5149 - Zookeeper::getAcl example
 
- Example#5150 - Zookeeper::set example
 
- Example#5151 - Zookeeper::setAcl example
 
- Example#5152 - Zookeeper::setDebugLevel example
 
- Example#5153 - 
 
- Example#5154 - udm_api_version example
 
- Example#5155 - udm_cat_listexample
 
- Example#5156 - Specifying path to the current category in the following format:
     '> Root > Sport > Auto > Ferrari'
 
- Example#5157 - udm_load_ispell_data example
 
- Example#5158 - udm_load_ispell_data example
 
- Example#5159 - solr_get_version example
 
- Example#5160 - Contents of the BootStrap file
 
- Example#5161 - Adding a document to the index
 
- Example#5162 - Merging one document into another document
 
- Example#5163 - Searching for documents - SolrObject responses
 
- Example#5164 - Searching for documents - SolrDocument responses
 
- Example#5165 - Simple TermsComponent example - basic
 
- Example#5166 - Simple TermsComponent example - using a prefix
 
- Example#5167 - Simple TermsComponent example - specifying a minimum frequency
 
- Example#5168 - Simple Facet Example
 
- Example#5169 - Simple Facet Example - with optional field override for mincount
 
- Example#5170 - Facet Date Example
 
- Example#5171 - Connecting to SSL-Enabled Server
 
- Example#5172 - Collapsing a SolrQuery
 
- Example#5173 - Solr Real Time Get (RTG) example SolrClient::getById
 
- Example#5174 - SolrInputDocument::addChildDocument example
 
- Example#5175 - SolrInputDocument::addChildDocuments example
 
- Example#5176 - SolrDocument::toArray example
 
- Example#5177 - SolrObject::__construct example
 
- Example#5178 - SolrObject::offsetUnset example
 
- Example#5179 - SolrClient::addDocument example
 
- Example#5180 - SolrClient::addDocument example 2
 
- Example#5181 - SolrClient::addDocuments example
 
- Example#5182 - SolrClient::__construct example
 
- Example#5183 - SolrQuery::deleteByQuery example
 
- Example#5184 - SolrClient::getById example
 
- Example#5185 - SolrClient::getByIds example
 
- Example#5186 - SolrClient::ping example
 
- Example#5187 - SolrClient::query example
 
- Example#5188 - SolrClient::request example
 
- Example#5189 - SolrClient::setResponseWriter example
 
- Example#5190 - SolrParams::setParam example
 
- Example#5191 - SolrQuery::addFacetField example
 
- Example#5192 - SolrQuery::addFacetField example
 
- Example#5193 - SolrQuery::addFilterQuery example
 
- Example#5194 - SolrQuery::addGroupSortField example
 
- Example#5195 - SolrQuery::collapse example
 
- Example#5196 - SolrQuery::setExpand example
 
- Example#5197 - SolrDisMaxQuery::addBigramPhraseField example
 
- Example#5198 - SolrDisMaxQuery::addBoostQuery example
 
- Example#5199 - SolrDisMaxQuery::addPhraseField example
 
- Example#5200 - SolrDisMaxQuery::addQueryField example
 
- Example#5201 - SolrDisMaxQuery::addTrigramPhraseField example
 
- Example#5202 - SolrDisMaxQuery::addUserField example
 
- Example#5203 - SolrDisMaxQuery::__construct example
 
- Example#5204 - SolrDisMaxQuery::removeBigramPhraseField example
 
- Example#5205 - SolrDisMaxQuery::removeBoostQuery example
 
- Example#5206 - SolrDisMaxQuery::removePhraseField example
 
- Example#5207 - SolrDisMaxQuery::removeQueryField example
 
- Example#5208 - SolrDisMaxQuery::removeTrigramPhraseField example
 
- Example#5209 - SolrDisMaxQuery::removeUserField example
 
- Example#5210 - SolrDisMaxQuery::setBigramPhraseFields example
 
- Example#5211 - SolrDisMaxQuery::setBigramPhraseSlop example
 
- Example#5212 - SolrDisMaxQuery::setBoostFunction example
 
- Example#5213 - SolrDisMaxQuery::setBoostQuery example
 
- Example#5214 - SolrDisMaxQuery::setMinimumMatch example
 
- Example#5215 - SolrDisMaxQuery::setPhraseFields example
 
- Example#5216 - SolrDisMaxQuery::setPhraseSlop example
 
- Example#5217 - SolrDisMaxQuery::setQueryAlt example
 
- Example#5218 - SolrDisMaxQuery::setQueryPhraseSlop example
 
- Example#5219 - SolrDisMaxQuery::setTieBreaker example
 
- Example#5220 - SolrDisMaxQuery::setTrigramPhraseFields example
 
- Example#5221 - SolrDisMaxQuery::setTrigramPhraseSlop example
 
- Example#5222 - SolrDisMaxQuery::setUserFields example
 
- Example#5223 - SolrDisMaxQuery::useDisMaxQueryParser example
 
- Example#5224 - SolrDisMaxQuery::useEDisMaxQueryParser example
 
- Example#5225 - SolrCollapseFunction::__construct example
 
- Example#5226 - SolrCollapseFunction::setHint example
 
- Example#5227 - SolrCollapseFunction::setMax example
 
- Example#5228 - 基本使用范例
 
- Example#5229 - Basic search query
 
- Example#5230 - A Swish::__construct example
 
- Example#5231 - Basic Swish::getMetaList example
 
- Example#5232 - Basic Swish::getPropertyList example
 
- Example#5233 - Basic Swish::prepare example
 
- Example#5234 - Basic Swish::query example
 
- Example#5235 - Basic SwishResult::stem example
 
- Example#5236 - Basic SwishResults::getParsedWords example
 
- Example#5237 - Basic SwishResults::nextResult example
 
- Example#5238 - Basic SwishResults::seekResult example
 
- Example#5239 - Basic SwishSearch::execute example
 
- Example#5240 - Basic SwishSearch::resetLimit example
 
- Example#5241 - Basic SwishSearch::setLimit example
 
- Example#5242 - Basic SwishSearch::setPhraseDelimiter example
 
- Example#5243 - Basic SwishSearch::setSort example
 
- Example#5244 - Basic SwishSearch::setStructure example
 
- Example#5245 - 用 .htaccess 禁用一个目录的 PHP 解析
 
- Example#5246 - apache_get_modules 示例
 
- Example#5247 - apache_get_version example
 
- Example#5248 - apache_getenv example
 
- Example#5249 - apache_lookup_uri 例子
 
- Example#5250 - Passing information between PHP and Perl
 
- Example#5251 - Logging values in access.log
 
- Example#5252 - apache_request_headers 示例
 
- Example#5253 - apache_response_headers 示例
 
- Example#5254 - 使用 apache_setenv 设置一个 Apache 环境变量
 
- Example#5255 - getallheaders 示例
 
- Example#5256 - nsapi_request_headers example
 
- Example#5257 - 在 $_SESSION 中注册变量。
 
- Example#5258 - 从 $_SESSION 中反注册变量。
 
- Example#5259 - 某单一用户的点击数
 
- Example#5260 - 样例信息
 
- Example#5261 - session_cache_expire 示例
 
- Example#5262 - session_cache_limiter 示例
 
- Example#5263 - session_create_id example with session_regenerate_id
 
- Example#5264 - 销毁会话数据以及 $_SESSION
 
- Example#5265 - session_gc example for task managers like cron
 
- Example#5266 - session_gc example for user accessible script
 
- Example#5267 - session_name 示例
 
- Example#5268 - A session_regenerate_id 示例
 
- Example#5269 - Avoiding lost session by session_regenerate_id
 
- Example#5270 - 自定义会话管理器: 完整代码请参见 SessionHandlerInterface。
 
- Example#5271 - 使用对象自定义会话保存管理器
 
- Example#5272 - page1.php
 
- Example#5273 - page2.php
 
- Example#5274 - 覆盖 Cookie 超时时间设定
 
- Example#5275 - 读取会话之后立即关闭会话存储文件
 
- Example#5276 - Using SessionHandler to add encryption to internal PHP save handlers.
 
- Example#5277 - Example using SessionHandlerInterface
 
- Example#5278 - bbcode_add_smiley usage example
 
- Example#5279 - bbcode_create example
 
- Example#5280 - bbcode_set_arg_parser usage example
 
- Example#5281 - bbcode_set_flags usage example
 
- Example#5282 - 合法模式示例
 
- Example#5283 - 非法模式示例
 
- Example#5284 - 比较preg_filter 
     和preg_replace的示例
 
- Example#5285 - preg_grep 示例
 
- Example#5286 - preg_last_error 示例
 
- Example#5287 - 查找所有文本中的电话号码。
 
- Example#5288 - 查找匹配的HTML标签(贪婪)
 
- Example#5289 - 使用子命名组
 
- Example#5290 - 查找文本字符串"php"
 
- Example#5291 - 查找单词"word"
 
- Example#5292 - 获取URL中的域名
 
- Example#5293 - 使用命名子组
 
- Example#5294 - preg_quote示例
 
- Example#5295 - 将文本中的单词替换为斜体
 
- Example#5296 - preg_replace_callback_array example
 
- Example#5297 - preg_replace_callback 和 
        匿名函数
 
- Example#5298 - preg_replace_callback示例
 
- Example#5299 - preg_replace_callback使用递归构造处理BB码的封装
 
- Example#5300 - 使用后向引用紧跟数值原文
 
- Example#5301 - preg_replace中使用基于索引的数组
 
- Example#5302 - 替换一些值
 
- Example#5303 - 剥离空白字符
 
- Example#5304 - 使用参数count
 
- Example#5305 - preg_split示例:获取搜索字符串的部分
 
- Example#5306 - 将一个字符串分隔为组成它的字符
 
- Example#5307 - 分隔一个字符串并获取每部分的偏移量
 
- Example#5308 - 正则表达式例子
 
- Example#5309 - ereg_replace 例子
 
- Example#5310 - ereg_replace 例子
 
- Example#5311 - 将 URL 替换为超连接
 
- Example#5312 - ereg 例子
 
- Example#5313 - 高亮搜索结果
 
- Example#5314 - eregi 例子
 
- Example#5315 - split 例子
 
- Example#5316 - split 例子
 
- Example#5317 - spliti 例子
 
- Example#5318 - sql_regcase 例子
 
- Example#5319 - addcslashes 例子
 
- Example#5320 - 一个 addslashes 例子
 
- Example#5321 - chr 例子
 
- Example#5322 - chunk_split  例子
 
- Example#5323 - convert_uudecode 例子
 
- Example#5324 - convert_uuencode 例子
 
- Example#5325 - count_chars  示例
 
- Example#5326 - 显示一个 crc32 校验码
 
- Example#5327 - crypt 范例
 
- Example#5328 - 利用 htpasswd 进行 crypt 加密
 
- Example#5329 - 以不同散列类型使用 crypt
 
- Example#5330 - echo 例子
 
- Example#5331 - explode 例子
 
- Example#5332 - explode return examples
 
- Example#5333 - limit 参数的例子
 
- Example#5334 - fprintf: zero-padded integers
 
- Example#5335 - fprintf: formatting currency
 
- Example#5336 - Translation Table Example
 
- Example#5337 - hex2bin 例子
 
- Example#5338 - Decoding HTML entities
 
- Example#5339 - htmlentities 例子
 
- Example#5340 - ENT_IGNORE 用法示例
 
- Example#5341 - 一个 htmlspecialchars_decode 的例子
 
- Example#5342 - htmlspecialchars 例子
 
- Example#5343 - implode 例子
 
- Example#5344 - lcfirst 例子:
 
- Example#5345 - levenshtein 例子:
 
- Example#5346 - localeconv example
 
- Example#5347 - ltrim的使用范例
 
- Example#5348 - md5_file 使用范例
 
- Example#5349 - md5 范例
 
- Example#5350 - metaphone basic example
 
- Example#5351 - Using the phonemes parameter
 
- Example#5352 - money_format 例子
 
- Example#5353 - nl2br 使用范例
 
- Example#5354 - 使用 is_xhtml 生成合法的 HTML 标记
 
- Example#5355 - 各种换行分隔符
 
- Example#5356 - number_format Example
 
- Example#5357 - ord 范例
 
- Example#5358 - parse_str 的使用
 
- Example#5359 - print 范例
 
- Example#5360 - rtrim 使用范例
 
- Example#5361 - setlocale Examples
 
- Example#5362 - setlocale Examples for Windows
 
- Example#5363 - sha1_file 范例
 
- Example#5364 - sha1 范例
 
- Example#5365 - Soundex Examples
 
- Example#5366 - Argument swapping
 
- Example#5367 - Argument swapping
 
- Example#5368 - Argument swapping
 
- Example#5369 - Argument swapping
 
- Example#5370 - Specifying padding character
 
- Example#5371 - Position specifier with other specifiers
 
- Example#5372 - printf: various examples
 
- Example#5373 - printf: string specifiers
 
- Example#5374 - sprintf: zero-padded integers
 
- Example#5375 - sprintf: formatting currency
 
- Example#5376 - sprintf: scientific notation
 
- Example#5377 - sscanf 例子
 
- Example#5378 - sscanf - using optional parameters
 
- Example#5379 - str_ireplace 范例
 
- Example#5380 - str_pad 范例
 
- Example#5381 - str_repeat 范例
 
- Example#5382 - str_replace 基本范例
 
- Example#5383 - 可能的 str_replace 替换范例
 
- Example#5384 - str_rot13 范例
 
- Example#5385 - str_shuffle 范例
 
- Example#5386 - str_split 使用范例
 
- Example#5387 - str_word_count 范例
 
- Example#5388 - strcasecmp 范例
 
- Example#5389 - strcmp 例子
 
- Example#5390 - strcspn example
 
- Example#5391 - strip_tags 范例
 
- Example#5392 - stripos 范例
 
- Example#5393 - stripslashes 范例
 
- Example#5394 - 对数组使用 stripslashes
 
- Example#5395 - stristr 范例
 
- Example#5396 - 测试字符串的存在与否
 
- Example#5397 - 使用非字符串 needle
 
- Example#5398 - strlen 范例
 
- Example#5399 - strpbrk 范例
 
- Example#5400 - 使用 ===
 
- Example#5401 - 使用 !==
 
- Example#5402 - 使用位置偏移量
 
- Example#5403 - strrchr 范例
 
- Example#5404 - 使用 strrev 反转字符串
 
- Example#5405 - strripos 简单范例
 
- Example#5406 - 检查字串是否存在
 
- Example#5407 - 使用偏移位置进行查找
 
- Example#5408 - strspn 范例
 
- Example#5409 - strstr 范例
 
- Example#5410 - strtok 范例
 
- Example#5411 - 当存在空的部分时 strtok 的反应
 
- Example#5412 - strtolower 范例
 
- Example#5413 - strtoupper 范例
 
- Example#5414 - strtr 范例
 
- Example#5415 - 使用两个参数的 strtr 范例
 
- Example#5416 - strtr behavior comparison
 
- Example#5417 - substr_compare 范例
 
- Example#5418 - substr_count 范例
 
- Example#5419 - substr_replace 范例
 
- Example#5420 - Using substr_replace to replace multiple strings at
     once
 
- Example#5421 - 使用负数 start
 
- Example#5422 - 使用负数 length
 
- Example#5423 - substr 基本用法
 
- Example#5424 - substr casting behaviour
 
- Example#5425 - 
 
- Example#5426 - trim 使用范例
 
- Example#5427 - 使用 trim 清理数组值
 
- Example#5428 - ucfirst 范例
 
- Example#5429 - ucwords 范例
 
- Example#5430 - ucwords 自定义 delimiters 的例子
 
- Example#5431 - vfprintf: 前导 0 的整数
 
- Example#5432 - vprintf: 前导 0 的整数
 
- Example#5433 - vsprintf: 前导 0 的整数
 
- Example#5434 - wordwrap 范例
 
- Example#5435 - wordwrap 范例
 
- Example#5436 - wordwrap 例子
 
- Example#5437 - array_change_key_case例一
 
- Example#5438 - array_chunk 例子
 
- Example#5439 - 从结果集中取出first names列
 
- Example#5440 - 从结果集中总取出last names列,用相应的id作为键值
 
- Example#5441 - username 列是从对象获取 public 的 "username" 属性
 
- Example#5442 - 获取  username 列,从对象通过魔术方法  __get 获取 private 的 "username" 属性。
 
- Example#5443 - 一个 array_combine 简单的例子
 
- Example#5444 - array_count_values 例子
 
- Example#5445 - array_diff_assoc 例子
 
- Example#5446 - array_diff_assoc example
 
- Example#5447 - array_diff_key 例
 
- Example#5448 - array_diff_uassoc 例子
 
- Example#5449 - array_diff_ukey 例子
 
- Example#5450 - array_diff 例子
 
- Example#5451 - array_fill_keys 范例
 
- Example#5452 - array_fill 例子
 
- Example#5453 - array_filter 例子
 
- Example#5454 - 不使用 callback 时的array_filter
 
- Example#5455 - 带 flag 标记的 array_filter
 
- Example#5456 - array_flip 例子
 
- Example#5457 - array_flip 例子 : 冲突
 
- Example#5458 - array_intersect_assoc 例子
 
- Example#5459 - array_intersect_key 例子
 
- Example#5460 - array_intersect_uassoc 例子
 
- Example#5461 - array_intersect_ukey 例子
 
- Example#5462 - array_intersect 例子
 
- Example#5463 - array_key_exists 例子
 
- Example#5464 - array_key_exists 与 isset 的对比
 
- Example#5465 - array_keys 例子
 
- Example#5466 - array_map 例子
 
- Example#5467 - array_map 使用匿名函数 (PHP 5.3.0 起)
 
- Example#5468 - array_map:使用更多的数组
 
- Example#5469 - 多维数组:创建数组,内部包含数组
 
- Example#5470 - array_map 键(key)是 string
 
- Example#5471 - array_merge_recursive 例子
 
- Example#5472 - array_merge 例子
 
- Example#5473 - Simple array_merge 例子
 
- Example#5474 - array_merge 合并非数组的类型
 
- Example#5475 - 多个数组排序
 
- Example#5476 - 排序多维数组
 
- Example#5477 - 对数据库结果进行排序
 
- Example#5478 - 不区分大小写字母排序
 
- Example#5479 - array_pad 例子
 
- Example#5480 - array_pop 例子
 
- Example#5481 - array_product 例子
 
- Example#5482 - array_push 例子
 
- Example#5483 - array_rand 例子
 
- Example#5484 - array_reduce 例子
 
- Example#5485 - array_replace_recursive 范例
 
- Example#5486 - array_replace_recursive 及其递归表现
 
- Example#5487 - array_replace 范例
 
- Example#5488 - array_reverse 例子
 
- Example#5489 - array_search 例子
 
- Example#5490 - array_shift 例子
 
- Example#5491 - array_slice 例子
 
- Example#5492 - array_splice 例子
 
- Example#5493 - array_splice 例子
 
- Example#5494 - array_sum  例子
 
- Example#5495 - array_udiff_assoc 例子
 
- Example#5496 - array_udiff_uassoc 例子
 
- Example#5497 - array_udiff 使用 stdClass 对象的例子
 
- Example#5498 - array_udiff 使用 DateTime 对象的例子
 
- Example#5499 - array_uintersect_assoc 例子
 
- Example#5500 - array_uintersect_uassoc  例子
 
- Example#5501 - array_uintersect 例子
 
- Example#5502 - array_unique 例子
 
- Example#5503 - array_unique 和类型
 
- Example#5504 - array_unshift 例子
 
- Example#5505 - array_values 例子
 
- Example#5506 - array_walk_recursive 例子
 
- Example#5507 - array_walk 例子
 
- Example#5508 - array  例子
 
- Example#5509 - array 的自动索引
 
- Example#5510 - 从 1 开始索引的 array
 
- Example#5511 - 访问双引号内的数组
 
- Example#5512 - arsort 例子
 
- Example#5513 - asort 例子
 
- Example#5514 - compact 例子
 
- Example#5515 - count 例子
 
- Example#5516 - 递归 count 例子
 
- Example#5517 - 使用  current 系列函数的例子
 
- Example#5518 - each 例子
 
- Example#5519 - 用 each 遍历数组
 
- Example#5520 - end 例子
 
- Example#5521 - extract 例子
 
- Example#5522 - in_array 例子
 
- Example#5523 - in_array 严格类型检查例子
 
- Example#5524 - in_array 中用数组作为 needle
 
- Example#5525 - key 例子
 
- Example#5526 - krsort 例子
 
- Example#5527 - ksort 例子
 
- Example#5528 - list 例子
 
- Example#5529 - list 用法的一个例子
 
- Example#5530 - 使用嵌套的  list
 
- Example#5531 - 在 list 中使用数组索引
 
- Example#5532 - list 和索引顺序定义
 
- Example#5533 - natcasesort 例子
 
- Example#5534 - natsort 基本用法的操作示例
 
- Example#5535 - natsort examples demonstrating potential gotchas
 
- Example#5536 - next 及相关函数的用法示例
 
- Example#5537 - prev 及相关函数用法示例
 
- Example#5538 - range 例子
 
- Example#5539 - reset 例子
 
- Example#5540 - rsort 例
 
- Example#5541 - shuffle 例子
 
- Example#5542 - sort 例子
 
- Example#5543 - 使用不区分大小写自然排序的 sort 例子
 
- Example#5544 - uasort 的基本例子
 
- Example#5545 - uksort 例子
 
- Example#5546 - usort 例子
 
- Example#5547 - 使用多维数组的 usort 例子
 
- Example#5548 - usort example using a member function of an object
 
- Example#5549 - usort example using a closure
     to sort a multi-dimensional array
 
- Example#5550 - classes.inc
 
- Example#5551 - test_script.php
 
- Example#5552 - 代替 call_user_method_array
 
- Example#5553 - 代替 call_user_method
 
- Example#5554 - class_alias 例子
 
- Example#5555 - class_exists  例子
 
- Example#5556 - autoload parameter  例子
 
- Example#5557 - get_called_class 的使用
 
- Example#5558 - get_class_methods 示例
 
- Example#5559 - get_class_vars example
 
- Example#5560 - get_class_vars and scoping behaviour
 
- Example#5561 - 使用 get_class
 
- Example#5562 - 超类中使用 get_class
 
- Example#5563 - 命名空间中的类使用 get_class
 
- Example#5564 - get_declared_classes 例子
 
- Example#5565 - get_declared_interfaces 例子
 
- Example#5566 - 使用 get_object_vars
 
- Example#5567 - Use of get_object_vars
 
- Example#5568 - 使用 get_parent_class
 
- Example#5569 - Using get_parent_class
 
- Example#5570 - interface_exists 例子
 
- Example#5571 - is_a 例子
 
- Example#5572 - 在 PHP 5 中使用 instanceof 运算符
 
- Example#5573 - is_subclass_of 例子
 
- Example#5574 - is_subclass_of example
 
- Example#5575 - method_exists 例子
 
- Example#5576 - Static method_exists  例子
 
- Example#5577 - A property_exists example
 
- Example#5578 - classkit_import example
 
- Example#5579 - classkit_method_add example
 
- Example#5580 - classkit_method_copy example
 
- Example#5581 - classkit_method_redefine example
 
- Example#5582 - classkit_method_remove example
 
- Example#5583 - classkit_method_rename example
 
- Example#5584 - A ctype_alnum 示例 (使用默认的区域设置)
 
- Example#5585 - 一个 ctype_alpha 例子(使用默认的语言环境)
 
- Example#5586 - 一个 ctype_cntrl 例子
 
- Example#5587 - 一个 ctype_digit 例子
 
- Example#5588 - 一个通过 ctype_digit 来比对字符和整数的例子。
 
- Example#5589 - 一个 ctype_graph 例子
 
- Example#5590 - 一个 ctype_lower 例子 (使用默认的语言环境)
 
- Example#5591 - 一个 ctype_print 例子
 
- Example#5592 - 一个 ctype_punct 的例子
 
- Example#5593 - 一个 ctype_space 例子
 
- Example#5594 - 一个 ctype_upper 例子 (使用当前默认语言环境)
 
- Example#5595 - 一个 ctype_xdigit 的例子
 
- Example#5596 - Vector
 
- Example#5597 - Map
 
- Example#5598 - Ds\Collection::clear example
 
- Example#5599 - Ds\Collection::copy example
 
- Example#5600 - Ds\Collection::isEmpty example
 
- Example#5601 - Ds\Collection::toArray example
 
- Example#5602 - Ds\Hashable::hash example
 
- Example#5603 - Ds\Sequence::allocate example
 
- Example#5604 - Ds\Sequence::apply example
 
- Example#5605 - Ds\Sequence::capacity example
 
- Example#5606 - Ds\Sequence::contains example
 
- Example#5607 - Ds\Sequence::filter example using callback function
 
- Example#5608 - Ds\Sequence::filter example without a callback function
 
- Example#5609 - Ds\Sequence::find example
 
- Example#5610 - Ds\Sequence::first example
 
- Example#5611 - Ds\Sequence::get example
 
- Example#5612 - Ds\Sequence::get example using array syntax
 
- Example#5613 - Ds\Sequence::insert example
 
- Example#5614 - Ds\Sequence::join example using a separator string
 
- Example#5615 - Ds\Sequence::join example without a separator string
 
- Example#5616 - Ds\Sequence::last example
 
- Example#5617 - Ds\Sequence::map example
 
- Example#5618 - Ds\Sequence::merge example
 
- Example#5619 - Ds\Sequence::pop example
 
- Example#5620 - Ds\Sequence::push example
 
- Example#5621 - Ds\Sequence::reduce with initial value example
 
- Example#5622 - Ds\Sequence::reduce without an initial value example
 
- Example#5623 - Ds\Sequence::remove example
 
- Example#5624 - Ds\Sequence::reverse example
 
- Example#5625 - Ds\Sequence::reversed example
 
- Example#5626 - Ds\Sequence::rotate example
 
- Example#5627 - Ds\Sequence::set example
 
- Example#5628 - Ds\Sequence::set example using array syntax
 
- Example#5629 - Ds\Sequence::shift example
 
- Example#5630 - Ds\Sequence::slice example
 
- Example#5631 - Ds\Sequence::sort example
 
- Example#5632 - Ds\Sequence::sort example using a comparator
 
- Example#5633 - Ds\Sequence::sorted example
 
- Example#5634 - Ds\Sequence::sorted example using a comparator
 
- Example#5635 - Ds\Sequence::sum integer example
 
- Example#5636 - Ds\Sequence::sum float example
 
- Example#5637 - Ds\Sequence::unshift example
 
- Example#5638 - Ds\Vector::allocate example
 
- Example#5639 - Ds\Vector::apply example
 
- Example#5640 - Ds\Vector::capacity example
 
- Example#5641 - Ds\Vector::clear example
 
- Example#5642 - Ds\Vector::__construct example
 
- Example#5643 - Ds\Vector::contains example
 
- Example#5644 - Ds\Vector::copy example
 
- Example#5645 - Ds\Vector::filter example using callback function
 
- Example#5646 - Ds\Vector::filter example without a callback function
 
- Example#5647 - Ds\Vector::find example
 
- Example#5648 - Ds\Vector::first example
 
- Example#5649 - Ds\Vector::get example
 
- Example#5650 - Ds\Vector::get example using array syntax
 
- Example#5651 - Ds\Vector::insert example
 
- Example#5652 - Ds\Vector::isEmpty example
 
- Example#5653 - Ds\Vector::join example using a separator string
 
- Example#5654 - Ds\Vector::join example without a separator string
 
- Example#5655 - Ds\Vector::last example
 
- Example#5656 - Ds\Vector::map example
 
- Example#5657 - Ds\Vector::merge example
 
- Example#5658 - Ds\Vector::pop example
 
- Example#5659 - Ds\Vector::push example
 
- Example#5660 - Ds\Vector::reduce with initial value example
 
- Example#5661 - Ds\Vector::reduce without an initial value example
 
- Example#5662 - Ds\Vector::remove example
 
- Example#5663 - Ds\Vector::reverse example
 
- Example#5664 - Ds\Vector::reversed example
 
- Example#5665 - Ds\Vector::rotate example
 
- Example#5666 - Ds\Vector::set example
 
- Example#5667 - Ds\Vector::set example using array syntax
 
- Example#5668 - Ds\Vector::shift example
 
- Example#5669 - Ds\Vector::slice example
 
- Example#5670 - Ds\Vector::sort example
 
- Example#5671 - Ds\Vector::sort example using a comparator
 
- Example#5672 - Ds\Vector::sorted example
 
- Example#5673 - Ds\Vector::sorted example using a comparator
 
- Example#5674 - Ds\Vector::sum integer example
 
- Example#5675 - Ds\Vector::sum float example
 
- Example#5676 - Ds\Vector::toArray example
 
- Example#5677 - Ds\Vector::unshift example
 
- Example#5678 - Ds\Deque::allocate example
 
- Example#5679 - Ds\Deque::apply example
 
- Example#5680 - Ds\Deque::capacity example
 
- Example#5681 - Ds\Deque::clear example
 
- Example#5682 - Ds\Deque::__construct example
 
- Example#5683 - Ds\Deque::contains example
 
- Example#5684 - Ds\Deque::copy example
 
- Example#5685 - Ds\Deque::filter example using callback function
 
- Example#5686 - Ds\Deque::filter example without a callback function
 
- Example#5687 - Ds\Deque::find example
 
- Example#5688 - Ds\Deque::first example
 
- Example#5689 - Ds\Deque::get example
 
- Example#5690 - Ds\Deque::get example using array syntax
 
- Example#5691 - Ds\Deque::insert example
 
- Example#5692 - Ds\Deque::isEmpty example
 
- Example#5693 - Ds\Deque::join example using a separator string
 
- Example#5694 - Ds\Deque::join example without a separator string
 
- Example#5695 - Ds\Deque::last example
 
- Example#5696 - Ds\Deque::map example
 
- Example#5697 - Ds\Deque::merge example
 
- Example#5698 - Ds\Deque::pop example
 
- Example#5699 - Ds\Deque::push example
 
- Example#5700 - Ds\Deque::reduce with initial value example
 
- Example#5701 - Ds\Deque::reduce without an initial value example
 
- Example#5702 - Ds\Deque::remove example
 
- Example#5703 - Ds\Deque::reverse example
 
- Example#5704 - Ds\Deque::reversed example
 
- Example#5705 - Ds\Deque::rotate example
 
- Example#5706 - Ds\Deque::set example
 
- Example#5707 - Ds\Deque::set example using array syntax
 
- Example#5708 - Ds\Deque::shift example
 
- Example#5709 - Ds\Deque::slice example
 
- Example#5710 - Ds\Deque::sort example
 
- Example#5711 - Ds\Deque::sort example using a comparator
 
- Example#5712 - Ds\Deque::sorted example
 
- Example#5713 - Ds\Deque::sorted example using a comparator
 
- Example#5714 - Ds\Deque::sum integer example
 
- Example#5715 - Ds\Deque::sum float example
 
- Example#5716 - Ds\Deque::toArray example
 
- Example#5717 - Ds\Deque::unshift example
 
- Example#5718 - Ds\Map::allocate example
 
- Example#5719 - Ds\Map::apply example
 
- Example#5720 - Ds\Map::capacity example
 
- Example#5721 - Ds\Map::clear example
 
- Example#5722 - Ds\Map::__construct example
 
- Example#5723 - Ds\Map::copy example
 
- Example#5724 - Ds\Map::diff example
 
- Example#5725 - Ds\Map::filter example using callback function
 
- Example#5726 - Ds\Map::filter example without a callback function
 
- Example#5727 - Ds\Map::first example
 
- Example#5728 - Ds\Map::get example
 
- Example#5729 - Ds\Map::get example using array syntax
 
- Example#5730 - Ds\Map::hasKey example
 
- Example#5731 - Ds\Map::hasValue example
 
- Example#5732 - Ds\Map::intersect example
 
- Example#5733 - Ds\Map::isEmpty example
 
- Example#5734 - Ds\Map::keys example
 
- Example#5735 - Ds\Map::ksort example
 
- Example#5736 - Ds\Map::ksort example using a comparator
 
- Example#5737 - Ds\Map::ksorted example
 
- Example#5738 - Ds\Map::ksorted example using a comparator
 
- Example#5739 - Ds\Map::last example
 
- Example#5740 - Ds\Map::map example
 
- Example#5741 - Ds\Map::merge example
 
- Example#5742 - Ds\Map::pairs example
 
- Example#5743 - Ds\Map::put example
 
- Example#5744 - Ds\Map::put example using objects as keys
 
- Example#5745 - Ds\Map::putAll example
 
- Example#5746 - Ds\Map::reduce with initial value example
 
- Example#5747 - Ds\Map::reduce without an initial value example
 
- Example#5748 - Ds\Map::remove example
 
- Example#5749 - Ds\Map::reverse example
 
- Example#5750 - Ds\Map::reversed example
 
- Example#5751 - Ds\Map::skip example
 
- Example#5752 - Ds\Map::slice example
 
- Example#5753 - Ds\Map::sort example
 
- Example#5754 - Ds\Map::sort example using a comparator
 
- Example#5755 - Ds\Map::sort example
 
- Example#5756 - Ds\Map::sort example using a comparator
 
- Example#5757 - Ds\Map::sum integer example
 
- Example#5758 - Ds\Map::sum float example
 
- Example#5759 - Ds\Map::toArray example
 
- Example#5760 - Ds\Map::union example
 
- Example#5761 - Ds\Map::values example
 
- Example#5762 - Ds\Map::xor example
 
- Example#5763 - Ds\Pair::clear example
 
- Example#5764 - Ds\Pair::copy example
 
- Example#5765 - Ds\Pair::isEmpty example
 
- Example#5766 - Ds\Pair::toArray example
 
- Example#5767 - Ds\Set::add example using integers
 
- Example#5768 - Ds\Set::add example using objects
 
- Example#5769 - Ds\Set::allocate example
 
- Example#5770 - Ds\Set::capacity example
 
- Example#5771 - Ds\Set::clear example
 
- Example#5772 - Ds\Set::__construct example
 
- Example#5773 - Ds\Set::contains example
 
- Example#5774 - Ds\Set::copy example
 
- Example#5775 - Ds\Set::diff example
 
- Example#5776 - Ds\Set::filter example using callback function
 
- Example#5777 - Ds\Set::filter example without a callback function
 
- Example#5778 - Ds\Set::first example
 
- Example#5779 - Ds\Set::get example
 
- Example#5780 - Ds\Set::get example using array syntax
 
- Example#5781 - Ds\Set::intersect example
 
- Example#5782 - Ds\Set::isEmpty example
 
- Example#5783 - Ds\Set::join example using a separator string
 
- Example#5784 - Ds\Set::join example without a separator string
 
- Example#5785 - Ds\Set::last example
 
- Example#5786 - Ds\Set::merge example
 
- Example#5787 - Ds\Set::reduce with initial value example
 
- Example#5788 - Ds\Set::reduce without an initial value example
 
- Example#5789 - Ds\Set::remove example
 
- Example#5790 - Ds\Set::reverse example
 
- Example#5791 - Ds\Set::reversed example
 
- Example#5792 - Ds\Set::slice example
 
- Example#5793 - Ds\Set::sort example
 
- Example#5794 - Ds\Set::sort example using a comparator
 
- Example#5795 - Ds\Set::sorted example
 
- Example#5796 - Ds\Set::sorted example using a comparator
 
- Example#5797 - Ds\Set::sum integer example
 
- Example#5798 - Ds\Set::sum float example
 
- Example#5799 - Ds\Set::toArray example
 
- Example#5800 - Ds\Set::union example
 
- Example#5801 - Ds\Set::xor example
 
- Example#5802 - Ds\Stack::clear example
 
- Example#5803 - Ds\Stack::__construct example
 
- Example#5804 - Ds\Stack::copy example
 
- Example#5805 - Ds\Stack::isEmpty example
 
- Example#5806 - Ds\Stack::peek example
 
- Example#5807 - Ds\Stack::pop example
 
- Example#5808 - Ds\Stack::push example
 
- Example#5809 - Ds\Stack::toArray example
 
- Example#5810 - Ds\Queue::allocate example
 
- Example#5811 - Ds\Queue::capacity example
 
- Example#5812 - Ds\Queue::clear example
 
- Example#5813 - Ds\Queue::__construct example
 
- Example#5814 - Ds\Queue::copy example
 
- Example#5815 - Ds\Queue::isEmpty example
 
- Example#5816 - Ds\Queue::peek example
 
- Example#5817 - Ds\Queue::pop example
 
- Example#5818 - Ds\Queue::push example
 
- Example#5819 - Ds\Queue::toArray example
 
- Example#5820 - Ds\PriorityQueue::allocate example
 
- Example#5821 - Ds\PriorityQueue::capacity example
 
- Example#5822 - Ds\PriorityQueue::clear example
 
- Example#5823 - Ds\PriorityQueue::__construct example
 
- Example#5824 - Ds\PriorityQueue::copy example
 
- Example#5825 - Ds\PriorityQueue::isEmpty example
 
- Example#5826 - Ds\PriorityQueue::peek example
 
- Example#5827 - Ds\PriorityQueue::pop example
 
- Example#5828 - Ds\PriorityQueue::push example
 
- Example#5829 - Ds\PriorityQueue::toArray example
 
- Example#5830 - Configuring the default filter to act like htmlspecialchars
 
- Example#5831 - Configuring the default filter to act like htmlspecialchars
 
- Example#5832 - Validating email addresses with filter_var
 
- Example#5833 - Validating IP addresses with filter_var
 
- Example#5834 - Passing options to filter_var
 
- Example#5835 - Sanitizing and validating email addresses
 
- Example#5836 - Configuring a default filter
 
- Example#5837 - 一个 filter_input_array 的例子
 
- Example#5838 - 一个 filter_input 的例子
 
- Example#5839 - 一个 filter_list 的例子
 
- Example#5840 - 一个 filter_var_array 的例子
 
- Example#5841 - 一个 filter_var 的例子
 
- Example#5842 - call_user_func_array例子
 
- Example#5843 - call_user_func_array使用命名空间的情况
 
- Example#5844 - 把完整的函数作为回调传入call_user_func_array
 
- Example#5845 - 传引用
 
- Example#5846 - call_user_func 的参考例子
 
- Example#5847 - call_user_func 的例子
 
- Example#5848 - call_user_func 命名空间的使用
 
- Example#5849 - 用call_user_func来调用一个类里面的方法
 
- Example#5850 - 把完整的函数作为回调传入call_user_func
 
- Example#5851 - Creating an anonymous function with create_function
 
- Example#5852 - Making a general processing function with
     create_function
 
- Example#5853 - Using anonymous functions as callback functions
 
- Example#5854 - forward_static_call_array example
 
- Example#5855 - forward_static_call example
 
- Example#5856 - func_get_arg 例子
 
- Example#5857 - func_get_arg PHP 5.3 前后对比的例子
 
- Example#5858 - func_get_arg example of byref and byval arguments
 
- Example#5859 - func_get_args 例子
 
- Example#5860 - PHP 5.3 前后使用 func_get_args 在的对比
 
- Example#5861 - func_get_args example of byref and byval arguments
 
- Example#5862 - func_num_args example
 
- Example#5863 - func_num_args example before and
    after PHP 5.3
 
- Example#5864 - function_exists 的例子
 
- Example#5865 - get_defined_functions 例子
 
- Example#5866 - register_shutdown_function 例子
 
- Example#5867 - register_tick_function example
 
- Example#5868 - Quickhash Example
 
- Example#5869 - Quickhash ArrayAccess Example
 
- Example#5870 - Quickhash Iterator Example
 
- Example#5871 - Quickhash String Values Example
 
- Example#5872 - QuickHashIntSet::add example
 
- Example#5873 - QuickHashIntSet::__construct example
 
- Example#5874 - QuickHashIntSet::delete example
 
- Example#5875 - QuickHashIntSet::exists example
 
- Example#5876 - QuickHashIntSet::getSize example
 
- Example#5877 - QuickHashIntSet::loadFromFile example
 
- Example#5878 - QuickHashIntSet::loadFromString example
 
- Example#5879 - QuickHashIntSet::saveToFile example
 
- Example#5880 - QuickHashIntSet::saveToString example
 
- Example#5881 - QuickHashIntHash::add example
 
- Example#5882 - QuickHashIntHash::__construct example
 
- Example#5883 - QuickHashIntHash::delete example
 
- Example#5884 - QuickHashIntHash::exists example
 
- Example#5885 - QuickHashIntHash::get example
 
- Example#5886 - QuickHashIntHash::getSize example
 
- Example#5887 - QuickHash IntHash file format
 
- Example#5888 - QuickHash IntHash file format
 
- Example#5889 - QuickHashIntHash::loadFromFile example
 
- Example#5890 - QuickHashIntHash::loadFromString example
 
- Example#5891 - QuickHashIntHash::saveToFile example
 
- Example#5892 - QuickHashIntHash::saveToString example
 
- Example#5893 - QuickHashIntHash::set example
 
- Example#5894 - QuickHashIntHash::update example
 
- Example#5895 - QuickHashStringIntHash::add example
 
- Example#5896 - QuickHashStringIntHash::__construct example
 
- Example#5897 - QuickHashStringIntHash::delete example
 
- Example#5898 - QuickHashStringIntHash::get example
 
- Example#5899 - QuickHashStringIntHash::getSize example
 
- Example#5900 - QuickHash StringIntHash file format
 
- Example#5901 - QuickHash IntHash file format
 
- Example#5902 - QuickHashStringIntHash::loadFromFile example
 
- Example#5903 - QuickHashStringIntHash::loadFromString example
 
- Example#5904 - QuickHashStringIntHash::saveToFile example
 
- Example#5905 - QuickHashStringIntHash::saveToString example
 
- Example#5906 - QuickHashStringIntHash::set example
 
- Example#5907 - QuickHashStringIntHash::update example
 
- Example#5908 - QuickHashIntStringHash::add example
 
- Example#5909 - QuickHashIntStringHash::__construct example
 
- Example#5910 - QuickHashIntStringHash::delete example
 
- Example#5911 - QuickHashIntStringHash::get example
 
- Example#5912 - QuickHashIntStringHash::getSize example
 
- Example#5913 - QuickHash IntString file format
 
- Example#5914 - QuickHash IntString file format
 
- Example#5915 - QuickHashIntStringHash::loadFromFile example
 
- Example#5916 - QuickHashIntStringHash::loadFromString example
 
- Example#5917 - QuickHashIntStringHash::saveToFile example
 
- Example#5918 - QuickHashIntStringHash::saveToString example
 
- Example#5919 - QuickHashIntStringHash::set example
 
- Example#5920 - QuickHashIntStringHash::update example
 
- Example#5921 - Shell 里的一个反射例子(一个终端)
 
- Example#5922 - 扩展内置的类
 
- Example#5923 - ReflectionClass 的基本用法
 
- Example#5924 - ReflectionClass::export 的基本用法
 
- Example#5925 - ReflectionClass::getConstructor 的基本用法
 
- Example#5926 - ReflectionClass::getDefaultProperties 例子
 
- Example#5927 - ReflectionClass::getDocComment 例子
 
- Example#5928 - ReflectionClass::getEndLine 例子
 
- Example#5929 - ReflectionClass::getExtension 的基本用法
 
- Example#5930 - ReflectionClass::getExtensionName 的基本用法
 
- Example#5931 - ReflectionClass::getInterfaceNames 例子
 
- Example#5932 - ReflectionClass::getInterfaces 例子
 
- Example#5933 - ReflectionClass::getMethod 的基本用法
 
- Example#5934 - ReflectionClass::getMethods 的基本用法
 
- Example#5935 - 从 ReflectionClass::getMethods 中过滤结果
 
- Example#5936 - ReflectionClass::getName 例子
 
- Example#5937 - ReflectionClass::getNamespaceName 例子
 
- Example#5938 - ReflectionClass::getProperties 过滤例子
 
- Example#5939 - ReflectionClass::getProperty 的基本用法
 
- Example#5940 - ReflectionClass::getShortName 例子
 
- Example#5941 - ReflectionClass::getStaticPropertyValue 的基本用法
 
- Example#5942 - ReflectionClass::hasConstant 例子
 
- Example#5943 - ReflectionClass::hasMethod 例子
 
- Example#5944 - ReflectionClass::hasProperty 例子
 
- Example#5945 - ReflectionClass::inNamespace 例子
 
- Example#5946 - ReflectionClass::isAbstract 例子
 
- Example#5947 - ReflectionClass::isAnonymous example
 
- Example#5948 - ReflectionClass::isCloneable 的基本用法
 
- Example#5949 - ReflectionClass::isFinal 例子
 
- Example#5950 - ReflectionClass::isInstance 相关例子
 
- Example#5951 - ReflectionClass::isInstantiable 例子
 
- Example#5952 - ReflectionClass::isInterface 基本用法
 
- Example#5953 - ReflectionClass::isInternal 的基本用法
 
- Example#5954 - ReflectionClass::isIterateable 例子
 
- Example#5955 - ReflectionClass::newInstanceArgs 的基本用法
 
- Example#5956 - ReflectionClass::__toString 例子
 
- Example#5957 - ReflectionExtension example
 
- Example#5958 - ReflectionExtension::getClasses example
 
- Example#5959 - ReflectionExtension::getClassNames example
 
- Example#5960 - ReflectionExtension::getConstants example
 
- Example#5961 - ReflectionExtension::getDependencies example
 
- Example#5962 - ReflectionExtension::getFunctions example
 
- Example#5963 - ReflectionExtension::getINIEntries example
 
- Example#5964 - ReflectionExtension::getName example
 
- Example#5965 - ReflectionExtension::getVersion example
 
- Example#5966 - ReflectionExtension::info example
 
- Example#5967 - ReflectionFunction::__construct example
 
- Example#5968 - ReflectionFunction::invoke example
 
- Example#5969 - ReflectionFunction::invokeArgs example
 
- Example#5970 - ReflectionFunction::invokeArgs with references example
 
- Example#5971 - ReflectionFunction::__toString example
 
- Example#5972 - ReflectionFunctionAbstract::getReturnType example
 
- Example#5973 - Usage on built-in functions
 
- Example#5974 - ReflectionFunctionAbstract::hasReturnType example
 
- Example#5975 - Usage on built-in functions
 
- Example#5976 - ReflectionFunctionAbstract::isDeprecated example
 
- Example#5977 - ReflectionMethod::__construct example
 
- Example#5978 - ReflectionMethod::getDeclaringClass example
 
- Example#5979 - ReflectionMethod::getModifiers example
 
- Example#5980 - ReflectionMethod::getPrototype example
 
- Example#5981 - ReflectionMethod::invoke example
 
- Example#5982 - ReflectionMethod::invokeArgs example
 
- Example#5983 - ReflectionMethod::__toString example
 
- Example#5984 - Using the ReflectionParameter class
 
- Example#5985 - Using the ReflectionParameter class
 
- Example#5986 - Getting the class that declared the method
 
- Example#5987 - Getting
 
- Example#5988 - ReflectionParameter::getType example
 
- Example#5989 - ReflectionParameter::hasType example
 
- Example#5990 - ReflectionProperty::__construct example
 
- Example#5991 - Getting value from private and protected properties using ReflectionProperty class
 
- Example#5992 - ReflectionProperty::getDocComment example
 
- Example#5993 - ReflectionProperty::getValue example
 
- Example#5994 - ReflectionClass::isDefault example
 
- Example#5995 - ReflectionProperty::setValue example
 
- Example#5996 - ReflectionType::allowsNull example
 
- Example#5997 - ReflectionType::isBuiltin example
 
- Example#5998 - ReflectionType::__toString example
 
- Example#5999 - ReflectionGenerator::__construct example
 
- Example#6000 - ReflectionGenerator::getExecutingFile example
 
- Example#6001 - ReflectionGenerator::getExecutingGenerator example
 
- Example#6002 - ReflectionGenerator::getExecutingLine example
 
- Example#6003 - ReflectionGenerator::getFunction example
 
- Example#6004 - ReflectionGenerator::getThis example
 
- Example#6005 - ReflectionGenerator::getTrace example
 
- Example#6006 - boolval examples
 
- Example#6007 - debug_zval_dump example
 
- Example#6008 - 
 
- Example#6009 - 
 
- Example#6010 - 一个简单的 empty 与 isset 的比较。
 
- Example#6011 - 在字符串偏移量上使用empty
 
- Example#6012 - intval 例子
 
- Example#6013 - is_bool 示例
 
- Example#6014 - is_callable 例子
 
- Example#6015 - is_iterable examples
 
- Example#6016 - isset 例子
 
- Example#6017 - isset on String Offsets
 
- Example#6018 - return 参数示例
 
- Example#6019 - serialize 示例
 
- Example#6020 - settype 示例
 
- Example#6021 - unserialize 例子
 
- Example#6022 - unserialize_callback_func 例子
 
- Example#6023 - unset 示例
 
- Example#6024 - 使用 (unset) 类型强制转换
 
- Example#6025 - var_dump 例子
 
- Example#6026 - 
 
- Example#6027 - OAuth::fetch example
 
- Example#6028 - OAuth::getAccessToken 例子
 
- Example#6029 - OAuth::getRequestToken 例子
 
- Example#6030 - OAuth::setRequestEngine 例子
 
- Example#6031 - 一个 OAuth::setRsaCertificate 例子
 
- Example#6032 - OAuth::setToken 例子
 
- Example#6033 - OAuthProvider::__construct 例子
 
- Example#6034 - OAuthProvider::consumerHandler 回调的例子
 
- Example#6035 - OAuthProvider::generateToken 例子
 
- Example#6036 - OAuthProvider::is2LeggedEndpoint 例子
 
- Example#6037 - OAuthProvider::timestampNonceHandler 回调的例子
 
- Example#6038 - OAuthProvider::tokenHandler 回调的例子
 
- Example#6039 - A sample SCA component
 
- Example#6040 - The structure of an SCA for PHP component
 
- Example#6041 - Obtaining a proxy for a local PHP class
 
- Example#6042 - Obtaining a proxy for a web service
 
- Example#6043 - Calling services
 
- Example#6044 - Obtaining a proxy using getService
 
- Example#6045 - Making calls on the proxy
 
- Example#6046 - StockQuote Service
 
- Example#6047 - Generated WSDL
 
- Example#6048 - Generated WSDL
 
- Example#6049 - location attribute
 
- Example#6050 - method with two arguments
 
- Example#6051 - types section illustrating named parameters
 
- Example#6052 - A Component that uses Data Structures
 
- Example#6053 - An SCA::getService example
 
- Example#6054 - is_soap_fault example
 
- Example#6055 - SOAP's standard method for error reporting is exceptions
 
- Example#6056 - SoapClient::__doRequest example
 
- Example#6057 - SoapClient::__getFunctions example
 
- Example#6058 - SoapClient::__getLastRequest() example
 
- Example#6059 - SoapClient::__getLastRequestHeaders() example
 
- Example#6060 - SoapClient::__getLastResponse() example
 
- Example#6061 - SoapClient::__getLastResponse() example
 
- Example#6062 - SoapClient::__getTypes example
 
- Example#6063 - SoapClient::__setLocation example
 
- Example#6064 - SoapClient::__setSoapHeaders example
 
- Example#6065 - Set Multiple Headers
 
- Example#6066 - SoapClient::__soapCall example
 
- Example#6067 - SoapClient::SoapClient example
 
- Example#6068 - SoapServer::addFunction example
 
- Example#6069 - SoapServer::getFunctions example
 
- Example#6070 - SoapServer::handle example
 
- Example#6071 - SoapServer::setPersistence example
 
- Example#6072 - SoapServer::SoapServer example
 
- Example#6073 - Some examples
 
- Example#6074 - Some examples
 
- Example#6075 - SoapHeader::SoapHeader example
 
- Example#6076 - SoapParam::SoapParam example
 
- Example#6077 - SoapVar::SoapVar example
 
- Example#6078 - Yar Server示例
 
- Example#6079 - 通过浏览器访问(GET请求)
 
- Example#6080 - Yar Client示例
 
- Example#6081 - Yar Concurrent Client示例
 
- Example#6082 - Yar_Server::__construct示例
 
- Example#6083 - Yar_Server::handle示例
 
- Example#6084 - Yar_Client::__call example
 
- Example#6085 - Yar_Client::__construct示例
 
- Example#6086 - Yar_Client::setOpt示例
 
- Example#6087 - Yar_Concurrent_Client::call示例
 
- Example#6088 - Yar_Concurrent_Client::loop example
 
- Example#6089 - Yar_Concurrent_Client::reset example
 
- Example#6090 - Yar_Server_Exception::getType示例
 
- Example#6091 - Yar_Client_Exception::getType example
 
- Example#6092 - XMLRPC client functions example
 
- Example#6093 - XML-RPC type example
 
- Example#6094 - A xmlrpc_set_type example
 
- Example#6095 - For Each in ASP
 
- Example#6096 - foreach in PHP
 
- Example#6097 - COM example (1)
 
- Example#6098 - COM example (2)
 
- Example#6099 - DOTNET example
 
- Example#6100 - Variant example, PHP 4.x style
 
- Example#6101 - Variant example, PHP 5 style
 
- Example#6102 - COM event sink example
 
- Example#6103 - Statistics about the current PHP process
 
- Example#6104 - Statistics about global memory utilization
 
- Example#6105 - Registering a PHP script to run as a service
 
- Example#6106 - Unregistering a service
 
- Example#6107 - Running as a service
 
- Example#6108 - A win32_create_service example
 
- Example#6109 - A win32_delete_service example
 
- Example#6110 - A win32_start_service_ctrl_dispatcher example
 
- Example#6111 - book.xml
 
- Example#6112 - Creating a new DOMAttr object
 
- Example#6113 - DOMAttr::isId() Example
 
- Example#6114 - Creating a new DOMCdataSection object
 
- Example#6115 - Creating a new DOMComment
 
- Example#6116 - Creating a new DOMDocument
 
- Example#6117 - Creating a new element and inserting it as root
 
- Example#6118 - Passing text containing an unescaped & as value
 
- Example#6119 - Creating a new element and inserting it as root
 
- Example#6120 - A namespace prefix example
 
- Example#6121 - DOMDocument::getElementById() Example
 
- Example#6122 - Basic Usage Example
 
- Example#6123 - Get all the XInclude elements
 
- Example#6124 - DOMDocument::importNode example
 
- Example#6125 - Creating a Document
 
- Example#6126 - Creating a Document
 
- Example#6127 - Creating a Document
 
- Example#6128 - Creating a Document
 
- Example#6129 - Static invocation of loadXML
 
- Example#6130 - Adding a new method to DOMElement to ease our code
 
- Example#6131 - Retrieving elements as custom class
 
- Example#6132 - Retrieving owner document
 
- Example#6133 - Saving a DOM tree into a file
 
- Example#6134 - Saving a HTML tree into a string
 
- Example#6135 - Saving a HTML tree into a file
 
- Example#6136 - Saving a DOM tree into a string
 
- Example#6137 - Example of DTD validation
 
- Example#6138 - DOMDocument::xinclude() example
 
- Example#6139 - Appending XML data to your document
 
- Example#6140 - Creating a new DOMElement
 
- Example#6141 - Setting an attribute
 
- Example#6142 - Creating a new DOMEntityReference
 
- Example#6143 - Creating a document with an attached DTD
 
- Example#6144 - Testing your DOM Implementation
 
- Example#6145 - Adding a child
 
- Example#6146 - DOMNode::getLineNo example
 
- Example#6147 - DOMNode::getNodePath example
 
- Example#6148 - Removing a child
 
- Example#6149 - Traversing all the entries of the table
 
- Example#6150 - Creating a new DOMProcessingInstruction object
 
- Example#6151 - Creating a new DOMText
 
- Example#6152 - Getting the count of all the english books
 
- Example#6153 - Getting all the english books
 
- Example#6154 - book.xml
 
- Example#6155 - DOMXPath::registerPHPFunctions with php:functionString
 
- Example#6156 - DOMXPath::registerPHPFunctions with php:function
 
- Example#6157 - Import SimpleXML into DOM with dom_import_simplexml
 
- Example#6158 - A libxml_get_errors example
 
- Example#6159 - libxml_set_external_entity_loader example
 
- Example#6160 - A libxml_set_streams_context example
 
- Example#6161 - A libxml_use_internal_errors example
 
- Example#6162 - Access via property name
 
- Example#6163 - Access via property name as array index
 
- Example#6164 - Data Object iteration
 
- Example#6165 - Access many-valued property by name
 
- Example#6166 - Many-valued element access
 
- Example#6167 - Many-valued property iteration
 
- Example#6168 - Chained property access
 
- Example#6169 - XPath navigation
 
- Example#6170 - XPath querying
 
- Example#6171 - Creating child data objects
 
- Example#6172 - Unset a primitive property
 
- Example#6173 - Unset a data object
 
- Example#6174 - Unset a referenced data object
 
- Example#6175 - Access via property index
 
- Example#6176 - Getting the SDO_Sequence interface
 
- Example#6177 - Get/set sequence values
 
- Example#6178 - Sequence iteration
 
- Example#6179 - Sequence versus Data Object
 
- Example#6180 - Adding to a sequence
 
- Example#6181 - Removing from a sequence
 
- Example#6182 - Reflecting on a Data Object
 
- Example#6183 - Accessing the type information
 
- Example#6184 - A
     SDO_DAS_DataFactory::addPropertyToType
     example
 
- Example#6185 - A
     SDO_DAS_DataFactory::addType
example
 
- Example#6186 - Creating a data object
 
- Example#6187 - Retrieving a data object
 
- Example#6188 - Updating a data object
 
- Example#6189 - Deleting a data object
 
- Example#6190 - One company, one department - Create
 
- Example#6191 - One company, one department - Retrieve and Update
 
- Example#6192 - One company, two departments - Retrieve and Delete
 
- Example#6193 - One company, one department, one employee - Create
 
- Example#6194 - One company, one department, one employee - Retrieve and update
 
- Example#6195 - One company, two departments, two employees - Retrieve and delete
 
- Example#6196 - Retrieving a data object using
    executePreparedQuery
 
- Example#6197 - Loading, altering, and saving an XML document
 
- Example#6198 - Creating a new XML document
 
- Example#6199 - Setting XML document properties
 
- Example#6200 - Using an open type
 
- Example#6201 - Finding out what you can from the document
 
- Example#6202 - Printing the SDO model
 
- Example#6203 - Include file example.php with XML string
 
- Example#6204 - Getting <plot>
 
- Example#6205 - Getting <line>
 
- Example#6206 - Accessing non-unique elements in SimpleXML
 
- Example#6207 - Using attributes
 
- Example#6208 - Comparing Elements and Attributes with Text
 
- Example#6209 - Comparing Two Elements
 
- Example#6210 - Using XPath
 
- Example#6211 - Setting values
 
- Example#6212 - Adding elements and attributes
 
- Example#6213 - DOM Interoperability
 
- Example#6214 - Loading broken XML string
 
- Example#6215 - Add attributes and children to a SimpleXML element
 
- Example#6216 - Add attributes and children to a SimpleXML element
 
- Example#6217 - Get XML
 
- Example#6218 - Using asXML() on SimpleXMLElement::xpath results
 
- Example#6219 - Interpret an XML string
 
- Example#6220 - Traversing a children() pseudo-array
 
- Example#6221 - Using namespaces
 
- Example#6222 - Create a SimpleXMLElement object
 
- Example#6223 - Create a SimpleXMLElement object from a URL
 
- Example#6224 - Counting the number of children
 
- Example#6225 - Get document namespaces
 
- Example#6226 - Working with multiple namespaces
 
- Example#6227 - Get XML element names
 
- Example#6228 - Get document namespaces in use
 
- Example#6229 - Setting a namespace prefix to use in an XPath query
 
- Example#6230 - Get string content
 
- Example#6231 - Xpath
 
- Example#6232 - Return the current element
 
- Example#6233 - Return the sub-elements of the current element
 
- Example#6234 - Check whether the current element has sub-elements
 
- Example#6235 - Get the current XML tag key
 
- Example#6236 - Move to the next element
 
- Example#6237 - Rewind to the first element
 
- Example#6238 - Check whether the current element is valid
 
- Example#6239 - Importing DOM
 
- Example#6240 - Interpret an XML document
 
- Example#6241 - Interpret an XML string
 
- Example#6242 - Serializing a single value with WDDX
 
- Example#6243 - Using incremental packets with WDDX
 
- Example#6244 - wddx_serialize_vars example
 
- Example#6245 - 显示 XML 元素结构
 
- Example#6246 - 将 XML 映射为 HTML
 
- Example#6247 - 外部实体例程
 
- Example#6248 - xmltest.xml
 
- Example#6249 - xmltest2.xml
 
- Example#6250 - xml_parse_into_struct 示例
 
- Example#6251 - moldb.xml - 分子信息的小型数据库
 
- Example#6252 - parsemoldb.php - 将 moldb.xml 解析到分子(molecular)对象的数组中
 
- Example#6253 - xml_set_object 示例
 
- Example#6254 - Validating XML
 
- Example#6255 - collection.xml
 
- Example#6256 - collection.xsl
 
- Example#6257 - fruits.xml
 
- Example#6258 - fruits.xsl
 
- Example#6259 - Collating and printing errors
 
- Example#6260 - Creating an XSLTProcessor
 
- Example#6261 - Testing EXSLT support
 
- Example#6262 - Simple PHP Function call from a stylesheet
 
- Example#6263 - Changing the owner before the transformation
 
- Example#6264 - Example profiling output
 
- Example#6265 - Transforming to a DOMDocument
 
- Example#6266 - Transforming to a HTML file
 
- Example#6267 - Transforming to a string
 
- Example#6268 - PHP 的泄漏报警
 
- Example#6269 - 最小的仅有一个函数的 PHP 扩展
 
- Example#6270 - 一个简单的函数
 
- Example#6271 - "counter"的简单接口
 
- Example#6272 - "counter"的扩展接口
 
- Example#6273 - "counter" 的对象化接口
 
- Example#6274 - config.m4 文件举例
 
- Example#6275 - configure 输出举例
 
- Example#6276 - counter 的 config.m4 文件
 
- Example#6277 - config.w32 文件举例
 
- Example#6278 - counter's config.w32 file
 
- Example#6279 - counter 扩展中的文件,未特别排序
 
- Example#6280 - zend_module declaration in the counter extension
 
- Example#6281 - zend_module definition in PHP 5.3
 
- Example#6282 - Counter extension module definition
 
- Example#6283 - The wrong way to store the basic counter interface's value
 
- Example#6284 - The counter module's globals
 
- Example#6285 - The counter module's global structure declaration
 
- Example#6286 - Accessor macros for per-module globals
 
- Example#6287 - The right way to store the basic counter interface's value
 
- Example#6288 - counter's PHP_MINFO function
 
- Example#6289 - Example macros for invoking pdo_SKEL_error
 
- Example#6290 - Using pdo_parse_params
 
- Example#6291 - Implementing preparer for drivers that don't support native prepared statements
 
- Example#6292 - simple stream example that displays the PHP home page
 
- Example#6293 - How to accept a stream as a parameter
 
- Example#6294 - How to return a stream from a function
 
- Example#6295 - The default config.m4.
 
- Example#6296 - A simple extension.
 
- Example#6297 - A test file for first_module.so.
 
- Example#6298 - Internal declaration of zend_function_entry.
 
- Example#6299 - Internal declaration of zend_module_entry.
 
- Example#6300 - PHP's implementation of variable arguments in fsockopen().
 
- Example#6301 - PHP/Zend zval type definition.
 
- Example#6302 - Testing for referenced parameter passing.
 
- Example#6303 - Creating variables with different scopes.
 
- Example#6304 - Creation of a long.
 
- Example#6305 - Adding an element to an associative array.
 
- Example#6306 - Adding an element to an indexed array.
 
- Example#6307 - Source code and screenshot for output in phpinfo.
 
- Example#6308 - Printing execution information.
 
- Example#6309 - Calling user functions.
 
- Example#6310 - 隐藏的 HTML 表单单元
 
- Example#6311 - 等待用户编辑的数据
 
- Example#6312 - URL 中的例子
 
- Example#6313 - 模拟注册全局变量
 
- Example#6314 - In PHP Core
 
- Example#6315 - Object Oriented Code in PHP Core
 
- Example#6316 - In the bzip2 Extension
 
- Example#6317 - In the datetime Extension
 
- Example#6318 - In the dBase Extension
 
- Example#6319 - In the mcrypt Extension
 
- Example#6320 - In the oci8 Extension
 
- Example#6321 - In the SPL Extension
 
- Example#6322 - In the Semaphore (sysvmsg) extension
 
- Example#6323 - A 5.2.1+ Zip Example
 
- Example#6324 - strrpos 和 strripos
      如今用整个字符串作为 needle
 
- Example#6325 - 没有属性的对象不再被当成“empty”
 
- Example#6326 - 有些情况下类必须在使用之前定义
 
- Example#6327 - 移植 Apache 配置文件到 PHP 5
 
- Example#6328 - 移植 Apache 配置文件到 PHP 5,CGI 模式
 
- Example#6329 - Activate full on-screen error reporting for dev. domain
 
- Example#6330 - Add security script for protected areas
 
- Example#6331 - Unix include_path
 
- Example#6332 - Windows include_path
 
- Example#6333 - string.rot13
 
- Example#6334 - string.toupper
 
- Example#6335 - string.tolower
 
- Example#6336 - string.strip_tags
 
- Example#6337 - convert.base64-encode & convert.base64-decode
 
- Example#6338 - convert.quoted-printable-encode & convert.quoted-printable-decode
 
- Example#6339 - zlib.deflate和 
      zlib.inflate
 
- Example#6340 - zlib.deflate简单参数用法
 
- Example#6341 - bzip2.compress和 
      bzip2.decompress
 
- Example#6342 - 用 3DES 将文件加密输出
 
- Example#6343 - 读取加密的文件