svn: /phpdoc/ru/trunk/reference/ pht/runnable/run.xml sdo/sdo_exception/getCause.xml shmop/shmop.xml uodbc/functions/odbc-autocommit.xml var/functions/get-resource-id.xml win32service/win32serviceexception.xml xml/xmlparser.xml zlib/deflatecontext.xml zlib/inflatecontext.xml

[email protected] (Sergey Panteleev) Thu, 10 Dec 2020 12:45:34 +0000
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Thu, 10 Dec 2020 12:45:34 +0000

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

Log:
docs(ru): New translation

Changed paths:
    A   phpdoc/ru/trunk/reference/pht/runnable/run.xml
    A   phpdoc/ru/trunk/reference/sdo/sdo_exception/getCause.xml
    A   phpdoc/ru/trunk/reference/shmop/shmop.xml
    A   phpdoc/ru/trunk/reference/uodbc/functions/odbc-autocommit.xml
    A   phpdoc/ru/trunk/reference/var/functions/get-resource-id.xml
    A   phpdoc/ru/trunk/reference/win32service/win32serviceexception.xml
    A   phpdoc/ru/trunk/reference/xml/xmlparser.xml
    A   phpdoc/ru/trunk/reference/zlib/deflatecontext.xml
    A   phpdoc/ru/trunk/reference/zlib/inflatecontext.xml
svn-diffs-351998.txt (text/x-diff, 28.8 KB)
Added: phpdoc/ru/trunk/reference/pht/runnable/run.xml
===================================================================
--- phpdoc/ru/trunk/reference/pht/runnable/run.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/pht/runnable/run.xml	2020-12-10 12:45:34 UTC (rev 351998)
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 344343 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xml:id="pht-runnable.run" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+  <refname>pht\Runnable::run</refname>
+  <refpurpose>Точка входа в многопоточный класс</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> <type>void</type><methodname>pht\Runnable::run</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/pht/runnable/run.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/sdo/sdo_exception/getCause.xml
===================================================================
--- phpdoc/ru/trunk/reference/sdo/sdo_exception/getCause.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/sdo/sdo_exception/getCause.xml	2020-12-10 12:45:34 UTC (rev 351998)
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 343888 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
+<refentry xml:id="sdo-exception.getcause" xmlns="http://docbook.org/ns/docbook">
+ <refnamediv>
+  <refname>SDO_Exception::getCause</refname>
+  <refpurpose>
+   Получает причину исключения
+  </refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <type>mixed</type><methodname>SDO_Exception::getCause</methodname>
+   <void/>
+  </methodsynopsis>
+
+  &warn.experimental.func;
+
+  <para>
+   Возвращает причину исключения или null, если причина не существует или неизвестна.
+   Обычно причиной является объект SDO_CPPException, который может
+   использоваться для получения дополнительной диагностической информации.
+  </para>
+
+ </refsect1>
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   None.
+  </para>
+ </refsect1>
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   Возвращает причину исключения или null, если причина не существует или неизвестна.
+  </para>
+ </refsect1>
+
+ <!-- Use when ERRORS exist
+ <refsect1 role="errors">
+  &reftitle.errors;
+  <para>
+   When does this function throw E_* level errors, or exceptions?
+  </para>
+ </refsect1>
+ -->
+
+
+ <!-- Use when a CHANGELOG exists
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>Enter the PHP version of change here</entry>
+       <entry>Description of change</entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+ -->
+
+
+ <!-- Use when examples exist
+ <refsect1 role="examples">
+  &reftitle.examples;
+  <para>
+   <example>
+    <title>A <function>SDO_Exception::getCause</function> example</title>
+    <para>
+     Any text that describes the purpose of the example, or
+     what goes on in the example should go here (inside the
+     <example> tag, not out
+    </para>
+    <programlisting role="php">
+<![CDATA[
+<?php
+if ($anexample === true) {
+    echo 'Use the PEAR Coding Standards';
+}
+?>
+]]>
+    </programlisting>
+    &example.outputs;
+    <screen>
+<![CDATA[
+Use the PEAR Coding Standards
+]]>
+    </screen>
+   </example>
+  </para>
+ </refsect1>
+ -->
+
+
+ <!-- Use when adding See Also links
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function></function></member>
+    <member>Or <link linkend="somethingelse">something else</link></member>
+   </simplelist>
+  </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/sdo/sdo_exception/getCause.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/shmop/shmop.xml
===================================================================
--- phpdoc/ru/trunk/reference/shmop/shmop.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/shmop/shmop.xml	2020-12-10 12:45:34 UTC (rev 351998)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.shmop" 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>Класс Shmop</title>
+ <titleabbrev>Shmop</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ Shmop intro -->
+  <section xml:id="shmop.intro">
+   &reftitle.intro;
+   <para>
+    Полностью непрозрачный класс, заменяющий ресурсы <literal>shmop</literal> в PHP 8.0.0.
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="shmop.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>Shmop</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <modifier>final</modifier>
+      <classname>Shmop</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+
+    <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+    <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.shmop')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+ </partintro>
+
+ <!-- &reference.shmop.entities.shmop; -->
+
+</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/shmop/shmop.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/uodbc/functions/odbc-autocommit.xml
===================================================================
--- phpdoc/ru/trunk/reference/uodbc/functions/odbc-autocommit.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/uodbc/functions/odbc-autocommit.xml	2020-12-10 12:45:34 UTC (rev 351998)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 343899 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xml:id="function.odbc-autocommit" xmlns="http://docbook.org/ns/docbook">
+ <refnamediv>
+  <refname>odbc_autocommit</refname>
+  <refpurpose>Переключает поведение автоматической фиксации</refpurpose>
+ </refnamediv>
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <type>mixed</type><methodname>odbc_autocommit</methodname>
+   <methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
+   <methodparam choice="opt"><type>bool</type><parameter>OnOff</parameter><initializer>&false;</initializer></methodparam>
+  </methodsynopsis>
+  <para>
+   Переключает поведение автоматической фиксации.
+  </para>
+  <para>
+   По умолчанию для подключения включена автоматическая фиксация. Отключение
+   автоматической фиксации эквивалентно запуску транзакции.
+  </para>
+ </refsect1>
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>connection_id</parameter></term>
+     <listitem>
+      &odbc.connection.id;
+     </listitem>
+    </varlistentry>
+    <varlistentry>
+     <term><parameter>OnOff</parameter></term>
+     <listitem>
+      <para>
+       Если <parameter>OnOff</parameter> установлен &true;, автоматическая фиксация включена,
+       если &false; - автоматическая фиксация отключена.
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   Без параметра <parameter>OnOff</parameter> функция возвращает
+   статус автоматической фиксации для <parameter>connection_id</parameter>.
+   Ненулевое значение возвращается, если автоматическая фиксация включена, 0 - если выключена
+   и &false; в случае возникновения ошибки.
+  </para>
+  <para>
+   Если задано значение <parameter>OnOff</parameter>, функция возвращает &true;
+   в случае успешного выполнения и &false; в случае возникновения ошибки.
+  </para>
+ </refsect1>
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>odbc_commit</function></member>
+    <member><function>odbc_rollback</function></member>
+   </simplelist>
+  </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/uodbc/functions/odbc-autocommit.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/var/functions/get-resource-id.xml
===================================================================
--- phpdoc/ru/trunk/reference/var/functions/get-resource-id.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/var/functions/get-resource-id.xml	2020-12-10 12:45:34 UTC (rev 351998)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351584 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<refentry xml:id="function.get-resource-id" xmlns="http://docbook.org/ns/docbook">
+ <refnamediv>
+  <refname>get_resource_id</refname>
+  <refpurpose>
+   Возвращает целочисленный идентификатор для данного ресурса
+  </refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <type>int</type><methodname>get_resource_id</methodname>
+   <methodparam><type>resource</type><parameter>res</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   Функция обеспечивает безопасный для типов способ генерации целочисленного идентификатора
+   для ресурса.
+  </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>res</parameter></term>
+     <listitem>
+      <para>
+       Дескриптор ресурса.
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   Целочисленный идентификатор (<type>int</type>) для указанного <parameter>res</parameter>.
+  </para>
+  <para>
+   Функция по сути является преобразованием целого числа (<type>int</type>)
+   от <parameter>res</parameter>, чтобы упростить получение идентификатора ресурса.
+  </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+  &reftitle.examples;
+  <para>
+   <example>
+    <title>Пример использования <function>get_resource_id</function></title>
+    <programlisting role="php">
+<![CDATA[
+<?php
+$handle = fopen('./storage/logs/lumen.log', 'rt');
+
+echo (int) $handle . "\n\n";
+
+echo get_resource_id($handle);
+
+?>
+]]>
+    </programlisting>
+    &example.outputs;
+    <screen role="php">
+<![CDATA[
+698
+
+698
+]]>
+    </screen>
+   </example>
+  </para>
+ </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>get_resource_type</function></member>
+   </simplelist>
+  </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/var/functions/get-resource-id.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/win32service/win32serviceexception.xml
===================================================================
--- phpdoc/ru/trunk/reference/win32service/win32serviceexception.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/win32service/win32serviceexception.xml	2020-12-10 12:45:34 UTC (rev 351998)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351746 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:exceptionref xml:id="class.win32serviceexception"
+ xmlns:phpdoc="http://php.net/ns/phpdoc"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns="http://docbook.org/ns/docbook">
+ <title>Класс Win32ServiceException</title>
+ <titleabbrev>Win32ServiceException</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ win32serviceexception intro -->
+  <section xml:id="win32serviceexception.intro">
+   &reftitle.intro;
+   <para>
+    Исключение заменяет старый механизм, в котором значение ошибки нужно было
+    сравнивать с константами, чтобы определить ошибку. Код исключения
+    равен значению ошибки, а сообщение об исключении основывается
+    на соответствующем имени константы.
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="win32serviceexception.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>Win32ServiceException</classname></ooclass>
+
+<!-- {{{ Exception synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <classname>Win32ServiceException</classname>
+     </ooclass>
+
+     <ooclass>
+      <modifier>extends</modifier>
+      <classname>Exception</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+
+    <classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:partintro/db:section/db:classsynopsis/db:fieldsynopsis[preceding-sibling::db:classsynopsisinfo[1][@role='comment' and text()='&Properties;']]))">
+     <xi:fallback />
+    </xi:include>
+
+<!-- Comment this section out if the exception does not contain any methods -->
+<!--
+    <classsynopsisinfo role="comment">Methods</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.win32serviceexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+-->
+<!-- If the exception extends another exception use this -->
+   <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+ </partintro>
+
+ <!-- If the exception has any methods you'd like to document use this
+ &reference.extname.entities.classname;
+ -->
+
+</phpdoc:exceptionref>
+
+<!-- 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/win32service/win32serviceexception.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/xml/xmlparser.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/xmlparser.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/xml/xmlparser.xml	2020-12-10 12:45:34 UTC (rev 351998)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.xmlparser" 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>Класс XmlParser</title>
+ <titleabbrev>XmlParser</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ XmlParser intro -->
+  <section xml:id="xmlparser.intro">
+   &reftitle.intro;
+   <para>
+    Полностью непрозрачный класс, заменяющий ресурсы <literal>xml</literal> в PHP 8.0.0.
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="xmlparser.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>XmlParser</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <modifier>final</modifier>
+      <classname>XmlParser</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+
+    <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+    <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.xmlparser')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+ </partintro>
+
+ <!-- &reference.xml.entities.xmlparser; -->
+
+</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/xml/xmlparser.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/zlib/deflatecontext.xml
===================================================================
--- phpdoc/ru/trunk/reference/zlib/deflatecontext.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/zlib/deflatecontext.xml	2020-12-10 12:45:34 UTC (rev 351998)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.deflatecontext" 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>Класс DeflateContext</title>
+ <titleabbrev>DeflateContext</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ DeflateContext intro -->
+  <section xml:id="deflatecontext.intro">
+   &reftitle.intro;
+   <para>
+    Полностью непрозрачный класс, заменяющий ресурсы <literal>zlib.deflate</literal> в PHP 8.0.0.
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="deflatecontext.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>DeflateContext</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <modifier>final</modifier>
+      <classname>DeflateContext</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+
+    <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+    <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.deflatecontext')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+ </partintro>
+
+ <!-- &reference.zlib.entities.deflatecontext; -->
+
+</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/zlib/deflatecontext.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/zlib/inflatecontext.xml
===================================================================
--- phpdoc/ru/trunk/reference/zlib/inflatecontext.xml	                        (rev 0)
+++ phpdoc/ru/trunk/reference/zlib/inflatecontext.xml	2020-12-10 12:45:34 UTC (rev 351998)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 351932 Maintainer: sergey Status: ready -->
+<!-- Reviewed: no -->
+
+<phpdoc:classref xml:id="class.inflatecontext" 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>Класс InflateContext</title>
+ <titleabbrev>InflateContext</titleabbrev>
+
+ <partintro>
+
+<!-- {{{ InflateContext intro -->
+  <section xml:id="inflatecontext.intro">
+   &reftitle.intro;
+   <para>
+    Полностью непрозрачный класс, заменяющий ресурсы <literal>zlib.inflate</literal> в PHP 8.0.0.
+   </para>
+  </section>
+<!-- }}} -->
+
+  <section xml:id="inflatecontext.synopsis">
+   &reftitle.classsynopsis;
+
+<!-- {{{ Synopsis -->
+   <classsynopsis>
+    <ooclass><classname>InflateContext</classname></ooclass>
+
+<!-- {{{ Class synopsis -->
+    <classsynopsisinfo>
+     <ooclass>
+      <modifier>final</modifier>
+      <classname>InflateContext</classname>
+     </ooclass>
+    </classsynopsisinfo>
+<!-- }}} -->
+
+    <!-- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> -->
+    <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.inflatecontext')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include> -->
+   </classsynopsis>
+<!-- }}} -->
+
+  </section>
+
+ </partintro>
+
+ <!-- &reference.zlib.entities.inflatecontext; -->
+
+</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/zlib/inflatecontext.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