philip Mon May 13 15:29:42 2002 EDT Modified files: /phpdoc/en/reference/misc/functions usleep.xml Log: See also: set_time_limit(). Added: A microsecond is one millionth of a second. Index: phpdoc/en/reference/misc/functions/usleep.xml diff -u phpdoc/en/reference/misc/functions/usleep.xml:1.2 phpdoc/en/reference/misc/functions/usleep.xml:1.3 --- phpdoc/en/reference/misc/functions/usleep.xml:1.2 Wed Apr 17 02:40:43 2002 +++ phpdoc/en/reference/misc/functions/usleep.xml Mon May 13 15:29:40 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/misc.xml, last change in rev 1.14 --> <refentry id="function.usleep"> <refnamediv> @@ -14,10 +14,12 @@ </methodsynopsis> <simpara> The <function>usleep</function> function delays program execution - for the given number of <parameter>micro_seconds</parameter>. + for the given number of <parameter>micro_seconds</parameter>. A + microsecond is one millionth of a second. </simpara> <simpara> - See also <function>sleep</function>. + See also <function>sleep</function> and + <function>set_time_limit</function>. </simpara> <note> <simpara>