Sleep(num);
num
Suspends the script execution for the specified amount of time. For example, this can be useful when waiting for I/O operations to complete.
1 0 $ret = sleep(200); //the script execution is suspended for 200 ms
OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |