dams Mon Feb 10 22:06:16 2003 EDT
Modified files:
/phpdoc/en/reference/oci8/functions ocibindbyname.xml ocicancel.xml
ocicollappend.xml
ocicollassign.xml
ocicollassignelem.xml
ocicollgetelem.xml
ocicollmax.xml ocicollsize.xml
ocicolltrim.xml
ocicolumnisnull.xml
ocicolumnname.xml
ocicolumnprecision.xml
ocicolumnscale.xml
ocicolumnsize.xml
ocicolumntype.xml
ocicolumntyperaw.xml
ocicommit.xml
ocidefinebyname.xml
ocierror.xml ociexecute.xml
ocifetch.xml ocifetchinto.xml
ocifetchstatement.xml
ocifreecollection.xml
ocifreecursor.xml
ocifreedesc.xml
ocifreestatement.xml
ociinternaldebug.xml
ociloadlob.xml ocilogoff.xml
ocilogon.xml
ocinewcollection.xml
ocinewcursor.xml
ocinewdescriptor.xml
ocinlogon.xml ocinumcols.xml
ociparse.xml ociplogon.xml
ociresult.xml ocirollback.xml
ocirowcount.xml ocisavelob.xml
ocisavelobfile.xml
ociserverversion.xml
ocisetprefetch.xml
ocistatementtype.xml
ociwritelobtofile.xml
Log:
function names to lowercase plus some typos
Index: phpdoc/en/reference/oci8/functions/ocibindbyname.xml
diff -u phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.3
phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocibindbyname.xml Mon Feb 10 22:06:15
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocibindbyname">
<refnamediv>
@@ -20,20 +20,20 @@
type</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIBindByName</function> binds the PHP variable
+ <function>ocibindbyname</function> binds the PHP variable
<parameter>variable</parameter> to the Oracle placeholder
<parameter>ph_name</parameter>. Whether it will be used for
input or output will be determined run-time, and the necessary
storage space will be allocated. The
<parameter>length</parameter> parameter sets the maximum length
for the bind. If you set <parameter>length</parameter> to -1
- <function>OCIBindByName</function> will use the current length of
+ <function>ocibindbyname</function> will use the current length of
<parameter>variable</parameter> to set the maximum length.
</para>
<para>
If you need to bind an abstract Datatype (LOB/ROWID/BFILE) you
need to allocate it first using
- <function>OCINewDescriptor</function> function. The
+ <function>ocinewdescriptor</function> function. The
<parameter>length</parameter> is not used for abstract Datatypes
and should be set to -1. The <parameter>type</parameter> variable
tells oracle, what kind of descriptor we want to use. Possible
@@ -101,10 +101,10 @@
<warning>
<para>
It is a bad idea to use magic quotes and
- <function>OciBindByName</function> simultaneously as no quoting
+ <function>ocibindbyname</function> simultaneously as no quoting
is needed on quoted variables and any quotes magically applied
will be written into your database as
- <function>OciBindByName</function> is not able to distinguish
+ <function>ocibindbyname</function> is not able to distinguish
magically added quotings from those added by intention.
</para>
</warning>
Index: phpdoc/en/reference/oci8/functions/ocicancel.xml
diff -u phpdoc/en/reference/oci8/functions/ocicancel.xml:1.3
phpdoc/en/reference/oci8/functions/ocicancel.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicancel.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocicancel.xml Mon Feb 10 22:06:15 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.28 -->
<refentry id="function.ocicancel">
<refnamediv>
@@ -9,12 +9,12 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCICancel</methodname>
+ <type>bool</type><methodname>ocicancel</methodname>
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
</methodsynopsis>
<simpara>
If you do not want read more data from a cursor, then call
- <function>OCICancel</function>.
+ <function>ocicancel</function>.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocicollappend.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollappend.xml:1.3
phpdoc/en/reference/oci8/functions/ocicollappend.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicollappend.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocicollappend.xml Mon Feb 10 22:06:15
+2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocicollappend">
<refnamediv>
- <refname>OCICollAppend</refname>
+ <refname>ocicollappend</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCICollAppend</methodname>
+ <type>bool</type><methodname>ocicollappend</methodname>
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
<methodparam><type>object</type><parameter>object</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/oci8/functions/ocicollassign.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.3
phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicollassign.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocicollassign.xml Mon Feb 10 22:06:15
+2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.39 -->
<refentry id="function.ocicollassign">
<refnamediv>
- <refname>OCICollAssign</refname>
+ <refname>ocicollassign</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCICollAssign</methodname>
+ <type>bool</type><methodname>ocicollassign</methodname>
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
<methodparam><type>object</type><parameter>object</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/oci8/functions/ocicollassignelem.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollassignelem.xml:1.3
phpdoc/en/reference/oci8/functions/ocicollassignelem.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicollassignelem.xml:1.3 Sun Nov 10
00:36:25 2002
+++ phpdoc/en/reference/oci8/functions/ocicollassignelem.xml Mon Feb 10 22:06:15
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocicollassignelem">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCICollAssignElem</methodname>
+ <type>bool</type><methodname>ocicollassignelem</methodname>
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
<methodparam><type>string</type><parameter>ndx</parameter></methodparam>
<methodparam><type>string</type><parameter>val</parameter></methodparam>
Index: phpdoc/en/reference/oci8/functions/ocicollgetelem.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollgetelem.xml:1.2
phpdoc/en/reference/oci8/functions/ocicollgetelem.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocicollgetelem.xml:1.2 Wed Apr 17 02:42:17
2002
+++ phpdoc/en/reference/oci8/functions/ocicollgetelem.xml Mon Feb 10 22:06:15
+2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocicollgetelem">
<refnamediv>
- <refname>OCICollGetElem</refname>
+ <refname>ocicollgetelem</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>string</type><methodname>OCICollGetElem</methodname>
+ <type>string</type><methodname>ocicollgetelem</methodname>
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
<methodparam><type>string</type><parameter>ndx</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/oci8/functions/ocicollmax.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollmax.xml:1.3
phpdoc/en/reference/oci8/functions/ocicollmax.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicollmax.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocicollmax.xml Mon Feb 10 22:06:15 2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocicollmax">
<refnamediv>
- <refname>OCICollMax</refname>
+ <refname>ocicollmax</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCICollMax</methodname>
+ <type>int</type><methodname>ocicollmax</methodname>
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/oci8/functions/ocicollsize.xml
diff -u phpdoc/en/reference/oci8/functions/ocicollsize.xml:1.3
phpdoc/en/reference/oci8/functions/ocicollsize.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicollsize.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocicollsize.xml Mon Feb 10 22:06:15 2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocicollsize">
<refnamediv>
- <refname>OCICollSize</refname>
+ <refname>ocicollsize</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCICollSize</methodname>
+ <type>int</type><methodname>ocicollsize</methodname>
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/oci8/functions/ocicolltrim.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolltrim.xml:1.3
phpdoc/en/reference/oci8/functions/ocicolltrim.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicolltrim.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocicolltrim.xml Mon Feb 10 22:06:15 2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocicolltrim">
<refnamediv>
- <refname>OCICollTrim</refname>
+ <refname>ocicolltrim</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCICollTrim</methodname>
+ <type>bool</type><methodname>ocicolltrim</methodname>
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
<methodparam><type>int</type><parameter>num</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/oci8/functions/ocicolumnisnull.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnisnull.xml:1.3
phpdoc/en/reference/oci8/functions/ocicolumnisnull.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocicolumnisnull.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocicolumnisnull.xml Mon Feb 10 22:06:15
+2003
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocicolumnisnull">
<refnamediv>
- <refname>OCIColumnIsNULL</refname>
+ <refname>ocicolumnisnull</refname>
<refpurpose>Test whether a result column is &null;</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCIColumnIsNULL</methodname>
- <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+ <type>bool</type><methodname>ocicolumnisnull</methodname>
+ <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIColumnIsNULL</function> returns &true; if the returned
+ <function>ocicolumnisnull</function> returns &true; if the returned
column <parameter>column</parameter> in the result from the
statement <parameter>stmt</parameter> is &null;. You can either use
the column-number (1-Based) or the column-name for the
Index: phpdoc/en/reference/oci8/functions/ocicolumnname.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnname.xml:1.2
phpdoc/en/reference/oci8/functions/ocicolumnname.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocicolumnname.xml:1.2 Wed Apr 17 02:42:17
2002
+++ phpdoc/en/reference/oci8/functions/ocicolumnname.xml Mon Feb 10 22:06:15
+2003
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
<refentry id="function.ocicolumnname">
<refnamediv>
- <refname>OCIColumnName</refname>
+ <refname>ocicolumnname</refname>
<refpurpose>Returns the name of a column</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>string</type><methodname>OCIColumnName</methodname>
+ <type>string</type><methodname>ocicolumnname</methodname>
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<simpara>
- <function>OCIColumnName</function> returns the name of the column
+ <function>ocicolumnname</function> returns the name of the column
corresponding to the column number (1-based) that is passed in.
</simpara>
<para>
<example>
- <title>OCIColumnName</title>
+ <title><function>ocicolumnname</function> example</title>
<programlisting>
<![CDATA[
<?php
@@ -55,9 +55,9 @@
</example>
</para>
<simpara>
- See also <function>OCINumCols</function>,
- <function>OCIColumnType</function>,
- and <function>OCIColumnSize</function>.
+ See also <function>ocinumcols</function>,
+ <function>ocicolumntype</function>,
+ and <function>ocicolumnsize</function>.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml:1.2
phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml:1.2 Wed Apr 17
02:42:17 2002
+++ phpdoc/en/reference/oci8/functions/ocicolumnprecision.xml Mon Feb 10 22:06:15
+2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocicolumnprecision">
<refnamediv>
- <refname>OCIColumnPrecision</refname>
+ <refname>ocicolumnprecision</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCIColumnPrecision</methodname>
+ <type>int</type><methodname>ocicolumnprecision</methodname>
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/oci8/functions/ocicolumnscale.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnscale.xml:1.2
phpdoc/en/reference/oci8/functions/ocicolumnscale.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocicolumnscale.xml:1.2 Wed Apr 17 02:42:17
2002
+++ phpdoc/en/reference/oci8/functions/ocicolumnscale.xml Mon Feb 10 22:06:15
+2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocicolumnscale">
<refnamediv>
- <refname>OCIColumnScale</refname>
+ <refname>ocicolumnscale</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCIColumnScale</methodname>
+ <type>int</type><methodname>ocicolumnscale</methodname>
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/oci8/functions/ocicolumnsize.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnsize.xml:1.2
phpdoc/en/reference/oci8/functions/ocicolumnsize.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocicolumnsize.xml:1.2 Wed Apr 17 02:42:18
2002
+++ phpdoc/en/reference/oci8/functions/ocicolumnsize.xml Mon Feb 10 22:06:15
+2003
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
<refentry id="function.ocicolumnsize">
<refnamediv>
- <refname>OCIColumnSize</refname>
+ <refname>ocicolumnsize</refname>
<refpurpose>Return result column size</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCIColumnSize</methodname>
+ <type>int</type><methodname>ocicolumnsize</methodname>
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIColumnSize</function> returns the size of the column
+ <function>ocicolumnsize</function> returns the size of the column
as given by Oracle. You can either use
the column-number (1-Based) or the column-name for the
- <parameter>col</parameter> parameter.
+ <parameter>column</parameter> parameter.
</para>
<para>
<example>
- <title>OCIColumnSize</title>
+ <title><function>ocicolumnsize</function> example</title>
<programlisting>
<![CDATA[
<?php
@@ -57,9 +57,9 @@
</example>
</para>
<simpara>
- See also <function>OCINumCols</function>,
- <function>OCIColumnName</function>, and
- <function>OCIColumnSize</function>.
+ See also <function>ocinumcols</function>,
+ <function>ocicolumnname</function>, and
+ <function>ocicolumnsize</function>.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocicolumntype.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.2
phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.2 Wed Apr 17 02:42:18
2002
+++ phpdoc/en/reference/oci8/functions/ocicolumntype.xml Mon Feb 10 22:06:15
+2003
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocicolumntype">
<refnamediv>
- <refname>OCIColumnType</refname>
+ <refname>ocicolumntype</refname>
<refpurpose>Returns the data type of a column</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>mixed</type><methodname>OCIColumnType</methodname>
+ <type>mixed</type><methodname>ocicolumntype</methodname>
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<simpara>
- <function>OCIColumnType</function> returns the data type of the
+ <function>ocicolumntype</function> returns the data type of the
column corresponding to the column number (1-based) that is passed
in.
</simpara>
@@ -56,9 +56,9 @@
</example>
</para>
<simpara>
- See also <function>OCINumCols</function>,
- <function>OCIColumnName</function>,
- and <function>OCIColumnSize</function>.
+ See also <function>ocinumcols</function>,
+ <function>ocicolumnname</function>,
+ and <function>ocicolumnsize</function>.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.2
phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml:1.2 Wed Apr 17 02:42:18
2002
+++ phpdoc/en/reference/oci8/functions/ocicolumntyperaw.xml Mon Feb 10 22:06:15
+2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocicolumntyperaw">
<refnamediv>
- <refname>OCIColumnTypeRaw</refname>
+ <refname>ocicolumntyperaw</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>mixed</type><methodname>OCIColumnTypeRaw</methodname>
+ <type>mixed</type><methodname>ocicolumntyperaw</methodname>
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/oci8/functions/ocicommit.xml
diff -u phpdoc/en/reference/oci8/functions/ocicommit.xml:1.5
phpdoc/en/reference/oci8/functions/ocicommit.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocicommit.xml:1.5 Sun Nov 10 21:23:06
2002
+++ phpdoc/en/reference/oci8/functions/ocicommit.xml Mon Feb 10 22:06:15 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocicommit">
<refnamediv>
@@ -13,7 +13,7 @@
<methodparam><type>int</type><parameter>connection</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCICommit</function> commits all outstanding statements
+ <function>ocicommit</function> commits all outstanding statements
for Oracle connection <parameter>connection</parameter>.
&return.success;
</para>
@@ -50,7 +50,7 @@
</example>
</para>
<simpara>
- See also <function>OCIRollback</function>.
+ See also <function>ocirollback</function>.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocidefinebyname.xml
diff -u phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.3
phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocidefinebyname.xml Mon Feb 10 22:06:15
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocidefinebyname">
<refnamediv>
@@ -11,17 +11,17 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCIDefineByName</methodname>
+ <type>bool</type><methodname>ocidefinebyname</methodname>
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
<methodparam><type>string</type><parameter>Column-Name</parameter></methodparam>
<methodparam><type>mixed</type><parameter>variable</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>type</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIDefineByName</function> binds PHP variables for fetches
+ <function>ocidefinebyname</function> binds PHP variables for fetches
of SQL-Columns. Be careful that Oracle uses ALL-UPPERCASE column-names,
whereby in your select you can also write lowercase.
- <function>OCIDefineByName</function> expects
+ <function>ocidefinebyname</function> expects
the <parameter>Column-Name</parameter> to be in uppercase. If you
define a variable that doesn't exists in you select statement, no
error will be given!
@@ -29,8 +29,8 @@
<para>
If you need to define an abstract datatype (LOB/ROWID/BFILE) you
need to allocate it first using
- <function>OCINewDescriptor</function> function. See also the
- <function>OCIBindByName</function> function.
+ <function>ocinewdescriptor</function> function. See also the
+ <function>ocibindbyname</function> function.
</para>
<example>
<title>OCIDefineByName</title>
Index: phpdoc/en/reference/oci8/functions/ocierror.xml
diff -u phpdoc/en/reference/oci8/functions/ocierror.xml:1.2
phpdoc/en/reference/oci8/functions/ocierror.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocierror.xml:1.2 Wed Apr 17 02:42:18 2002
+++ phpdoc/en/reference/oci8/functions/ocierror.xml Mon Feb 10 22:06:15 2003
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocierror">
<refnamediv>
<refname>OCIError</refname>
- <refpurpose>Return the last error of stmt|conn|global
- </refpurpose>
+ <refpurpose>Return the last error of stmt|conn|global</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -14,13 +13,13 @@
<methodparam
choice="opt"><type>int</type><parameter>stmt|conn|global</parameter></methodparam>
</methodsynopsis>
<simpara>
- <function>OCIError</function> returns the last error found. If
+ <function>ocierror</function> returns the last error found. If
the optional <parameter>stmt|conn|global</parameter> is not
provided, the last error encountered is returned. If no error is
- found, <function>OCIError</function> returns
- &false;. <function>OCIError</function> returns the error as an
- associative array. In this array, <parameter>code</parameter>
- consists the oracle error code and <parameter>message</parameter>
+ found, <function>ocierror</function> returns
+ &false;. <function>ocierror</function> returns the error as an
+ associative array. In this array, <literal>code</literal>
+ consists the oracle error code and <literal>message</literal>
the oracle errorstring.
</simpara>
</refsect1>
Index: phpdoc/en/reference/oci8/functions/ociexecute.xml
diff -u phpdoc/en/reference/oci8/functions/ociexecute.xml:1.2
phpdoc/en/reference/oci8/functions/ociexecute.xml:1.3
--- phpdoc/en/reference/oci8/functions/ociexecute.xml:1.2 Wed Apr 17 02:42:18
2002
+++ phpdoc/en/reference/oci8/functions/ociexecute.xml Mon Feb 10 22:06:15 2003
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ociexecute">
<refnamediv>
- <refname>OCIExecute</refname>
+ <refname>ociexecute</refname>
<refpurpose>Execute a statement</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCIExecute</methodname>
+ <type>int</type><methodname>ociexecute</methodname>
<methodparam><type>int</type><parameter>statement</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIExecute</function> executes a previously parsed
- statement. (see <function>OCIParse</function>). The optional
+ <function>ociexecute</function> executes a previously parsed
+ statement. (see <function>ociparse</function>). The optional
<parameter>mode</parameter> allows you to specify the
execution-mode (default is OCI_COMMIT_ON_SUCCESS). If you don't
want statements to be committed automatically specify OCI_DEFAULT as
Index: phpdoc/en/reference/oci8/functions/ocifetch.xml
diff -u phpdoc/en/reference/oci8/functions/ocifetch.xml:1.3
phpdoc/en/reference/oci8/functions/ocifetch.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocifetch.xml:1.3 Sun Nov 10 00:36:25 2002
+++ phpdoc/en/reference/oci8/functions/ocifetch.xml Mon Feb 10 22:06:15 2003
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocifetch">
<refnamediv>
- <refname>OCIFetch</refname>
+ <refname>ocifetch</refname>
<refpurpose>Fetches the next row into result-buffer</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCIFetch</methodname>
+ <type>bool</type><methodname>ocifetch</methodname>
<methodparam><type>int</type><parameter>statement</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIFetch</function> fetches the next row (for SELECT
+ <function>ocifetch</function> fetches the next row (for SELECT
statements) into the internal result-buffer.
</para>
</refsect1>
Index: phpdoc/en/reference/oci8/functions/ocifetchinto.xml
diff -u phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.5
phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.5 Thu Jan 23 14:53:41
2003
+++ phpdoc/en/reference/oci8/functions/ocifetchinto.xml Mon Feb 10 22:06:15 2003
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocifetchinto">
<refnamediv>
- <refname>OCIFetchInto</refname>
+ <refname>ocifetchinto</refname>
<refpurpose>Fetches the next row into result-array</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCIFetchInto</methodname>
+ <type>int</type><methodname>ocifetchinto</methodname>
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
<methodparam><type>array</type><parameter>&result</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIFetchInto</function> fetches the next row (for SELECT
+ <function>ocifetchinto</function> fetches the next row (for SELECT
statements) into the <parameter>result</parameter> array.
- <function>OCIFetchInto</function> will overwrite the previous
+ <function>ocifetchinto</function> will overwrite the previous
content of <parameter>result</parameter>. By default
<parameter>result</parameter> will contain a zero-based array of all
columns that are not &null;.
@@ -29,24 +29,24 @@
are:
<simplelist>
<member>
- <literal>OCI_ASSOC</literal> Return an associative array.
+ <constant>OCI_ASSOC</constant> Return an associative array.
</member>
<member>
- <literal>OCI_NUM</literal> Return an numbered array starting with
+ <constant>OCI_NUM</constant> Return an numbered array starting with
zero. (DEFAULT)
</member>
<member>
- <literal>OCI_RETURN_NULLS</literal> Return empty columns.
+ <constant>OCI_RETURN_NULLS</constant> Return empty columns.
</member>
<member>
- <literal>OCI_RETURN_LOBS</literal> Return the value of a LOB
+ <constant>OCI_RETURN_LOBS</constant> Return the value of a LOB
instead of the descriptor.
</member>
</simplelist>
</para>
<para>
<example>
- <title>A simple <function>OCIFetchInto</function> example</title>
+ <title>A simple <function>ocifetchinto</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -66,8 +66,8 @@
</example>
</para>
<para>
- See also <function>OCIFetch</function> and
- <function>OCIExecute</function>.
+ See also <function>ocifetch</function> and
+ <function>ociexecute</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocifetchstatement.xml
diff -u phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.2
phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.2 Wed Apr 17
02:42:19 2002
+++ phpdoc/en/reference/oci8/functions/ocifetchstatement.xml Mon Feb 10 22:06:15
+2003
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocifetchstatement">
<refnamediv>
- <refname>OCIFetchStatement</refname>
+ <refname>ocifetchstatement</refname>
<refpurpose>Fetch all rows of result data into an array</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCIFetchStatement</methodname>
- <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+ <type>int</type><methodname>ocifetchstatement</methodname>
+ <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
<methodparam><type>array
&</type><parameter>variable</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIFetchStatement</function> fetches all the rows from a
+ <function>ocifetchstatement</function> fetches all the rows from a
result into a user-defined array.
- <function>OCIFetchStatement</function> returns the number of rows
+ <function>ocifetchstatement</function> returns the number of rows
fetched.
</para>
<example>
- <title>OCIFetchStatement</title>
+ <title> <function>ocifetchstatement</function> example</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ocifreecollection.xml
diff -u phpdoc/en/reference/oci8/functions/ocifreecollection.xml:1.3
phpdoc/en/reference/oci8/functions/ocifreecollection.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocifreecollection.xml:1.3 Sun Nov 10
00:36:25 2002
+++ phpdoc/en/reference/oci8/functions/ocifreecollection.xml Mon Feb 10 22:06:15
+2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocifreecollection">
<refnamediv>
- <refname>OCIFreeCollection</refname>
+ <refname>ocifreecollection</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCIFreeCollection</methodname>
+ <type>bool</type><methodname>ocifreecollection</methodname>
<methodparam><type>object</type><parameter>lob</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/oci8/functions/ocifreecursor.xml
diff -u phpdoc/en/reference/oci8/functions/ocifreecursor.xml:1.2
phpdoc/en/reference/oci8/functions/ocifreecursor.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocifreecursor.xml:1.2 Wed Apr 17 02:42:19
2002
+++ phpdoc/en/reference/oci8/functions/ocifreecursor.xml Mon Feb 10 22:06:15
+2003
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.11 -->
<refentry id="function.ocifreecursor">
<refnamediv>
- <refname>OCIFreeCursor</refname>
+ <refname>ocifreecursor</refname>
<refpurpose>
Free all resources associated with a cursor
</refpurpose>
@@ -11,12 +11,12 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCIFreeCursor</methodname>
+ <type>int</type><methodname>ocifreecursor</methodname>
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIFreeCursor</function> returns &true; if successful, or
- &false; if unsuccessful.
+ <function>ocifreecursor</function> frees all resources associated with the
+ cursor <parameter>stmt</parameter>. &return.success;
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocifreedesc.xml
diff -u phpdoc/en/reference/oci8/functions/ocifreedesc.xml:1.3
phpdoc/en/reference/oci8/functions/ocifreedesc.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocifreedesc.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocifreedesc.xml Mon Feb 10 22:06:15 2003
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocifreedesc">
<refnamediv>
- <refname>OCIFreeDesc</refname>
+ <refname>ocifreedesc</refname>
<refpurpose>Deletes a large object descriptor</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCIFreeDesc</methodname>
+ <type>bool</type><methodname>ocifreedesc</methodname>
<methodparam><type>object</type><parameter>lob</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIFreeDesc</function> returns &true; if successful, or
- &false; if unsuccessful.
+ <function>ocifreedesc</function> seletes the large object descriptor
+ <parameter>lob</parameter>. &return.success;
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocifreestatement.xml
diff -u phpdoc/en/reference/oci8/functions/ocifreestatement.xml:1.3
phpdoc/en/reference/oci8/functions/ocifreestatement.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocifreestatement.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocifreestatement.xml Mon Feb 10 22:06:15
+2003
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocifreestatement">
<refnamediv>
- <refname>OCIFreeStatement</refname>
+ <refname>ocifreestatement</refname>
<refpurpose>
Free all resources associated with a statement
</refpurpose>
@@ -11,12 +11,12 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCIFreeStatement</methodname>
- <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+ <type>bool</type><methodname>ocifreestatement</methodname>
+ <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIFreeStatement</function> returns &true; if successful,
- or &false; if unsuccessful.
+ <function>ocifreestatement</function> free all resources associated
+ with the statement <parameter>stmt</parameter>.&return.success;
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ociinternaldebug.xml
diff -u phpdoc/en/reference/oci8/functions/ociinternaldebug.xml:1.2
phpdoc/en/reference/oci8/functions/ociinternaldebug.xml:1.3
--- phpdoc/en/reference/oci8/functions/ociinternaldebug.xml:1.2 Wed Apr 17 02:42:19
2002
+++ phpdoc/en/reference/oci8/functions/ociinternaldebug.xml Mon Feb 10 22:06:15
+2003
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ociinternaldebug">
<refnamediv>
- <refname>OCIInternalDebug</refname>
+ <refname>ociinternaldebug</refname>
<refpurpose>
Enables or disables internal debug output
</refpurpose>
@@ -11,11 +11,11 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>void</type><methodname>OCIInternalDebug</methodname>
+ <type>void</type><methodname>ociinternaldebug</methodname>
<methodparam><type>int</type><parameter>onoff</parameter></methodparam>
</methodsynopsis>
<simpara>
- <function>OCIInternalDebug</function> enables internal debug
+ <function>ociinternaldebug</function> enables internal debug
output. Set <parameter>onoff</parameter> to 0 to turn debug
output off, 1 to turn it on.
</simpara>
Index: phpdoc/en/reference/oci8/functions/ociloadlob.xml
diff -u phpdoc/en/reference/oci8/functions/ociloadlob.xml:1.2
phpdoc/en/reference/oci8/functions/ociloadlob.xml:1.3
--- phpdoc/en/reference/oci8/functions/ociloadlob.xml:1.2 Wed Apr 17 02:42:19
2002
+++ phpdoc/en/reference/oci8/functions/ociloadlob.xml Mon Feb 10 22:06:15 2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ociloadlob">
<refnamediv>
- <refname>OCILoadLob</refname>
+ <refname>ociloadlob</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>string</type><methodname>OCILoadLob</methodname>
+ <type>string</type><methodname>ociloadlob</methodname>
<methodparam><type>object</type><parameter>lob</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/oci8/functions/ocilogoff.xml
diff -u phpdoc/en/reference/oci8/functions/ocilogoff.xml:1.5
phpdoc/en/reference/oci8/functions/ocilogoff.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocilogoff.xml:1.5 Sun Nov 10 01:10:10
2002
+++ phpdoc/en/reference/oci8/functions/ocilogoff.xml Mon Feb 10 22:06:15 2003
@@ -1,22 +1,23 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocilogoff">
<refnamediv>
- <refname>OCILogOff</refname>
- <refpurpose>Disconnects from Oracle</refpurpose>
+ <refname>ocilogoff</refname>
+ <refpurpose>Disconnects from Oracle server</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCILogOff</methodname>
- <methodparam><type>int</type><parameter>connection</parameter></methodparam>
+ <type>bool</type><methodname>ocilogoff</methodname>
+
+<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCILogOff</function> closes an Oracle connection.
+ <function>ocilogoff</function> closes the Oracle connection
+ <parameter>connection</parameter>.
</para>
<para>
- Using <function>OCILogOff</function> isn't usually necessary,
+ Using <function>ocilogoff</function> isn't usually necessary,
as non-persistent open links are automatically closed at the end
of the script's execution. See also
<link linkend="language.types.resource.self-destruct">freeing
Index: phpdoc/en/reference/oci8/functions/ocilogon.xml
diff -u phpdoc/en/reference/oci8/functions/ocilogon.xml:1.2
phpdoc/en/reference/oci8/functions/ocilogon.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocilogon.xml:1.2 Wed Apr 17 02:42:19 2002
+++ phpdoc/en/reference/oci8/functions/ocilogon.xml Mon Feb 10 22:06:15 2003
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocilogon">
<refnamediv>
- <refname>OCILogon</refname>
+ <refname>ocilogon</refname>
<refpurpose>Establishes a connection to Oracle</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCILogon</methodname>
+ <type>int</type><methodname>ocilogon</methodname>
<methodparam><type>string</type><parameter>username</parameter></methodparam>
<methodparam><type>string</type><parameter>password</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>db</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCILogon</function> returns an connection identifier
+ <function>ocilogon</function> returns an connection identifier
needed for most other OCI calls. The optional third parameter
can either contain the name of the local Oracle instance or the
name of the entry in tnsnames.ora to which you want to connect.
@@ -24,14 +24,14 @@
(tnsnames.ora) to determine which database to connect to.
</para>
<para>Connections are shared at the page level when using
- <function>OCILogon</function>. This means that commits and
+ <function>ocilogon</function>. This means that commits and
rollbacks apply to all open transactions in the page, even if you
have created multiple connections.
</para>
<para>
This example demonstrates how the connections are shared.
<example>
- <title>OCILogon</title>
+ <title><function>ocilogon</function> example</title>
<programlisting>
<![CDATA[
<?php
@@ -98,17 +98,17 @@
select_data($c2);
insert_data($c2); // Insert a row using c2
-commit($c2); // commit using c2
+commit($c2); // Commit using c2
-select_data($c1); // result of c2 insert is returned
+select_data($c1); // Result of c2 insert is returned
-delete_data($c1); // delete all rows in table using c1
-select_data($c1); // no rows returned
-select_data($c2); // no rows returned
-commit($c1); // commit using c1
+delete_data($c1); // Delete all rows in table using c1
+select_data($c1); // No rows returned
+select_data($c2); // No rows returned
+commit($c1); // Commit using c1
-select_data($c1); // no rows returned
-select_data($c2); // no rows returned
+select_data($c1); // No rows returned
+select_data($c2); // No rows returned
drop_table($c1);
print "</PRE></HTML>";
@@ -118,8 +118,8 @@
</example>
</para>
<simpara>
- See also <function>OCIPLogon</function> and
- <function>OCINLogon</function>.</simpara>
+ See also <function>ociplogon</function> and
+ <function>ocinlogon</function>.</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocinewcollection.xml
diff -u phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.3
phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocinewcollection.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocinewcollection.xml Mon Feb 10 22:06:15
+2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocinewcollection">
<refnamediv>
- <refname>OCINewCollection</refname>
+ <refname>ocinewcollection</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCINewCollection</methodname>
+ <type>bool</type><methodname>ocinewcollection</methodname>
<methodparam><type>int</type><parameter>conn</parameter></methodparam>
<methodparam><type>string</type><parameter>tdo</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>shema</parameter></methodparam>
Index: phpdoc/en/reference/oci8/functions/ocinewcursor.xml
diff -u phpdoc/en/reference/oci8/functions/ocinewcursor.xml:1.2
phpdoc/en/reference/oci8/functions/ocinewcursor.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocinewcursor.xml:1.2 Wed Apr 17 02:42:20
2002
+++ phpdoc/en/reference/oci8/functions/ocinewcursor.xml Mon Feb 10 22:06:15 2003
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocinewcursor">
<refnamediv>
- <refname>OCINewCursor</refname>
+ <refname>ocinewcursor</refname>
<refpurpose>
Return a new cursor (Statement-Handle)
</refpurpose>
@@ -11,11 +11,11 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCINewCursor</methodname>
- <methodparam><type>int</type><parameter>conn</parameter></methodparam>
+ <type>resource</type><methodname>ocinewcursor</methodname>
+ <methodparam><type>resource</type><parameter>conn</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCINewCursor</function> allocates a new statement handle
+ <function>ocinewcursor</function> allocates a new statement handle
on the specified connection.
</para>
<para>
Index: phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml
diff -u phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.2
phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.2 Wed Apr 17 02:42:20
2002
+++ phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml Mon Feb 10 22:06:15
+2003
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocinewdescriptor">
<refnamediv>
- <refname>OCINewDescriptor</refname>
+ <refname>ocinewdescriptor</refname>
<refpurpose>
Initialize a new empty LOB or FILE descriptor
</refpurpose>
@@ -11,20 +11,21 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>string</type><methodname>OCINewDescriptor</methodname>
+ <type>string</type><methodname>ocinewdescriptor</methodname>
<methodparam><type>int</type><parameter>connection</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>type</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCINewDescriptor</function> allocates storage to hold
+ <function>ocinewdescriptor</function> allocates storage to hold
descriptors or LOB locators. Valid values for
- <parameter>type</parameter> are OCI_D_FILE, OCI_D_LOB, OCI_D_ROWID.
+ <parameter>type</parameter> are <constant>OCI_D_FILE</constant>,
+ <constant>OCI_D_LOB</constant> and <constant>OCI_D_ROWID</constant>.
For LOB descriptors, the methods load, save, and savefile are
associated with the descriptor, for BFILE only the load method
exists. See the second example usage hints.
</para>
<example>
- <title>OCINewDescriptor</title>
+ <title><function>ocinewdescriptor</function> example</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ocinlogon.xml
diff -u phpdoc/en/reference/oci8/functions/ocinlogon.xml:1.2
phpdoc/en/reference/oci8/functions/ocinlogon.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocinlogon.xml:1.2 Wed Apr 17 02:42:20
2002
+++ phpdoc/en/reference/oci8/functions/ocinlogon.xml Mon Feb 10 22:06:15 2003
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
<refentry id="function.ocinlogon">
<refnamediv>
- <refname>OCINLogon</refname>
+ <refname>ocinlogon</refname>
<refpurpose>Establishes a new connection to Oracle</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCINLogon</methodname>
+ <type>int</type><methodname>ocinlogon</methodname>
<methodparam><type>string</type><parameter>username</parameter></methodparam>
<methodparam><type>string</type><parameter>password</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>db</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCINLogon</function> creates a new connection to an
+ <function>ocinlogon</function> creates a new connection to an
Oracle 8 database and logs on. The optional third parameter can
either contain the name of the local Oracle instance or the name
of the entry in tnsnames.ora to which you want to connect. If
@@ -24,18 +24,18 @@
(tnsnames.ora) to determine which database to connect to.
</para>
<para>
- <function>OCINLogon</function> forces a new connection. This
+ <function>ocinlogon</function> forces a new connection. This
should be used if you need to isolate a set of transactions. By
default, connections are shared at the page level if using
- <function>OCILogon</function> or at the web server process level
- if using <function>OCIPLogon</function>. If you have multiple
- connections open using <function>OCINLogon</function>, all
+ <function>ocilogon</function> or at the web server process level
+ if using <function>ociplogon</function>. If you have multiple
+ connections open using <function>ocinlogon</function>, all
commits and rollbacks apply to the specified connection only.
</para>
<para>
This example demonstrates how the connections are separated.
<example>
- <title>OCINLogon</title>
+ <title><function>ocinlogon</function> example</title>
<programlisting>
<![CDATA[
<?php
@@ -122,8 +122,8 @@
</example>
</para>
<simpara>
- See also <function>OCILogon</function> and
- <function>OCIPLogon</function>.
+ See also <function>ocilogon</function> and
+ <function>ociplogon</function>.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocinumcols.xml
diff -u phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.2
phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.2 Wed Apr 17 02:42:20
2002
+++ phpdoc/en/reference/oci8/functions/ocinumcols.xml Mon Feb 10 22:06:15 2003
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocinumcols">
<refnamediv>
- <refname>OCINumCols</refname>
+ <refname>ocinumcols</refname>
<refpurpose>
Return the number of result columns in a statement
</refpurpose>
@@ -11,15 +11,15 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCINumCols</methodname>
- <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+ <type>int</type><methodname>ocinumcols</methodname>
+ <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCINumCols</function> returns the number of columns in a
- statement.
+ <function>ocinumcols</function> returns the number of columns in the
+ statement <parameter>stmt</parameter>.
</para>
<example>
- <title>OCINumCols</title>
+ <title><function>ocinumcols</function></title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ociparse.xml
diff -u phpdoc/en/reference/oci8/functions/ociparse.xml:1.3
phpdoc/en/reference/oci8/functions/ociparse.xml:1.4
--- phpdoc/en/reference/oci8/functions/ociparse.xml:1.3 Sat Nov 9 01:57:30 2002
+++ phpdoc/en/reference/oci8/functions/ociparse.xml Mon Feb 10 22:06:15 2003
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ociparse">
<refnamediv>
- <refname>OCIParse</refname>
- <refpurpose>Parse a query and return a statement</refpurpose>
+ <refname>ociparse</refname>
+ <refpurpose>Parse a query and return an Oracle statement</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCIParse</methodname>
+ <type>int</type><methodname>ociparse</methodname>
<methodparam><type>int</type><parameter>conn</parameter></methodparam>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
</methodsynopsis>
<simpara>
- <function>OCIParse</function> parses the
+ <function>ociparse</function> parses the
<parameter>query</parameter> using <parameter>conn</parameter>.
It returns the statement identity if the <parameter>query</parameter>
is valid, &false; if
Index: phpdoc/en/reference/oci8/functions/ociplogon.xml
diff -u phpdoc/en/reference/oci8/functions/ociplogon.xml:1.2
phpdoc/en/reference/oci8/functions/ociplogon.xml:1.3
--- phpdoc/en/reference/oci8/functions/ociplogon.xml:1.2 Wed Apr 17 02:42:21
2002
+++ phpdoc/en/reference/oci8/functions/ociplogon.xml Mon Feb 10 22:06:15 2003
@@ -1,32 +1,34 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
<refentry id="function.ociplogon">
<refnamediv>
- <refname>OCIPLogon</refname>
- <refpurpose>Connect to an Oracle database using a
- persistent connection</refpurpose>
+ <refname>ociplogon</refname>
+ <refpurpose>
+ Connect to an Oracle database using a persistent connection
+ </refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCIPLogon</methodname>
+ <type>int</type><methodname>ociplogon</methodname>
<methodparam><type>string</type><parameter>username</parameter></methodparam>
<methodparam><type>string</type><parameter>password</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>db</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIPLogon</function> creates a persistent connection to
+ <function>ociplogon</function> creates a persistent connection to
an Oracle 8 database and logs on. The optional third parameter
can either contain the name of the local Oracle instance or the
name of the entry in tnsnames.ora to which you want to connect.
If the optional third parameter is not specified, PHP uses the
- environment variables ORACLE_SID (Oracle instance) or TWO_TASK
+ environment variables <varname>ORACLE_SID</varname> (Oracle instance)
+ or <varname>TWO_TASK</varname>
(tnsnames.ora) to determine which database to connect to.
</para>
<simpara>
- See also <function>OCILogon</function> and
- <function>OCINLogon</function>.
+ See also <function>ocilogon</function> and
+ <function>ocinlogon</function>.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ociresult.xml
diff -u phpdoc/en/reference/oci8/functions/ociresult.xml:1.2
phpdoc/en/reference/oci8/functions/ociresult.xml:1.3
--- phpdoc/en/reference/oci8/functions/ociresult.xml:1.2 Wed Apr 17 02:42:21
2002
+++ phpdoc/en/reference/oci8/functions/ociresult.xml Mon Feb 10 22:06:15 2003
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ociresult">
<refnamediv>
- <refname>OCIResult</refname>
+ <refname>ociresult</refname>
<refpurpose>Returns column value for fetched row</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>mixed</type><methodname>OCIResult</methodname>
+ <type>mixed</type><methodname>ociresult</methodname>
<methodparam><type>int</type><parameter>statement</parameter></methodparam>
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIResult</function> returns the data for column
+ <function>ociresult</function> returns the data for column
<parameter>column</parameter> in the current row (see
- <function>OCIFetch</function>).<function>OCIResult</function> will
+ <function>ocifetch</function>).<function>ociresult</function> will
return everything as strings except for abstract types (ROWIDs,
LOBs and FILEs).
</para>
Index: phpdoc/en/reference/oci8/functions/ocirollback.xml
diff -u phpdoc/en/reference/oci8/functions/ocirollback.xml:1.3
phpdoc/en/reference/oci8/functions/ocirollback.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocirollback.xml:1.3 Sat Nov 9 19:43:02
2002
+++ phpdoc/en/reference/oci8/functions/ocirollback.xml Mon Feb 10 22:06:15 2003
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocirollback">
<refnamediv>
- <refname>OCIRollback</refname>
+ <refname>ocirollback</refname>
<refpurpose>Rolls back outstanding transactions</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCIRollback</methodname>
- <methodparam><type>int</type><parameter>connection</parameter></methodparam>
+ <type>bool</type><methodname>ocirollback</methodname>
+
+<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIRollback</function> rolls back all outstanding
- statements for Oracle connection <parameter>connection</parameter>.
<function>OCIRollback</function>
- returns &true; on success and &false; otherwise.
+ <function>ocirollback</function> rolls back all outstanding
+ statements for Oracle connection <parameter>connection</parameter>.
+ &return.success;
</para>
<simpara>
- See also <function>OCICommit</function>.
+ See also <function>ocicommit</function>.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocirowcount.xml
diff -u phpdoc/en/reference/oci8/functions/ocirowcount.xml:1.2
phpdoc/en/reference/oci8/functions/ocirowcount.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocirowcount.xml:1.2 Wed Apr 17 02:42:21
2002
+++ phpdoc/en/reference/oci8/functions/ocirowcount.xml Mon Feb 10 22:06:15 2003
@@ -1,24 +1,25 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocirowcount">
<refnamediv>
- <refname>OCIRowCount</refname>
+ <refname>ocirowcount</refname>
<refpurpose>Gets the number of affected rows</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCIRowCount</methodname>
- <methodparam><type>int</type><parameter>statement</parameter></methodparam>
+ <type>int</type><methodname>ocirowcount</methodname>
+ <methodparam><type>resource</type><parameter>statement</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIRowCount</function> returns the number of rows affected
+ <function>ocirowcount</function> returns the number of rows affected
for eg update-statements. This function will not tell you the number
- of rows that a select will return!</para>
+ of rows that a select will return!
+ </para>
<para>
<example>
- <title>OCIRowCount</title>
+ <title><function>ocirowcount</function> example</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ocisavelob.xml
diff -u phpdoc/en/reference/oci8/functions/ocisavelob.xml:1.3
phpdoc/en/reference/oci8/functions/ocisavelob.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocisavelob.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocisavelob.xml Mon Feb 10 22:06:15 2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocisavelob">
<refnamediv>
- <refname>OCISaveLob</refname>
+ <refname>ocisavelob</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCISaveLob</methodname>
+ <type>bool</type><methodname>ocisavelob</methodname>
<methodparam><type>object</type><parameter>lob</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/oci8/functions/ocisavelobfile.xml
diff -u phpdoc/en/reference/oci8/functions/ocisavelobfile.xml:1.3
phpdoc/en/reference/oci8/functions/ocisavelobfile.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocisavelobfile.xml:1.3 Sun Nov 10 00:36:25
2002
+++ phpdoc/en/reference/oci8/functions/ocisavelobfile.xml Mon Feb 10 22:06:15
+2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocisavelobfile">
<refnamediv>
- <refname>OCISaveLobFile</refname>
+ <refname>ocisavelobfile</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCISaveLobFile</methodname>
+ <type>bool</type><methodname>ocisavelobfile</methodname>
<methodparam><type>object</type><parameter>lob</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/oci8/functions/ociserverversion.xml
diff -u phpdoc/en/reference/oci8/functions/ociserverversion.xml:1.2
phpdoc/en/reference/oci8/functions/ociserverversion.xml:1.3
--- phpdoc/en/reference/oci8/functions/ociserverversion.xml:1.2 Wed Apr 17 02:42:21
2002
+++ phpdoc/en/reference/oci8/functions/ociserverversion.xml Mon Feb 10 22:06:15
+2003
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ociserverversion">
<refnamediv>
- <refname>OCIServerVersion</refname>
+ <refname>ociserverversion</refname>
<refpurpose>Return a string containing server version
information</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>string</type><methodname>OCIServerVersion</methodname>
- <methodparam><type>int</type><parameter>conn</parameter></methodparam>
+ <type>string</type><methodname>ociserverversion</methodname>
+ <methodparam><type>resource</type><parameter>conn</parameter></methodparam>
</methodsynopsis>
<para>
<example>
- <title>OCIServerVersion</title>
+ <title><function>ociserverversion</function> example</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ocisetprefetch.xml
diff -u phpdoc/en/reference/oci8/functions/ocisetprefetch.xml:1.2
phpdoc/en/reference/oci8/functions/ocisetprefetch.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocisetprefetch.xml:1.2 Wed Apr 17 02:42:22
2002
+++ phpdoc/en/reference/oci8/functions/ocisetprefetch.xml Mon Feb 10 22:06:15
+2003
@@ -1,20 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ocisetprefetch">
<refnamediv>
- <refname>OCISetPrefetch</refname>
+ <refname>ocisetprefetch</refname>
<refpurpose>Sets number of rows to be prefetched</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>OCISetPrefetch</methodname>
- <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+ <type>int</type><methodname>ocisetprefetch</methodname>
+ <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
<methodparam><type>int</type><parameter>rows</parameter></methodparam>
</methodsynopsis>
<simpara>
- Sets the number of top level rows to be prefetched. The default value is 1 row.
+ Sets the number of top level rows to be prefetched to
+<parameter>rows</parameter>.
+ The default value for <parameter>rows</parameter> is 1 row.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/oci8/functions/ocistatementtype.xml
diff -u phpdoc/en/reference/oci8/functions/ocistatementtype.xml:1.2
phpdoc/en/reference/oci8/functions/ocistatementtype.xml:1.3
--- phpdoc/en/reference/oci8/functions/ocistatementtype.xml:1.2 Wed Apr 17 02:42:22
2002
+++ phpdoc/en/reference/oci8/functions/ocistatementtype.xml Mon Feb 10 22:06:15
+2003
@@ -1,35 +1,35 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocistatementtype">
<refnamediv>
- <refname>OCIStatementType</refname>
+ <refname>ocistatementtype</refname>
<refpurpose>Return the type of an OCI statement</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>string</type><methodname>OCIStatementType</methodname>
- <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+ <type>string</type><methodname>ocistatementtype</methodname>
+ <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
</methodsynopsis>
<para>
- <function>OCIStatementType</function> returns one of the following
+ <function>ocistatementtype</function> returns one of the following
values:
<orderedlist>
- <listitem><simpara>"SELECT"</simpara></listitem>
- <listitem><simpara>"UPDATE"</simpara></listitem>
- <listitem><simpara>"DELETE"</simpara></listitem>
- <listitem><simpara>"INSERT"</simpara></listitem>
- <listitem><simpara>"CREATE"</simpara></listitem>
- <listitem><simpara>"DROP"</simpara></listitem>
- <listitem><simpara>"ALTER"</simpara></listitem>
- <listitem><simpara>"BEGIN"</simpara></listitem>
- <listitem><simpara>"DECLARE"</simpara></listitem>
- <listitem><simpara>"UNKNOWN"</simpara></listitem>
+ <listitem><simpara><literal>SELECT</literal></simpara></listitem>
+ <listitem><simpara><literal>UPDATE</literal></simpara></listitem>
+ <listitem><simpara><literal>DELETE</literal></simpara></listitem>
+ <listitem><simpara><literal>INSERT</literal></simpara></listitem>
+ <listitem><simpara><literal>CREATE</literal></simpara></listitem>
+ <listitem><simpara><literal>DROP</literal></simpara></listitem>
+ <listitem><simpara><literal>ALTER</literal></simpara></listitem>
+ <listitem><simpara><literal>BEGIN</literal></simpara></listitem>
+ <listitem><simpara><literal>DECLARE</literal></simpara></listitem>
+ <listitem><simpara><literal>UNKNOWN</literal></simpara></listitem>
</orderedlist></para>
<para>
<example>
- <title><function>OCIStatementType</function> examples</title>
+ <title><function>ocistatementtype</function> examples</title>
<programlisting>
<![CDATA[
<?php
Index: phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml
diff -u phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml:1.3
phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml:1.4
--- phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml:1.3 Sun Nov 10
00:36:25 2002
+++ phpdoc/en/reference/oci8/functions/ociwritelobtofile.xml Mon Feb 10 22:06:15
+2003
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
<refentry id="function.ociwritelobtofile">
<refnamediv>
- <refname>OCIWriteLobToFile</refname>
+ <refname>ociwritelobtofile</refname>
<refpurpose>Coming soon</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>OCIWriteLobToFile</methodname>
+ <type>bool</type><methodname>ociwritelobtofile</methodname>
<methodparam><type>object</type><parameter>lob</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>start</parameter></methodparam>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php