Function __global->getenv
Definitions
sources_custom/phpstub.php
- Gets the value of an environment variable.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$string | string | required parameter | N/A | N/A | The environment name to get (e.g. PATH). |
Return
- The value (false: error)
- Type: ~string
- Set: N/A
- Range: N/A