svn: /phpdoc/ru/trunk/reference/ swish/SwishResults/getParsedWords.xml swish/SwishResults/getRemovedStopwords.xml swish/SwishResults/nextResult.xml swish/SwishResults/seekResult.xml swoole/functions/swoole-async-dns-lookup.xml swoole/functions/swoole-async-read.xml swoole/functions/swoole-async-readfile.xml swoole/functions/swoole-async-set.xml swoole/functions/swoole-async-write.xml swoole/functions/swoole-async-writefile.xml swoole/functions/swoole-client-select.xml swoole/functions/swoole-cpu

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Fri, 01 Nov 2019 04:31:56 +0000

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

Log:
docs(ru): Review

Changed paths:
    U   phpdoc/ru/trunk/reference/swish/SwishResults/getParsedWords.xml
    U   phpdoc/ru/trunk/reference/swish/SwishResults/getRemovedStopwords.xml
    U   phpdoc/ru/trunk/reference/swish/SwishResults/nextResult.xml
    U   phpdoc/ru/trunk/reference/swish/SwishResults/seekResult.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-async-dns-lookup.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-async-read.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-async-readfile.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-async-set.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-async-write.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-async-writefile.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-client-select.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-cpu-num.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-errno.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-event-add.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-event-defer.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-event-del.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-event-exit.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-event-set.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-event-wait.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-event-write.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-get-local-ip.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-last-error.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-load-module.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-select.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-set-process-name.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-strerror.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-after.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-exists.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-tick.xml
    U   phpdoc/ru/trunk/reference/swoole/functions/swoole-version.xml
    U   phpdoc/ru/trunk/reference/swoole/swoole/redis/server/format.xml
    U   phpdoc/ru/trunk/reference/swoole/swoole/redis/server/sethandler.xml
    U   phpdoc/ru/trunk/reference/swoole/swoole/redis/server/start.xml
    U   phpdoc/ru/trunk/reference/swoole/swoole/serialize/pack.xml
    U   phpdoc/ru/trunk/reference/swoole/swoole/serialize/unpack.xml
    U   phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/exist.xml
    U   phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/on.xml
    U   phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/pack.xml
    U   phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/push.xml
    U   phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/unpack.xml
svn-diffs-348248.txt (text/x-diff, 30.8 KB)
Modified: phpdoc/ru/trunk/reference/swish/SwishResults/getParsedWords.xml
===================================================================
--- phpdoc/ru/trunk/reference/swish/SwishResults/getParsedWords.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swish/SwishResults/getParsedWords.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- EN-Revision: 322142 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xml:id="swishresults.getparsedwords" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -52,10 +52,10 @@
     $results = $swish->query("'some characters' and numbers");

     var_dump($results->getParsedWords("index.swish-e"));
-    var_dump($results->indexes[0]['parsed_words']); //same result in a different way
+    var_dump($results->indexes[0]['parsed_words']); //тот же результат по-другому

 } catch (SwishException $e) {
-    echo "Error: ", $e->getMessage(), "\n";
+    echo "Ошибка: ", $e->getMessage(), "\n";
 }

 ?>

Modified: phpdoc/ru/trunk/reference/swish/SwishResults/getRemovedStopwords.xml
===================================================================
--- phpdoc/ru/trunk/reference/swish/SwishResults/getRemovedStopwords.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swish/SwishResults/getRemovedStopwords.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- EN-Revision: 322142 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xml:id="swishresults.getremovedstopwords" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swish/SwishResults/nextResult.xml
===================================================================
--- phpdoc/ru/trunk/reference/swish/SwishResults/nextResult.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swish/SwishResults/nextResult.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- EN-Revision: 322142 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xml:id="swishresults.nextresult" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -39,7 +39,7 @@

     $results = $search->execute("lost");
     while($result = $results->nextResult()) {
-        /* do something with the result object */
+        /* сделать что-то с объектом результата */
     }

 } catch (SwishException $e) {

Modified: phpdoc/ru/trunk/reference/swish/SwishResults/seekResult.xml
===================================================================
--- phpdoc/ru/trunk/reference/swish/SwishResults/seekResult.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swish/SwishResults/seekResult.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- EN-Revision: 322142 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xml:id="swishresults.seekresult" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -33,13 +33,13 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Возвращает новую позицию в случае успеха.
+   Возвращает новую позицию в случае успешного выполнения.
   </para>
  </refsect1>
  <refsect1 role="errors">
   &reftitle.errors;
   <para>
-   В случае ошибок бросается исключение <classname>SwishException</classname>.
+   В случае возникновения ошибок выбрасывается исключение <classname>SwishException</classname>.
   </para>
  </refsect1>
  <refsect1 role="examples">
@@ -62,7 +62,7 @@
     var_dump($results->seekResult(100)); //а так нет

 } catch (SwishException $e) {
-    echo "Error: ", $e->getMessage(), "\n";
+    echo "Ошибка: ", $e->getMessage(), "\n";
 }

 ?>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-async-dns-lookup.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-async-dns-lookup.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-async-dns-lookup.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-async-dns-lookup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>swoole_async_dns_lookup</refname>
-  <refpurpose>Асинхронный и неблокирующий поиск имя хоста или IP-адреса</refpurpose>
+  <refpurpose>Асинхронный и неблокирующий поиск имени хоста или IP-адреса</refpurpose>
  </refnamediv>

  <refsect1 role="description">
@@ -47,7 +47,7 @@
         <term><parameter>hostname</parameter></term>
         <listitem>
          <para>
-          Имя хота
+          Имя хоста
          </para>
         </listitem>
        </varlistentry>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-async-read.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-async-read.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-async-read.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-async-read" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -67,7 +67,7 @@
     <term><parameter>chunk_size</parameter></term>
     <listitem>
      <para>
-      Длина блока
+      Длина блока.
      </para>
     </listitem>
    </varlistentry>
@@ -85,7 +85,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Было ли чтение успешным или нет.
+   Было ли чтение выполнено успешно или возникла ошибка.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-async-readfile.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-async-readfile.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-async-readfile.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-async-readfile" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-async-set.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-async-set.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-async-set.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-async-set" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-async-write.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-async-write.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-async-write.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-async-write" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-async-writefile.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-async-writefile.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-async-writefile.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-async-writefile" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>swoole_async_writefile</refname>
-  <refpurpose>Асихронная запись данных в файл</refpurpose>
+  <refpurpose>Асинхронная запись данных в файл</refpurpose>
  </refnamediv>

  <refsect1 role="description">

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-client-select.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-client-select.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-client-select.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-client-select" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-cpu-num.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-cpu-num.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-cpu-num.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-cpu-num" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-errno.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-errno.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-errno.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-errno" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-event-add.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-event-add.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-event-add.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-event-add" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-event-defer.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-event-defer.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-event-defer.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-event-defer" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-event-del.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-event-del.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-event-del.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-event-del" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-event-exit.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-event-exit.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-event-exit.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-event-exit" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-event-set.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-event-set.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-event-set.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-event-set" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-event-wait.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-event-wait.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-event-wait.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-event-wait" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-event-write.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-event-write.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-event-write.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-event-write" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-get-local-ip.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-get-local-ip.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-get-local-ip.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-get-local-ip" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-last-error.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-last-error.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-last-error.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-last-error" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-load-module.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-load-module.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-load-module.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-load-module" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>swoole_load_module</refname>
-  <refpurpose>Загрузить расширение swoole</refpurpose>
+  <refpurpose>Загрузить модуль swoole</refpurpose>
  </refnamediv>

  <refsect1 role="description">

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-select.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-select.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-select.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-select" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-set-process-name.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-set-process-name.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-set-process-name.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-set-process-name" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>swoole_set_process_name</refname>
-  <refpurpose>Установить имя процессу</refpurpose>
+  <refpurpose>Установить имя процесса</refpurpose>
  </refnamediv>

  <refsect1 role="description">

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-strerror.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-strerror.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-strerror.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-strerror" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-after.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-after.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-after.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-timer-after" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-exists.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-exists.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-exists.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-timer-exists" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-tick.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-tick.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-timer-tick.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-timer-tick" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/functions/swoole-version.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/functions/swoole-version.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/functions/swoole-version.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.swoole-version" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/swoole/redis/server/format.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole/redis/server/format.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/swoole/redis/server/format.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="swoole-redis-server.format" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/swoole/redis/server/sethandler.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole/redis/server/sethandler.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/swoole/redis/server/sethandler.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="swoole-redis-server.sethandler" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/swoole/redis/server/start.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole/redis/server/start.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/swoole/redis/server/start.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="swoole-redis-server.start" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/swoole/serialize/pack.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole/serialize/pack.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/swoole/serialize/pack.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="swoole-serialize.pack" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/swoole/serialize/unpack.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole/serialize/unpack.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/swoole/serialize/unpack.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="swoole-serialize.unpack" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/exist.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/exist.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/exist.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 347749 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="swoole-websocket-server.exist" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/on.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/on.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/on.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="swoole-websocket-server.on" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/pack.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/pack.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/pack.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="swoole-websocket-server.pack" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/push.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/push.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/push.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="swoole-websocket-server.push" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/unpack.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/unpack.xml	2019-10-31 19:22:17 UTC (rev 348247)
+++ phpdoc/ru/trunk/reference/swoole/swoole/websocket/server/unpack.xml	2019-11-01 04:31:56 UTC (rev 348248)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 344522 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

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