getenv()
getenv - Gets the value of an environment variable
Syntax
string getenv (
string $varname)
Arguments
- varname - The variable name.
Description
Gets the value of an environment variable.
Version
PHP 4, 5
Return value
Returns the value of the environment variable varname, or FALSE on an error.