svn: /phpdoc/ru/trunk/ language-snippets.ent reference/dom/domdocument.xml reference/ev/periodic-modes.xml reference/zip/setup.xml reference/zip/ziparchive/addfile.xml

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Mon, 09 Mar 2020 16:43:40 +0000

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

Log:
docs(ru): Updated to English revision

Changed paths:
    U   phpdoc/ru/trunk/language-snippets.ent
    U   phpdoc/ru/trunk/reference/dom/domdocument.xml
    U   phpdoc/ru/trunk/reference/ev/periodic-modes.xml
    U   phpdoc/ru/trunk/reference/zip/setup.xml
    U   phpdoc/ru/trunk/reference/zip/ziparchive/addfile.xml

Modified: phpdoc/ru/trunk/language-snippets.ent
===================================================================
--- phpdoc/ru/trunk/language-snippets.ent	2020-03-09 13:27:07 UTC (rev 349360)
+++ phpdoc/ru/trunk/language-snippets.ent	2020-03-09 16:43:40 UTC (rev 349361)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 349322 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349345 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->

-<!ENTITY installation.enabled.disable 'Это расширение включено по умолчанию. Оно может быть отключено во время выполнения с помощью следующей опции:'>
+<!ENTITY installation.enabled.disable 'Модуль включен по умолчанию. Он может быть отключен во время выполнения с помощью следующей опции:'>

 <!-- Not used in EN anymore -->
 <!ENTITY changelog.randomseed '<row xmlns="http://docbook.org/ns/docbook">
@@ -838,6 +838,7 @@
 <link linkend="function.libxml-use-internal-errors">функциями обработки
  ошибок libxml</link>.</para>'>
 <!ENTITY dom.note.utf8 '<note xmlns="http://docbook.org/ns/docbook"><para>Модуль DOM использует кодировку UTF-8. Используйте <function>utf8_encode</function> и <function>utf8_decode</function> для работы с текстами в кодировке ISO-8859-1 или <link linkend="ref.iconv">iconv</link> для других кодировок.</para></note>'>
+<!ENTITY dom.note.json '<note xmlns="http://docbook.org/ns/docbook"><para>При использовании <function>json_encode</function> для объекта <classname>DOMDocument</classname> будет получен результат кодирования пустого объекта.</para></note>'>

 <!-- Dom Examples -->
 <!ENTITY dom.book.example '<para xmlns="http://docbook.org/ns/docbook">Следующие примеры используют файл <filename>book.xml</filename>, который содержит следующие данные:</para>

Modified: phpdoc/ru/trunk/reference/dom/domdocument.xml
===================================================================
--- phpdoc/ru/trunk/reference/dom/domdocument.xml	2020-03-09 13:27:07 UTC (rev 349360)
+++ phpdoc/ru/trunk/reference/dom/domdocument.xml	2020-03-09 16:43:40 UTC (rev 349361)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision:  349146 Maintainer: tmn Status: ready -->
+<!-- EN-Revision:  349342 Maintainer: tmn Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.domdocument" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -356,6 +356,7 @@
   <section role="notes">
    &reftitle.notes;
    &dom.note.utf8;
+   &dom.note.json;
   </section>
   <!-- }}} -->


Modified: phpdoc/ru/trunk/reference/ev/periodic-modes.xml
===================================================================
--- phpdoc/ru/trunk/reference/ev/periodic-modes.xml	2020-03-09 13:27:07 UTC (rev 349360)
+++ phpdoc/ru/trunk/reference/ev/periodic-modes.xml	2020-03-09 16:43:40 UTC (rev 349361)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 333548 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349340 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <chapter  xml:id="ev.periodic-modes" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -38,7 +38,7 @@
 <?php
 $hourly = EvPeriodic(0, 3600, NULL, function () {
   echo "один раз в час\n";
-};
+});
 ?>
 ]]>
     </programlisting>

Modified: phpdoc/ru/trunk/reference/zip/setup.xml
===================================================================
--- phpdoc/ru/trunk/reference/zip/setup.xml	2020-03-09 13:27:07 UTC (rev 349360)
+++ phpdoc/ru/trunk/reference/zip/setup.xml	2020-03-09 16:43:40 UTC (rev 349361)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 349295 Maintainer: daniil Status: ready -->
+<!-- EN-Revision: 349351 Maintainer: daniil Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <chapter xml:id="zip.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">

Modified: phpdoc/ru/trunk/reference/zip/ziparchive/addfile.xml
===================================================================
--- phpdoc/ru/trunk/reference/zip/ziparchive/addfile.xml	2020-03-09 13:27:07 UTC (rev 349360)
+++ phpdoc/ru/trunk/reference/zip/ziparchive/addfile.xml	2020-03-09 16:43:40 UTC (rev 349361)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 349293 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 349350 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="ziparchive.addfile" xmlns="http://docbook.org/ns/docbook">
@@ -133,15 +133,6 @@
   </example>
  </refsect1>

- <refsect1 role="seealso">
-  &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><methodname>ZipArchive::replaceFile</methodname></member>
-   </simplelist>
-  </para>
- </refsect1>
-
  <refsect1 role="notes">
   &reftitle.notes;
   <note>
@@ -155,6 +146,15 @@
    </para>
   </note>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><methodname>ZipArchive::replaceFile</methodname></member>
+   </simplelist>
+  </para>
+ </refsect1>
 </refentry>

 <!-- Keep this comment at the end of the file
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.