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