|
PHP5中文手册
time_nanosleep(PHP 5) time_nanosleep — Delay for a number of seconds and nanoseconds 说明
mixed time_nanosleep
( int $seconds
, int $nanoseconds
)
Delays program execution for the given number of seconds and nanoseconds . 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 If the delay was interrupted by a signal, an associative array will be returned with the components:
范例
Example#1 time_nanosleep() example
<?php 注释
|