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
ini_get_all
ini_get_all
Getallconfigurationo
ini_get
ini_get
Getthevalueofaconfig
ini_parse_quantity
ini_parse_quantity
Getinterpretedsizefr
get_loaded_extensions
get_loaded_extensions
Returnsanarrayofallc
memory_get_peak_usage
memory_get_peak_usage
Returnsthepeakmemory
ini_restore
ini_restore
Restorethevalueofthe
gc_enable
gc_enable
Activatethecircularr
cli_set_process_title
cli_set_process_title
Setprocesstitle
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?