svn: /phpdoc/ja/trunk/reference/oci8/ OCI-Collection/append.xml OCI-Collection/assign.xml OCI-Collection/assignElem.xml OCI-Collection/free.xml OCI-Collection/getElem.xml OCI-Collection/max.xml OCI-Collection/size.xml OCI-Collection/trim.xml OCI-Collection.xml OCI-Lob/append.xml OCI-Lob/close.xml OCI-Lob/eof.xml OCI-Lob/erase.xml OCI-Lob/export.xml OCI-Lob/flush.xml OCI-Lob/free.xml OCI-Lob/getBuffering.xml OCI-Lob/import.xml OCI-Lob/load.xml OCI-Lob/read.xml OCI-Lob/rewind.xml OCI-Lob/save.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sat, 28 Nov 2020 20:47:03 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=351731 Log: OCI8 class renaming for PHP 8 Signed-off-by: Christopher Jones <[email protected]> Closes GH-246. Changed paths: U phpdoc/ja/trunk/reference/oci8/OCI-Collection/append.xml U phpdoc/ja/trunk/reference/oci8/OCI-Collection/assign.xml U phpdoc/ja/trunk/reference/oci8/OCI-Collection/assignElem.xml U phpdoc/ja/trunk/reference/oci8/OCI-Collection/free.xml U phpdoc/ja/trunk/reference/oci8/OCI-Collection/getElem.xml U phpdoc/ja/trunk/reference/oci8/OCI-Collection/max.xml U phpdoc/ja/trunk/reference/oci8/OCI-Collection/size.xml U phpdoc/ja/trunk/reference/oci8/OCI-Collection/trim.xml U phpdoc/ja/trunk/reference/oci8/OCI-Collection.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/append.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/close.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/eof.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/erase.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/export.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/flush.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/free.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/getBuffering.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/import.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/load.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/read.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/rewind.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/save.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/saveFile.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/seek.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/setBuffering.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/size.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/tell.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/truncate.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/write.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/writeTemporary.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob/writeToFile.xml U phpdoc/ja/trunk/reference/oci8/OCI-Lob.xml
svn-diffs-351731.txt
(text/x-diff, 58 KB)
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Collection/append.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Collection/append.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Collection/append.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,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>
@@ -41,6 +41,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCICollection</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Collection/assign.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Collection/assign.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Collection/assign.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,8 +10,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>
事前に生成された他のコレクションからコレクションの値を割り当てます。
@@ -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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCICollection</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Collection/assignElem.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Collection/assignElem.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Collection/assignElem.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,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>
@@ -50,6 +50,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCICollection</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Collection/free.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Collection/free.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Collection/free.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,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 @@
</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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCICollection</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Collection/getElem.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Collection/getElem.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Collection/getElem.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCICollection</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Collection/max.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Collection/max.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Collection/max.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351730 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>int</type><methodname>OCI-Collection::max</methodname>
+ <type class="union"><type>int</type><type>false</type></type><methodname>OCICollection::max</methodname>
<void />
</methodsynopsis>
<para>
@@ -29,6 +29,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCICollection</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Collection/size.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Collection/size.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Collection/size.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351730 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>int</type><methodname>OCI-Collection::size</methodname>
+ <type class="union"><type>int</type><type>false</type></type><methodname>OCICollection::size</methodname>
<void />
</methodsynopsis>
<para>
@@ -25,6 +25,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCICollection</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Collection/trim.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Collection/trim.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Collection/trim.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,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>
@@ -42,6 +42,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCICollection</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Collection.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Collection.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Collection.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342988 Maintainer: satoruyoshida Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: satoruyoshida Status: ready -->
<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>The OCICollection クラス</title>
+ <titleabbrev>OCICollection</titleabbrev>
+
<partintro>
@@ -13,6 +14,13 @@
<para>
OCI8 コレクション機能です。
</para>
+ <note>
+ <para>
+ OCI-Collection クラスは、
+ PHP 8 と OCI8 3.0.0 で、
+ PHP の名前付けの規約に従い OCICollection に名前が変更されました。
+ </para>
+ </note>
</section>
<!-- }}} -->
@@ -21,12 +29,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/ja/trunk/reference/oci8/OCI-Lob/append.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/append.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/append.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<refentry xml:id="oci-lob.append" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::append</refname>
+ <refname>OCILob::append</refname>
<refpurpose>ラージオブジェクトのデータを他のラージオブジェクトに追加する</refpurpose>
</refnamediv>
@@ -10,8 +10,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>
ラージオブジェクトのデータを他のラージオブジェクトに追加します。
@@ -50,6 +50,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/close.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/close.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/close.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::close</methodname>
+ <type>bool</type><methodname>OCILob::close</methodname>
<void />
</methodsynopsis>
<para>
@@ -28,6 +28,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/eof.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/eof.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/eof.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331735 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<refentry xml:id="oci-lob.eof" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::eof</refname>
+ <refname>OCILob::eof</refname>
<refpurpose>ラージオブジェクトのディスクリプタが EOF かどうかを調べる</refpurpose>
</refnamediv>
@@ -10,7 +10,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 @@
</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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/erase.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/erase.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/erase.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: satoruyoshida Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: satoruyoshida Status: ready -->
<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>
@@ -10,7 +10,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>
@@ -55,6 +55,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/export.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/export.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/export.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,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>
@@ -59,6 +59,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/flush.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/flush.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/flush.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,11 +10,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>
@@ -54,6 +54,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/free.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/free.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/free.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,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>
@@ -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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/getBuffering.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/getBuffering.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/getBuffering.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<refentry xml:id="oci-lob.getbuffering" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::getBuffering</refname>
+ <refname>OCILob::getBuffering</refname>
<refpurpose>ラージオブジェクトに対する現在のバッファリングの状態を返す</refpurpose>
</refnamediv>
@@ -10,7 +10,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/import.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/import.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/import.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,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 @@
</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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/load.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/load.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/load.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351730 Maintainer: shimooka Status: ready -->
<refentry xml:id="oci-lob.load" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::load</refname>
+ <refname>OCILob::load</refname>
<refpurpose>ラージオブジェクトの内容を返す</refpurpose>
</refnamediv>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>string</type><methodname>OCI-Lob::load</methodname>
+ <type class="union"><type>string</type><type>false</type></type><methodname>OCILob::load</methodname>
<void />
</methodsynopsis>
<para>
@@ -30,6 +30,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/read.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/read.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/read.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: satoruyoshida Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: satoruyoshida Status: ready -->
<refentry xml:id="oci-lob.read" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::read</refname>
+ <refname>OCILob::read</refname>
<refpurpose>ラージオブジェクトの一部を読み込む</refpurpose>
</refnamediv>
@@ -10,7 +10,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 @@
</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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/rewind.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/rewind.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/rewind.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>OCI-Lob::rewind</methodname>
+ <type>bool</type><methodname>OCILob::rewind</methodname>
<void />
</methodsynopsis>
<para>
@@ -25,6 +25,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/save.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/save.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/save.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<refentry xml:id="oci-lob.save" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::save</refname>
+ <refname>OCILob::save</refname>
<refpurpose>データをラージオブジェクトに保存する</refpurpose>
</refnamediv>
@@ -10,7 +10,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 @@
</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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/saveFile.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/saveFile.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/saveFile.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,19 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322188 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<refentry xml:id="oci-lob.savefile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::saveFile</refname>
- <refpurpose><function>OCI-Lob::import</function> &Alias;</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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/seek.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/seek.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/seek.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<refentry xml:id="oci-lob.seek" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::seek</refname>
+ <refname>OCILob::seek</refname>
<refpurpose>ラージオブジェクトの内部ポインタをセットする</refpurpose>
</refnamediv>
@@ -10,7 +10,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 @@
</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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/setBuffering.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/setBuffering.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/setBuffering.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<refentry xml:id="oci-lob.setbuffering" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::setBuffering</refname>
+ <refname>OCILob::setBuffering</refname>
<refpurpose>現在のラージオブジェクト用のバッファリング状態を変更する</refpurpose>
</refnamediv>
@@ -10,7 +10,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>
@@ -22,7 +22,7 @@
の細かな読み込みや書き込みがバッファリングされことにより
ネットワークのラウンドトリップや LOB バージョニングの回数が低減され、
パフォーマンスが改善されます。
- <function>OCI-Lob::flush</function> はラージオブジェクトの処理が完了した際、
+ <function>OCILob::flush</function> はラージオブジェクトの処理が完了した際、
バッファをフラッシュするために使用します。
</para>
</refsect1>
@@ -51,6 +51,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/size.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/size.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/size.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<refentry xml:id="oci-lob.size" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::size</refname>
+ <refname>OCILob::size</refname>
<refpurpose>ラージオブジェクトのサイズを返す</refpurpose>
</refnamediv>
@@ -10,7 +10,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>
@@ -27,6 +27,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/tell.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/tell.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/tell.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351729 Maintainer: shimooka Status: ready -->
<refentry xml:id="oci-lob.tell" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::tell</refname>
+ <refname>OCILob::tell</refname>
<refpurpose>ラージオブジェクトの内部ポインタの現在位置を返す</refpurpose>
</refnamediv>
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="oop">
- <type>int</type><methodname>OCI-Lob::tell</methodname>
+ <type>int</type><methodname>OCILob::tell</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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/truncate.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/truncate.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/truncate.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<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>
@@ -10,7 +10,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>
@@ -43,6 +43,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/write.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/write.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/write.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: satoruyoshida Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: satoruyoshida Status: ready -->
<refentry xml:id="oci-lob.write" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::write</refname>
+ <refname>OCILob::write</refname>
<refpurpose>データをラージオブジェクトに書き込む</refpurpose>
</refnamediv>
@@ -10,7 +10,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 @@
</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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/writeTemporary.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/writeTemporary.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/writeTemporary.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331733 Maintainer: satoruyoshida Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: satoruyoshida Status: ready -->
<refentry xml:id="oci-lob.writetemporary" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::writeTemporary</refname>
+ <refname>OCILob::writeTemporary</refname>
<refpurpose>一時的なラージオブジェクトを書き込む</refpurpose>
</refnamediv>
@@ -10,7 +10,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>
@@ -65,6 +65,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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob/writeToFile.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob/writeToFile.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob/writeToFile.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,19 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322188 Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: shimooka Status: ready -->
<refentry xml:id="oci-lob.writetofile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
- <refname>OCI-Lob::writeToFile</refname>
- <refpurpose><function>OCI-Lob::export</function> &Alias;</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> クラスは、
+ PHP の名前付けの規約に従って <classname>OCILob</classname> に名前が変更されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/ja/trunk/reference/oci8/OCI-Lob.xml
===================================================================
--- phpdoc/ja/trunk/reference/oci8/OCI-Lob.xml 2020-11-28 18:05:44 UTC (rev 351730)
+++ phpdoc/ja/trunk/reference/oci8/OCI-Lob.xml 2020-11-28 20:47:03 UTC (rev 351731)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342988 Maintainer: satoruyoshida Status: ready -->
+<!-- EN-Revision: 351725 Maintainer: satoruyoshida Status: ready -->
<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>The OCILob クラス</title>
+ <titleabbrev>OCILob</titleabbrev>
<partintro>
@@ -14,6 +14,13 @@
ラージバイナリ (BLOB) および キャラクタオブジェクト (CLOB) に対する
OCI8 ラージオブジェクト (LOB) 機能です。
</para>
+ <note>
+ <para>
+ OCI-Lob クラスは、
+ PHP 8 および PECL OCI8 3.0.0 以降、
+ PHP の名前付けの規約に従って OCILob に名前が変更されました。
+ </para>
+ </note>
</section>
<!-- }}} -->
@@ -22,12 +29,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>
<!-- }}} -->