(PHP 4 )
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_restore(), ini_set()