get_cfg_var()
get_cfg_var - Gets the value of a PHP configuration option
Syntax
string get_cfg_var (
string $option)
Arguments
- option - The configuration option name.
Description
Gets the value of a PHP configuration option.
Version
PHP 4, 5
Return value
Returns the current value of the PHP configuration variable specified by option, or FALSE if an error occurs.