svn: /phpdoc/ru/trunk/ appendices/resources.xml language/types/declarations.xml language/types.xml language-snippets.ent reference/enchant/setup.xml reference/xml/functions/xml-get-current-byte-index.xml reference/xml/functions/xml-get-current-column-number.xml reference/xml/functions/xml-get-current-line-number.xml reference/xml/functions/xml-get-error-code.xml reference/xml/functions/xml-parse-into-struct.xml reference/xml/functions/xml-parse.xml reference/xml/functions/xml-parser-create-ns.xm
[email protected] (Sergey Panteleev) Tue, 01 Dec 2020 07:02:08 +0000
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Tue, 01 Dec 2020 07:02:08 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351812
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/appendices/resources.xml
U phpdoc/ru/trunk/language/types/declarations.xml
U phpdoc/ru/trunk/language/types.xml
U phpdoc/ru/trunk/language-snippets.ent
U phpdoc/ru/trunk/reference/enchant/setup.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-get-current-byte-index.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-get-current-column-number.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-get-current-line-number.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-get-error-code.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-parse-into-struct.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-parse.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-parser-create-ns.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-parser-create.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-parser-free.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-parser-get-option.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-parser-set-option.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-set-character-data-handler.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-set-default-handler.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-set-element-handler.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-set-object.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml
U phpdoc/ru/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml
svn-diffs-351812.txt
(text/x-diff, 35.1 KB)
Modified: phpdoc/ru/trunk/appendices/resources.xml
===================================================================
--- phpdoc/ru/trunk/appendices/resources.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/appendices/resources.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351621 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
@@ -389,6 +389,46 @@
<entry>dbx result</entry>
</row>
<row>
+ <entry>enchant_broker</entry>
+ <entry>
+ <function>enchant_broker_init</function>
+ </entry>
+ <entry>
+ <function>enchant_broker_describe</function>,
+ <function>enchant_broker_dict_exists</function>,
+ <function>enchant_broker_get_dict_path</function>,
+ <function>enchant_broker_get_error</function>,
+ <function>enchant_broker_list_dicts</function>,
+ <function>enchant_broker_set_dict_path</function>,
+ <function>enchant_broker_set_ordering</function>
+ </entry>
+ <entry>
+ <function>enchant_broker_free</function>
+ </entry>
+ <entry>Провайдер Enchant (до PHP 8.0.0)</entry>
+ </row>
+ <row>
+ <entry>enchant_dict</entry>
+ <entry>
+ <function>enchant_broker_request_dict</function>
+ <function>enchant_broker_request_pwl_dict</function>
+ </entry>
+ <entry>
+ <function>enchant_dict_add_to_personal</function>,
+ <function>enchant_dict_add_to_session</function>,
+ <function>enchant_dict_check</function>,
+ <function>enchant_dict_describe</function>,
+ <function>enchant_dict_get_error</function>,
+ <function>enchant_dict_is_in_session</function>,
+ <function>enchant_dict_store_replacement</function>,
+ <function>enchant_dict_suggest</function>
+ </entry>
+ <entry>
+ <function>enchant_broker_free_dict</function>
+ </entry>
+ <entry>Словарь Enchant (до PHP 8.0.0)</entry>
+ </row>
+ <row>
<entry>fbsql link</entry>
<entry>
<function>fbsql_change_user</function>,
Modified: phpdoc/ru/trunk/language/types/declarations.xml
===================================================================
--- phpdoc/ru/trunk/language/types/declarations.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/language/types/declarations.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351382 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351804 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<sect1 xml:id="language.types.declarations">
@@ -153,6 +153,19 @@
</para>
</warning>
+ <sect3 xml:id="language.types.declarations.mixed">
+ <title>mixed</title>
+
+ <para>
+ <type>mixed</type> эквивалентен <link linkend="language.types.declarations.union">типу union</link>
+ <type class="union">
+ <type>array</type><type>bool</type><type>callable</type><type>int</type><type>float</type>
+ <type>object</type><type>resource</type><type>string</type><type>null</type>
+ </type>.
+ Доступно с PHP 8.0.0.
+ </para>
+ </sect3>
+
<sect3 xml:id="language.types.declarations.examples">
&reftitle.examples;
<example>
@@ -273,6 +286,8 @@
</sect3>
</sect2>
+
+
<sect2 xml:id="language.types.declarations.nullable">
<title>Обнуляемые типы</title>
Modified: phpdoc/ru/trunk/language/types.xml
===================================================================
--- phpdoc/ru/trunk/language/types.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/language/types.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351700 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351804 Maintainer: shein Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<chapter xml:id="language.types" xmlns="http://docbook.org/ns/docbook">
@@ -96,27 +96,6 @@
</itemizedlist>
- <para>
- Для удобства понимания в этом руководстве используется также несколько
- <link linkend="language.pseudo-types">псевдотипов</link>:
- </para>
-
- <itemizedlist>
-
- <listitem>
- <simpara>
- <type>mixed</type>
- </simpara>
- </listitem>
-
- <listitem>
- <simpara>
- <type>void</type>
- </simpara>
- </listitem>
-
- </itemizedlist>
-
<simpara>
Вы также можете найти несколько упоминаний типа двойной точности (double).
Рассматривайте его как число с плавающей точкой, два имени существуют только
@@ -201,7 +180,6 @@
&language.types.null;
&language.types.callable;
&language.types.declarations;
- &language.types.pseudo-types;
&language.types.type-juggling;
</chapter>
Modified: phpdoc/ru/trunk/language-snippets.ent
===================================================================
--- phpdoc/ru/trunk/language-snippets.ent 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/language-snippets.ent 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351621 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
@@ -659,6 +659,43 @@
</itemizedlist>
</para>'>
+<!-- enchant entities -->
+
+<!ENTITY enchant.param.broker '<varlistentry xmlns="http://docbook.org/ns/docbook">
+ <term><parameter>broker</parameter></term>
+ <listitem>
+ <para>
+ Провайдер Enchant, возвращаемый <function>enchant_broker_init</function>.
+ </para>
+ </listitem>
+ </varlistentry>'>
+
+<!ENTITY enchant.param.dictionary '<varlistentry xmlns="http://docbook.org/ns/docbook">
+ <term><parameter>dictionary</parameter></term>
+ <listitem>
+ <para>
+ Словарь Enchant, возвращаемый <function>enchant_broker_request_dict</function>
+ или <function>enchant_broker_request_pwl_dict</function>.
+ </para>
+ </listitem>
+ </varlistentry>'>
+
+<!ENTITY enchant.changelog.broker-param '<row xmlns="http://docbook.org/ns/docbook">
+ <entry>8.0.0</entry>
+ <entry>
+ <parameter>broker</parameter> ожидает экземпляр <classname>EnchantBroker</classname>;
+ Ранее ожидался ресурс (&resource;).
+ </entry>
+</row>'>
+
+<!ENTITY enchant.changelog.dictionary-param '<row xmlns="http://docbook.org/ns/docbook">
+ <entry>8.0.0</entry>
+ <entry>
+ <parameter>dictionary</parameter> ожидает экземпляр <classname>EnchantDictionary</classname>;
+ Ранее ожидался ресурс (&resource;).
+ </entry>
+</row>'>
+
<!-- IMAP notes -->
<!ENTITY imap.imap-stream.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
Modified: phpdoc/ru/trunk/reference/enchant/setup.xml
===================================================================
--- phpdoc/ru/trunk/reference/enchant/setup.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/enchant/setup.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343232 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<chapter xml:id="enchant.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -39,7 +39,7 @@
<section xml:id="enchant.resources">
&reftitle.resources;
<para>
- В этом модуле используются два типа ресурсов.
+ До PHP 8.0.0, в этом модуле используются два типа ресурсов.
Первый для брокера (менеджер бекэндов).
Второй для словаря.
</para>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-get-current-byte-index.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-get-current-byte-index.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-get-current-byte-index.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351730 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-get-current-byte-index" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_get_current_byte_index</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
</methodsynopsis>
<para>
Получает текущий для заданного XML-анализатора байтовый индекс.
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-get-current-column-number.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-get-current-column-number.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-get-current-column-number.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351730 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: mch Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-get-current-column-number" xmlns="http://docbook.org/ns/docbook">
@@ -14,7 +14,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_get_current_column_number</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
</methodsynopsis>
<para>
Получает текущий номер столбца заданного XML-анализатора.
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-get-current-line-number.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-get-current-line-number.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-get-current-line-number.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351730 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: mch Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-get-current-line-number" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_get_current_line_number</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
</methodsynopsis>
<para>
Получает номер текущей строки для заданного XML-анализатора.
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-get-error-code.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-get-error-code.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-get-error-code.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351730 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: mch Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-get-error-code" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_get_error_code</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
</methodsynopsis>
<para>
Получает код ошибки XML-анализатора.
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-parse-into-struct.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-parse-into-struct.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-parse-into-struct.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-parse-into-struct" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_parse_into_struct</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam><type>array</type><parameter role="reference">values</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter role="reference">index</parameter><initializer>&null;</initializer></methodparam>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-parse.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-parse.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-parse.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-parse" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>xml_parse</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>is_final</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-parser-create-ns.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-parser-create-ns.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-parser-create-ns.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-parser-create-ns" xmlns="http://docbook.org/ns/docbook">
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>XmlParser</type><methodname>xml_parser_create_ns</methodname>
+ <type>XMLParser</type><methodname>xml_parser_create_ns</methodname>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>separator</parameter><initializer>":"</initializer></methodparam>
</methodsynopsis>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-parser-create.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-parser-create.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-parser-create.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-parser-create" xmlns="http://docbook.org/ns/docbook">
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>XmlParser</type><methodname>xml_parser_create</methodname>
+ <type>XMLParser</type><methodname>xml_parser_create</methodname>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-parser-free.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-parser-free.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-parser-free.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-parser-free" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_parser_free</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
</methodsynopsis>
<para>
Освобождает память, занятую XML-анализатором <parameter>parser</parameter>.
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-parser-get-option.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-parser-get-option.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-parser-get-option.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351730 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-parser-get-option" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type class="union"><type>string</type><type>int</type></type><methodname>xml_parser_get_option</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>int</type><parameter>option</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-parser-set-option.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-parser-set-option.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-parser-set-option.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-parser-set-option" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_parser_set_option</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>int</type><parameter>option</parameter></methodparam>
<methodparam><type class="union"><type>string</type><type>int</type></type><parameter>value</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-set-character-data-handler.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-set-character-data-handler.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-set-character-data-handler.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-set-character-data-handler" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_character_data_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-set-default-handler.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-set-default-handler.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-set-default-handler.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-set-default-handler" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_default_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-set-element-handler.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-set-element-handler.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-set-element-handler.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-set-element-handler" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_element_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>start_handler</parameter></methodparam>
<methodparam><type>callable</type><parameter>end_handler</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-set-end-namespace-decl-handler.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-set-end-namespace-decl-handler" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_end_namespace_decl_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -58,7 +58,7 @@
<constant>XML_ERROR_EXTERNAL_ENTITY_HANDLING</constant>.
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>prefix</parameter></methodparam>
</methodsynopsis>
<variablelist>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-set-external-entity-ref-handler.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-set-external-entity-ref-handler" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_external_entity_ref_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -49,9 +49,9 @@
работу, а функция <function>xml_get_error_code</function> будет
возвращать константу
<constant>XML_ERROR_EXTERNAL_ENTITY_HANDLING</constant>.
- <methodsynopsis>
+ <methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>open_entity_names</parameter></methodparam>
<methodparam><type>string</type><parameter>base</parameter></methodparam>
<methodparam><type>string</type><parameter>system_id</parameter></methodparam>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-set-notation-decl-handler.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-set-notation-decl-handler" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_notation_decl_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -59,7 +59,7 @@
аргументов:
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>notation_name</parameter></methodparam>
<methodparam><type>string</type><parameter>base</parameter></methodparam>
<methodparam><type>string</type><parameter>system_id</parameter></methodparam>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-set-object.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-set-object.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-set-object.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-set-object" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_object</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>object</type><parameter>object</parameter></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-set-processing-instruction-handler.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-set-processing-instruction-handler" xmlns="http://docbook.org/ns/docbook">
@@ -14,7 +14,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_processing_instruction_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -62,7 +62,7 @@
аргумента:
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>target</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-set-start-namespace-decl-handler.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-set-start-namespace-decl-handler" xmlns="http://docbook.org/ns/docbook">
@@ -14,7 +14,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_start_namespace_decl_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -53,9 +53,9 @@
работу, а функция <function>xml_get_error_code</function> будет
возвращать константу
<constant>XML_ERROR_EXTERNAL_ENTITY_HANDLING</constant>.
- <methodsynopsis>
+ <methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>prefix</parameter></methodparam>
<methodparam><type>string</type><parameter>uri</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/ru/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml
===================================================================
--- phpdoc/ru/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml 2020-12-01 05:39:34 UTC (rev 351811)
+++ phpdoc/ru/trunk/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml 2020-12-01 07:02:08 UTC (rev 351812)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351469 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351792 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.xml-set-unparsed-entity-decl-handler" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -14,7 +14,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>xml_set_unparsed_entity_decl_handler</methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>callable</type><parameter>handler</parameter></methodparam>
</methodsynopsis>
<para>
@@ -63,7 +63,7 @@
аргументов:
<methodsynopsis>
<methodname><replaceable>handler</replaceable></methodname>
- <methodparam><type>XmlParser</type><parameter>parser</parameter></methodparam>
+ <methodparam><type>XMLParser</type><parameter>parser</parameter></methodparam>
<methodparam><type>string</type><parameter>entity_name</parameter></methodparam>
<methodparam><type>string</type><parameter>base</parameter></methodparam>
<methodparam><type>string</type><parameter>system_id</parameter></methodparam>