ini_alter

(PHP 4 >= 4.0.0)

ini_alter -- Change 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.

Note: This is an alias of ini_set()

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