Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ini_set
ini_set
Set the value of the configuration option
Name:
ini_set
Category:
PHP Options and Information
Programming Language:
php
One-line Description:
Set the value of the configuration option
Related
What Are the Common Reasons for ini_set Configurations Being Overwritten by Other Settings? How to Avoid This?
4
Why Does ini_set('max_execution_time', 0) Fail to Set Unlimited Script Execution Time?
5
Similar Functions
zend_version
zend_version
Getthecurrentversion
restore_include_path
restore_include_path
Restorethevalueofthe
version_compare
version_compare
Comparisonoftwoversi
get_loaded_extensions
get_loaded_extensions
Returnsanarrayofallc
set_time_limit
set_time_limit
Setthemaximumexecuti
get_defined_constants
get_defined_constants
Returnstheassociativ
getmyuid
getmyuid
GettheUIDofthePHPscr
getlastmod
getlastmod
Getthelasttimethepag
Popular Articles
Why Does ini_set('max_execution_time', 0) Fail to Set Unlimited Script Execution Time?
What Are the Common Reasons for ini_set Configurations Being Overwritten by Other Settings? How to Avoid This?