PHP Options/Info
PHP Manual

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.

Return值

無回傳值。

參見


PHP Options/Info
PHP Manual