set_time_limit — 設置腳本最大執行時間;php
bool set_time_limit ( int $seconds )code
$seconds
設置容許腳本運行的時間,單位爲秒。若是超過了此設置,腳本返回一個致命的錯誤。默認值爲30秒,或者是在php.ini的max_execution_time被定義的值,若是此值存在。it