PHP Function List
php doesn't exist. Closest matches:
- php_ini_loaded_file
- php_user_filter
- phpversion
- php_sapi_name
- phpcredits
- phpinfo
- php_strip_whitespace
- php_ini_scanned_files
- php_check_syntax
- php_logo_guid
- php_uname
- splheap
- chop
- phar
- chgrp
- popen
- hw_cp
- hypot
- splminheap
- splmaxheap
Site Search Results
-
What is PHP? PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial.
-
版权信息 PHP 手册 序言 入门指引 简介 简明教程 安装与配置 安装前需要考虑的事项 Unix 系统下的安装 Mac OS X 系统下的安装 Windows 系统下的安装 Installation on Cloud Computing platforms
-
Binaries for other systems We do not distribute UNIX/Linux binaries. Most Linux distributions come with PHP these days, so if you do not want to compile your own, go to your distribution's download site.
-
Windows 系统下的安装 Table of Contents Windows 安装程序 Windows Installer (PHP 5.2 and later) Manual Installation Steps Microsoft IIS Microsoft IIS 5.1 and IIS 6.0 Microsoft IIS 7.0 and later Microsoft Windows 下的 Apache 1.3.x
-
PHP uses similar techniques to set min and max vals on Numbers. And, classes like Test are way more useful than objects created with an empty shell, uh em, stdClass. In addition, you can see WHAT, WHERE, WHY, and HOW your program actually works...
-
serialize() 返回字符串,此字符串包含了表示 value 的字节流,可以存储于任何地方。 这有利于存储或传递 PHP 的值,同时不丢失其类型和结构。 想要将已序列化的字符串变回 PHP 的值,可 ...
-
system() is just like the C version of the function in that it executes the given command and outputs the result. The system() call also tries to automatically flush the web server's output buffer after each line of output if PHP is running as a ...
-
数组 PHP 中的 数组 实际上是一个有序映射。映射是一种把 values 关联到 keys 的类型。此类型在很多方面做了优化,因此可以把它当成真正的数组,或列表(向量),散列表(是映射的一种实现 ...
-
foreach PHP 4 引入了 foreach 结构,和 Perl 以及其他语言很像。这只是一种遍历数组简便方法。foreach 仅能用于数组,当试图将其用于其它数据类型或者一个未初始化的变量时会产生错误。
-
PHP will look for a constant called 'key' before it will treat it as a string, thus slowing down execution (I've seen files with thousands of these and PHP taking over a second to execute). Always concider switching on E_NOTICE before releasing any PHP, it'll ...

Other forms of search
To search the string "php" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
