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