|
ini_setSets the value of a configuration option Description
stringfalse ini_set(string
$option , stringintfloatboolnull $value )Sets the value of the given configuration option. The configuration option will keep this new value during the script's execution, and will be restored at the script's ending. Parameters
Return Values
Returns the old value on success, Changelog
Examples
Example #1 Setting an ini option
|