标签: php
是否有任何内置PHP函数可以找出配置的最长执行时间?
我在共享主机上。
答案 0 :(得分:4)
只需使用ini_get()并获取值,例如
ini_get()
echo ini_get("max_execution_time");
可能的输出:
30