svn: /phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/ offsetget.xml offsetset.xml offsetunset.xml rewind.xml valid.xml
[email protected] (Sergey Panteleev)
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Mon, 10 Feb 2020 14:04:26 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349196
Log:
docs(ru): New translation
Changed paths:
A phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/offsetget.xml
A phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/offsetset.xml
A phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/offsetunset.xml
A phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/rewind.xml
A phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/valid.xml
svn-diffs-349196.txt
(text/x-diff, 12.3 KB)
Added: phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/offsetget.xml =================================================================== --- phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/offsetget.xml (rev 0) +++ phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/offsetget.xml 2020-02-10 14:04:26 UTC (rev 349196) @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 344522 Maintainer: sergey Status: ready --> +<!-- Reviewed: no --> + +<refentry xml:id="swoole-connection-iterator.offsetget" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> + <refnamediv> + <refname>Swoole\Connection\Iterator::offsetGet</refname> + <refpurpose>Смещение для извлечения</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <modifier>public</modifier> <type>Connection</type><methodname>Swoole\Connection\Iterator::offsetGet</methodname> + <methodparam><type>string</type><parameter>index</parameter></methodparam> + </methodsynopsis> + <para> + Возвращает соединение с указанным смещением. + </para> + + </refsect1> + + <refsect1 role="parameters"> + &reftitle.parameters; + <variablelist> + <varlistentry> + <term><parameter>index</parameter></term> + <listitem> + <para> + Смещение для извлечения. + </para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + + </para> + </refsect1> + + +</refentry> + +<!-- 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/offsetget.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/offsetset.xml =================================================================== --- phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/offsetset.xml (rev 0) +++ phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/offsetset.xml 2020-02-10 14:04:26 UTC (rev 349196) @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 344522 Maintainer: sergey Status: ready --> +<!-- Reviewed: no --> + +<refentry xml:id="swoole-connection-iterator.offsetset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> + <refnamediv> + <refname>Swoole\Connection\Iterator::offsetSet</refname> + <refpurpose>Назначает соединение для указанного смещения</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <modifier>public</modifier> <type>void</type><methodname>Swoole\Connection\Iterator::offsetSet</methodname> + <methodparam><type>int</type><parameter>offset</parameter></methodparam> + <methodparam><type>mixed</type><parameter>connection</parameter></methodparam> + </methodsynopsis> + <para> + Назначает соединение для указанного смещения. + </para> + + </refsect1> + + <refsect1 role="parameters"> + &reftitle.parameters; + <variablelist> + <varlistentry> + <term><parameter>offset</parameter></term> + <listitem> + <para> + Смещение для которого назначить соединение. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><parameter>connection</parameter></term> + <listitem> + <para> + Соединение для установки. + </para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + + </para> + </refsect1> + + +</refentry> + +<!-- 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/offsetset.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/offsetunset.xml =================================================================== --- phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/offsetunset.xml (rev 0) +++ phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/offsetunset.xml 2020-02-10 14:04:26 UTC (rev 349196) @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 344522 Maintainer: sergey Status: ready --> +<!-- Reviewed: no --> + +<refentry xml:id="swoole-connection-iterator.offsetunset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> + <refnamediv> + <refname>Swoole\Connection\Iterator::offsetUnset</refname> + <refpurpose>Сбрасывает смещение</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <modifier>public</modifier> <type>void</type><methodname>Swoole\Connection\Iterator::offsetUnset</methodname> + <methodparam><type>int</type><parameter>offset</parameter></methodparam> + </methodsynopsis> + <para> + Сбрасывает смещение. + </para> + + </refsect1> + + <refsect1 role="parameters"> + &reftitle.parameters; + <variablelist> + <varlistentry> + <term><parameter>offset</parameter></term> + <listitem> + <para> + Смещение для сбрасывания. + </para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + + </para> + </refsect1> + + +</refentry> + +<!-- 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/offsetunset.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/rewind.xml =================================================================== --- phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/rewind.xml (rev 0) +++ phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/rewind.xml 2020-02-10 14:04:26 UTC (rev 349196) @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 344522 Maintainer: sergey Status: ready --> +<!-- Reviewed: no --> + +<refentry xml:id="swoole-connection-iterator.rewind" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> + <refnamediv> + <refname>Swoole\Connection\Iterator::rewind</refname> + <refpurpose>Перематывает итератор</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <modifier>public</modifier> <type>void</type><methodname>Swoole\Connection\Iterator::rewind</methodname> + <void /> + </methodsynopsis> + <para> + + </para> + + </refsect1> + + <refsect1 role="parameters"> + &reftitle.parameters; + &no.function.parameters; + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + + </para> + </refsect1> + + +</refentry> + +<!-- 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/rewind.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/valid.xml =================================================================== --- phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/valid.xml (rev 0) +++ phpdoc/ru/trunk/reference/swoole/swoole/connection/iterator/valid.xml 2020-02-10 14:04:26 UTC (rev 349196) @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- $Revision$ --> +<!-- EN-Revision: 344522 Maintainer: sergey Status: ready --> +<!-- Reviewed: no --> + +<refentry xml:id="swoole-connection-iterator.valid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> + <refnamediv> + <refname>Swoole\Connection\Iterator::valid</refname> + <refpurpose>Проверяет правильность текущей позиции</refpurpose> + </refnamediv> + + <refsect1 role="description"> + &reftitle.description; + <methodsynopsis> + <modifier>public</modifier> <type>boolean</type><methodname>Swoole\Connection\Iterator::valid</methodname> + <void /> + </methodsynopsis> + <para> + Проверяет правильность текущей позиции. + </para> + + </refsect1> + + <refsect1 role="parameters"> + &reftitle.parameters; + &no.function.parameters; + </refsect1> + + <refsect1 role="returnvalues"> + &reftitle.returnvalues; + <para> + Возвращает TRUE, если текущая позиция итератора верна, иначе FALSE. + </para> + </refsect1> + + +</refentry> + +<!-- 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/valid.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