ini_get()
ini_get - Gets the value of a configuration option
Syntax
string ini_get (
string $varname)
Arguments
- varname - The configuration option name.
Description
Returns the value of the configuration option on success.
Version
PHP 4, 5
Return value
Returns the value of the configuration option as a string on success, or an empty string on failure or for nullvalues.