PHP function putenv()
Availability in PHP 4.0
Sets the value of an environment variable
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$setting |
string |
not | The setting, like "FOO=BAR" |
Return values
bool
Returns true on success, otherwise false on failure.