|
ini_restoreRestores the value of a configuration option Description
void ini_restore(string
$option )Restores a given configuration option to its original value. Parameters
Return ValuesNo value is returned. Examples
Example #1 ini_restore example
The above example will output: Current value for 'html_errors': 1 New value for 'html_errors': 0 Original value for 'html_errors': 1 See Also
|