svn: /phpdoc/ru/trunk/reference/ datetime/datetime/createfromformat.xml openssl/functions/openssl-pkey-get-private.xml openssl/functions/openssl-pkey-get-public.xml reflection/book.xml zip/constants.xml

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Sun, 02 Feb 2020 19:16:20 +0000

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

Log:
docs(ru): Updated to English revision

Changed paths:
    U   phpdoc/ru/trunk/reference/datetime/datetime/createfromformat.xml
    U   phpdoc/ru/trunk/reference/openssl/functions/openssl-pkey-get-private.xml
    U   phpdoc/ru/trunk/reference/openssl/functions/openssl-pkey-get-public.xml
    U   phpdoc/ru/trunk/reference/reflection/book.xml
    U   phpdoc/ru/trunk/reference/zip/constants.xml

Modified: phpdoc/ru/trunk/reference/datetime/datetime/createfromformat.xml
===================================================================
--- phpdoc/ru/trunk/reference/datetime/datetime/createfromformat.xml	2020-02-02 19:07:00 UTC (rev 349096)
+++ phpdoc/ru/trunk/reference/datetime/datetime/createfromformat.xml	2020-02-02 19:16:20 UTC (rev 349097)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 342335 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 349094 Maintainer: tmn Status: ready -->
 <!-- Reviewed: yes Maintainer: rjhdby -->
 <!-- $Revision$ -->

@@ -200,6 +200,11 @@
           </entry>
          </row>
          <row>
+          <entry><literal>v</literal></entry>
+          <entry>Миллисекунды (до 3 цифр)</entry>
+          <entry>Примеры: <literal>12</literal>, <literal>345</literal></entry>
+         </row>
+         <row>
           <entry><literal>u</literal></entry>
           <entry>Микросекунды (до 6 цифр)</entry>
           <entry>Примеры: <literal>45</literal>, <literal>654321</literal></entry>
@@ -406,6 +411,12 @@
     </thead>
     <tbody>
      <row>
+       <entry>7.3.0</entry>
+       <entry>
+        Для <parameter>format</parameter> добавлен спецификатор <literal>v</literal>.
+       </entry>
+      </row>
+     <row>
       <entry>5.3.9</entry>
       <entry>
        Для <parameter>format</parameter> добавлен спецификатор +.

Modified: phpdoc/ru/trunk/reference/openssl/functions/openssl-pkey-get-private.xml
===================================================================
--- phpdoc/ru/trunk/reference/openssl/functions/openssl-pkey-get-private.xml	2020-02-02 19:07:00 UTC (rev 349096)
+++ phpdoc/ru/trunk/reference/openssl/functions/openssl-pkey-get-private.xml	2020-02-02 19:16:20 UTC (rev 349097)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349092 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openssl-pkey-get-private">
@@ -17,7 +17,7 @@
    <methodparam choice="opt"><type>string</type><parameter>passphrase</parameter><initializer>""</initializer></methodparam>
   </methodsynopsis>
   <para>
-   <function>openssl_get_privatekey</function> разбирает
+   <function>openssl_pkey_get_private</function> разбирает
    <parameter>key</parameter> и подготавливает его к использованию
    в других функциях.
   </para>

Modified: phpdoc/ru/trunk/reference/openssl/functions/openssl-pkey-get-public.xml
===================================================================
--- phpdoc/ru/trunk/reference/openssl/functions/openssl-pkey-get-public.xml	2020-02-02 19:07:00 UTC (rev 349096)
+++ phpdoc/ru/trunk/reference/openssl/functions/openssl-pkey-get-public.xml	2020-02-02 19:16:20 UTC (rev 349097)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 332644 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349092 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openssl-pkey-get-public">
@@ -16,7 +16,7 @@
    <methodparam><type>mixed</type><parameter>certificate</parameter></methodparam>
   </methodsynopsis>
   <para>
-   <function>openssl_get_publickey</function> извлекает открытый ключ из
+   <function>openssl_pkey_get_public</function> извлекает открытый ключ из
    <parameter>certificate</parameter> и подготавливает его к использованию в
    других функциях.
   </para>

Modified: phpdoc/ru/trunk/reference/reflection/book.xml
===================================================================
--- phpdoc/ru/trunk/reference/reflection/book.xml	2020-02-02 19:07:00 UTC (rev 349096)
+++ phpdoc/ru/trunk/reference/reflection/book.xml	2020-02-02 19:16:20 UTC (rev 349097)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 349021 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 349091 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->

@@ -11,7 +11,7 @@
  <preface xml:id="intro.reflection">
   &reftitle.intro;
   <para>
-   PHP 5 включает в себя полноценный Reflection API, который предоставляет возможность
+   PHP включает в себя полноценный Reflection API, который предоставляет возможность
    проводить интроспекцию классов, интерфейсов, функций,
    методов и модулей. Кроме того, Reflection API позволяет получать doc-блоки комментариев
    функций, классов и методов.

Modified: phpdoc/ru/trunk/reference/zip/constants.xml
===================================================================
--- phpdoc/ru/trunk/reference/zip/constants.xml	2020-02-02 19:07:00 UTC (rev 349096)
+++ phpdoc/ru/trunk/reference/zip/constants.xml	2020-02-02 19:16:20 UTC (rev 349097)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 349053 Maintainer: irker Status: ready -->
+<!-- EN-Revision: 349093 Maintainer: irker Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <appendix xml:id="zip.constants" xmlns="http://docbook.org/ns/docbook">
@@ -655,7 +655,7 @@
    </term>
    <listitem>
     <simpara>
-     Архив только для чтения.
+     Операция не поддерживается.
      Доступно, начиная с PHP 7.4.3 и PECL zip 1.16.1, соответственно,
      если скомпилировано с использованием libzip ≥ 1.0.0.
     </simpara>
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.