svn: /phpdoc/ru/trunk/reference/ oci8/OCI-Collection/append.xml oci8/OCI-Collection/assign.xml oci8/OCI-Collection/assignElem.xml oci8/OCI-Collection/free.xml oci8/OCI-Collection/getElem.xml oci8/OCI-Collection/max.xml oci8/OCI-Collection/size.xml oci8/OCI-Collection/trim.xml oci8/OCI-Collection.xml oci8/OCI-Lob/append.xml oci8/OCI-Lob/close.xml oci8/OCI-Lob/eof.xml oci8/OCI-Lob/erase.xml oci8/OCI-Lob/export.xml oci8/OCI-Lob/flush.xml oci8/OCI-Lob/free.xml oci8/OCI-Lob/getBuffering.xml oci8/OCI-
[email protected] (Sergey Panteleev) Wed, 02 Dec 2020 06:12:20 +0000
| Newsgroups | php.doc.ru |
|---|---|
| Message-ID | <[email protected]> |
sergey Wed, 02 Dec 2020 06:12:20 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351841
Log:
docs(ru): Updated to English revision
Changed paths:
U phpdoc/ru/trunk/reference/oci8/OCI-Collection/append.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Collection/assign.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Collection/assignElem.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Collection/free.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Collection/getElem.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Collection/max.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Collection/size.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Collection/trim.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Collection.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/append.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/close.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/eof.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/erase.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/export.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/flush.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/free.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/getBuffering.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/import.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/load.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/read.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/rewind.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/save.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/saveFile.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/seek.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/setBuffering.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/size.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/tell.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/truncate.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/write.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/writeTemporary.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob/writeToFile.xml
U phpdoc/ru/trunk/reference/oci8/OCI-Lob.xml
U phpdoc/ru/trunk/reference/tidy/tidy/parsestring.xml
svn-diffs-351841.txt
(text/x-diff, 62.3 KB)
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Collection/append.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Collection/append.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Collection/append.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: bfl Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: bfl Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-collection.append" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::append</refname>
+ <refname>OCICollection::append</refname>
<refpurpose>Добавляет элемент в коллекцию</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Collection::append</methodname>
+ <type>bool</type><methodname>OCICollection::append</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<para>
@@ -42,6 +42,29 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Collection</classname> переименован в
+ <classname>OCICollection</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Collection/assign.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Collection/assign.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Collection/assign.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-collection.assign" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::assign</refname>
+ <refname>OCICollection::assign</refname>
<refpurpose>Присваивает коллекции значение другой, уже существующей
коллекции</refpurpose>
</refnamediv>
@@ -12,8 +12,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Collection::assign</methodname>
- <methodparam><type>OCI-Collection</type><parameter>from</parameter></methodparam>
+ <type>bool</type><methodname>OCICollection::assign</methodname>
+ <methodparam><type>OCICollection</type><parameter>from</parameter></methodparam>
</methodsynopsis>
<para>
Присваивает коллекции значение другой, ранее созданной коллекции.
@@ -45,6 +45,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Collection</classname> переименован в
+ <classname>OCICollection</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Collection/assignElem.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Collection/assignElem.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Collection/assignElem.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: irker Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: irker Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-collection.assignelem" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::assignElem</refname>
+ <refname>OCICollection::assignElem</refname>
<refpurpose>Присваивает значение элементу коллекции</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Collection::assignElem</methodname>
+ <type>bool</type><methodname>OCICollection::assignElem</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
@@ -52,6 +52,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Collection</classname> переименован в
+ <classname>OCICollection</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Collection/free.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Collection/free.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Collection/free.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: irker Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: irker Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-collection.free" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::free</refname>
+ <refname>OCICollection::free</refname>
<refpurpose>Освобождает ресурсы, занимаемые объектом коллекции</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Collection::free</methodname>
+ <type>bool</type><methodname>OCICollection::free</methodname>
<void />
</methodsynopsis>
<para>
@@ -25,6 +25,29 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Collection</classname> переименован в
+ <classname>OCICollection</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Collection/getElem.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Collection/getElem.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Collection/getElem.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: irker Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: irker Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-collection.getelem" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::getElem</refname>
+ <refname>OCICollection::getElem</refname>
<refpurpose>Возвращает значение элемента</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>mixed</type><methodname>OCI-Collection::getElem</methodname>
+ <type>mixed</type><methodname>OCICollection::getElem</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
</methodsynopsis>
<para>
@@ -44,6 +44,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Collection</classname> переименован в
+ <classname>OCICollection</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Collection/max.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Collection/max.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Collection/max.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351730 Maintainer: aur Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-collection.max" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::max</refname>
+ <refname>OCICollection::max</refname>
<refpurpose>Возвращает максимальное количество элементов в коллекции</refpurpose>
</refnamediv>
@@ -11,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>int</type><methodname>OCI-Collection::max</methodname>
- <void/>
+ <type>int</type><methodname>OCICollection::max</methodname>
+ <void />
</methodsynopsis>
<para>
Возвращает максимальное количество элементов в коллекции.
@@ -28,6 +28,29 @@
Если будет возвращен 0, то количество элементов не ограничено.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Collection</classname> переименован в
+ <classname>OCICollection</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Collection/size.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Collection/size.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Collection/size.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351730 Maintainer: aur Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-collection.size" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::size</refname>
+ <refname>OCICollection::size</refname>
<refpurpose>Возвращает количество элементов в коллекции</refpurpose>
</refnamediv>
@@ -11,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>int</type><methodname>OCI-Collection::size</methodname>
- <void/>
+ <type>int</type><methodname>OCICollection::size</methodname>
+ <void />
</methodsynopsis>
<para>
Возвращает количество элементов в коллекции.
@@ -26,6 +26,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Collection</classname> переименован в
+ <classname>OCICollection</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Collection/trim.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Collection/trim.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Collection/trim.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: aur Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-collection.trim" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Collection::trim</refname>
+ <refname>OCICollection::trim</refname>
<refpurpose>Отсекает элементы с конца коллекции</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Collection::trim</methodname>
+ <type>bool</type><methodname>OCICollection::trim</methodname>
<methodparam><type>int</type><parameter>num</parameter></methodparam>
</methodsynopsis>
<para>
@@ -41,6 +41,29 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Collection</classname> переименован в
+ <classname>OCICollection</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Collection.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Collection.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Collection.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 342988 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.OCI-Collection" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
- <title>Класс OCI-Collection</title>
- <titleabbrev>OCI-Collection</titleabbrev>
+ <title>Класс OCICollection</title>
+ <titleabbrev>OCICollection</titleabbrev>
<partintro>
@@ -14,6 +14,11 @@
<para>
Функционал коллекций OCI8.
</para>
+ <note>
+ <para>
+ Класс OCI-Collection был переименован в OCICollection в PHP 8 OCI8 3.0.0 в соответствии со стандартами именования PHP.
+ </para>
+ </note>
</section>
<!-- }}} -->
@@ -22,12 +27,12 @@
<!-- {{{ Synopsis -->
<classsynopsis>
- <ooclass><classname>OCI-Collection</classname></ooclass>
+ <ooclass><classname>OCICollection</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
- <classname>OCI-Collection</classname>
+ <classname>OCICollection</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/append.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/append.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/append.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.append" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::append</refname>
+ <refname>OCILob::append</refname>
<refpurpose>Добавляет данные из объекта LOB в конец другого объекта</refpurpose>
</refnamediv>
@@ -11,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::append</methodname>
- <methodparam><type>OCI-Lob</type><parameter>lob_from</parameter></methodparam>
+ <type>bool</type><methodname>OCILob::append</methodname>
+ <methodparam><type>OCILob</type><parameter>lob_from</parameter></methodparam>
</methodsynopsis>
<para>
Добавляет в конец объекта LOB данные из другого объекта LOB.
@@ -48,6 +48,29 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/close.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/close.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/close.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.close" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::close</refname>
+ <refname>OCILob::close</refname>
<refpurpose>Закрывает дескриптор объекта LOB</refpurpose>
</refnamediv>
@@ -11,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::close</methodname>
- <void/>
+ <type>bool</type><methodname>OCILob::close</methodname>
+ <void />
</methodsynopsis>
<para>
Закрывает дескриптор объекта LOB или FILE. Функцию следует использовать
@@ -26,6 +26,29 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/eof.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/eof.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/eof.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331735 Maintainer: irker Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: irker Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.eof" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::eof</refname>
+ <refname>OCILob::eof</refname>
<refpurpose>Проверяет, находится ли указатель LOB на конце объекта</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::eof</methodname>
+ <type>bool</type><methodname>OCILob::eof</methodname>
<void/>
</methodsynopsis>
<para>
@@ -35,6 +35,29 @@
</para>
</note>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/erase.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/erase.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/erase.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351135 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.erase" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::erase</refname>
+ <refname>OCILob::erase</refname>
<refpurpose>Очищает указанную часть объекта LOB</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type class="union"><type>int</type><type>false</type></type><methodname>OCI-Lob::erase</methodname>
+ <type class="union"><type>int</type><type>false</type></type><methodname>OCILob::erase</methodname>
<methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
@@ -53,6 +53,29 @@
Возвращает число очищенных символов/байт &return.falseforfailure;.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/export.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/export.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/export.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.export" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::export</refname>
+ <refname>OCILob::export</refname>
<refpurpose>Сохраняет содержимое объекта LOB в файл</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::export</methodname>
+ <type>bool</type><methodname>OCILob::export</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>start</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
@@ -60,6 +60,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/flush.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/flush.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/flush.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.flush" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::flush</refname>
+ <refname>OCILob::flush</refname>
<refpurpose>Очищает и записывает буфер объекта LOB на сервер</refpurpose>
</refnamediv>
@@ -11,11 +11,11 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::flush</methodname>
+ <type>bool</type><methodname>OCILob::flush</methodname>
<methodparam choice="opt"><type>int</type><parameter>flag</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCI-Lob::flush</function> непосредственно записывает
+ <function>OCILob::flush</function> непосредственно записывает
данные на сервер.
</para>
</refsect1>
@@ -53,6 +53,29 @@
была включена.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/free.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/free.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/free.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.free" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::free</refname>
+ <refname>OCILob::free</refname>
<refpurpose>Освобождает ресурсы, связанные с дескриптором LOB</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::free</methodname>
+ <type>bool</type><methodname>OCILob::free</methodname>
<void/>
</methodsynopsis>
<para>
@@ -19,14 +19,37 @@
функцией <function>oci_new_descriptor</function>.
</para>
</refsect1>
-
+
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para>
- &return.success;
- </para>
+ <para>
+ &return.success;
+ </para>
</refsect1>
-
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/getBuffering.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/getBuffering.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/getBuffering.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.getbuffering" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::getBuffering</refname>
+ <refname>OCILob::getBuffering</refname>
<refpurpose>Возвращает текущее состояние буферизации большого объекта (LOB)</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::getBuffering</methodname>
+ <type>bool</type><methodname>OCILob::getBuffering</methodname>
<void/>
</methodsynopsis>
<para>
@@ -26,6 +26,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/import.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/import.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/import.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.import" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::import</refname>
+ <refname>OCILob::import</refname>
<refpurpose>Записывает содержимое файла в объект LOB</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::import</methodname>
+ <type>bool</type><methodname>OCILob::import</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
@@ -42,6 +42,29 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/load.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/load.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/load.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351730 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.load" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::load</refname>
+ <refname>OCILob::load</refname>
<refpurpose>Возвращает содержимое объекта LOB</refpurpose>
</refnamediv>
@@ -11,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>string</type><methodname>OCI-Lob::load</methodname>
- <void/>
+ <type>string</type><methodname>OCILob::load</methodname>
+ <void />
</methodsynopsis>
<para>
Возвращает содержимое объекта LOB. Так как выполнение скрипта
@@ -29,6 +29,29 @@
Возвращает содержимое объекта или &false; в случае возникновения ошибки.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/read.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/read.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/read.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351135 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.read" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::read</refname>
+ <refname>OCILob::read</refname>
<refpurpose>Возвращает часть объекта LOB</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type class="union"><type>string</type><type>false</type></type><methodname>OCI-Lob::read</methodname>
+ <type class="union"><type>string</type><type>false</type></type><methodname>OCILob::read</methodname>
<methodparam><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<para>
@@ -48,6 +48,29 @@
Возвращает содержимое в виде строки, &return.falseforfailure;.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/rewind.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/rewind.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/rewind.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -4,7 +4,7 @@
<!-- $Revision$ -->
<refentry xml:id="oci-lob.rewind" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::rewind</refname>
+ <refname>OCILob::rewind</refname>
<refpurpose>Переводит указатель объекта в начало большого объекта</refpurpose>
</refnamediv>
@@ -11,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::rewind</methodname>
- <void/>
+ <type>bool</type><methodname>OCILob::rewind</methodname>
+ <void />
</methodsynopsis>
<para>
Устанавливает внутренний указатель в начало объекта LOB.
@@ -25,6 +25,29 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/save.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/save.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/save.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -4,7 +4,7 @@
<!-- $Revision$ -->
<refentry xml:id="oci-lob.save" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::save</refname>
+ <refname>OCILob::save</refname>
<refpurpose>Сохраняет данные в LOB</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::save</methodname>
+ <type>bool</type><methodname>OCILob::save</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
@@ -50,6 +50,29 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/saveFile.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/saveFile.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/saveFile.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,21 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322188 Maintainer: irker Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: irker Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<refentry xml:id="oci-lob.savefile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::saveFile</refname>
- <refpurpose>&Alias; <function>OCI-Lob::import</function></refpurpose>
+ <refname>OCILob::saveFile</refname>
+ <refpurpose>&Alias; <function>OCILob::import</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <function>OCI-Lob::import</function>.
+ &info.function.alias; <function>OCILob::import</function>.
</simpara>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/seek.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/seek.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/seek.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.seek" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::seek</refname>
+ <refname>OCILob::seek</refname>
<refpurpose>Устанавливает позицию внутреннего указателя LOB</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::seek</methodname>
+ <type>bool</type><methodname>OCILob::seek</methodname>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>whence</parameter><initializer><constant>OCI_SEEK_SET</constant></initializer></methodparam>
</methodsynopsis>
@@ -66,6 +66,29 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/setBuffering.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/setBuffering.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/setBuffering.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: irker Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: irker Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.setbuffering" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::setBuffering</refname>
+ <refname>OCILob::setBuffering</refname>
<refpurpose>Изменяет текущее состояние буферизации большого объекта (LOB)</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::setBuffering</methodname>
+ <type>bool</type><methodname>OCILob::setBuffering</methodname>
<methodparam><type>bool</type><parameter>on_off</parameter></methodparam>
</methodsynopsis>
<para>
@@ -23,7 +23,7 @@
производительности путем буферизации мелких операций чтения
и записи в LOB за счет уменьшения количества сетевых обращений
и версий LOB.
- Необходимо обязательно использовать <function>OCI-Lob::flush</function>
+ Необходимо обязательно использовать <function>OCILob::flush</function>
после завершения всех работ с LOB.
</para>
</refsect1>
@@ -51,6 +51,29 @@
будет возвращать &true;.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/size.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/size.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/size.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351135 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.size" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::size</refname>
+ <refname>OCILob::size</refname>
<refpurpose>Возвращает размер объекта LOB</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type class="union"><type>int</type><type>false</type></type><methodname>OCI-Lob::size</methodname>
+ <type class="union"><type>int</type><type>false</type></type><methodname>OCILob::size</methodname>
<void />
</methodsynopsis>
<para>
@@ -26,6 +26,29 @@
Для пустых объектов длина равняется нулю.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
</refentry>
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/tell.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/tell.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/tell.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351729 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.tell" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::tell</refname>
+ <refname>OCILob::tell</refname>
<refpurpose>Возвращает текущую позицию внутреннего указателя объекта LOB</refpurpose>
</refnamediv>
@@ -11,8 +11,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>int</type><methodname>OCI-Lob::tell</methodname>
- <void/>
+ <type>int</type><methodname>OCILob::tell</methodname>
+ <void />
</methodsynopsis>
<para>
Возвращает текущую позицию внутреннего указателя объекта LOB.
@@ -26,6 +26,29 @@
в случае возникновения ошибки.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/truncate.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/truncate.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/truncate.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.truncate" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::truncate</refname>
+ <refname>OCILob::truncate</refname>
<refpurpose>Обрезает большой объект</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::truncate</methodname>
+ <type>bool</type><methodname>Lob::truncate</methodname>
<methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
<para>
@@ -42,6 +42,29 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/write.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/write.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/write.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351135 Maintainer: shein Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.write" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::write</refname>
+ <refname>OCILob::write</refname>
<refpurpose>Записывает данные в объект LOB</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type class="union"><type>int</type><type>false</type></type><methodname>OCI-Lob::write</methodname>
+ <type class="union"><type>int</type><type>false</type></type><methodname>OCILob::write</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
@@ -54,6 +54,29 @@
Возвращает количество записанных байт &return.falseforfailure;.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/writeTemporary.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/writeTemporary.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/writeTemporary.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 331733 Maintainer: tmn Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<refentry xml:id="oci-lob.writetemporary" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::writeTemporary</refname>
+ <refname>OCILob::writeTemporary</refname>
<refpurpose>Записывает временный большой объект (LOB)</refpurpose>
</refnamediv>
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::writeTemporary</methodname>
+ <type>bool</type><methodname>OCILob::writeTemporary</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>lob_type</parameter><initializer>OCI_TEMP_CLOB</initializer></methodparam>
</methodsynopsis>
@@ -62,6 +62,29 @@
&return.success;
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob/writeToFile.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob/writeToFile.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob/writeToFile.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,21 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322188 Maintainer: irker Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: irker Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<refentry xml:id="oci-lob.writetofile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::writeToFile</refname>
- <refpurpose>&Alias; <function>OCI-Lob::export</function></refpurpose>
+ <refname>OCILob::writeToFile</refname>
+ <refpurpose>&Alias; <function>OCILob::export</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
- &info.function.alias; <function>OCI-Lob::export</function>.
+ &info.function.alias; <function>OCILob::export</function>.
</simpara>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>8.0.0, PECL OCI8 3.0.0</entry>
+ <entry>
+ Класс <classname>OCI-Lob</classname> переименован в
+ <classname>OCILob</classname> в соответствии со стандартами именования PHP.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ru/trunk/reference/oci8/OCI-Lob.xml
===================================================================
--- phpdoc/ru/trunk/reference/oci8/OCI-Lob.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/oci8/OCI-Lob.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 342988 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<!-- $Revision$ -->
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.OCI-Lob" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
- <title>Класс OCI-Lob</title>
- <titleabbrev>OCI-Lob</titleabbrev>
+ <title>Класс OCILob</title>
+ <titleabbrev>OCILob</titleabbrev>
<partintro>
@@ -14,6 +14,11 @@
<para>
Функциональность OCI8 LOB для больших бинарных (BLOB) и символьных (CLOB) объектов.
</para>
+ <note>
+ <para>
+ Класс OCI-Lob был переименован в OCILob в PHP 8 OCI8 3.0.0 в соответствии со стандартами именования PHP.
+ </para>
+ </note>
</section>
<!-- }}} -->
@@ -22,12 +27,12 @@
<!-- {{{ Synopsis -->
<classsynopsis>
- <ooclass><classname>OCI-Lob</classname></ooclass>
+ <ooclass><classname>OCILob</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
- <classname>OCI-Lob</classname>
+ <classname>OCILob</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
Modified: phpdoc/ru/trunk/reference/tidy/tidy/parsestring.xml
===================================================================
--- phpdoc/ru/trunk/reference/tidy/tidy/parsestring.xml 2020-12-02 04:51:13 UTC (rev 351840)
+++ phpdoc/ru/trunk/reference/tidy/tidy/parsestring.xml 2020-12-02 06:12:20 UTC (rev 351841)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351752 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351818 Maintainer: mch Status: ready -->
<!-- $Revision$ -->
<!-- Reviewed: yes Maintainer: sergey -->
<refentry xml:id="tidy.parsestring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">