ini_get

(PHP 4 )

ini_get -- Gets 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(), and ini_set()