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