首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
set_time_limit
set_time_limit
設置腳本最大執行時間
名稱:
set_time_limit
分類:
PHP選項和信息
所屬語言:
php
一句話介紹:
設置腳本最大執行時間
相關內容
為什麼調用set_time_limit 後仍然會超時?常見原因分析
2
set_time_limit 對Apache 和Nginx 下的腳本有何不同表現?
6
set_time_limit 的基本使用方法與示例
1
同類函數
php_ini_loaded_file
php_ini_loaded_file
檢索加載的php.ini文件的路徑
ini_restore
ini_restore
恢復配置選項的值
getenv
getenv
獲取環境變量的值
gc_mem_caches
gc_mem_caches
回收Zend引擎內存管理器使用的內存
getlastmod
getlastmod
獲取頁面最後修改的時間
main
main
虛擬的main()
memory_reset_peak_usage
memory_reset_peak_usage
重置峰值內存使用
ini_alter
ini_alter
ini_set的別名
熱門文章
set_time_limit 的基本使用方法與示例
為什麼調用set_time_limit 後仍然會超時?常見原因分析
set_time_limit 對Apache 和Nginx 下的腳本有何不同表現?