Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
usleep
usleep
Delay execution with specified number of microseconds
Name:
usleep
Category:
Miscellaneous
Programming Language:
php
One-line Description:
Delay code execution by the specified number of microseconds.
Related
getdate() Function: What Does Its Returned Array Contain and How to Use Each Element
6
PHP7 Low-Level Development Optimization Practices: Techniques and Strategies for Enhancing Performance and Stability
8
How to correctly use curl_close to close a cURL session?
9
Comprehensive Guide to PHP Flexigrid: Efficient Dynamic Table Development
10
Similar Functions
php_strip_whitespace
php_strip_whitespace
ReturnthePHPsourceco
get_browser
get_browser
Getthefunctionsthatt
constant
constant
Returnthevalueofacon
time_sleep_until
time_sleep_until
Makethescriptsleepun
sys_getloadavg
sys_getloadavg
Obtaintheaverageload
pack
pack
Packagedataintobinar
sapi_windows_cp_get
sapi_windows_cp_get
Getthecurrentcodepag
__halt_compiler
__halt_compiler
Interruptthecompiler
Popular Articles