svn: /phpdoc/ru/trunk/reference/ sqlite3/sqlite3/busyTimeout.xml sqlite3/sqlite3/close.xml sqlite3/sqlite3/createaggregate.xml sqlite3/sqlite3stmt/bindvalue.xml sqlite3/sqlite3stmt/reset.xml strings/functions/soundex.xml

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Wed, 04 Dec 2019 04:28:48 +0000

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

Log:
docs(ru): Updated to English revision

Changed paths:
    U   phpdoc/ru/trunk/reference/sqlite3/sqlite3/busyTimeout.xml
    U   phpdoc/ru/trunk/reference/sqlite3/sqlite3/close.xml
    U   phpdoc/ru/trunk/reference/sqlite3/sqlite3/createaggregate.xml
    U   phpdoc/ru/trunk/reference/sqlite3/sqlite3stmt/bindvalue.xml
    U   phpdoc/ru/trunk/reference/sqlite3/sqlite3stmt/reset.xml
    U   phpdoc/ru/trunk/reference/strings/functions/soundex.xml

Modified: phpdoc/ru/trunk/reference/sqlite3/sqlite3/busyTimeout.xml
===================================================================
--- phpdoc/ru/trunk/reference/sqlite3/sqlite3/busyTimeout.xml	2019-12-04 01:24:01 UTC (rev 348423)
+++ phpdoc/ru/trunk/reference/sqlite3/sqlite3/busyTimeout.xml	2019-12-04 04:28:48 UTC (rev 348424)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 308253 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 348420 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="sqlite3.busytimeout" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -40,7 +40,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Возвращает &true; в случае успешного выполнения или &false; в случае возникновения ошибки.
+   Возвращает &true; в случае успешного выполнения, &return.falseforfailure;.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/sqlite3/sqlite3/close.xml
===================================================================
--- phpdoc/ru/trunk/reference/sqlite3/sqlite3/close.xml	2019-12-04 01:24:01 UTC (rev 348423)
+++ phpdoc/ru/trunk/reference/sqlite3/sqlite3/close.xml	2019-12-04 04:28:48 UTC (rev 348424)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 348420 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="sqlite3.close" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -28,7 +28,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Возвращает &true; в случае успешного выполнения или &false; в случае возникновения ошибки.
+   Возвращает &true; в случае успешного выполнения, &return.falseforfailure;.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/sqlite3/sqlite3/createaggregate.xml
===================================================================
--- phpdoc/ru/trunk/reference/sqlite3/sqlite3/createaggregate.xml	2019-12-04 01:24:01 UTC (rev 348423)
+++ phpdoc/ru/trunk/reference/sqlite3/sqlite3/createaggregate.xml	2019-12-04 04:28:48 UTC (rev 348424)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345797 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 348420 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->

 <refentry xml:id="sqlite3.createaggregate" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -155,7 +155,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Возвращает &true; или &false; в зависимости от успешности создания.
+   Возвращает &true; в случае успешного выполнения, &return.falseforfailure;.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/sqlite3/sqlite3stmt/bindvalue.xml
===================================================================
--- phpdoc/ru/trunk/reference/sqlite3/sqlite3stmt/bindvalue.xml	2019-12-04 01:24:01 UTC (rev 348423)
+++ phpdoc/ru/trunk/reference/sqlite3/sqlite3stmt/bindvalue.xml	2019-12-04 04:28:48 UTC (rev 348424)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347015 Maintainer: lex Status: ready -->
+<!-- EN-Revision: 348420 Maintainer: lex Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="sqlite3stmt.bindvalue" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -114,7 +114,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Возвращает &true;, если параметр привязан к переменной подготовленного запроса, &false; в случае возникновения ошибки.
+   Возвращает &true;, если параметр привязан к переменной подготовленного запроса, &return.falseforfailure;.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/sqlite3/sqlite3stmt/reset.xml
===================================================================
--- phpdoc/ru/trunk/reference/sqlite3/sqlite3stmt/reset.xml	2019-12-04 01:24:01 UTC (rev 348423)
+++ phpdoc/ru/trunk/reference/sqlite3/sqlite3stmt/reset.xml	2019-12-04 04:28:48 UTC (rev 348424)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: lex Status: ready -->
+<!-- EN-Revision: 348420 Maintainer: lex Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="sqlite3stmt.reset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -28,7 +28,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Возвращает &true; в случае, если подготовленный запрос был успешно сброшен и &false; в случае возникновения ошибки.
+   Возвращает &true; в случае, если подготовленный запрос был успешно сброшен, &return.falseforfailure;.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/strings/functions/soundex.xml
===================================================================
--- phpdoc/ru/trunk/reference/strings/functions/soundex.xml	2019-12-04 01:24:01 UTC (rev 348423)
+++ phpdoc/ru/trunk/reference/strings/functions/soundex.xml	2019-12-04 04:28:48 UTC (rev 348424)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: shein Status: ready -->
-<!-- Reviewed: yes -->
+<!-- EN-Revision: 348421 Maintainer: shein Status: ready -->
+<!-- Reviewed: yes Maintainer: sergey -->
 <!-- $Revision$ -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.soundex">
  <refnamediv>
@@ -50,7 +50,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Возвращает ключ soundex в виде строки.
+   Возвращает ключ soundex в виде строки (&string;), &return.falseforfailure;.
   </para>
  </refsect1>
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.