ini_restore
PHP 4, PHP 5, PHP 7, PHP 8
ini_restore - Restores the value of a configuration option
Manual
ini_restore(
string$option ): void
Restores a given configuration option to its original value.
Parameters
- option
-
The configuration option name.
Return Values
No value is returned.