ini_get

(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, FALSE on failure.

See also ini_get_all(), ini_alter(), ini_restore(), ini_set()