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 @@ - + @@ -20,20 +20,20 @@ type - OCIBindByName binds the PHP variable + ocibindbyname binds the PHP variable variable to the Oracle placeholder ph_name. Whether it will be used for input or output will be determined run-time, and the necessary storage space will be allocated. The length parameter sets the maximum length for the bind. If you set length to -1 - OCIBindByName will use the current length of + ocibindbyname will use the current length of variable to set the maximum length. If you need to bind an abstract Datatype (LOB/ROWID/BFILE) you need to allocate it first using - OCINewDescriptor function. The + ocinewdescriptor function. The length is not used for abstract Datatypes and should be set to -1. The type variable tells oracle, what kind of descriptor we want to use. Possible @@ -101,10 +101,10 @@ It is a bad idea to use magic quotes and - OciBindByName simultaneously as no quoting + ocibindbyname simultaneously as no quoting is needed on quoted variables and any quotes magically applied will be written into your database as - OciBindByName is not able to distinguish + ocibindbyname is not able to distinguish magically added quotings from those added by intention. 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 @@ - + @@ -9,12 +9,12 @@ Description - boolOCICancel + boolocicancel intstmt If you do not want read more data from a cursor, then call - OCICancel. + ocicancel. 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 @@ - + - OCICollAppend + ocicollappend Coming soon Description - boolOCICollAppend + boolocicollappend objectcollection objectobject 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 @@ - + - OCICollAssign + ocicollassign Coming soon Description - boolOCICollAssign + boolocicollassign objectcollection objectobject 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 @@ - + @@ -9,7 +9,7 @@ Description - boolOCICollAssignElem + boolocicollassignelem objectcollection stringndx stringval 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 @@ - + - OCICollGetElem + ocicollgetelem Coming soon Description - stringOCICollGetElem + stringocicollgetelem objectcollection stringndx 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 @@ - + - OCICollMax + ocicollmax Coming soon Description - intOCICollMax + intocicollmax objectcollection 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 @@ - + - OCICollSize + ocicollsize Coming soon Description - intOCICollSize + intocicollsize objectcollection 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 @@ - + - OCICollTrim + ocicolltrim Coming soon Description - boolOCICollTrim + boolocicolltrim objectcollection intnum 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 @@ - + - OCIColumnIsNULL + ocicolumnisnull Test whether a result column is &null; Description - boolOCIColumnIsNULL - intstmt + boolocicolumnisnull + resourcestmt mixedcolumn - OCIColumnIsNULL returns &true; if the returned + ocicolumnisnull returns &true; if the returned column column in the result from the statement stmt 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 @@ - + - OCIColumnName + ocicolumnname Returns the name of a column Description - stringOCIColumnName + stringocicolumnname intstmt intcol - OCIColumnName returns the name of the column + ocicolumnname returns the name of the column corresponding to the column number (1-based) that is passed in. - OCIColumnName + <function>ocicolumnname</function> example - See also OCINumCols, - OCIColumnType, - and OCIColumnSize. + See also ocinumcols, + ocicolumntype, + and ocicolumnsize. 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 @@ - + - OCIColumnPrecision + ocicolumnprecision Coming soon Description - intOCIColumnPrecision + intocicolumnprecision intstmt intcol 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 @@ - + - OCIColumnScale + ocicolumnscale Coming soon Description - intOCIColumnScale + intocicolumnscale intstmt intcol 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 @@ - + - OCIColumnSize + ocicolumnsize Return result column size Description - intOCIColumnSize + intocicolumnsize intstmt mixedcolumn - OCIColumnSize returns the size of the column + ocicolumnsize 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 - col parameter. + column parameter. - OCIColumnSize + <function>ocicolumnsize</function> example - See also OCINumCols, - OCIColumnName, and - OCIColumnSize. + See also ocinumcols, + ocicolumnname, and + ocicolumnsize. 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 @@ - + - OCIColumnType + ocicolumntype Returns the data type of a column Description - mixedOCIColumnType + mixedocicolumntype intstmt intcol - OCIColumnType returns the data type of the + ocicolumntype returns the data type of the column corresponding to the column number (1-based) that is passed in. @@ -56,9 +56,9 @@ - See also OCINumCols, - OCIColumnName, - and OCIColumnSize. + See also ocinumcols, + ocicolumnname, + and ocicolumnsize. 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 @@ - + - OCIColumnTypeRaw + ocicolumntyperaw Coming soon Description - mixedOCIColumnTypeRaw + mixedocicolumntyperaw intstmt intcol 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 @@ - + @@ -13,7 +13,7 @@ intconnection - OCICommit commits all outstanding statements + ocicommit commits all outstanding statements for Oracle connection connection. &return.success; @@ -50,7 +50,7 @@ - See also OCIRollback. + See also ocirollback. 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 @@ - + @@ -11,17 +11,17 @@ Description - boolOCIDefineByName + boolocidefinebyname intstmt stringColumn-Name mixedvariable inttype - OCIDefineByName binds PHP variables for fetches + ocidefinebyname 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. - OCIDefineByName expects + ocidefinebyname expects the Column-Name 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 @@ If you need to define an abstract datatype (LOB/ROWID/BFILE) you need to allocate it first using - OCINewDescriptor function. See also the - OCIBindByName function. + ocinewdescriptor function. See also the + ocibindbyname function. OCIDefineByName 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 @@ - + OCIError - Return the last error of stmt|conn|global - + Return the last error of stmt|conn|global Description @@ -14,13 +13,13 @@ intstmt|conn|global - OCIError returns the last error found. If + ocierror returns the last error found. If the optional stmt|conn|global is not provided, the last error encountered is returned. If no error is - found, OCIError returns - &false;. OCIError returns the error as an - associative array. In this array, code - consists the oracle error code and message + found, ocierror returns + &false;. ocierror returns the error as an + associative array. In this array, code + consists the oracle error code and message the oracle errorstring. 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 @@ - + - OCIExecute + ociexecute Execute a statement Description - intOCIExecute + intociexecute intstatement intmode - OCIExecute executes a previously parsed - statement. (see OCIParse). The optional + ociexecute executes a previously parsed + statement. (see ociparse). The optional mode 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 @@ - + - OCIFetch + ocifetch Fetches the next row into result-buffer Description - boolOCIFetch + boolocifetch intstatement - OCIFetch fetches the next row (for SELECT + ocifetch fetches the next row (for SELECT statements) into the internal result-buffer. 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 @@ - + - OCIFetchInto + ocifetchinto Fetches the next row into result-array Description - intOCIFetchInto + intocifetchinto intstmt array&result intmode - OCIFetchInto fetches the next row (for SELECT + ocifetchinto fetches the next row (for SELECT statements) into the result array. - OCIFetchInto will overwrite the previous + ocifetchinto will overwrite the previous content of result. By default result will contain a zero-based array of all columns that are not &null;. @@ -29,24 +29,24 @@ are: - OCI_ASSOC Return an associative array. + OCI_ASSOC Return an associative array. - OCI_NUM Return an numbered array starting with + OCI_NUM Return an numbered array starting with zero. (DEFAULT) - OCI_RETURN_NULLS Return empty columns. + OCI_RETURN_NULLS Return empty columns. - OCI_RETURN_LOBS Return the value of a LOB + OCI_RETURN_LOBS Return the value of a LOB instead of the descriptor. - A simple <function>OCIFetchInto</function> example + A simple <function>ocifetchinto</function> example - See also OCIFetch and - OCIExecute. + See also ocifetch and + ociexecute. 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 @@ - + - OCIFetchStatement + ocifetchstatement Fetch all rows of result data into an array Description - intOCIFetchStatement - intstmt + intocifetchstatement + resourcestmt array &variable - OCIFetchStatement fetches all the rows from a + ocifetchstatement fetches all the rows from a result into a user-defined array. - OCIFetchStatement returns the number of rows + ocifetchstatement returns the number of rows fetched. - OCIFetchStatement + <function>ocifetchstatement</function> example - + - OCIFreeCollection + ocifreecollection Coming soon Description - boolOCIFreeCollection + boolocifreecollection objectlob 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 @@ - + - OCIFreeCursor + ocifreecursor Free all resources associated with a cursor @@ -11,12 +11,12 @@ Description - intOCIFreeCursor + intocifreecursor intstmt - OCIFreeCursor returns &true; if successful, or - &false; if unsuccessful. + ocifreecursor frees all resources associated with the + cursor stmt. &return.success; 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 @@ - + - OCIFreeDesc + ocifreedesc Deletes a large object descriptor Description - boolOCIFreeDesc + boolocifreedesc objectlob - OCIFreeDesc returns &true; if successful, or - &false; if unsuccessful. + ocifreedesc seletes the large object descriptor + lob. &return.success; 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 @@ - + - OCIFreeStatement + ocifreestatement Free all resources associated with a statement @@ -11,12 +11,12 @@ Description - boolOCIFreeStatement - intstmt + boolocifreestatement + resourcestmt - OCIFreeStatement returns &true; if successful, - or &false; if unsuccessful. + ocifreestatement free all resources associated + with the statement stmt.&return.success; 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 @@ - + - OCIInternalDebug + ociinternaldebug Enables or disables internal debug output @@ -11,11 +11,11 @@ Description - voidOCIInternalDebug + voidociinternaldebug intonoff - OCIInternalDebug enables internal debug + ociinternaldebug enables internal debug output. Set onoff to 0 to turn debug output off, 1 to turn it on. 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 @@ - + - OCILoadLob + ociloadlob Coming soon Description - stringOCILoadLob + stringociloadlob objectlob 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 @@ - + - OCILogOff - Disconnects from Oracle + ocilogoff + Disconnects from Oracle server Description - boolOCILogOff - intconnection + boolocilogoff + resourceconnection - OCILogOff closes an Oracle connection. + ocilogoff closes the Oracle connection + connection. - Using OCILogOff isn't usually necessary, + Using ocilogoff isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution. See also 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 @@ - + - OCILogon + ocilogon Establishes a connection to Oracle Description - intOCILogon + intocilogon stringusername stringpassword stringdb - OCILogon returns an connection identifier + ocilogon 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. Connections are shared at the page level when using - OCILogon. This means that commits and + ocilogon. This means that commits and rollbacks apply to all open transactions in the page, even if you have created multiple connections. This example demonstrates how the connections are shared. - OCILogon + <function>ocilogon</function> example "; @@ -118,8 +118,8 @@ - See also OCIPLogon and - OCINLogon. + See also ociplogon and + ocinlogon. 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 @@ - + - OCINewCollection + ocinewcollection Coming soon Description - boolOCINewCollection + boolocinewcollection intconn stringtdo stringshema 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 @@ - + - OCINewCursor + ocinewcursor Return a new cursor (Statement-Handle) @@ -11,11 +11,11 @@ Description - intOCINewCursor - intconn + resourceocinewcursor + resourceconn - OCINewCursor allocates a new statement handle + ocinewcursor allocates a new statement handle on the specified connection. 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 @@ - + - OCINewDescriptor + ocinewdescriptor Initialize a new empty LOB or FILE descriptor @@ -11,20 +11,21 @@ Description - stringOCINewDescriptor + stringocinewdescriptor intconnection inttype - OCINewDescriptor allocates storage to hold + ocinewdescriptor allocates storage to hold descriptors or LOB locators. Valid values for - type are OCI_D_FILE, OCI_D_LOB, OCI_D_ROWID. + type are OCI_D_FILE, + OCI_D_LOB and OCI_D_ROWID. 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. - OCINewDescriptor + <function>ocinewdescriptor</function> example - + - OCINLogon + ocinlogon Establishes a new connection to Oracle Description - intOCINLogon + intocinlogon stringusername stringpassword stringdb - OCINLogon creates a new connection to an + ocinlogon 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. - OCINLogon forces a new connection. This + ocinlogon 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 - OCILogon or at the web server process level - if using OCIPLogon. If you have multiple - connections open using OCINLogon, all + ocilogon or at the web server process level + if using ociplogon. If you have multiple + connections open using ocinlogon, all commits and rollbacks apply to the specified connection only. This example demonstrates how the connections are separated. - OCINLogon + <function>ocinlogon</function> example - See also OCILogon and - OCIPLogon. + See also ocilogon and + ociplogon. 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 @@ - + - OCINumCols + ocinumcols Return the number of result columns in a statement @@ -11,15 +11,15 @@ Description - intOCINumCols - intstmt + intocinumcols + resourcestmt - OCINumCols returns the number of columns in a - statement. + ocinumcols returns the number of columns in the + statement stmt. - OCINumCols + <function>ocinumcols</function> - + - OCIParse - Parse a query and return a statement + ociparse + Parse a query and return an Oracle statement Description - intOCIParse + intociparse intconn stringquery - OCIParse parses the + ociparse parses the query using conn. It returns the statement identity if the query 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 @@ - + - OCIPLogon - Connect to an Oracle database using a - persistent connection + ociplogon + + Connect to an Oracle database using a persistent connection + Description - intOCIPLogon + intociplogon stringusername stringpassword stringdb - OCIPLogon creates a persistent connection to + ociplogon 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 ORACLE_SID (Oracle instance) + or TWO_TASK (tnsnames.ora) to determine which database to connect to. - See also OCILogon and - OCINLogon. + See also ocilogon and + ocinlogon. 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 @@ - + - OCIResult + ociresult Returns column value for fetched row Description - mixedOCIResult + mixedociresult intstatement mixedcolumn - OCIResult returns the data for column + ociresult returns the data for column column in the current row (see - OCIFetch).OCIResult will + ocifetch).ociresult will return everything as strings except for abstract types (ROWIDs, LOBs and FILEs). 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 @@ - + - OCIRollback + ocirollback Rolls back outstanding transactions Description - boolOCIRollback - intconnection + boolocirollback + resourceconnection - OCIRollback rolls back all outstanding - statements for Oracle connection connection. OCIRollback - returns &true; on success and &false; otherwise. + ocirollback rolls back all outstanding + statements for Oracle connection connection. + &return.success; - See also OCICommit. + See also ocicommit. 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 @@ - + - OCIRowCount + ocirowcount Gets the number of affected rows Description - intOCIRowCount - intstatement + intocirowcount + resourcestatement - OCIRowCount returns the number of rows affected + ocirowcount 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! + of rows that a select will return! + - OCIRowCount + <function>ocirowcount</function> example - + - OCISaveLob + ocisavelob Coming soon Description - boolOCISaveLob + boolocisavelob objectlob 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 @@ - + - OCISaveLobFile + ocisavelobfile Coming soon Description - boolOCISaveLobFile + boolocisavelobfile objectlob 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 @@ - + - OCIServerVersion + ociserverversion Return a string containing server version information Description - stringOCIServerVersion - intconn + stringociserverversion + resourceconn - OCIServerVersion + <function>ociserverversion</function> example - + - OCISetPrefetch + ocisetprefetch Sets number of rows to be prefetched Description - intOCISetPrefetch - intstmt + intocisetprefetch + resourcestmt introws - 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 rows. + The default value for rows is 1 row. 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 @@ - + - OCIStatementType + ocistatementtype Return the type of an OCI statement Description - stringOCIStatementType - intstmt + stringocistatementtype + resourcestmt - OCIStatementType returns one of the following + ocistatementtype returns one of the following values: - "SELECT" - "UPDATE" - "DELETE" - "INSERT" - "CREATE" - "DROP" - "ALTER" - "BEGIN" - "DECLARE" - "UNKNOWN" + SELECT + UPDATE + DELETE + INSERT + CREATE + DROP + ALTER + BEGIN + DECLARE + UNKNOWN - <function>OCIStatementType</function> examples + <function>ocistatementtype</function> examples - + - OCIWriteLobToFile + ociwritelobtofile Coming soon Description - boolOCIWriteLobToFile + boolociwritelobtofile objectlob stringfilename intstart