ini_get

ini_get

(PHP 4, PHP 5, PHP 7)

ini_getGets the value of a configuration option

Description

string ini_get ( string $varname )

Returns the value of the configuration option on success.

Parameters

varname

The configuration option name.

Return Values

Returns the value of the configuration option as a string on