mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added examples for PHP_OS.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48029 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
46c7321035
commit
f1705cdd32
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
The name of the operating system on which the PHP parser is
|
||||
executing; e.g. 'Linux'.
|
||||
executing;. Possible values may be :
|
||||
"AIX", "Darwin" (MacOS), "Linux", "SunOS", "WIN32", "WINNT".
|
||||
Note : other values may be available too.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue