svn: /phpdoc/ru/trunk/reference/swoole/ book.xml configure.xml constants.xml ini.xml reference.xml setup.xml swoole.async.xml swoole.atomic.xml swoole.buffer.xml swoole.channel.xml swoole.client.xml swoole.connection.iterator.xml swoole.coroutine.client.xml swoole.coroutine.http.client.xml swoole.coroutine.xml swoole.event.xml swoole.exception.xml swoole.http.client.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Sun, 02 Feb 2020 19:07:00 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349096
Log:
docs(ru): New translation
Changed paths:
A phpdoc/ru/trunk/reference/swoole/book.xml
A phpdoc/ru/trunk/reference/swoole/configure.xml
A phpdoc/ru/trunk/reference/swoole/constants.xml
A phpdoc/ru/trunk/reference/swoole/ini.xml
A phpdoc/ru/trunk/reference/swoole/reference.xml
A phpdoc/ru/trunk/reference/swoole/setup.xml
A phpdoc/ru/trunk/reference/swoole/swoole.async.xml
A phpdoc/ru/trunk/reference/swoole/swoole.atomic.xml
A phpdoc/ru/trunk/reference/swoole/swoole.buffer.xml
A phpdoc/ru/trunk/reference/swoole/swoole.channel.xml
A phpdoc/ru/trunk/reference/swoole/swoole.client.xml
A phpdoc/ru/trunk/reference/swoole/swoole.connection.iterator.xml
A phpdoc/ru/trunk/reference/swoole/swoole.coroutine.client.xml
A phpdoc/ru/trunk/reference/swoole/swoole.coroutine.http.client.xml
A phpdoc/ru/trunk/reference/swoole/swoole.coroutine.xml
A phpdoc/ru/trunk/reference/swoole/swoole.event.xml
A phpdoc/ru/trunk/reference/swoole/swoole.exception.xml
A phpdoc/ru/trunk/reference/swoole/swoole.http.client.xml
svn-diffs-349096.txt
(text/x-diff, 61.8 KB)
Added: phpdoc/ru/trunk/reference/swoole/book.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/book.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/book.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+
+<book xml:id="book.swoole" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>Swoole</title>
+
+ <!-- {{{ preface -->
+ <preface xml:id="intro.swoole">
+ &reftitle.intro;
+ <para>
+ Swoole — это высокопроизводительный сетевой фреймворк, использующий
+ управляемую событиями асинхронную неблокирующую модель ввода-вывода.
+ Он может использоваться для разработки высокопроизводительных, масштабируемых,
+ параллельных TCP, UDP, сокетов Unix, HTTP, Websocket сервисов.
+
+ Для начала, пожалуйста, посмотрите <link
+ xlink:href="&url.swoole.docs;">Документацию Swoole</link>.
+ </para>
+ ¬e.no-windows.extension;
+ </preface>
+ <!-- }}} -->
+
+ &reference.swoole.setup;
+ &reference.swoole.constants;
+ &reference.swoole.reference;
+
+ &reference.swoole.swoole.async;
+ &reference.swoole.swoole.atomic;
+ &reference.swoole.swoole.buffer;
+ &reference.swoole.swoole.channel;
+ &reference.swoole.swoole.client;
+ &reference.swoole.swoole.connection.iterator;
+ &reference.swoole.swoole.coroutine;
+ <!-- &reference.swoole.swoole.coroutine.client; -->
+ <!-- &reference.swoole.swoole.coroutine.http.client; -->
+ <!-- &reference.swoole.swoole.coroutine.mysql; -->
+ <!-- &reference.swoole.swoole.coroutine.mysql.exception; -->
+ &reference.swoole.swoole.event;
+ &reference.swoole.swoole.exception;
+ &reference.swoole.swoole.http.client;
+ &reference.swoole.swoole.http.request;
+ &reference.swoole.swoole.http.response;
+ &reference.swoole.swoole.http.server;
+ &reference.swoole.swoole.lock;
+ &reference.swoole.swoole.mmap;
+ &reference.swoole.swoole.mysql;
+ &reference.swoole.swoole.mysql.exception;
+ &reference.swoole.swoole.process;
+ &reference.swoole.swoole.redis.server;
+ &reference.swoole.swoole.serialize;
+ &reference.swoole.swoole.server;
+ <!-- &reference.swoole.swoole.server.port; -->
+ &reference.swoole.swoole.table;
+ &reference.swoole.swoole.timer;
+ &reference.swoole.swoole.websocket.frame;
+ &reference.swoole.swoole.websocket.server;
+
+</book>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
\ No newline at end of file
Property changes on: phpdoc/ru/trunk/reference/swoole/book.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/configure.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/configure.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/configure.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<section xml:id="swoole.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ &reftitle.install;
+
+ <para>
+ Используйте <option role="configure">--with-swoole[=DIR]</option> при компиляции PHP.
+ </para>
+
+ <para>
+ &pecl.info;
+ <link xlink:href="&url.pecl.package;swoole">&url.pecl.package;swoole</link>
+ </para>
+</section>
\ No newline at end of file
Property changes on: phpdoc/ru/trunk/reference/swoole/configure.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/constants.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/constants.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/constants.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,434 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<appendix xml:id="swoole.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ &reftitle.constants;
+ &extension.constants;
+ <para>
+ <variablelist>
+ <varlistentry xml:id="constant.swoole-base">
+ <term>
+ <constant>SWOOLE_BASE</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-thread">
+ <term>
+ <constant>SWOOLE_THREAD</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-process">
+ <term>
+ <constant>SWOOLE_PROCESS</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-ipc-unsock">
+ <term>
+ <constant>SWOOLE_IPC_UNSOCK</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-ipc-msgqueue">
+ <term>
+ <constant>SWOOLE_IPC_MSGQUEUE</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-ipc-preemptive">
+ <term>
+ <constant>SWOOLE_IPC_PREEMPTIVE</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-sock-tcp">
+ <term>
+ <constant>SWOOLE_SOCK_TCP</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-sock-tcp6">
+ <term>
+ <constant>SWOOLE_SOCK_TCP6</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-sock-udp">
+ <term>
+ <constant>SWOOLE_SOCK_UDP</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-sock-udp6">
+ <term>
+ <constant>SWOOLE_SOCK_UDP6</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-sock-unix-dgram">
+ <term>
+ <constant>SWOOLE_SOCK_UNIX_DGRAM</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-sock-unix-stream">
+ <term>
+ <constant>SWOOLE_SOCK_UNIX_STREAM</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-tcp">
+ <term>
+ <constant>SWOOLE_TCP</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-tcp6">
+ <term>
+ <constant>SWOOLE_TCP6</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-udp">
+ <term>
+ <constant>SWOOLE_UDP</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-udp6">
+ <term>
+ <constant>SWOOLE_UDP6</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-unix-dgram">
+ <term>
+ <constant>SWOOLE_UNIX_DGRAM</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-unix-stream">
+ <term>
+ <constant>SWOOLE_UNIX_STREAM</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-sock-sync">
+ <term>
+ <constant>SWOOLE_SOCK_SYNC</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-sock-async">
+ <term>
+ <constant>SWOOLE_SOCK_ASYNC</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-sync">
+ <term>
+ <constant>SWOOLE_SYNC</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-async">
+ <term>
+ <constant>SWOOLE_ASYNC</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-keep">
+ <term>
+ <constant>SWOOLE_KEEP</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-event-read">
+ <term>
+ <constant>SWOOLE_EVENT_READ</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-event-write">
+ <term>
+ <constant>SWOOLE_EVENT_WRITE</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-version">
+ <term>
+ <constant>SWOOLE_VERSION</constant>
+ (<type>string</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-aio-base">
+ <term>
+ <constant>SWOOLE_AIO_BASE</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-aio-linux">
+ <term>
+ <constant>SWOOLE_AIO_LINUX</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-filelock">
+ <term>
+ <constant>SWOOLE_FILELOCK</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-mutex">
+ <term>
+ <constant>SWOOLE_MUTEX</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-sem">
+ <term>
+ <constant>SWOOLE_SEM</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-rwlock">
+ <term>
+ <constant>SWOOLE_RWLOCK</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.websocket-opcode-text">
+ <term>
+ <constant>WEBSOCKET_OPCODE_TEXT</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.websocket-opcode-binary">
+ <term>
+ <constant>WEBSOCKET_OPCODE_BINARY</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.websocket-opcode-ping">
+ <term>
+ <constant>WEBSOCKET_OPCODE_PING</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.websocket-status-connection">
+ <term>
+ <constant>WEBSOCKET_STATUS_CONNECTION</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.websocket-status-handshake">
+ <term>
+ <constant>WEBSOCKET_STATUS_HANDSHAKE</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.websocket-status-frame">
+ <term>
+ <constant>WEBSOCKET_STATUS_FRAME</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.websocket-status-active">
+ <term>
+ <constant>WEBSOCKET_STATUS_ACTIVE</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.swoole-fast-pack">
+ <term>
+ <constant>SWOOLE_FAST_PACK</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ </simpara>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+</appendix>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/constants.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/ini.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/ini.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/ini.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<section xml:id="swoole.configuration" xmlns="http://docbook.org/ns/docbook">
+ &reftitle.runtime;
+ &extension.runtime;
+ <para>
+ <table>
+ <title>&ConfigureOptions; Swoole</title>
+ <tgroup cols="4">
+ <thead>
+ <row>
+ <entry>&Name;</entry>
+ <entry>&Default;</entry>
+ <entry>&Changeable;</entry>
+ <entry>&Changelog;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry><link linkend="ini.swoole.aio-thread-num">swoole.aio_thread_num</link></entry>
+ <entry>2</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ <row>
+ <entry><link linkend="ini.swoole.display-errors">swoole.display_errors</link></entry>
+ <entry>On</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ <row>
+ <entry><link linkend="ini.swoole.fast-serialize">swoole.fast_serialize</link></entry>
+ <entry>Off</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ <row>
+ <entry><link linkend="ini.swoole.unixsock-buffer-size">swoole.unixsock_buffer_size</link></entry>
+ <entry>8388608</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ <row>
+ <entry><link linkend="ini.swoole.use-namespace">swoole.use_namespace</link></entry>
+ <entry>On</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry><!-- leave empty, this will be filled by an automatic script --></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </para>
+
+ &ini.descriptions.title;
+
+ <para>
+ <variablelist>
+ <varlistentry xml:id="ini.swoole.aio-thread-num">
+ <term>
+ <parameter>swoole.aio_thread_num</parameter>
+ <type>integer</type>
+ </term>
+ <listitem>
+ <para>
+ Номер потока асинхронного ввода/вывода POSIX
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="ini.swoole.display-errors">
+ <term>
+ <parameter>swoole.display_errors</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+ Определяет, должны ли ошибки Swoole выводиться на экран.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="ini.swoole.fast-serialize">
+ <term>
+ <parameter>swoole.fast_serialize</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+ Определяет, включать ли Swoole fast_serialize.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="ini.swoole.unixsock-buffer-size">
+ <term>
+ <parameter>swoole.unixsock_buffer_size</parameter>
+ <type>integer</type>
+ </term>
+ <listitem>
+ <para>
+ Размер буфера сокета Unix.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="ini.swoole.use-namespace">
+ <term>
+ <parameter>swoole.use_namespace</parameter>
+ <type>string</type>
+ </term>
+ <listitem>
+ <para>
+ Определяет, ипользовать ли пространства имен PHP.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+ </para>
+</section>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/ini.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/reference.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/reference.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/reference.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<reference xml:id="ref.swoole-funcs" xmlns="http://docbook.org/ns/docbook">
+ <title>&Functions; Swoole</title>
+
+ &reference.swoole.entities.functions;
+
+</reference>
\ No newline at end of file
Property changes on: phpdoc/ru/trunk/reference/swoole/reference.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/setup.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/setup.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/setup.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<chapter xml:id="swoole.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ &reftitle.setup;
+
+ <!-- {{{ Requirements -->
+ <section xml:id="swoole.requirements">
+ &reftitle.required;
+ &no.requirement;
+ </section>
+ <!-- }}} -->
+
+ <!-- {{{ Installation -->
+ &reference.swoole.configure;
+ <!-- }}} -->
+
+ <!-- {{{ Configuration -->
+ &reference.swoole.ini;
+ <!-- }}} -->
+
+ <!-- {{{ Resources -->
+ <section xml:id="swoole.resources">
+ &reftitle.resources;
+ &no.resource;
+ </section>
+ <!-- }}} -->
+
+</chapter>
Property changes on: phpdoc/ru/trunk/reference/swoole/setup.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.async.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.async.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.async.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-async" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Async</title>
+ <titleabbrev>Swoole\Async</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Async intro -->
+ <section xml:id="swoole-async.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-async.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Async</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Async</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-async')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ &reference.swoole.swoole.entities.async;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.async.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.atomic.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.atomic.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.atomic.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-atomic" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Atomic</title>
+ <titleabbrev>Swoole\Atomic</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Atomic intro -->
+ <section xml:id="swoole-atomic.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-atomic.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Atomic</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Atomic</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-atomic')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ &reference.swoole.swoole.entities.atomic;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.atomic.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.buffer.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.buffer.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.buffer.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-buffer" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Buffer</title>
+ <titleabbrev>Swoole\Buffer</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Buffer intro -->
+ <section xml:id="swoole-buffer.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-buffer.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Buffer</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Buffer</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-buffer')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ &reference.swoole.swoole.entities.buffer;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.buffer.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.channel.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.channel.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.channel.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-channel" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Channel</title>
+ <titleabbrev>Swoole\Channel</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Channel intro -->
+ <section xml:id="swoole-channel.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-channel.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Channel</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Channel</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-channel')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ &reference.swoole.swoole.entities.channel;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.channel.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.client.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.client.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.client.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,185 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-client" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Client</title>
+ <titleabbrev>Swoole\Client</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Client intro -->
+ <section xml:id="swoole-client.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-client.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Client</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Client</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+ <classsynopsisinfo role="comment">Constants</classsynopsisinfo>
+ <fieldsynopsis>
+ <modifier>const</modifier>
+ <type>integer</type>
+ <varname linkend="swoole-client.constants.msg-oob">Swoole\Client::MSG_OOB</varname>
+ <initializer>1</initializer>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>const</modifier>
+ <type>integer</type>
+ <varname linkend="swoole-client.constants.msg-peek">Swoole\Client::MSG_PEEK</varname>
+ <initializer>2</initializer>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>const</modifier>
+ <type>integer</type>
+ <varname linkend="swoole-client.constants.msg-dontwait">Swoole\Client::MSG_DONTWAIT</varname>
+ <initializer>128</initializer>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>const</modifier>
+ <type>integer</type>
+ <varname linkend="swoole-client.constants.msg-waitall">Swoole\Client::MSG_WAITALL</varname>
+ <initializer>64</initializer>
+ </fieldsynopsis>
+
+ <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
+ <fieldsynopsis>
+ <modifier>public</modifier>
+ <varname linkend="swoole-client.props.errcode">errCode</varname>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>public</modifier>
+ <varname linkend="swoole-client.props.sock">sock</varname>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>public</modifier>
+ <varname linkend="swoole-client.props.reuse">reuse</varname>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>public</modifier>
+ <varname linkend="swoole-client.props.reusecount">reuseCount</varname>
+ </fieldsynopsis>
+
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-client')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+
+<!-- {{{ Swoole\Client properties -->
+ <section xml:id="swoole-client.props">
+ &reftitle.properties;
+ <variablelist>
+ <varlistentry xml:id="swoole-client.props.errcode">
+ <term><varname>errCode</varname></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="swoole-client.props.sock">
+ <term><varname>sock</varname></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="swoole-client.props.reuse">
+ <term><varname>reuse</varname></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="swoole-client.props.reusecount">
+ <term><varname>reuseCount</varname></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+<!-- }}} -->
+
+
+<!-- {{{ Swoole\Client constants -->
+ <section xml:id="swoole-client.constants">
+ &reftitle.constants;
+ <variablelist>
+
+ <varlistentry xml:id="swoole-client.constants.msg-oob">
+ <term><constant>Swoole\Client::MSG_OOB</constant></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry xml:id="swoole-client.constants.msg-peek">
+ <term><constant>Swoole\Client::MSG_PEEK</constant></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry xml:id="swoole-client.constants.msg-dontwait">
+ <term><constant>Swoole\Client::MSG_DONTWAIT</constant></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry xml:id="swoole-client.constants.msg-waitall">
+ <term><constant>Swoole\Client::MSG_WAITALL</constant></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+ </section>
+<!-- }}} -->
+
+
+ </partintro>
+
+ &reference.swoole.swoole.entities.client;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.client.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.connection.iterator.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.connection.iterator.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.connection.iterator.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-connection-iterator" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Connection\Iterator</title>
+ <titleabbrev>Swoole\Connection\Iterator</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Connection\Iterator intro -->
+ <section xml:id="swoole-connection-iterator.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-connection-iterator.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Connection\Iterator</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Connection\Iterator</classname>
+ </ooclass>
+
+ <oointerface>
+ <interfacename>Iterator</interfacename>
+ </oointerface>
+
+ <oointerface>
+ <interfacename>Countable</interfacename>
+ </oointerface>
+
+ <oointerface>
+ <interfacename>ArrayAccess</interfacename>
+ </oointerface>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-connection-iterator')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ &reference.swoole.swoole.connection.entities.iterator;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.connection.iterator.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.coroutine.client.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.coroutine.client.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.coroutine.client.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-coroutine-client" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Coroutine\Client</title>
+ <titleabbrev>Swoole\Coroutine\Client</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Coroutine\Client intro -->
+ <section xml:id="swoole-coroutine-client.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-coroutine-client.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Coroutine\Client</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Coroutine\Client</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+ <classsynopsisinfo role="comment">Constants</classsynopsisinfo>
+ <fieldsynopsis>
+ <modifier>const</modifier>
+ <type>integer</type>
+ <varname linkend="swoole-coroutine-client.constants.msg-oob">Swoole\Coroutine\Client::MSG_OOB</varname>
+ <initializer>1</initializer>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>const</modifier>
+ <type>integer</type>
+ <varname linkend="swoole-coroutine-client.constants.msg-peek">Swoole\Coroutine\Client::MSG_PEEK</varname>
+ <initializer>2</initializer>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>const</modifier>
+ <type>integer</type>
+ <varname linkend="swoole-coroutine-client.constants.msg-dontwait">Swoole\Coroutine\Client::MSG_DONTWAIT</varname>
+ <initializer>128</initializer>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>const</modifier>
+ <type>integer</type>
+ <varname linkend="swoole-coroutine-client.constants.msg-waitall">Swoole\Coroutine\Client::MSG_WAITALL</varname>
+ <initializer>64</initializer>
+ </fieldsynopsis>
+
+ <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
+ <fieldsynopsis>
+ <modifier>public</modifier>
+ <varname linkend="swoole-coroutine-client.props.errcode">errCode</varname>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>public</modifier>
+ <varname linkend="swoole-coroutine-client.props.sock">sock</varname>
+ </fieldsynopsis>
+
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+
+<!-- {{{ Swoole\Coroutine\Client properties -->
+ <section xml:id="swoole-coroutine-client.props">
+ &reftitle.properties;
+ <variablelist>
+ <varlistentry xml:id="swoole-coroutine-client.props.errcode">
+ <term><varname>errCode</varname></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="swoole-coroutine-client.props.sock">
+ <term><varname>sock</varname></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+<!-- }}} -->
+
+
+<!-- {{{ Swoole\Coroutine\Client constants -->
+ <section xml:id="swoole-coroutine-client.constants">
+ &reftitle.constants;
+ <variablelist>
+
+ <varlistentry xml:id="swoole-coroutine-client.constants.msg-oob">
+ <term><constant>Swoole\Coroutine\Client::MSG_OOB</constant></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry xml:id="swoole-coroutine-client.constants.msg-peek">
+ <term><constant>Swoole\Coroutine\Client::MSG_PEEK</constant></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry xml:id="swoole-coroutine-client.constants.msg-dontwait">
+ <term><constant>Swoole\Coroutine\Client::MSG_DONTWAIT</constant></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry xml:id="swoole-coroutine-client.constants.msg-waitall">
+ <term><constant>Swoole\Coroutine\Client::MSG_WAITALL</constant></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+ </section>
+<!-- }}} -->
+
+
+ </partintro>
+
+ &reference.swoole.swoole.coroutine.entities.client;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.coroutine.client.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.coroutine.http.client.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.coroutine.http.client.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.coroutine.http.client.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-coroutine-http-client" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Coroutine\Http\Client</title>
+ <titleabbrev>Swoole\Coroutine\Http\Client</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Coroutine\Http\Client intro -->
+ <section xml:id="swoole-coroutine-http-client.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-coroutine-http-client.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Coroutine\Http\Client</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Coroutine\Http\Client</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+ <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
+ <fieldsynopsis>
+ <modifier>public</modifier>
+ <varname linkend="swoole-coroutine-http-client.props.errcode">errCode</varname>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>public</modifier>
+ <varname linkend="swoole-coroutine-http-client.props.sock">sock</varname>
+ </fieldsynopsis>
+
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-coroutine-http-client')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+
+<!-- {{{ Swoole\Coroutine\Http\Client properties -->
+ <section xml:id="swoole-coroutine-http-client.props">
+ &reftitle.properties;
+ <variablelist>
+ <varlistentry xml:id="swoole-coroutine-http-client.props.errcode">
+ <term><varname>errCode</varname></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="swoole-coroutine-http-client.props.sock">
+ <term><varname>sock</varname></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+<!-- }}} -->
+
+
+ </partintro>
+
+ &reference.swoole.swoole.coroutine.http.entities.client;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.coroutine.http.client.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.coroutine.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.coroutine.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.coroutine.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-coroutine" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Coroutine</title>
+ <titleabbrev>Swoole\Coroutine</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Coroutine intro -->
+ <section xml:id="swoole-coroutine.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-coroutine.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Coroutine</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Coroutine</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-coroutine')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ &reference.swoole.swoole.entities.coroutine;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.coroutine.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.event.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.event.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.event.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-event" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Event</title>
+ <titleabbrev>Swoole\Event</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Event intro -->
+ <section xml:id="swoole-event.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-event.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Event</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Event</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-event')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+ &reference.swoole.swoole.entities.event;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.event.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.exception.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.exception.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.exception.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-exception" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Exception</title>
+ <titleabbrev>Swoole\Exception</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Exception intro -->
+ <section xml:id="swoole-exception.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-exception.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Exception</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Exception</classname>
+ </ooclass>
+
+ <ooclass>
+ <modifier>extends</modifier>
+ <classname>Exception</classname>
+ </ooclass>
+
+ <oointerface>
+ <interfacename>Throwable</interfacename>
+ </oointerface>
+ </classsynopsisinfo>
+<!-- }}} -->
+ <classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)" />
+
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+ </partintro>
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.exception.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Added: phpdoc/ru/trunk/reference/swoole/swoole.http.client.xml
===================================================================
--- phpdoc/ru/trunk/reference/swoole/swoole.http.client.xml (rev 0)
+++ phpdoc/ru/trunk/reference/swoole/swoole.http.client.xml 2020-02-02 19:07:00 UTC (rev 349096)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344522 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.swoole-http-client" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
+
+ <title>Класс Swoole\Http\Client</title>
+ <titleabbrev>Swoole\Http\Client</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Swoole\Http\Client intro -->
+ <section xml:id="swoole-http-client.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+<!-- }}} -->
+
+ <section xml:id="swoole-http-client.synopsis">
+ &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+ <classsynopsis>
+ <ooclass><classname>Swoole\Http\Client</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+ <classsynopsisinfo>
+ <ooclass>
+ <classname>Swoole\Http\Client</classname>
+ </ooclass>
+ </classsynopsisinfo>
+<!-- }}} -->
+ <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
+ <fieldsynopsis>
+ <modifier>public</modifier>
+ <varname linkend="swoole-http-client.props.errcode">errCode</varname>
+ </fieldsynopsis>
+ <fieldsynopsis>
+ <modifier>public</modifier>
+ <varname linkend="swoole-http-client.props.sock">sock</varname>
+ </fieldsynopsis>
+
+
+ <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-http-client')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
+ </classsynopsis>
+<!-- }}} -->
+
+ </section>
+
+
+<!-- {{{ Swoole\Http\Client properties -->
+ <section xml:id="swoole-http-client.props">
+ &reftitle.properties;
+ <variablelist>
+ <varlistentry xml:id="swoole-http-client.props.errcode">
+ <term><varname>errCode</varname></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="swoole-http-client.props.sock">
+ <term><varname>sock</varname></term>
+ <listitem>
+ <para></para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+<!-- }}} -->
+
+
+ </partintro>
+
+ &reference.swoole.swoole.http.entities.client;
+
+</phpdoc:classref>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ru/trunk/reference/swoole/swoole.http.client.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property