php set_time_limit

問題一、<?php set_time_limit(10); while(1){ print "test".date("Y-m-d H-i-s",time())."\n"; sleep(1);php

} ?> 程序一直在跑!set_time_limit沒有起做用 緣由:有sleep(1) 因而,<?php set_time_limit(10); while(1){ // print "test".date("Y-m-d H-i-s",time()); //sleep(1); ; } ?> 結果: Maximum execution time of 10 seconds exceededit

相關文章
相關標籤/搜索