gpt4 book ai didi

php - 如何从命令行获取 PHP max_execution_time?

转载 作者:可可西里 更新时间:2023-11-01 12:47:29 26 4
gpt4 key购买 nike

当我在浏览器中运行脚本时,我可以获取在配置中设置的时间限制:

ini_get('max_execution_time');

当我从命令行运行脚本时,我可以设置时间限制:

php -d max_execution_time=5 script.php

但是如何在命令行中获得最大执行时间?

最佳答案

PHP cli 默认没有max_execution_time 限制

你可以通过运行得到:

php -i | grep max_execution_time

关于php - 如何从命令行获取 PHP max_execution_time?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35681947/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com