ini_set

(PHP 4 )

ini_set -- Set the value of a configuration option

Description

string ini_set ( string varname, string newvalue)

Sets the value of the given configuration option. Returns the old value on success, FALSE on failure.

See also ini_alter(), ini_get(), ini_restore()