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 ですべてのエラーを手動で処理することはできません。