PHP time_sleep_until() May 23, 2012 Pramod T P It makes the script sleep until the specified time Example <?php time_sleep_until(time()+5); ?>