techtonik Sun Nov 21 17:37:24 2004 EDT
Modified files:
/phpdoc/en/reference/oci8/functions oci-collection-append.xml
oci-collection-assign.xml
oci-collection-element-assign.xml
oci-collection-element-get.xml
oci-collection-max.xml
oci-collection-size.xml
oci-collection-trim.xml
oci-free-collection.xml
Log:
follow phpdoc conventions for method IDs
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-collection-append.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-collection-append.xml
diff -u phpdoc/en/reference/oci8/functions/oci-collection-append.xml:1.1
phpdoc/en/reference/oci8/functions/oci-collection-append.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-collection-append.xml:1.1 Mon Mar
8 09:12:17 2004
+++ phpdoc/en/reference/oci8/functions/oci-collection-append.xml Sun Nov
21 17:37:23 2004
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
- <refentry id="function.oci-collection-append">
+<!-- $Revision: 1.2 $ -->
+ <refentry id="function.OCI-Collection-append">
<refnamediv>
- <refname>collection->append</refname>
+ <refname>OCI-Collection->append</refname>
<refpurpose>Appends an object to the collection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>collection->append</methodname>
+ <type>bool</type><methodname>OCI-Collection->append</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-collection-assign.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-collection-assign.xml
diff -u phpdoc/en/reference/oci8/functions/oci-collection-assign.xml:1.4
phpdoc/en/reference/oci8/functions/oci-collection-assign.xml:1.5
--- phpdoc/en/reference/oci8/functions/oci-collection-assign.xml:1.4 Fri Nov
12 06:02:29 2004
+++ phpdoc/en/reference/oci8/functions/oci-collection-assign.xml Sun Nov
21 17:37:23 2004
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
- <refentry id="function.oci-collection-assign">
+<!-- $Revision: 1.5 $ -->
+ <refentry id="function.OCI-Collection-assign">
<refnamediv>
- <refname>collection->assign</refname>
+ <refname>OCI-Collection->assign</refname>
<refpurpose>Assigns a value to the collection from another existing
collection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>collection->assign</methodname>
+ <type>bool</type><methodname>OCI-Collection->assign</methodname>
<methodparam><type>OCI-Collection</type><parameter>from</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-collection-element-assign.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-collection-element-assign.xml
diff -u
phpdoc/en/reference/oci8/functions/oci-collection-element-assign.xml:1.2
phpdoc/en/reference/oci8/functions/oci-collection-element-assign.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-collection-element-assign.xml:1.2
Tue Mar 9 04:28:18 2004
+++ phpdoc/en/reference/oci8/functions/oci-collection-element-assign.xml
Sun Nov 21 17:37:23 2004
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
- <refentry id="function.oci-collection-element-assign">
+<!-- $Revision: 1.3 $ -->
+ <refentry id="function.OCI-Collection-assignElem">
<refnamediv>
- <refname>collection->assignElem</refname>
+ <refname>OCI-Collection->assignElem</refname>
<refpurpose>Assigns a value to the element of the collection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>collection->assignElem</methodname>
+ <type>bool</type><methodname>OCI-Collection->assignElem</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-collection-element-get.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-collection-element-get.xml
diff -u phpdoc/en/reference/oci8/functions/oci-collection-element-get.xml:1.1
phpdoc/en/reference/oci8/functions/oci-collection-element-get.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-collection-element-get.xml:1.1
Mon Mar 8 09:12:17 2004
+++ phpdoc/en/reference/oci8/functions/oci-collection-element-get.xml Sun Nov
21 17:37:23 2004
@@ -1,28 +1,28 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
- <refentry id="function.oci-collection-element-get">
+<!-- $Revision: 1.2 $ -->
+ <refentry id="function.OCI-Collection-getElem">
<refnamediv>
- <refname>collection->getElem</refname>
+ <refname>OCI-Collection->getElem</refname>
<refpurpose>Returns value of the element</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>mixed</type><methodname>collection->getElem</methodname>
+ <type>mixed</type><methodname>OCI-Collection->getElem</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
</methodsynopsis>
<para>
- Method <function>collection->getElem</function> returns value of the
+ Method <function>OCI-Collection->getElem</function> returns value of the
element with index <parameter>index</parameter> (1-based).
</para>
<para>
- <function>collection->getElem</function> will return &false; if
+ <function>OCI-Collection->getElem</function> will return &false; if
such element doesn't exist; &null; if element is &null;; string if
element is column of a string datatype or number if element is numeric
field.
</para>
<para>
- <function>collection->getElem</function> will return &false; in case of
+ <function>OCI-Collection->getElem</function> will return &false; in case
of
error.
</para>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-collection-max.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-collection-max.xml
diff -u phpdoc/en/reference/oci8/functions/oci-collection-max.xml:1.1
phpdoc/en/reference/oci8/functions/oci-collection-max.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-collection-max.xml:1.1 Mon Mar
8 09:12:17 2004
+++ phpdoc/en/reference/oci8/functions/oci-collection-max.xml Sun Nov 21
17:37:23 2004
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
- <refentry id="function.oci-collection-max">
+<!-- $Revision: 1.2 $ -->
+ <refentry id="function.OCI-Collection-max">
<refnamediv>
- <refname>collection->max</refname>
+ <refname>OCI-Collection->max</refname>
<refpurpose>Gets the maximum number of elements in the
collection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>collection->max</methodname>
+ <type>int</type><methodname>OCI-Collection->max</methodname>
<void />
</methodsynopsis>
<para>
Returns the maximum number of elements in the collection.
If the returned value is 0, then the number of elements is not limited.
- <function>collection->max</function> returns &false; in case of error.
+ <function>OCI-Collection->max</function> returns &false; in case of error.
</para>
<para>
See also <function>oci_collection_size</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-collection-size.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-collection-size.xml
diff -u phpdoc/en/reference/oci8/functions/oci-collection-size.xml:1.1
phpdoc/en/reference/oci8/functions/oci-collection-size.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-collection-size.xml:1.1 Mon Mar
8 09:12:17 2004
+++ phpdoc/en/reference/oci8/functions/oci-collection-size.xml Sun Nov 21
17:37:23 2004
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
- <refentry id="function.oci-collection-size">
+<!-- $Revision: 1.2 $ -->
+ <refentry id="function.OCI-Collection-size">
<refnamediv>
- <refname>collection->size</refname>
+ <refname>OCI-Collection->size</refname>
<refpurpose>Returns size of the collection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>collection->size</methodname>
+ <type>int</type><methodname>OCI-Collection->size</methodname>
<void />
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-collection-trim.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-collection-trim.xml
diff -u phpdoc/en/reference/oci8/functions/oci-collection-trim.xml:1.1
phpdoc/en/reference/oci8/functions/oci-collection-trim.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-collection-trim.xml:1.1 Mon Mar
8 09:12:17 2004
+++ phpdoc/en/reference/oci8/functions/oci-collection-trim.xml Sun Nov 21
17:37:23 2004
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
- <refentry id="function.oci-collection-trim">
+<!-- $Revision: 1.2 $ -->
+ <refentry id="function.OCI-Collection-trim">
<refnamediv>
- <refname>collection->trim</refname>
+ <refname>OCI-Collection->trim</refname>
<refpurpose>Trims elements from the end of the collection</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>collection->trim</methodname>
+ <type>bool</type><methodname>OCI-Collection->trim</methodname>
<methodparam><type>int</type><parameter>num</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-free-collection.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-free-collection.xml
diff -u phpdoc/en/reference/oci8/functions/oci-free-collection.xml:1.1
phpdoc/en/reference/oci8/functions/oci-free-collection.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-free-collection.xml:1.1 Mon Mar
8 09:12:17 2004
+++ phpdoc/en/reference/oci8/functions/oci-free-collection.xml Sun Nov 21
17:37:23 2004
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
- <refentry id="function.oci-free-collection">
+<!-- $Revision: 1.2 $ -->
+ <refentry id="function.OCI-Collection-free">
<refnamediv>
- <refname>collection->free</refname>
+ <refname>OCI-Collection->free</refname>
<refpurpose>Frees resources associated with collection object</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>collection->free</methodname>
+ <type>bool</type><methodname>OCI-Collection->free</methodname>
<void />
</methodsynopsis>
<para>