Home  >  Article  >  Backend Development  >  PHP4 User Manual: Function-usleep_PHP Tutorial

PHP4 User Manual: Function-usleep_PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 17:22:23739browse

usleep
(PHP 3, PHP 4 >= 4.0.0)usleep -- How many milliseconds to pause execution Description
void usleep (int micro_seconds)
usleep() function pauses program execution for the number of milliseconds specified by micro_seconds
See website construction server script class PHPPHP user manual fancyfunction.sleep.html>sleep().
Note: This function does not work in Windows operating system.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/532340.htmlTechArticleusleep (PHP 3, PHP 4 >= 4.0.0)usleep -- How many milliseconds to pause execution. Description void usleep ( int micro_seconds) usleep() function pauses program execution for the number of milliseconds specified by micro_seconds. See the website...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn