位置: 编程技术 - 正文
推荐整理分享PHP:usleep()的用法_misc函数(php lee),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php lee,php sleep有什么影响,php中use,php sleep函数,php sleep函数,php中ul,phpwhile用法,php sleep函数,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
usleep — 以指定的微秒数延迟执行
说明 void usleep ( int $micro_seconds )以指定的微秒数延缓程序的执行。
参数micro_seconds
暂停的时间以微秒计。1微秒(micro second)是百万分之一秒。
返回值没有返回值。
更新日志版本 说明 5.0.0 此函数在Windows系统下可用。
范例
Example #1 usleep()例子
<?php//Currenttimeechodate('h:i:s')."n";//waitfor2secondsusleep();//back!echodate('h:i:s')."n";?>以上例程会输出:
参见sleep() - 延缓执行 time_nanosleep() - 延缓执行若干秒和纳秒 time_sleep_until() - 使脚本睡眠到指定的时间为止。 set_time_limit() - 设置脚本最大执行时间
PHP:time_nanosleep()的用法_misc函数 time_nanosleep(PHP5)time_nanosleep延缓执行若干秒和纳秒说明mixedtime_nanosleep(int$seconds,int$nanoseconds)程序延缓执行指定数量的seconds和nanoseconds。参数seconds必须是一
PHP:time_sleep_until()的用法_misc函数 time_sleep_until(PHP5=5.1.0)time_sleep_until使脚本睡眠到指定的时间为止。说明booltime_sleep_until(float$timestamp)使脚本睡眠到指定的timestamp。参数timestamp将脚本唤醒
PHP:sleep()的用法_misc函数 sleep(PHP4,PHP5)sleep延缓执行说明intsleep(int$seconds)程序延迟执行指定的seconds的秒数。参数seconds暂停的秒数。返回值成功时返回0,错误时返回FALSE。如果函数
标签: php lee
本文链接地址:https://www.jiuchutong.com/biancheng/280622.html 转载请保留说明!友情链接: 武汉网站建设