usleep
Syntax
void usleep(int micro_seconds);
Popis
PrÃkaz jazyka
PHP
The sleep function delays program execution for the given number of micro_seconds.
Pozri aj
sleep