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.
Linux経由で(ブラウザ経由ではなく)phpスクリプトを実行しています(php script.php)。ここで、実行時間を 10 秒に制限したいと思います。つまり、10 秒後にプロセスは自動的にシャットダウンします。どうやってやるの?すでに set_time_limit を試しました。すでに sleep(10); を試しました。出口();
それらのどれも、スクリプトをシャットダウンさせませんでした。
set_time_limit関数の使用についてはどうですか?ここでドキュメントを確認できます
set_time_limit
関数
void set_time_limit ( int $seconds )