svn: /phpdoc/ru/trunk/ appendices/ini.core.xml language/control-structures/include.xml reference/com/book.xml reference/com/com/construct.xml reference/com/com.xml reference/com/dotnet/construct.xml reference/com/dotnet.xml reference/com/variant/construct.xml reference/com/variant.xml reference/ds/ds/map/values.xml reference/filter/filters.xml reference/misc/functions/hrtime.xml reference/mysql/functions/mysql-data-seek.xml reference/openssl/functions/openssl-csr-get-subject.xml reference/sqlite

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Thu, 05 Mar 2020 10:13:48 +0000

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

Log:
docs(ru): Updated to English revision

Changed paths:
    U   phpdoc/ru/trunk/appendices/ini.core.xml
    U   phpdoc/ru/trunk/language/control-structures/include.xml
    U   phpdoc/ru/trunk/reference/com/book.xml
    U   phpdoc/ru/trunk/reference/com/com/construct.xml
    U   phpdoc/ru/trunk/reference/com/com.xml
    U   phpdoc/ru/trunk/reference/com/dotnet/construct.xml
    U   phpdoc/ru/trunk/reference/com/dotnet.xml
    U   phpdoc/ru/trunk/reference/com/variant/construct.xml
    U   phpdoc/ru/trunk/reference/com/variant.xml
    U   phpdoc/ru/trunk/reference/ds/ds/map/values.xml
    U   phpdoc/ru/trunk/reference/filter/filters.xml
    U   phpdoc/ru/trunk/reference/misc/functions/hrtime.xml
    U   phpdoc/ru/trunk/reference/mysql/functions/mysql-data-seek.xml
    U   phpdoc/ru/trunk/reference/openssl/functions/openssl-csr-get-subject.xml
    U   phpdoc/ru/trunk/reference/sqlite3/sqlite3result/columnname.xml
    U   phpdoc/ru/trunk/reference/zip/constants.xml
    U   phpdoc/ru/trunk/reference/zip/setup.xml
    U   phpdoc/ru/trunk/reference/zip/ziparchive/addemptydir.xml
    U   phpdoc/ru/trunk/reference/zip/ziparchive/addfile.xml
    U   phpdoc/ru/trunk/reference/zip/ziparchive/addfromstring.xml
    U   phpdoc/ru/trunk/reference/zip/ziparchive/addglob.xml
    U   phpdoc/ru/trunk/reference/zip/ziparchive.xml
svn-diffs-349309.txt (text/x-diff, 44.5 KB)
Modified: phpdoc/ru/trunk/appendices/ini.core.xml
===================================================================
--- phpdoc/ru/trunk/appendices/ini.core.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/appendices/ini.core.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 349194 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 349307 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->

@@ -1426,8 +1426,8 @@
        Он проверяет первый путь, если файл в нем не найден, то он переходит
        к следующему, и так до тех пор, пока не найдет подключаемый файл, либо
        вернет
-       <link linkend="errorfunc.constants.errorlevels.e-warning">предупреждение</link>
-       или <link linkend="errorfunc.constants.errorlevels.e-error">ошибку</link>.
+       <constant>E_WARNING</constant>
+       или <constant>E_ERROR</constant>.
        Вы можете изменить ваш include_path во время выполнения скрипта с
        помощью функции
        <function>set_include_path</function>.

Modified: phpdoc/ru/trunk/language/control-structures/include.xml
===================================================================
--- phpdoc/ru/trunk/language/control-structures/include.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/language/control-structures/include.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 348957 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 349307 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->

@@ -19,9 +19,9 @@
   не найден в <link linkend="ini.include-path">include_path</link>,
   <literal>include</literal> попытается проверить директорию, в которой находится текущий включающий скрипт
   и текущую рабочую директорию перед тем, как выдать ошибку. Конструкция
-  <literal>include</literal> выдаст <link linkend="errorfunc.constants.errorlevels.e-warning">предупреждение</link>, если
+  <literal>include</literal> выдаст <constant>E_WARNING</constant>, если
   не сможет найти файл; поведение отлично от <function>require</function>, который выдаст
-  <link linkend="errorfunc.constants.errorlevels.e-error">фатальную ошибку</link>.
+  <constant>E_ERROR</constant>.
  </simpara>
  <simpara>
   Если путь указан — абсолютный (начинающийся с буквы диска или с

Modified: phpdoc/ru/trunk/reference/com/book.xml
===================================================================
--- phpdoc/ru/trunk/reference/com/book.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/com/book.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 347691 Maintainer: mch Status: ready-->
+<!-- EN-Revision: 349255 Maintainer: mch Status: ready-->
 <!-- $Revision$ -->
 <!-- Reviewed: yes Maintainer: sergey -->

@@ -54,6 +54,7 @@
  &reference.com.com;
  &reference.com.dotnet;
  &reference.com.variant;
+ &reference.com.compersisthelper;
  &reference.com.com-exception;
  &reference.com.reference;


Modified: phpdoc/ru/trunk/reference/com/com/construct.xml
===================================================================
--- phpdoc/ru/trunk/reference/com/com/construct.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/com/com/construct.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347692 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349253 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="com.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
-  <refname>COM::__construct</refname>
-  <refpurpose>Конструктор класса COM</refpurpose>
+  <refname>com::__construct</refname>
+  <refpurpose>Конструктор класса com</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <constructorsynopsis role="oop">
-   <methodname>COM::__construct</methodname>
+   <methodname>com::__construct</methodname>
    <methodparam><type>string</type><parameter>module_name</parameter></methodparam>
    <methodparam choice="opt"><type>mixed</type><parameter>server_name</parameter><initializer>&null;</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>codepage</parameter><initializer>CP_ACP</initializer></methodparam>
@@ -19,7 +19,7 @@
    <methodparam choice="opt"><type>string</type><parameter>typelib</parameter></methodparam>
   </constructorsynopsis>
   <para>
-   Создает объект класса COM.
+   Создает объект класса com.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/com/com.xml
===================================================================
--- phpdoc/ru/trunk/reference/com/com.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/com/com.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 347690 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349253 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <!-- splitted from ./en/functions/com.xml, last change in rev 1.12 -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.com" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
- <titleabbrev>COM</titleabbrev>
- <title>Класс COM</title>
+ <titleabbrev>com</titleabbrev>
+ <title>Класс com</title>
  <partintro>

-<!-- {{{ COM intro -->
+<!-- {{{ com intro -->
   <section xml:id="com.intro">
    &reftitle.intro;
    <para>
-    Класс COM позволяет создавать экземпляры OLE-совместимого COM-объекта, вызывать его методы и
+    Класс com позволяет создавать экземпляры OLE-совместимого COM-объекта, вызывать его методы и
     получать доступ к его свойствам.
    </para>
   </section>
@@ -23,17 +23,17 @@

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>COM</classname></ooclass>
+    <ooclass><classname>com</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>COM</classname>
+      <classname>com</classname>
      </ooclass>

     <ooclass>
      <modifier>extends</modifier>
-     <classname>VARIANT</classname>
+     <classname>variant</classname>
     </ooclass>

     </classsynopsisinfo>
@@ -66,7 +66,7 @@
   </section>

   <section xml:id="class.com.examples">
-   <title>Примеры использования COM</title>
+   <title>Примеры использования com</title>
    <para>
     <example xml:id="example.com1">
      <title>Первый пример</title>
@@ -74,7 +74,7 @@
 <![CDATA[
 <?php
 // запускаем word
-$word = new COM("word.application") or die("Невозможно создать экземпляр Word");
+$word = new com("word.application") or die("Невозможно создать экземпляр Word");
 echo "Загружен Word, версия {$word->Version}\n";

 //делаем его активным окном
@@ -104,7 +104,7 @@
 <![CDATA[
 <?php

-$conn = new COM("ADODB.Connection") or die("Cannot start ADO");
+$conn = new com("ADODB.Connection") or die("Cannot start ADO");
 $conn->Open("Provider=SQLOLEDB; Data Source=localhost;
 Initial Catalog=database; User ID=user; Password=password");


Modified: phpdoc/ru/trunk/reference/com/dotnet/construct.xml
===================================================================
--- phpdoc/ru/trunk/reference/com/dotnet/construct.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/com/dotnet/construct.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,24 +1,24 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347692 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349253 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="dotnet.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
-  <refname>DOTNET::__construct</refname>
-  <refpurpose>Конструктор класса DOTNET</refpurpose>
+  <refname>dotnet::__construct</refname>
+  <refpurpose>Конструктор класса dotnet</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <constructorsynopsis role="oop">
-   <methodname>DOTNET::__construct</methodname>
+   <methodname>dotnet::__construct</methodname>
    <methodparam><type>string</type><parameter>assembly_name</parameter></methodparam>
    <methodparam><type>string</type><parameter>class_name</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>codepage</parameter><initializer>CP_ACP</initializer></methodparam>
   </constructorsynopsis>
   <para>
-   Создает объект класса DOTNET.
+   Создает объект класса dotnet.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/com/dotnet.xml
===================================================================
--- phpdoc/ru/trunk/reference/com/dotnet.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/com/dotnet.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 348193 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349253 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.dotnet" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink">
- <titleabbrev>DOTNET</titleabbrev>
- <title>Класс DOTNET</title>
+ <titleabbrev>dotnet</titleabbrev>
+ <title>Класс dotnet</title>
  <partintro>

-<!-- {{{ DOTNET intro -->
+<!-- {{{ dotnet intro -->
   <section xml:id="dotnet.intro">
    &reftitle.intro;
    <para>
-    Класс DOTNET позволяет создавать объекты из сборок .Net, вызывать их
+    Класс dotnet позволяет создавать объекты из сборок .Net, вызывать их
     методы и использовать их свойства, если класс, методы и свойства <link xlink:href="&url.com.visible;">видимы для COM</link>.
    </para>
    <note>
@@ -28,17 +28,17 @@

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>DOTNET</classname></ooclass>
+    <ooclass><classname>dotnet</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>DOTNET</classname>
+      <classname>dotnet</classname>
      </ooclass>

     <ooclass>
      <modifier>extends</modifier>
-     <classname>VARIANT</classname>
+     <classname>variant</classname>
     </ooclass>

     </classsynopsisinfo>
@@ -64,20 +64,20 @@
     предоставляемый библиотекой времени исполнения .Net.
    </para>
    <para>
-    Как только вы создали объект DOTNET, PHP обрабатывает его идентично любому
+    Как только вы создали объект dotnet, PHP обрабатывает его идентично любому
     другому объекту COM; применяются все те же правила.
    </para>
   </section>

   <section xml:id="class.dotnet.examples">
-   <title>Примеры DOTNET</title>
+   <title>Примеры dotnet</title>
    <para>
     <example xml:id="example.dotnet">
-     <title>Пример использования DOTNET</title>
+     <title>Пример использования dotnet</title>
      <programlisting role="php">
 <![CDATA[
 <?php
-$stack = new DOTNET("mscorlib", "System.Collections.Stack");
+$stack = new dotnet("mscorlib", "System.Collections.Stack");
 $stack->Push(".Net");
 $stack->Push("Привет ");
 echo $stack->Pop() . $stack->Pop();

Modified: phpdoc/ru/trunk/reference/com/variant/construct.xml
===================================================================
--- phpdoc/ru/trunk/reference/com/variant/construct.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/com/variant/construct.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,24 +1,24 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347692 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349253 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="variant.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
-  <refname>VARIANT::__construct</refname>
-  <refpurpose>Конструктор класса VARIANT</refpurpose>
+  <refname>variant::__construct</refname>
+  <refpurpose>Конструктор класса variant</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <constructorsynopsis role="oop">
-   <methodname>VARIANT::__construct</methodname>
+   <methodname>variant::__construct</methodname>
    <methodparam choice="opt"><type>mixed</type><parameter>value</parameter><initializer>&null;</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>type</parameter><initializer>VT_EMPTY</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>codepage</parameter><initializer>CP_ACP</initializer></methodparam>
   </constructorsynopsis>
   <para>
-   Создает объект класса VARIANT.
+   Создает объект класса variant.
   </para>
  </refsect1>

@@ -38,7 +38,7 @@
     <term><parameter>type</parameter></term>
     <listitem>
      <simpara>
-      Задает тип контента объекта VARIANT. Допустимые значения -
+      Задает тип контента объекта variant. Допустимые значения -
       одна из констант <constant>VT_XXX</constant> (<xref
       linkend="com.constants"/>).
      </simpara>
@@ -45,10 +45,10 @@
      <simpara>
       PHP может автоматически определять параметры, переданные
       по ссылке; их даже не нужно передавать как объекты
-      VARIANT.
+      variant.
      </simpara>
      <simpara>
-      Дополнительную информацию по типам VARIANT
+      Дополнительную информацию по типам variant
       читайте в библиотеке <acronym>MSDN</acronym>.
      </simpara>
     </listitem>

Modified: phpdoc/ru/trunk/reference/com/variant.xml
===================================================================
--- phpdoc/ru/trunk/reference/com/variant.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/com/variant.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 347688 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349253 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.variant" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
- <titleabbrev>VARIANT</titleabbrev>
- <title>Класс VARIANT</title>
+ <titleabbrev>variant</titleabbrev>
+ <title>Класс variant</title>
  <partintro>

-<!-- {{{ VARIANT intro -->
+<!-- {{{ variant intro -->
   <section xml:id="variant.intro">
    &reftitle.intro;
    <para>
     VARIANT - это эквивалент zval для COM; это структура, которая может
-    содержать значения различных допустимых типов. Класс VARIANT
+    содержать значения различных допустимых типов. Класс variant
     входит в модуль COM и позволяет больше контролировать
     значения, передаваемые от PHP к COM и обратно.
    </para>
@@ -24,12 +24,12 @@

 <!-- {{{ Synopsis -->
    <classsynopsis>
-    <ooclass><classname>VARIANT</classname></ooclass>
+    <ooclass><classname>variant</classname></ooclass>

 <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
-      <classname>VARIANT</classname>
+      <classname>variant</classname>
      </ooclass>
     </classsynopsisinfo>
 <!-- }}} -->
@@ -44,16 +44,16 @@
   </section>

   <section xml:id="class.variant.examples">
-   <title>Примеры VARIANT</title>
+   <title>Примеры variant</title>
    <para>
     <example xml:id="com.variant.example.php5">
-     <title>Пример использования Variant</title>
+     <title>Пример использования variant</title>
      <programlisting role="php">
 <![CDATA[
 <?php
-$v = new VARIANT(42);
-print "The type is " . variant_get_type($v) . "<br/>";
-print "The value is " . $v . "<br/>";
+$v = new variant(42);
+print "Тип — " . variant_get_type($v) . "<br/>";
+print "Значение — " . $v . "<br/>";
 ?>
 ]]>
      </programlisting>
@@ -62,10 +62,10 @@
    <note>
     <para>
      Когда возвращается
-     значение или извлекается свойство, VARIANT преобразуется в значение PHP
+     значение или извлекается свойство, variant преобразуется в значение PHP
      только если есть прямая связь между типами, что не приведет
      к потере информации. Во всех остальных случаях результат вернется в виде
-     экземпляра класса VARIANT. Вы можете принудительно указать PHP
+     экземпляра класса variant. Вы можете принудительно указать PHP
      конвертировать значения в типы PHP используя оператор приведения типов
      или же преобразовывать их в строку, используя функцию <function>print</function>.
      Вы можете использовать множество функций класса для арифметических

Modified: phpdoc/ru/trunk/reference/ds/ds/map/values.xml
===================================================================
--- phpdoc/ru/trunk/reference/ds/ds/map/values.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/ds/ds/map/values.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 343888 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349241 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
 <refentry xml:id="ds-map.values" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -48,7 +48,7 @@
    &example.outputs.similar;
    <screen>
 <![CDATA[
-object(Ds\Map)#2 (3) {
+object(Ds\Vector)#2 (3) {
   [0]=>
   int(1)
   [1]=>

Modified: phpdoc/ru/trunk/reference/filter/filters.xml
===================================================================
--- phpdoc/ru/trunk/reference/filter/filters.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/filter/filters.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 348513 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 349272 Maintainer: shein Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <chapter xml:id="filter.filters" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">

Modified: phpdoc/ru/trunk/reference/misc/functions/hrtime.xml
===================================================================
--- phpdoc/ru/trunk/reference/misc/functions/hrtime.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/misc/functions/hrtime.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346582 Maintainer: lex Status: ready -->
+<!-- EN-Revision: 349239 Maintainer: lex Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.hrtime">
@@ -77,7 +77,8 @@
   <refsect1 role="seealso">
   &reftitle.seealso;
   <simplelist>
-   <member>Расширение <link linkend="book.hrtime">Время высокого разрешения</link></member>
+   <member>Модуль <link linkend="book.hrtime">Время высокого разрешения</link></member>
+   <member><function>microtime</function></member>
   </simplelist>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/mysql/functions/mysql-data-seek.xml
===================================================================
--- phpdoc/ru/trunk/reference/mysql/functions/mysql-data-seek.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/mysql/functions/mysql-data-seek.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 328734 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 349307 Maintainer: shein Status: ready -->
 <!-- Reviewed: no -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.mysql-data-seek">
@@ -38,7 +38,7 @@
    от 0 до <function>mysql_num_rows</function> - 1. Однако, если
    результат пуст (<function>mysql_num_rows</function> == 0), то
    попытка сдвига указателя к нулевому ряду завершится неудачей - будет вызвана
-   ошибка уровня <link linkend="errorfunc.constants.errorlevels.e-warning">E_WARNING</link>
+   ошибка уровня <constant>E_WARNING</constant>
    и <function>mysql_data_seek</function> вернет &false;.
   </para>
  </refsect1>

Modified: phpdoc/ru/trunk/reference/openssl/functions/openssl-csr-get-subject.xml
===================================================================
--- phpdoc/ru/trunk/reference/openssl/functions/openssl-csr-get-subject.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/openssl/functions/openssl-csr-get-subject.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349257 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openssl-csr-get-subject">
@@ -47,7 +47,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   &return.success;
+   Возвращает ассоциативный массив с описанием субъекта &return.falseforfailure;.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/sqlite3/sqlite3result/columnname.xml
===================================================================
--- phpdoc/ru/trunk/reference/sqlite3/sqlite3result/columnname.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/sqlite3/sqlite3result/columnname.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 288721 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349251 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->

@@ -17,6 +17,10 @@
   </methodsynopsis>
   <para>
    Возвращает имя столбца, указанного в <parameter>column_number</parameter>.
+   Обратите внимание, что имя столбца результата — это значение предложения <literal>AS</literal>
+   для этого столбца, если есть предложение <literal>AS</literal>.
+   Если предложение <literal>AS</literal> отсутствует, тогда имя столбца не указано и может измениться с одного выпуска libsqlite3
+   на другой.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/zip/constants.xml
===================================================================
--- phpdoc/ru/trunk/reference/zip/constants.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/zip/constants.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 349107 Maintainer: irker Status: ready -->
+<!-- EN-Revision: 349279 Maintainer: irker Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <appendix xml:id="zip.constants" xmlns="http://docbook.org/ns/docbook">
@@ -120,6 +120,66 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.fl-recompress">
+   <term>
+    <constant>ZipArchive::FL_RECOMPRESS</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Принудительное повторное сжатие данных.
+     Доступно с PHP 8.0.0 и PECL zip 1.18.0.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.fl-encrypted">
+   <term>
+    <constant>ZipArchive::FL_ENCRYPTED</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Чтение зашифрованных данных (подразумевается FL_COMPRESSED).
+     Доступно с PHP 8.0.0 и PECL zip 1.18.0.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.fl-overwrite">
+   <term>
+    <constant>ZipArchive::FL_OVERWRITE</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Если файл с именем существует, перезаписывает (заменяет) его.
+     Доступно с PHP 8.0.0 и PECL zip 1.18.0.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.fl-local">
+   <term>
+    <constant>ZipArchive::FL_LOCAL</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     В локальном заголовке.
+     Доступно с PHP 8.0.0 и PECL zip 1.18.0.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.fl-central">
+   <term>
+    <constant>ZipArchive::ZIP_FL_CENTRAL</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     В центральном каталоге.
+     Доступно с PHP 8.0.0 и PECL zip 1.18.0.
+    </simpara>
+   </listitem>
+  </varlistentry>

   <varlistentry xml:id="ziparchive.constants.fl-enc-guess">
    <term>

Modified: phpdoc/ru/trunk/reference/zip/setup.xml
===================================================================
--- phpdoc/ru/trunk/reference/zip/setup.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/zip/setup.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,24 +1,33 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 339992 Maintainer: daniil Status: ready -->
+<!-- EN-Revision: 349295 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">
  &reftitle.setup;
-
+
  <!-- {{{ Requirements -->
  <section xml:id="zip.requirements">
   &reftitle.required;
   <para>
-   Это расширение требует <link xlink:href="&url.libzip;">libzip</link>, который поставляется
-   в составе PHP.
+   Для модуля требуется <link xlink:href="&url.libzip;">libzip</link>. Версия 1.1.2 была включена в PHP до версии 7.3.
   </para>
+  <para>
+   Минимальная поддерживаемая версия — 0.11, но настоятельно рекомендуется использовать более высокую версию.
+  </para>
+  <para>
+   <simplelist>
+    <member>Для поддержки шифрования необходима версия 1.2, смотрите <methodname>ZipArchive::setEncryptionIndex</methodname></member>
+    <member>Для поддержки прогресса необходима версия 1.3, смотрите <methodname>ZipArchive::registerProgressCallback</methodname></member>
+    <member>Для поддержки отмены необходима версия 1.6, смотрите <methodname>ZipArchive::registerCancelCallback</methodname></member>
+   </simplelist>
+  </para>
  </section>
  <!-- }}} -->
-
+
  <!-- {{{ Installation -->
  &reference.zip.configure;
  <!-- }}} -->
-
+
  <!-- {{{ Configuration -->
  <section xml:id="zip.configuration">
   &reftitle.runtime;
@@ -25,7 +34,7 @@
   &no.config;
  </section>
  <!-- }}} -->
-
+
  <!-- {{{ Resources -->
  <section xml:id="zip.resources">
   &reftitle.resources;
@@ -35,7 +44,7 @@
   </para>
  </section>
  <!-- }}} -->
-
+
 </chapter>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/ru/trunk/reference/zip/ziparchive/addemptydir.xml
===================================================================
--- phpdoc/ru/trunk/reference/zip/ziparchive/addemptydir.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/zip/ziparchive/addemptydir.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 322115 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 349281 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="ziparchive.addemptydir" xmlns="http://docbook.org/ns/docbook">
@@ -12,6 +12,7 @@
   <methodsynopsis>
    <type>bool</type><methodname>ZipArchive::addEmptyDir</methodname>
    <methodparam><type>string</type><parameter>dirname</parameter></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>
    Добавляет пустую директорию в архив.
@@ -30,6 +31,18 @@
       </para>
      </listitem>
     </varlistentry>
+    <varlistentry>
+     <term><parameter>flags</parameter></term>
+     <listitem>
+      <para>
+       Битовая маска, состоящая из
+       <constant>ZipArchive::FL_ENC_GUESS</constant>,
+       <constant>ZipArchive::FL_ENC_UTF_8</constant>,
+       <constant>ZipArchive::FL_ENC_CP437</constant>.
+       Поведение констант описано на странице <link linkend="zip.constants">ZIP-константы</link>.
+      </para>
+     </listitem>
+    </varlistentry>
    </variablelist>
   </para>
  </refsect1>
@@ -41,6 +54,30 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>8.0.0 / 1.18.0</entry>
+       <entry>
+        Добавлен параметр <parameter>flags</parameter>.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <example>

Modified: phpdoc/ru/trunk/reference/zip/ziparchive/addfile.xml
===================================================================
--- phpdoc/ru/trunk/reference/zip/ziparchive/addfile.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/zip/ziparchive/addfile.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 340010 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 349293 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="ziparchive.addfile" xmlns="http://docbook.org/ns/docbook">
@@ -15,6 +15,7 @@
    <methodparam choice="opt"><type>string</type><parameter>localname</parameter><initializer>&null;</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>start</parameter><initializer>0</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>0</initializer></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>ZipArchive::FL_OVERWRITE</initializer></methodparam>
   </methodsynopsis>
   <para>
    Добавляет в ZIP-архив файл по указанному пути.
@@ -57,9 +58,23 @@
       </para>
      </listitem>
     </varlistentry>
+    <varlistentry>
+     <term><parameter>flags</parameter></term>
+     <listitem>
+      <para>
+       Битовая маска, состоящая из
+       <constant>ZipArchive::FL_OVERWRITE</constant>,
+       <constant>ZipArchive::FL_ENC_GUESS</constant>,
+       <constant>ZipArchive::FL_ENC_UTF_8</constant>,
+       <constant>ZipArchive::FL_ENC_CP437</constant>.
+       Поведение констант описано на странице <link linkend="zip.constants">ZIP-константы</link>.
+      </para>
+     </listitem>
+    </varlistentry>
    </variablelist>
   </para>
  </refsect1>
+
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
@@ -66,17 +81,42 @@
    &return.success;
   </para>
  </refsect1>
+
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>8.0.0 / 1.18.0</entry>
+       <entry>
+        Добавлен параметр <parameter>flags</parameter>.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
-    <para>
-     В данном примере открывается файл ZIP-архива
-     <filename>test.zip</filename> и в него добавляется
-     файл <filename>/path/to/index.txt</filename>
-     под именем <filename>newname.txt</filename>.
-    </para>
-    <example>
-     <title>Открыть и добавить</title>
-     <programlisting role="php">
+  <para>
+   В данном примере открывается файл ZIP-архива
+   <filename>test.zip</filename> и в него добавляется
+   файл <filename>/path/to/index.txt</filename>
+   под именем <filename>newname.txt</filename>.
+  </para>
+  <example>
+   <title>Открыть и добавить</title>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $zip = new ZipArchive;
@@ -89,9 +129,19 @@
 }
 ?>
 ]]>
-     </programlisting>
-    </example>
-   </refsect1>
+   </programlisting>
+  </example>
+ </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><methodname>ZipArchive::replaceFile</methodname></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
  <refsect1 role="notes">
   &reftitle.notes;
   <note>

Modified: phpdoc/ru/trunk/reference/zip/ziparchive/addfromstring.xml
===================================================================
--- phpdoc/ru/trunk/reference/zip/ziparchive/addfromstring.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/zip/ziparchive/addfromstring.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 340010 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 349281 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="ziparchive.addfromstring" xmlns="http://docbook.org/ns/docbook">
@@ -13,6 +13,7 @@
    <type>bool</type><methodname>ZipArchive::addFromString</methodname>
    <methodparam><type>string</type><parameter>localname</parameter></methodparam>
    <methodparam><type>string</type><parameter>contents</parameter></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>ZipArchive::FL_OVERWRITE</initializer></methodparam>
   </methodsynopsis>
   <para>
    Добавяет файл в ZIP-архив, используя его содержимое.
@@ -39,9 +40,23 @@
       </para>
      </listitem>
     </varlistentry>
+    <varlistentry>
+     <term><parameter>flags</parameter></term>
+     <listitem>
+      <para>
+       Битовая маска, состоящая из
+       <constant>ZipArchive::FL_OVERWRITE</constant>,
+       <constant>ZipArchive::FL_ENC_GUESS</constant>,
+       <constant>ZipArchive::FL_ENC_UTF_8</constant>,
+       <constant>ZipArchive::FL_ENC_CP437</constant>.
+       Поведение констант описано на странице <link linkend="zip.constants">ZIP-константы</link>.
+      </para>
+     </listitem>
+    </varlistentry>
    </variablelist>
   </para>
  </refsect1>
+
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
@@ -48,11 +63,36 @@
    &return.success;
   </para>
  </refsect1>
+
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>8.0.0 / 1.18.0</entry>
+       <entry>
+        Добавлен параметр <parameter>flags</parameter>.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
-    <example>
-     <title>Добавить запись в новый архив</title>
-     <programlisting role="php">
+  <example>
+   <title>Добавить запись в новый архив</title>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $zip = new ZipArchive;
@@ -66,11 +106,11 @@
 }
 ?>
 ]]>
-     </programlisting>
-    </example>
-    <example>
-     <title>Добавить файл в директорию внутри архива</title>
-     <programlisting role="php">
+   </programlisting>
+  </example>
+  <example>
+   <title>Добавить файл в директорию внутри архива</title>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $zip = new ZipArchive;
@@ -83,9 +123,9 @@
 }
 ?>
 ]]>
-     </programlisting>
-    </example>
-   </refsect1>
+   </programlisting>
+  </example>
+ </refsect1>
 </refentry>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/ru/trunk/reference/zip/ziparchive/addglob.xml
===================================================================
--- phpdoc/ru/trunk/reference/zip/ziparchive/addglob.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/zip/ziparchive/addglob.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344995 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349283 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->

 <refentry xml:id="ziparchive.addglob" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -74,6 +74,19 @@
          Установите как &true; для использования только имени файлов и складывания их в корень архива.
         </para>
        </listitem>
+       <listitem>
+        <para>
+         <literal>"flags"</literal>
+        </para>
+        <para>
+         Битовая маска, состоящая из
+         <constant>ZipArchive::FL_OVERWRITE</constant>,
+         <constant>ZipArchive::FL_ENC_GUESS</constant>,
+         <constant>ZipArchive::FL_ENC_UTF_8</constant>,
+         <constant>ZipArchive::FL_ENC_CP437</constant>.
+         Поведение констант описано на странице <link linkend="zip.constants">ZIP-константы</link>.
+        </para>
+       </listitem>
       </itemizedlist>
      </para>
     </listitem>
@@ -88,6 +101,30 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>8.0.0 / 1.18.0</entry>
+       <entry>
+        Добавлен параметр <literal>"flags"</literal> в <parameter>options</parameter>.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <example xml:id="ziparchive.addglob.example.basic">

Modified: phpdoc/ru/trunk/reference/zip/ziparchive.xml
===================================================================
--- phpdoc/ru/trunk/reference/zip/ziparchive.xml	2020-03-05 09:10:10 UTC (rev 349308)
+++ phpdoc/ru/trunk/reference/zip/ziparchive.xml	2020-03-05 10:13:48 UTC (rev 349309)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 343502 Maintainer: daniil Status: ready -->
+<!-- EN-Revision: 349304 Maintainer: daniil Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.ziparchive" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -7,8 +7,8 @@
  <titleabbrev>ZipArchive</titleabbrev>

  <partintro>
-
-<!-- {{{ ZipArchive intro -->
+
+  <!-- {{{ ZipArchive intro -->
   <section xml:id="ziparchive.intro">
    &reftitle.intro;
    <para>
@@ -15,16 +15,16 @@
     Файловый архив, сжатый Zip.
    </para>
   </section>
-<!-- }}} -->
-
+  <!-- }}} -->
+
   <section xml:id="ziparchive.synopsis">
    &reftitle.classsynopsis;
-
-<!-- {{{ Synopsis -->
+
+   <!-- {{{ Synopsis -->
    <classsynopsis>
     <ooclass><classname>ZipArchive</classname></ooclass>
-
-<!-- {{{ Class synopsis -->
+
+    <!-- {{{ Class synopsis -->
     <classsynopsisinfo>
      <ooclass>
       <classname>ZipArchive</classname>
@@ -34,8 +34,9 @@
       <interfacename>Countable</interfacename>
      </oointerface>
     </classsynopsisinfo>
-<!-- }}} -->
+    <!-- }}} -->
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
+    <fieldsynopsis><type>int</type><varname linkend="ziparchive.props.lastid">lastId</varname></fieldsynopsis>
     <fieldsynopsis><type>int</type><varname linkend="ziparchive.props.status">status</varname></fieldsynopsis>
     <fieldsynopsis><type>int</type><varname linkend="ziparchive.props.statussys">statusSys</varname></fieldsynopsis>
     <fieldsynopsis><type>int</type><varname linkend="ziparchive.props.numfiles">numFiles</varname></fieldsynopsis>
@@ -46,14 +47,21 @@
     <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.ziparchive')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />

    </classsynopsis>
-<!-- }}} -->
-
+   <!-- }}} -->
+
   </section>
-
-<!-- {{{ ZipArchive properties -->
+
+  <!-- {{{ ZipArchive properties -->
   <section xml:id="ziparchive.props">
    &reftitle.properties;
    <variablelist>
+    <varlistentry xml:id="ziparchive.props.lastid">
+     <term><varname>lastId</varname></term>
+     <listitem>
+      <para>Значение индекса последней добавленной записи (файл или каталог).
+       Доступно с PHP 8.0.0 и PECL zip 1.18.0.</para>
+     </listitem>
+    </varlistentry>
     <varlistentry xml:id="ziparchive.props.status">
      <term><varname>status</varname></term>
      <listitem>
@@ -86,14 +94,14 @@
     </varlistentry>
    </variablelist>
   </section>
-<!-- }}} -->
+  <!-- }}} -->
  </partintro>
-
-
+
+
  &reference.zip.entities.ziparchive;
+
+</phpdoc:classref>

-</phpdoc:classref>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
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.