KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Misc.
connection_aborted
connection_status
constant
define
defined
Deprecated
die
eval
exit
get_browser
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
Home
>
PHP
>
Function
>
Misc.
>
usleep()
usleep()
usleep - Delay execution in microseconds
Syntax
usleep
(
int
$micro_seconds)
Arguments
micro_seconds - Halt time in micro seconds. A micro second is one millionth of a second.
Description
Delays program execution for the given number of micro seconds.
Version
PHP 4, 5
Return value
No value is returned.