Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
time_nanosleep
Popis
mixed time_nanosleep ( int seconds, int nanoseconds )
Delays program execution for the given number of
seconds
and nanoseconds
.
Seznam parametrů
seconds
Must be a positive integer.
nanoseconds
Must be a positive integer less than 1 billion.
Návratové hodnoty
Vracà TRUE pÅ™i úspÄ›chu, FALSE pÅ™i selhánÃ.
If the delay was interrupted by a signal, an associative array will be returned with the components:
seconds - number of seconds remaining in the delay
nanoseconds - number of nanoseconds remaining in the delay
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
sys_getloadavg | Nahoru |