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.
使用してシャットダウン機能を登録しregister_shutdown_function()ましたが、完了するまでに時間がかかります。PHPmax_execution_timeにより、PHPはこの関数を終了しますか、それとも完了するかエラーになるまで実行されますか?
register_shutdown_function()
max_execution_time
完了するまで実行されます。
http://us2.php.net/manual/en/function.register-shutdown-function.php#33575