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