Index: phpdoc/en/reference/oracle/functions/ora-columnname.xml
diff -u phpdoc/en/reference/oracle/functions/ora-columnname.xml:1.2 phpdoc/en/reference/oracle/functions/ora-columnname.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-columnname.xml:1.2 Wed Apr 17 02:42:29 2002
+++ phpdoc/en/reference/oracle/functions/ora-columnname.xml Wed Feb 12 12:57:03 2003
@@ -1,15 +1,15 @@
-
+
- Ora_ColumnName
- get name of Oracle result column
+ ora_columnname
+ Get name of Oracle result columnDescription
- stringOra_ColumnName
+ stringora_columnnameintcursorintcolumn
Index: phpdoc/en/reference/oracle/functions/ora-columnsize.xml
diff -u phpdoc/en/reference/oracle/functions/ora-columnsize.xml:1.2 phpdoc/en/reference/oracle/functions/ora-columnsize.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-columnsize.xml:1.2 Wed Apr 17 02:42:29 2002
+++ phpdoc/en/reference/oracle/functions/ora-columnsize.xml Wed Feb 12 12:57:03 2003
@@ -1,15 +1,15 @@
-
+
- Ora_ColumnSize
+ ora_columnsizeget size of Oracle result columnDescription
- intOra_ColumnSize
+ intora_columnsizeintcursorintcolumn
Index: phpdoc/en/reference/oracle/functions/ora-columntype.xml
diff -u phpdoc/en/reference/oracle/functions/ora-columntype.xml:1.2 phpdoc/en/reference/oracle/functions/ora-columntype.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-columntype.xml:1.2 Wed Apr 17 02:42:29 2002
+++ phpdoc/en/reference/oracle/functions/ora-columntype.xml Wed Feb 12 12:57:03 2003
@@ -1,16 +1,16 @@
-
+
- Ora_ColumnType
- get type of Oracle result column
+ ora_columntype
+ Get type of Oracle result columnDescription
- stringOra_ColumnType
- intcursor
+ stringora_columntype
+ resourcecursorintcolumn
Index: phpdoc/en/reference/oracle/functions/ora-commit.xml
diff -u phpdoc/en/reference/oracle/functions/ora-commit.xml:1.3 phpdoc/en/reference/oracle/functions/ora-commit.xml:1.4
--- phpdoc/en/reference/oracle/functions/ora-commit.xml:1.3 Wed Oct 23 04:13:37 2002
+++ phpdoc/en/reference/oracle/functions/ora-commit.xml Wed Feb 12 12:57:03 2003
@@ -1,9 +1,9 @@
-
+
- Ora_Commit
+ ora_commitcommit an Oracle transaction
@@ -13,14 +13,14 @@
intconn
- &return.success; Details about the
- error can be retrieved using the ora_error
- and ora_errorcode functions.
-
-
This function commits an Oracle transaction. A transaction is defined as
all the changes on a given connection since the last commit/rollback,
autocommit was turned off or when the connection was established.
+
+
+ &return.success; Details about the
+ error can be retrieved using the ora_error
+ and ora_errorcode functions.
Index: phpdoc/en/reference/oracle/functions/ora-commitoff.xml
diff -u phpdoc/en/reference/oracle/functions/ora-commitoff.xml:1.3 phpdoc/en/reference/oracle/functions/ora-commitoff.xml:1.4
--- phpdoc/en/reference/oracle/functions/ora-commitoff.xml:1.3 Wed Oct 23 04:26:52 2002
+++ phpdoc/en/reference/oracle/functions/ora-commitoff.xml Wed Feb 12 12:57:03 2003
@@ -1,9 +1,9 @@
-
+
- Ora_CommitOff
+ ora_commitoffdisable automatic commit
@@ -13,13 +13,13 @@
intconn
+ This function turns off automatic commit after each
+ ora_exec.
+
+
&return.success; Details about the error
can be retrieved using the ora_error and
ora_errorcode functions.
-
-
- This function turns off automatic commit after each
- ora_exec.
Index: phpdoc/en/reference/oracle/functions/ora-error.xml
diff -u phpdoc/en/reference/oracle/functions/ora-error.xml:1.2 phpdoc/en/reference/oracle/functions/ora-error.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-error.xml:1.2 Wed Apr 17 02:42:30 2002
+++ phpdoc/en/reference/oracle/functions/ora-error.xml Wed Feb 12 12:57:03 2003
@@ -1,15 +1,15 @@
-
+
- Ora_Error
+ ora_errorget Oracle error messageDescription
- stringOra_Error
+ stringora_errorintcursor_or_connection
Index: phpdoc/en/reference/oracle/functions/ora-errorcode.xml
diff -u phpdoc/en/reference/oracle/functions/ora-errorcode.xml:1.2 phpdoc/en/reference/oracle/functions/ora-errorcode.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-errorcode.xml:1.2 Wed Apr 17 02:42:30 2002
+++ phpdoc/en/reference/oracle/functions/ora-errorcode.xml Wed Feb 12 12:57:03 2003
@@ -1,15 +1,15 @@
-
+
- Ora_ErrorCode
+ ora_errorcodeget Oracle error codeDescription
- intOra_ErrorCode
+ intora_errorcodeintcursor_or_connection
Index: phpdoc/en/reference/oracle/functions/ora-exec.xml
diff -u phpdoc/en/reference/oracle/functions/ora-exec.xml:1.3 phpdoc/en/reference/oracle/functions/ora-exec.xml:1.4
--- phpdoc/en/reference/oracle/functions/ora-exec.xml:1.3 Wed Oct 23 04:26:52 2002
+++ phpdoc/en/reference/oracle/functions/ora-exec.xml Wed Feb 12 12:57:03 2003
@@ -1,17 +1,21 @@
-
+
- Ora_Exec
- execute parsed statement on an Oracle cursor
+ ora_exec
+ Execute parsed statement on an Oracle cursorDescription
- intora_exec
- intcursor
+ boolora_exec
+ resourcecursor
+
+ ora_exec execute the parsed statement
+ cursor, already parsed by ora_parse.
+
&return.success; Details about the error
can be retrieved using the ora_error and
Index: phpdoc/en/reference/oracle/functions/ora-fetch.xml
diff -u phpdoc/en/reference/oracle/functions/ora-fetch.xml:1.2 phpdoc/en/reference/oracle/functions/ora-fetch.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-fetch.xml:1.2 Wed Apr 17 02:42:31 2002
+++ phpdoc/en/reference/oracle/functions/ora-fetch.xml Wed Feb 12 12:57:03 2003
@@ -1,5 +1,5 @@
-
+
@@ -13,14 +13,14 @@
intcursor
+ Retrieves a row of data from the specified cursor.
+
+
Returns &true; (a row was fetched) or &false; (no more rows, or an
error occured). If an error occured, details can be retrieved
using the ora_error and
ora_errorcode functions. If there was no
error, ora_errorcode will return 0.
-
-
- Retrieves a row of data from the specified cursor.
See also ora_parse,ora_exec,
Index: phpdoc/en/reference/oracle/functions/ora-getcolumn.xml
diff -u phpdoc/en/reference/oracle/functions/ora-getcolumn.xml:1.2 phpdoc/en/reference/oracle/functions/ora-getcolumn.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-getcolumn.xml:1.2 Wed Apr 17 02:42:31 2002
+++ phpdoc/en/reference/oracle/functions/ora-getcolumn.xml Wed Feb 12 12:57:03 2003
@@ -1,10 +1,10 @@
-
+
- Ora_GetColumn
- get data from a fetched column
+ ora_getcolumn
+ Get data from a fetched columnDescription
@@ -14,15 +14,15 @@
mixedcolumn
+ Fetches the data for a column or function result.
+
+
Returns the column data. If an error occurs, &false; is returned
and ora_errorcode
will return a non-zero value. Note, however, that a test for &false;
on the results from this function may be &true; in cases where there is
not error as well (&null; result, empty string, the number 0, the
string "0").
-
-
- Fetches the data for a column or function result.
Index: phpdoc/en/reference/oracle/functions/ora-logoff.xml
diff -u phpdoc/en/reference/oracle/functions/ora-logoff.xml:1.3 phpdoc/en/reference/oracle/functions/ora-logoff.xml:1.4
--- phpdoc/en/reference/oracle/functions/ora-logoff.xml:1.3 Wed Oct 23 04:26:52 2002
+++ phpdoc/en/reference/oracle/functions/ora-logoff.xml Wed Feb 12 12:57:03 2003
@@ -1,10 +1,10 @@
-
+
- Ora_Logoff
- close an Oracle connection
+ ora_logoff
+ Close an Oracle connectionDescription
@@ -13,12 +13,12 @@
intconnection
+ Logs out the user and disconnects from the server.
+
+
&return.success; Details about the error
can be retrieved using the ora_error and
ora_errorcode functions.
-
-
- Logs out the user and disconnects from the server.
See also ora_logon.
Index: phpdoc/en/reference/oracle/functions/ora-logon.xml
diff -u phpdoc/en/reference/oracle/functions/ora-logon.xml:1.3 phpdoc/en/reference/oracle/functions/ora-logon.xml:1.4
--- phpdoc/en/reference/oracle/functions/ora-logon.xml:1.3 Tue Oct 22 04:50:58 2002
+++ phpdoc/en/reference/oracle/functions/ora-logon.xml Wed Feb 12 12:57:03 2003
@@ -1,21 +1,21 @@
-
+
- Ora_Logon
- open an Oracle connection
+ ora_logon
+ Open an Oracle connectionDescription
- intora_logon
+ resourceora_logonstringuserstringpassword
Establishes a connection between PHP and an Oracle database with the
- given username and password.
+ given username user and password password.
Connections can be made using SQL*Net
Index: phpdoc/en/reference/oracle/functions/ora-numcols.xml
diff -u phpdoc/en/reference/oracle/functions/ora-numcols.xml:1.2 phpdoc/en/reference/oracle/functions/ora-numcols.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-numcols.xml:1.2 Wed Apr 17 02:42:32 2002
+++ phpdoc/en/reference/oracle/functions/ora-numcols.xml Wed Feb 12 12:57:03 2003
@@ -1,9 +1,9 @@
-
+
- Ora_Numcols
+ ora_numcolsReturns the number of columns
Index: phpdoc/en/reference/oracle/functions/ora-numrows.xml
diff -u phpdoc/en/reference/oracle/functions/ora-numrows.xml:1.2 phpdoc/en/reference/oracle/functions/ora-numrows.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-numrows.xml:1.2 Wed Apr 17 02:42:32 2002
+++ phpdoc/en/reference/oracle/functions/ora-numrows.xml Wed Feb 12 12:57:03 2003
@@ -1,9 +1,9 @@
-
+
- Ora_Numrows
+ ora_numrowsReturns the number of rows
Index: phpdoc/en/reference/oracle/functions/ora-open.xml
diff -u phpdoc/en/reference/oracle/functions/ora-open.xml:1.2 phpdoc/en/reference/oracle/functions/ora-open.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-open.xml:1.2 Wed Apr 17 02:42:32 2002
+++ phpdoc/en/reference/oracle/functions/ora-open.xml Wed Feb 12 12:57:03 2003
@@ -1,9 +1,9 @@
-
+
- Ora_Open
+ ora_openopen an Oracle cursor
Index: phpdoc/en/reference/oracle/functions/ora-parse.xml
diff -u phpdoc/en/reference/oracle/functions/ora-parse.xml:1.2 phpdoc/en/reference/oracle/functions/ora-parse.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-parse.xml:1.2 Wed Apr 17 02:42:32 2002
+++ phpdoc/en/reference/oracle/functions/ora-parse.xml Wed Feb 12 12:57:03 2003
@@ -1,10 +1,10 @@
-
+
- Ora_Parse
- parse an SQL statement
+ ora_parse
+ Parse an SQL statement with OracleDescription
Index: phpdoc/en/reference/oracle/functions/ora-plogon.xml
diff -u phpdoc/en/reference/oracle/functions/ora-plogon.xml:1.2 phpdoc/en/reference/oracle/functions/ora-plogon.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-plogon.xml:1.2 Wed Apr 17 02:42:32 2002
+++ phpdoc/en/reference/oracle/functions/ora-plogon.xml Wed Feb 12 12:57:03 2003
@@ -1,9 +1,9 @@
-
+
- Ora_pLogon
+ ora_plogon
Open a persistent Oracle connection
@@ -17,7 +17,7 @@
Establishes a persistent connection between PHP and an Oracle database with
- the given username and password.
+ the username user and password password.
See also ora_logon.