Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在script.php开头打开MySQL连接,有很多打开文件和查询数据库之类的代码,我在脚本Conn::disconnect()的末尾关闭连接;如果在脚本执行期间出现错误(例如致命错误),我想调用此函数,并且我无法通过 try catch 手动处理所有错误。