Go to the first, previous, next, last section, table of contents.


sleep

sleep(interval)
:: プロセスの実行を停止
return
1
interval
停止時間 (マイクロ秒)
[0] sleep(1000);
1
[1] 


Go to the first, previous, next, last section, table of contents.