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