svn: /phpdoc/ja/trunk/reference/misc/functions/ time-nanosleep.xml usleep.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Tue, 21 Jul 2020 01:30:12 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=350177

Log:
Fix #79871: On Windows, php can sleep only in 1ms steps

Bug: https://bugs.php.net/79871 (error getting bug information)
      
Changed paths:
    U   phpdoc/ja/trunk/reference/misc/functions/time-nanosleep.xml
    U   phpdoc/ja/trunk/reference/misc/functions/usleep.xml

Modified: phpdoc/ja/trunk/reference/misc/functions/time-nanosleep.xml
===================================================================
--- phpdoc/ja/trunk/reference/misc/functions/time-nanosleep.xml	2020-07-21 01:23:15 UTC (rev 350176)
+++ phpdoc/ja/trunk/reference/misc/functions/time-nanosleep.xml	2020-07-21 01:30:12 UTC (rev 350177)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334762 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350174 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.time-nanosleep" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>time_nanosleep</refname>
@@ -38,6 +39,12 @@
       <para>
        十億よりも小さい非負の整数である必要があります。
       </para>
+      <note>
+       <simpara>
+        Windows では、与えられたナノ秒以上に長くスリープする可能性があります。
+        動作はハードウェア依存です。
+       </simpara>
+      </note>
      </listitem>
     </varlistentry>
    </variablelist>

Modified: phpdoc/ja/trunk/reference/misc/functions/usleep.xml
===================================================================
--- phpdoc/ja/trunk/reference/misc/functions/usleep.xml	2020-07-21 01:23:15 UTC (rev 350176)
+++ phpdoc/ja/trunk/reference/misc/functions/usleep.xml	2020-07-21 01:30:12 UTC (rev 350177)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 335234 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: takagi -->
+<!-- EN-Revision: 350174 Maintainer: hirokawa Status: ready -->
+<!-- CREDITS: takagi,mumumu -->
 <refentry xml:id="function.usleep" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>usleep</refname>
@@ -29,6 +29,12 @@
       <para>
        実行を停止するマイクロ秒数。マイクロ秒とは、一秒の百万分の一です。
       </para>
+      <note>
+       <simpara>
+         Windows では、与えられたマイクロ秒以上に長くスリープする可能性があります。
+         動作はハードウェア依存です。
+       </simpara>
+      </note>
      </listitem>
     </varlistentry>
    </variablelist>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.