ini_alter

(PHP 4 )

ini_alter --  Changes the value of a configuration option

Description

string ini_alter ( string varname, string newvalue)

Changes the value of a configuration option, returns FALSE on failure, and the previous value of the configuration option on success.

Megjegyzés: This is an alias of ini_set()

See also ini_get(), ini_get_all(), ini_restore(), and ini_set()