Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
time_sleep_until
Popis
bool time_sleep_until ( float timestamp )
Makes the script sleep until the specified
timestamp
.
Errors/Exceptions
If the specified timestamp
is in the past, this
function will generate a E_WARNING.
Poznámky
Poznámka: All signals will be delivered after the script wakes up.
Poznámka: Tato funkce nenà implementována na platformách Windows.
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
time_nanosleep | Nahoru |