time_sleep_until

time_sleep_until

(PHP 5 >= 5.1.0, PHP 7)

time_sleep_until Make the script sleep until the specified time

Description

bool time_sleep_until ( float $timestamp )

Makes the script sleep until the specified timestamp.

Parameters

timestamp

The timestamp when the script should wake.