gpt4 book ai didi

php - 最大执行时间错误处理

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:37:05 26 4
gpt4 key购买 nike

我有一个脚本有时会给出 Max execution times reached 错误。这是正常的,不是问题。问题是在这种情况下我会写具体的错误消息。
我该怎么做?

最佳答案

function say_goodbye() {
if (connection_aborted()) {
// Perform some action if user has aborted the transaction
} elseif (connection_status() == CONNECTION_TIMEOUT) {
// perform some other action if the connection has timed out
} else {
// any normal completion actions
}
}

register_shutdown_function("say_goodbye")

关闭函数也可以传参

关于php - 最大执行时间错误处理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3156093/

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