svn: /phpdoc/ru/trunk/reference/ curl/functions/curl-getinfo.xml filesystem/functions/tempnam.xml info/functions/assert-options.xml swoole/swoole/process/freequeue.xml

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Mon, 10 Feb 2020 06:23:42 +0000

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

Log:
docs(ru): Updated to English revision

Changed paths:
    U   phpdoc/ru/trunk/reference/curl/functions/curl-getinfo.xml
    U   phpdoc/ru/trunk/reference/filesystem/functions/tempnam.xml
    U   phpdoc/ru/trunk/reference/info/functions/assert-options.xml
    U   phpdoc/ru/trunk/reference/swoole/swoole/process/freequeue.xml

Modified: phpdoc/ru/trunk/reference/curl/functions/curl-getinfo.xml
===================================================================
--- phpdoc/ru/trunk/reference/curl/functions/curl-getinfo.xml	2020-02-09 23:39:25 UTC (rev 349192)
+++ phpdoc/ru/trunk/reference/curl/functions/curl-getinfo.xml	2020-02-10 06:23:42 UTC (rev 349193)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 349125 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349186 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id='function.curl-getinfo' xmlns="http://docbook.org/ns/docbook">
@@ -509,6 +509,29 @@
      </thead>
      <tbody>
       <row>
+       <entry>7.3.0</entry>
+       <entry>
+        Добавлены <constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</constant>,
+        <constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant>,
+        <constant>CURLINFO_HTTP_VERSION</constant>,
+        <constant>CURLINFO_PROTOCOL</constant>,
+        <constant>CURLINFO_PROXY_SSL_VERIFYRESULT</constant>,
+        <constant>CURLINFO_SCHEME</constant>,
+        <constant>CURLINFO_SIZE_DOWNLOAD_T</constant>,
+        <constant>CURLINFO_SIZE_UPLOAD_T</constant>,
+        <constant>CURLINFO_SPEED_DOWNLOAD_T</constant>,
+        <constant>CURLINFO_SPEED_UPLOAD_T</constant>,
+        <constant>CURLINFO_APPCONNECT_TIME_T</constant>,
+        <constant>CURLINFO_CONNECT_TIME_T</constant>,
+        <constant>CURLINFO_FILETIME_T</constant>,
+        <constant>CURLINFO_NAMELOOKUP_TIME_T</constant>,
+        <constant>CURLINFO_PRETRANSFER_TIME_T</constant>,
+        <constant>CURLINFO_REDIRECT_TIME_T</constant>,
+        <constant>CURLINFO_STARTTRANSFER_TIME_T</constant>,
+        <constant>CURLINFO_TOTAL_TIME_T</constant>.
+       </entry>
+      </row>
+      <row>
        <entry>5.5.0</entry>
        <entry>
         Добавлены <constant>CURLINFO_RESPONSE_CODE</constant>,
@@ -561,29 +584,6 @@
         Добавлена <constant>CURLINFO_HEADER_OUT</constant>.
        </entry>
       </row>
-      <row>
-       <entry>7.3.0</entry>
-       <entry>
-        Введены <constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</constant>,
-        <constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant>,
-        <constant>CURLINFO_HTTP_VERSION</constant>,
-        <constant>CURLINFO_PROTOCOL</constant>,
-        <constant>CURLINFO_PROXY_SSL_VERIFYRESULT</constant>,
-        <constant>CURLINFO_SCHEME</constant>,
-        <constant>CURLINFO_SIZE_DOWNLOAD_T</constant>,
-        <constant>CURLINFO_SIZE_UPLOAD_T</constant>,
-        <constant>CURLINFO_SPEED_DOWNLOAD_T</constant>,
-        <constant>CURLINFO_SPEED_UPLOAD_T</constant>,
-        <constant>CURLINFO_APPCONNECT_TIME_T</constant>,
-        <constant>CURLINFO_CONNECT_TIME_T</constant>,
-        <constant>CURLINFO_FILETIME_T</constant>,
-        <constant>CURLINFO_NAMELOOKUP_TIME_T</constant>,
-        <constant>CURLINFO_PRETRANSFER_TIME_T</constant>,
-        <constant>CURLINFO_REDIRECT_TIME_T</constant>,
-        <constant>CURLINFO_STARTTRANSFER_TIME_T</constant>,
-        <constant>CURLINFO_TOTAL_TIME_T</constant>.
-       </entry>
-      </row>
      </tbody>
     </tgroup>
    </informaltable>

Modified: phpdoc/ru/trunk/reference/filesystem/functions/tempnam.xml
===================================================================
--- phpdoc/ru/trunk/reference/filesystem/functions/tempnam.xml	2020-02-09 23:39:25 UTC (rev 349192)
+++ phpdoc/ru/trunk/reference/filesystem/functions/tempnam.xml	2020-02-10 06:23:42 UTC (rev 349193)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 347043 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 349191 Maintainer: shein Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.tempnam">
@@ -43,7 +43,8 @@
       </para>
       <note>
        <simpara>
-        Windows использует только первые три символа из указанного префикса.
+        Используются только первые 63 символа префикса.
+        Windows по-прежнему использует только первые три символа префикса.
        </simpara>
       </note>
      </listitem>

Modified: phpdoc/ru/trunk/reference/info/functions/assert-options.xml
===================================================================
--- phpdoc/ru/trunk/reference/info/functions/assert-options.xml	2020-02-09 23:39:25 UTC (rev 349192)
+++ phpdoc/ru/trunk/reference/info/functions/assert-options.xml	2020-02-10 06:23:42 UTC (rev 349193)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 348468 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 349184 Maintainer: tmn Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="function.assert-options" xmlns="http://docbook.org/ns/docbook">

Modified: phpdoc/ru/trunk/reference/swoole/swoole/process/freequeue.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole/process/freequeue.xml	2020-02-09 23:39:25 UTC (rev 349192)
+++ phpdoc/ru/trunk/reference/swoole/swoole/process/freequeue.xml	2020-02-10 06:23:42 UTC (rev 349193)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: 349183 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="swoole-process.freequeue" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
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.