ini_restore

(PHP 4, PHP 5)

ini_restore -- Restores the value of a configuration option

说明

void ini_restore ( string varname )

Restores a given configuration option to its original value.

参数

varname

The configuration option name.

返回值

无返回值。

参见

ini_get()
ini_get_all()
ini_set()