PurabTech is technical blog for Programmer and Coders
How to use sleep and usleep function in PHP
PHP tutorial, explained to use sleep and usleep function in PHP. Sleep is very common method in every language. How sleep function works we need to understand.
use sleep and usleep function in PHP
Sleep function delays the program execution for the given number of seconds.
Usleep delays program execution for the given number of micro seconds.