(PHP 4 >= 4.0.0)
ini_get -- Get the value of a configuration option
Description
string ini_get (string varname)
Returns the value of the configuration option on success, an empty string on failure.
See also get_cfg_var(), ini_get_all(),
ini_alter(), ini_restore(), ini_set()
|