PHP ini_restore function

Like this blog? Consider exploring one of our sponsored banner ads...

ini_restore

(PHP 4, PHP 5)

ini_restore — Restores the value of a configuration optionDescriptionvoid ini_restore ( string varname )

Restores a given configuration option to its original value.

Parameters

varname

The configuration option name.


Return Values

No value is returned.

See Also

ini_get()ini_get_all()ini_set()



About this entry