首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
ini_set
ini_set
設置配置選項的值
名稱:
ini_set
分類:
PHP選項和信息
所屬語言:
php
一句話介紹:
設置配置選項的值
相關內容
為什麼ini_set('max_execution_time', 0) 沒有效果?
5
同類函數
getopt
getopt
從命令行參數列表中獲取選項
getmyuid
getmyuid
獲取PHP腳本所有者的UID
gc_mem_caches
gc_mem_caches
回收Zend引擎內存管理器使用的內存
set_include_path
set_include_path
設置include_path配置選項
ini_get
ini_get
獲取一個配置選項的值
assert
assert
檢查一個斷言是否為false
gc_disable
gc_disable
停用循環引用收集器
main
main
虛擬的main()
熱門文章
為什麼ini_set('max_execution_time', 0) 沒有效果?