PHP: wait for a script
Written by Administrator   
luned́, 08 settembre 2008

The best and fast way to insert a delay time in your PHP scrip is to call the function sleep().
The command has the following syntax:

int sleep ( int $seconds )

to call with the number of seconds requested for the script to delay.

The function returns zero on success, or false on errors.

Last Updated ( luned́, 08 settembre 2008 )