PHP Function List
ini_set() doesn't exist. Closest matches:
- ini_set
- ini_get
- variant_set
- ini_get_all
- ini_restore
- isset
- msession_set
- unset
- snmp2_set
- event_set
- ini_alter
- pg_insert
- snmp3_set
- ming_setscale
- session_unset
- dba_insert
- ingres_charset
- finfo_set_flags
- tidy_setopt
- finfo_close
Site Search Results
-
Sets the value of the given configuration option. The configuration option will keep this new value during the script's execution, and will be restored at the script's ending.
-
Change la valeur de l'option de configuration varname et lui donne celle de newvalue. La valeur de l'option de configuration sera modifiée durant toute l'exécution du ...
-
List of php.ini directives - ManualList of php.ini directives. This list includes the php.ini directives you can set to configure your PHP setup. The "Changeable" column shows the modes determining when and ...
-
Define um novo valor para a opção de configuração indicada. A opção de configuração irá manter o novo valor durante a execução do script e será restaurado ao ...
-
Runtime Configuration - ManualAlthough display_errors may be set at runtime (with ini_set()), it won't have any affect if the script has fatal errors. This is because the desired runtime action ...
-
How to change configuration settings - ManualThis can not be used in .htaccess files. Any directive type set with php_admin_flag can not be overridden by .htaccess or ini_set().
-
ini_ set; magic_ quotes_ runtime; main; memory_ get_ peak_ usage; memory_ get_ usage; php_ ini_ loaded_ file; php_ ini_ scanned_ files; php_ logo_ guid; php_ sapi_ name; php_ uname
-
ini_set ('session.save_handler', $session_save_handler); # now we can switch the session over, capturing the old session name $old_session_name = session_name ...
-
You can use the ini_set() function to set a directive's value in your scripts provided the "CHANGEABLE" attribute in the above chart is PHP_INI_USER or PHP_INI_ALL.
-
ini_set ('display_errors', 'On'); $phperror = '><div id="phperror" style="display:none">'; ini_set ('error_prepend_string', $phperror); $phperror = '</div>><form name="catcher ...

Other forms of search
To search the string "ini_set()" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
