PHP function ini_get()
Availability in PHP 4.0
Gets the value of a configuration option
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$varname |
string |
not | The configuration option name. |
Return values
string
the value of the configuration option as a string on success, or an empty string on failure or for null values.