(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)
void usleep (int micro_seconds)
void usleep
The usleep() function delays program execution for the given number of micro_seconds.
See also sleep().
Note: This function does not work on Windows systems.