(PHP 4 >= 4.0.0)
string ini_alter (string varname, string newvalue)
string ini_alter
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()