doujiao9574 2011-01-06 22:14
浏览 84
已采纳

在PHP中,max_execution_time会影响通过register_shutdown_function()调用运行的关闭函数吗?

I have a shutdown function registered using register_shutdown_function() that takes a long time to complete. Will PHP's max_execution_time cause PHP to terminate this function or will it run until it completes or errors out?

  • 写回答

1条回答 默认 最新

  • dongxian7471 2011-01-06 22:20
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?