March 2002
Intermediate to advanced
528 pages
21h 29m
English
ini_set
string ini_set(stringvariable, stringvalue)
Sets the configuration option variable to
value. Returns the previous value if
successful or false if not. The new value is kept
for the duration of the current script and is restored after the
script ends.