putenv()
putenv - Sets the value of an environment variable
Syntax
bool putenv ()
Arguments
-
Description
Adds setting 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.
Version
PHP 4, 5
Return value
Returns TRUE on success or FALSE on failure.