确定 php 中 system()、pastrus()、exec() 操作花费的时间
想知道如何确定调用 system()、passthru()、exec()(其中任意一个)需要多长时间。例如。我使用 system() 来调用外部程序,我想计算它需要多长时间,以便如果花费太长时间我可以杀死它或对其执行其他操作。
Want to know how to determine how long a call to system(), passthru(), exec() (either of these) takes. For example. I use system() to call an external program, I would like to time how long it takes so that if it's taking too long I can kill it or do another operation on it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于其余的,请查看 shell_exec() 超时管理和执行()
For the rest, check out shell_exec() timeout management & exec()