★ wanayoo — archive 1999 http://www.phpwebdev.com/manual/function.usleep.htmlNouvelle recherche | Portail wanayoo

usleep

usleep -- Delay execution in microseconds.

Description

void usleep(int micro_seconds);

The sleep() function delays program execution for the given number of micro_seconds.

See also sleep().

Note: This function does not work on Windows systems