Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.ini-alter.html
Дата изменения: Sun Feb 3 22:52:29 2002
Дата индексирования: Mon Oct 1 21:22:04 2012
Кодировка:
ini_alter

ini_alter

(PHP 4 >= 4.0.0)

ini_alter --  Changes 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(), and ini_set()