mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Add note on scope of a putenv
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47855 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
38014d8353
commit
6a2b433908
1 changed files with 3 additions and 1 deletions
|
@ -1258,7 +1258,9 @@ if (substr(php_uname(), 0, 7) == "Windows") {
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Adds <parameter>setting</parameter> to the server environment.
|
||||
Adds <parameter>setting</parameter> to the server environment. The
|
||||
environment variable will only exist for the duration of the current request.
|
||||
At the end of the request the environment is restored to its original state.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue