ini_restore

PHP 4, PHP 5, PHP 7, PHP 8
ini_restore - Restores the value of a configuration option
Manual
Code Examples

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.

Related Functions

Example of ini_restore

Show all examples for ini_restore

PHP Version: