usleep

usleep

(PHP 4, PHP 5)

usleepDelay execution in microseconds

说明

void usleep ( int $micro_seconds )

Delays program execution for the given number of micro seconds.

参数

micro_seconds

Halt time in micro seconds. A micro second is one millionth of a second.

返回值

没有返回值。

更新日志

版本 说明
5.0.0 This function now works on Windows systems.

范例

Example #1 usleep() example

<?php

// Current time
echo date('h:i:s') . " ";

// wait for 2 seconds
usleep(2000000);

// back!
echo date('h:i:s') . " ";

?>

以上例程会输出:

11:13:28
11:13:30

参见


  • connection_aborted
  • connection_status
  • connection_timeout
  • constant
  • define
  • defined
  • die
  • eval
  • exit
  • highlight_file
  • highlight_string
  • ignore_user_abort
  • pack
  • php_check_syntax
  • php_strip_whitespace
  • show_source
  • sleep
  • sys_getloadavg
  • time_nanosleep
  • time_sleep_until
  • uniqid
  • unpack
  • usleep
  • __halt_compiler
  • PHP MySQL HTML CSS JavaScript MSSQL AJAX .NET JSP Linux Mac ASP 服务器 SQL jQuery C# C++ java Android IOS oracle MongoDB SQLite wamp 交通频道