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