[php]sleep() 延遲代碼執行若幹秒 ... <?php. // current time echo date('h:i:s') . "\n";. // sleep for 10 seconds sleep(10);. // wake up !
確定! 回上一頁