vrana Fri Nov 12 06:02:37 2004 EDT
Modified files: /phpdoc/en/reference/oci8/functions oci-collection-assign.xml oci-lob-append.xml oci-lob-copy.xml oci-lob-is-equal.xml oci-new-collection.xml oci-new-descriptor.xml ocicollassign.xml ocinewcollection.xml ocinewdescriptor.xml Log: Change object to specific objects
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-collection-assign.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/oci8/functions/oci-collection-assign.xml diff -u phpdoc/en/reference/oci8/functions/oci-collection-assign.xml:1.3 phpdoc/en/reference/oci8/functions/oci-collection-assign.xml:1.4 --- phpdoc/en/reference/oci8/functions/oci-collection-assign.xml:1.3 Tue Mar 9 04:28:17 2004 +++ phpdoc/en/reference/oci8/functions/oci-collection-assign.xml Fri Nov 12 06:02:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.oci-collection-assign"> <refnamediv> <refname>collection->assign</refname> @@ -9,7 +9,7 @@ <title>Description</title> <methodsynopsis> <type>bool</type><methodname>collection->assign</methodname> - <methodparam><type>object</type><parameter>from</parameter></methodparam> + <methodparam><type>OCI-Collection</type><parameter>from</parameter></methodparam> </methodsynopsis> <para> Assigns a value to the collection from another, previously created http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-lob-append.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/oci8/functions/oci-lob-append.xml diff -u phpdoc/en/reference/oci8/functions/oci-lob-append.xml:1.3 phpdoc/en/reference/oci8/functions/oci-lob-append.xml:1.4 --- phpdoc/en/reference/oci8/functions/oci-lob-append.xml:1.3 Tue Mar 9 04:28:19 2004 +++ phpdoc/en/reference/oci8/functions/oci-lob-append.xml Fri Nov 12 06:02:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.oci-lob-append"> <refnamediv> <refname>lob->append</refname> @@ -9,7 +9,7 @@ <title>Description</title> <methodsynopsis> <type>bool</type><methodname>lob->append</methodname> - <methodparam><type>object</type><parameter>lob_from</parameter></methodparam> + <methodparam><type>OCI-Lob</type><parameter>lob_from</parameter></methodparam> </methodsynopsis> <para> Appends data from the large object to the end of another large object. http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-lob-copy.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/oci8/functions/oci-lob-copy.xml diff -u phpdoc/en/reference/oci8/functions/oci-lob-copy.xml:1.3 phpdoc/en/reference/oci8/functions/oci-lob-copy.xml:1.4 --- phpdoc/en/reference/oci8/functions/oci-lob-copy.xml:1.3 Wed Aug 18 10:15:19 2004 +++ phpdoc/en/reference/oci8/functions/oci-lob-copy.xml Fri Nov 12 06:02:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.oci-lob-copy"> <refnamediv> <refname>oci_lob_copy</refname> @@ -9,8 +9,8 @@ <title>Description</title> <methodsynopsis> <type>bool</type><methodname>oci_lob_copy</methodname> - <methodparam><type>object</type><parameter>lob_to</parameter></methodparam> - <methodparam><type>object</type><parameter>lob_from</parameter></methodparam> + <methodparam><type>OCI-Lob</type><parameter>lob_to</parameter></methodparam> + <methodparam><type>OCI-Lob</type><parameter>lob_from</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam> </methodsynopsis> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-lob-is-equal.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/oci8/functions/oci-lob-is-equal.xml diff -u phpdoc/en/reference/oci8/functions/oci-lob-is-equal.xml:1.1 phpdoc/en/reference/oci8/functions/oci-lob-is-equal.xml:1.2 --- phpdoc/en/reference/oci8/functions/oci-lob-is-equal.xml:1.1 Mon Mar 8 09:12:17 2004 +++ phpdoc/en/reference/oci8/functions/oci-lob-is-equal.xml Fri Nov 12 06:02:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.oci-lob-is-equal"> <refnamediv> <refname>oci_lob_is_equal</refname> @@ -9,8 +9,8 @@ <title>Description</title> <methodsynopsis> <type>bool</type><methodname>oci_lob_is_equal</methodname> - <methodparam><type>object</type><parameter>lob1</parameter></methodparam> - <methodparam><type>object</type><parameter>lob2</parameter></methodparam> + <methodparam><type>OCI-Lob</type><parameter>lob1</parameter></methodparam> + <methodparam><type>OCI-Lob</type><parameter>lob2</parameter></methodparam> </methodsynopsis> <para> Compares two LOB/FILE locators. Returns &true; if these objects are equal http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-new-collection.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/oci8/functions/oci-new-collection.xml diff -u phpdoc/en/reference/oci8/functions/oci-new-collection.xml:1.3 phpdoc/en/reference/oci8/functions/oci-new-collection.xml:1.4 --- phpdoc/en/reference/oci8/functions/oci-new-collection.xml:1.3 Thu Apr 1 03:11:28 2004 +++ phpdoc/en/reference/oci8/functions/oci-new-collection.xml Fri Nov 12 06:02:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.oci-new-collection"> <refnamediv> <refname>oci_new_collection</refname> @@ -8,7 +8,7 @@ <refsect1> <title>Description</title> <methodsynopsis> - <type>object</type><methodname>oci_new_collection</methodname> + <type>OCI-Collection</type><methodname>oci_new_collection</methodname> <methodparam><type>resource</type><parameter>connection</parameter></methodparam> <methodparam><type>string</type><parameter>tdo</parameter></methodparam> <methodparam choice="opt"><type>string</type><parameter>schema</parameter></methodparam> http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml diff -u phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml:1.4 phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml:1.5 --- phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml:1.4 Thu Apr 1 03:11:28 2004 +++ phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml Fri Nov 12 06:02:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <refentry id="function.oci-new-descriptor"> <refnamediv> <refname>oci_new_descriptor</refname> @@ -8,7 +8,7 @@ <refsect1> <title>Description</title> <methodsynopsis> - <type>object</type><methodname>oci_new_descriptor</methodname> + <type>OCI-Lob</type><methodname>oci_new_descriptor</methodname> <methodparam><type>resource</type><parameter>connection</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam> </methodsynopsis> http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/ocicollassign.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/oci8/functions/ocicollassign.xml diff -u phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.9 phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.10 --- phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.9 Thu Apr 15 07:54:41 2004 +++ phpdoc/en/reference/oci8/functions/ocicollassign.xml Fri Nov 12 06:02:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- DO NOT TRANSLATE THIS FILE. @@ -17,7 +17,7 @@ <title>Description</title> <methodsynopsis> <type>bool</type><methodname>ocicollassign</methodname> - <methodparam><type>object</type><parameter>from</parameter></methodparam> + <methodparam><type>OCI-Collection</type><parameter>from</parameter></methodparam> </methodsynopsis> <note> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/ocinewcollection.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/oci8/functions/ocinewcollection.xml diff -u phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.9 phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.10 --- phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.9 Thu Apr 15 07:54:42 2004 +++ phpdoc/en/reference/oci8/functions/ocinewcollection.xml Fri Nov 12 06:02:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- DO NOT TRANSLATE THIS FILE. @@ -16,7 +16,7 @@ <refsect1> <title>Description</title> <methodsynopsis> - <type>object</type><methodname>ocinewcollection</methodname> + <type>OCI-Collection</type><methodname>ocinewcollection</methodname> <methodparam><type>resource</type><parameter>connection</parameter></methodparam> <methodparam><type>string</type><parameter>tdo</parameter></methodparam> <methodparam choice="opt"><type>string</type><parameter>schema</parameter></methodparam> http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml?r1=1.13&r2=1.14&ty=u Index: phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml diff -u phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.13 phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.14 --- phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.13 Tue Aug 3 13:25:33 2004 +++ phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml Fri Nov 12 06:02:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.13 $ --> +<!-- $Revision: 1.14 $ --> <!-- DO NOT TRANSLATE THIS FILE. @@ -18,7 +18,7 @@ <refsect1> <title>Description</title> <methodsynopsis> - <type>object</type><methodname>ocinewdescriptor</methodname> + <type>OCI-Lob</type><methodname>ocinewdescriptor</methodname> <methodparam><type>resource</type><parameter>connection</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam> </methodsynopsis>