警告:set_time_limit() [function.set-time-limit]:无法在安全模式下设置时间限制
我有一个大型脚本,其中包含 set_time_limit(0) 指令以确保其完全处理。
但是,我在一小部分安装中收到了有关此错误的一些报告:
警告:set_time_limit()[function.set-time-limit]:无法在安全模式下设置时间限制...
是否有方法调用在提交函数之前检查安全模式?
I have a large script that has a set_time_limit(0) directive to insure it processes fully.
However, I'm getting a few reports of this error on a small percentage of installations:
Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode...
Is there a method call to check for safe mode before committing the function?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,有
ini_get()
Yes, there is
ini_get()