mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix bug #76027: Incorrect info in documentation for getenv
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344396 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a2165b1ec5
commit
4fa631348e
1 changed files with 9 additions and 1 deletions
|
@ -58,7 +58,8 @@
|
|||
Returns the value of the environment variable
|
||||
<parameter>varname</parameter>, or &false; if the environment
|
||||
variable <parameter>varname</parameter> does not exist.
|
||||
Returns all environment variables without <parameter>varname</parameter>.
|
||||
If <parameter>varname</parameter> is omitted, all environment variables are
|
||||
returned as associative <type>array</type>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -73,6 +74,13 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>7.1.0</entry>
|
||||
<entry>
|
||||
The <parameter>varname</parameter> can now be omitted to retrieve an
|
||||
associative <type>array</type> of all environment variables.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.5.38, 5.6.24, 7.0.9</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue