svn: /phpdoc/ru/trunk/reference/ curl/functions/curl-version.xml ldap/functions/ldap-control-paged-result-response.xml ldap/functions/ldap-control-paged-result.xml mbstring/functions/mb-strrpos.xml

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Fri, 31 Jan 2020 06:43:26 +0000

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

Log:
docs(ru): Updated to English revision

Changed paths:
    U   phpdoc/ru/trunk/reference/curl/functions/curl-version.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-control-paged-result-response.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-control-paged-result.xml
    U   phpdoc/ru/trunk/reference/mbstring/functions/mb-strrpos.xml

Modified: phpdoc/ru/trunk/reference/curl/functions/curl-version.xml
===================================================================
--- phpdoc/ru/trunk/reference/curl/functions/curl-version.xml	2020-01-30 17:18:05 UTC (rev 349070)
+++ phpdoc/ru/trunk/reference/curl/functions/curl-version.xml	2020-01-31 06:43:26 UTC (rev 349071)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 324741 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 349069 Maintainer: shein Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="function.curl-version" xmlns="http://docbook.org/ns/docbook">
@@ -42,7 +42,7 @@
     <tgroup cols="2">
      <thead>
       <row>
-       <entry>Индекс</entry>
+       <entry>Ключ</entry>
        <entry>Описание значения</entry>
       </row>
      </thead>

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-control-paged-result-response.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-control-paged-result-response.xml	2020-01-30 17:18:05 UTC (rev 349070)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-control-paged-result-response.xml	2020-01-31 06:43:26 UTC (rev 349071)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 325020 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349064 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
 <refentry xml:id='function.ldap-control-paged-result-response'
@@ -10,6 +10,10 @@
   <refpurpose>Получить указатель на текущую страницу результирующего набора LDAP</refpurpose>
  </refnamediv>

+ <refsynopsisdiv>
+  &warn.deprecated.function-7-4-0;
+ </refsynopsisdiv>
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
@@ -70,6 +74,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>7.4.0</entry>
+       <entry>
+        Функция объявлена устаревшей.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-control-paged-result.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-control-paged-result.xml	2020-01-30 17:18:05 UTC (rev 349070)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-control-paged-result.xml	2020-01-31 06:43:26 UTC (rev 349071)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 343899 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 349064 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
 <refentry xml:id='function.ldap-control-paged-result'
@@ -9,6 +9,11 @@
   <refname>ldap_control_paged_result</refname>
   <refpurpose>Послать серверу LDAP данные для использования постраничного извлечения результата</refpurpose>
  </refnamediv>
+
+ <refsynopsisdiv>
+  &warn.deprecated.function-7-4-0;
+ </refsynopsisdiv>
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
@@ -74,6 +79,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>7.4.0</entry>
+       <entry>
+        Функция объявлена устаревшей.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/ru/trunk/reference/mbstring/functions/mb-strrpos.xml
===================================================================
--- phpdoc/ru/trunk/reference/mbstring/functions/mb-strrpos.xml	2020-01-30 17:18:05 UTC (rev 349070)
+++ phpdoc/ru/trunk/reference/mbstring/functions/mb-strrpos.xml	2020-01-31 06:43:26 UTC (rev 349071)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 349048 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 349067 Maintainer: tmn Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
 <refentry xml:id="function.mb-strrpos" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -93,11 +93,6 @@
      </thead>
      <tbody>
       <row>
-       <entry>7.4.0</entry>
-       <entry><parameter>encoding</parameter> теперь является 4-м аргументом, а передача
-        <parameter>offset</parameter> в качестве 3-го аргумента теперь объявлена устаревшей.</entry>
-      </row>
-      <row>
        <entry>5.2.0</entry>
        <entry>
         Добавлен необязательный аргумент <parameter>offset</parameter>.
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.