From 5984003d05e80abb65c50c86cf9c5be22d79bd57 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 12 Aug 2003 08:56:59 +0000 Subject: [PATCH] correcting protos adding two undocumented functions stripping useless HTML tags from examples correcting typos integrating some notes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137469 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/ocibindbyname.xml | 12 +++--- reference/oci8/functions/ocicancel.xml | 4 +- reference/oci8/functions/ocicloselob.xml | 40 ++++++++++++++++++ reference/oci8/functions/ocicollappend.xml | 5 +-- reference/oci8/functions/ocicollassign.xml | 5 +-- .../oci8/functions/ocicollassignelem.xml | 5 +-- reference/oci8/functions/ocicollgetelem.xml | 5 +-- reference/oci8/functions/ocicollmax.xml | 4 +- reference/oci8/functions/ocicollsize.xml | 4 +- reference/oci8/functions/ocicolltrim.xml | 3 +- reference/oci8/functions/ocicolumnisnull.xml | 8 ++-- reference/oci8/functions/ocicolumnname.xml | 7 +--- .../oci8/functions/ocicolumnprecision.xml | 4 +- reference/oci8/functions/ocicolumnscale.xml | 4 +- reference/oci8/functions/ocicolumnsize.xml | 16 +++----- reference/oci8/functions/ocicolumntype.xml | 7 +--- reference/oci8/functions/ocicolumntyperaw.xml | 4 +- reference/oci8/functions/ocicommit.xml | 6 +-- reference/oci8/functions/ocidefinebyname.xml | 14 +++---- reference/oci8/functions/ocierror.xml | 4 +- reference/oci8/functions/ociexecute.xml | 6 +-- reference/oci8/functions/ocifetch.xml | 6 +-- reference/oci8/functions/ocifetchinto.xml | 6 +-- .../oci8/functions/ocifetchstatement.xml | 10 ++--- .../oci8/functions/ocifreecollection.xml | 4 +- reference/oci8/functions/ocifreedesc.xml | 8 ++-- reference/oci8/functions/ocifreestatement.xml | 4 +- reference/oci8/functions/ociloadlob.xml | 4 +- reference/oci8/functions/ocilogon.xml | 8 ++-- reference/oci8/functions/ocinewcollection.xml | 8 ++-- reference/oci8/functions/ocinewdescriptor.xml | 32 ++++++++------- reference/oci8/functions/ocinlogon.xml | 4 +- reference/oci8/functions/ocinumcols.xml | 17 ++++---- reference/oci8/functions/ociparse.xml | 6 +-- reference/oci8/functions/ociplogon.xml | 4 +- reference/oci8/functions/ociresult.xml | 18 ++++---- reference/oci8/functions/ocirowcount.xml | 14 +++---- reference/oci8/functions/ocisavelob.xml | 4 +- reference/oci8/functions/ocisavelobfile.xml | 4 +- reference/oci8/functions/ocisetprefetch.xml | 4 +- reference/oci8/functions/ocistatementtype.xml | 6 +-- .../oci8/functions/ociwritelobtofile.xml | 5 +-- .../oci8/functions/ociwritetemporarylob.xml | 41 +++++++++++++++++++ 43 files changed, 227 insertions(+), 157 deletions(-) create mode 100644 reference/oci8/functions/ocicloselob.xml create mode 100644 reference/oci8/functions/ociwritetemporarylob.xml diff --git a/reference/oci8/functions/ocibindbyname.xml b/reference/oci8/functions/ocibindbyname.xml index f7034aad8e..34f8e644ae 100644 --- a/reference/oci8/functions/ocibindbyname.xml +++ b/reference/oci8/functions/ocibindbyname.xml @@ -1,5 +1,5 @@ - + @@ -12,13 +12,11 @@ Description boolocibindbyname - intstmt + resourcestmt stringph_name - mixed &variable - intlength - - inttype - + mixed&variable + intmaxlength + inttype ocibindbyname binds the PHP variable diff --git a/reference/oci8/functions/ocicancel.xml b/reference/oci8/functions/ocicancel.xml index f06992b41f..f4afd1325b 100644 --- a/reference/oci8/functions/ocicancel.xml +++ b/reference/oci8/functions/ocicancel.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolocicancel - intstmt + resourcestmt If you do not want read more data from a cursor, then call diff --git a/reference/oci8/functions/ocicloselob.xml b/reference/oci8/functions/ocicloselob.xml new file mode 100644 index 0000000000..205e654441 --- /dev/null +++ b/reference/oci8/functions/ocicloselob.xml @@ -0,0 +1,40 @@ + + + + + + ocicloselob + Closes lob descriptor + + + Description + + boolocicloselob + + + + &warn.undocumented.func; + + + + + diff --git a/reference/oci8/functions/ocicollappend.xml b/reference/oci8/functions/ocicollappend.xml index 145c09148e..a369d86b24 100644 --- a/reference/oci8/functions/ocicollappend.xml +++ b/reference/oci8/functions/ocicollappend.xml @@ -1,5 +1,5 @@ - + @@ -10,8 +10,7 @@ Description boolocicollappend - objectcollection - objectobject + stringvalue &warn.undocumented.func; diff --git a/reference/oci8/functions/ocicollassign.xml b/reference/oci8/functions/ocicollassign.xml index 60195bbef0..c4c63b7489 100644 --- a/reference/oci8/functions/ocicollassign.xml +++ b/reference/oci8/functions/ocicollassign.xml @@ -1,5 +1,5 @@ - + @@ -10,8 +10,7 @@ Description boolocicollassign - objectcollection - objectobject + objectfrom &warn.undocumented.func; diff --git a/reference/oci8/functions/ocicollassignelem.xml b/reference/oci8/functions/ocicollassignelem.xml index 31dc4d9664..d56a27b66f 100644 --- a/reference/oci8/functions/ocicollassignelem.xml +++ b/reference/oci8/functions/ocicollassignelem.xml @@ -1,5 +1,5 @@ - + @@ -10,8 +10,7 @@ Description boolocicollassignelem - objectcollection - stringndx + intndx stringval diff --git a/reference/oci8/functions/ocicollgetelem.xml b/reference/oci8/functions/ocicollgetelem.xml index ef36265589..7b745db0d3 100644 --- a/reference/oci8/functions/ocicollgetelem.xml +++ b/reference/oci8/functions/ocicollgetelem.xml @@ -1,5 +1,5 @@ - + @@ -10,8 +10,7 @@ Description stringocicollgetelem - objectcollection - stringndx + intndx &warn.undocumented.func; diff --git a/reference/oci8/functions/ocicollmax.xml b/reference/oci8/functions/ocicollmax.xml index eba9f6a660..aac181a1d5 100644 --- a/reference/oci8/functions/ocicollmax.xml +++ b/reference/oci8/functions/ocicollmax.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ Description intocicollmax - objectcollection + &warn.undocumented.func; diff --git a/reference/oci8/functions/ocicollsize.xml b/reference/oci8/functions/ocicollsize.xml index 81accbeacb..aba601c55a 100644 --- a/reference/oci8/functions/ocicollsize.xml +++ b/reference/oci8/functions/ocicollsize.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description intocicollsize - objectcollection + &warn.undocumented.func; diff --git a/reference/oci8/functions/ocicolltrim.xml b/reference/oci8/functions/ocicolltrim.xml index db1fc474e7..92a1ddd047 100644 --- a/reference/oci8/functions/ocicolltrim.xml +++ b/reference/oci8/functions/ocicolltrim.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,6 @@ Description boolocicolltrim - objectcollection intnum diff --git a/reference/oci8/functions/ocicolumnisnull.xml b/reference/oci8/functions/ocicolumnisnull.xml index 4ae1d53d8e..083e5fc39b 100644 --- a/reference/oci8/functions/ocicolumnisnull.xml +++ b/reference/oci8/functions/ocicolumnisnull.xml @@ -1,5 +1,5 @@ - + @@ -11,14 +11,14 @@ boolocicolumnisnull resourcestmt - mixedcolumn + mixedcol 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 - col parameter. + the column-number (1-Based) or the column-name, in uppercase, for the + col parameter. diff --git a/reference/oci8/functions/ocicolumnname.xml b/reference/oci8/functions/ocicolumnname.xml index 6ffe239d7d..fbc1995a60 100644 --- a/reference/oci8/functions/ocicolumnname.xml +++ b/reference/oci8/functions/ocicolumnname.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description stringocicolumnname - intstmt + resourcestmt intcol @@ -23,7 +23,6 @@
\n";   
     $conn = OCILogon("scott", "tiger");
     $stmt = OCIParse($conn,"select * from emp");
     OCIExecute($stmt);
@@ -47,8 +46,6 @@
     print "\n"; 
     OCIFreeStatement($stmt);  
     OCILogoff($conn);   
-    print "
"; - print "\n"; ?> ]]>
diff --git a/reference/oci8/functions/ocicolumnprecision.xml b/reference/oci8/functions/ocicolumnprecision.xml index 93e804c53c..ea896d6db0 100644 --- a/reference/oci8/functions/ocicolumnprecision.xml +++ b/reference/oci8/functions/ocicolumnprecision.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description intocicolumnprecision - intstmt + resourcestmt intcol diff --git a/reference/oci8/functions/ocicolumnscale.xml b/reference/oci8/functions/ocicolumnscale.xml index ff5eebb3fc..500ca521df 100644 --- a/reference/oci8/functions/ocicolumnscale.xml +++ b/reference/oci8/functions/ocicolumnscale.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description intocicolumnscale - intstmt + resourcestmt intcol diff --git a/reference/oci8/functions/ocicolumnsize.xml b/reference/oci8/functions/ocicolumnsize.xml index 7c19944b53..98e66fa547 100644 --- a/reference/oci8/functions/ocicolumnsize.xml +++ b/reference/oci8/functions/ocicolumnsize.xml @@ -1,5 +1,5 @@ - + @@ -10,14 +10,14 @@ Description intocicolumnsize - intstmt + resourcestmt mixedcolumn 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 - column parameter. + the column-number (1-Based) or the column-name for the + column parameter. @@ -25,7 +25,6 @@
\n";   
     $conn = OCILogon("scott", "tiger");
     $stmt = OCIParse($conn,"select * from emp");
     OCIExecute($stmt);
@@ -49,17 +48,14 @@
     print "";
     OCIFreeStatement($stmt);  
     OCILogoff($conn);   
-    print "
"; - print "\n"; ?> ]]>
- See also ocinumcols, - ocicolumnname, and - ocicolumnsize. + See also ocinumcols and + ocicolumnname.
diff --git a/reference/oci8/functions/ocicolumntype.xml b/reference/oci8/functions/ocicolumntype.xml index 08fa769931..82bea3bb6c 100644 --- a/reference/oci8/functions/ocicolumntype.xml +++ b/reference/oci8/functions/ocicolumntype.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description mixedocicolumntype - intstmt + resourcestmt intcol @@ -24,7 +24,6 @@
\n";   
     $conn = OCILogon("scott", "tiger");
     $stmt = OCIParse($conn,"select * from emp");
     OCIExecute($stmt);
@@ -48,8 +47,6 @@
     print "\n"; 
     OCIFreeStatement($stmt);  
     OCILogoff($conn);   
-    print "
"; - print "\n"; ?> ]]>
diff --git a/reference/oci8/functions/ocicolumntyperaw.xml b/reference/oci8/functions/ocicolumntyperaw.xml index 907cb5f931..63aab011f8 100644 --- a/reference/oci8/functions/ocicolumntyperaw.xml +++ b/reference/oci8/functions/ocicolumntyperaw.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description mixedocicolumntyperaw - intstmt + resourcestmt intcol diff --git a/reference/oci8/functions/ocicommit.xml b/reference/oci8/functions/ocicommit.xml index 137b11d0b8..c3a3abd6c4 100644 --- a/reference/oci8/functions/ocicommit.xml +++ b/reference/oci8/functions/ocicommit.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolocicommit - intconnection + resourceconnection ocicommit commits all outstanding statements @@ -18,7 +18,7 @@ &return.success; - This example demonstrates how OCICommit is used. + This example demonstrates how ocicommit is used. <function>ocicommit</function> example diff --git a/reference/oci8/functions/ocidefinebyname.xml b/reference/oci8/functions/ocidefinebyname.xml index 415692bb2b..69d3d390b6 100644 --- a/reference/oci8/functions/ocidefinebyname.xml +++ b/reference/oci8/functions/ocidefinebyname.xml @@ -1,5 +1,5 @@ - + @@ -12,9 +12,9 @@ Description boolocidefinebyname - intstmt - stringColumn-Name - mixedvariable + resourcestmt + stringcolumn-name + mixed&variable inttype @@ -22,14 +22,14 @@ of SQL-Columns. Be careful that Oracle uses ALL-UPPERCASE column-names, whereby in your select you can also write lowercase. ocidefinebyname expects - the Column-Name to be in uppercase. If you - define a variable that doesn't exists in you select statement, no + the column-name to be in uppercase. If you + define a variable that doesn't exists in your select statement, no error will be given! If you need to define an abstract datatype (LOB/ROWID/BFILE) you need to allocate it first using - ocinewdescriptor function. See also the + ocinewdescriptor. See also the ocibindbyname function. diff --git a/reference/oci8/functions/ocierror.xml b/reference/oci8/functions/ocierror.xml index db45714020..8235f3079f 100644 --- a/reference/oci8/functions/ocierror.xml +++ b/reference/oci8/functions/ocierror.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description arrayocierror - intstmt|conn|global + resourcestmt|conn|global ocierror returns the last error found. If diff --git a/reference/oci8/functions/ociexecute.xml b/reference/oci8/functions/ociexecute.xml index bf45c7139b..213b9ba7b2 100644 --- a/reference/oci8/functions/ociexecute.xml +++ b/reference/oci8/functions/ociexecute.xml @@ -1,5 +1,5 @@ - + @@ -9,8 +9,8 @@ Description - intociexecute - intstatement + boolociexecute + resourcestmt intmode diff --git a/reference/oci8/functions/ocifetch.xml b/reference/oci8/functions/ocifetch.xml index e5d208be6f..535009e28d 100644 --- a/reference/oci8/functions/ocifetch.xml +++ b/reference/oci8/functions/ocifetch.xml @@ -1,5 +1,5 @@ - + @@ -10,11 +10,11 @@ Description boolocifetch - intstatement + resourcestmt ocifetch fetches the next row (for SELECT - statements) into the internal result-buffer. + statements) into the internal result-buffer. &return.success; diff --git a/reference/oci8/functions/ocifetchinto.xml b/reference/oci8/functions/ocifetchinto.xml index 76298c272a..c7a58c7356 100644 --- a/reference/oci8/functions/ocifetchinto.xml +++ b/reference/oci8/functions/ocifetchinto.xml @@ -1,16 +1,16 @@ - + ocifetchinto - Fetches the next row into result-array + Fetches the next row into an array Description intocifetchinto - intstmt + resourcestmt array&result intmode diff --git a/reference/oci8/functions/ocifetchstatement.xml b/reference/oci8/functions/ocifetchstatement.xml index e3a9eb4c2e..cbaa69c2e3 100644 --- a/reference/oci8/functions/ocifetchstatement.xml +++ b/reference/oci8/functions/ocifetchstatement.xml @@ -1,5 +1,5 @@ - + @@ -11,10 +11,10 @@ intocifetchstatement resourcestmt - array &variable - intskip - intmaxrows - intflags + array&output + intskip + intmaxrows + intflags ocifetchstatement fetches all the rows from a diff --git a/reference/oci8/functions/ocifreecollection.xml b/reference/oci8/functions/ocifreecollection.xml index d058c127bd..052d80ff37 100644 --- a/reference/oci8/functions/ocifreecollection.xml +++ b/reference/oci8/functions/ocifreecollection.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolocifreecollection - objectlob + &warn.undocumented.func; diff --git a/reference/oci8/functions/ocifreedesc.xml b/reference/oci8/functions/ocifreedesc.xml index 971c759fad..3c70fe1b0d 100644 --- a/reference/oci8/functions/ocifreedesc.xml +++ b/reference/oci8/functions/ocifreedesc.xml @@ -1,5 +1,5 @@ - + @@ -10,11 +10,11 @@ Description boolocifreedesc - objectlob + - ocifreedesc deletes the large object descriptor - lob. &return.success; + ocifreedesc deletes a large object descriptor. + &return.success; diff --git a/reference/oci8/functions/ocifreestatement.xml b/reference/oci8/functions/ocifreestatement.xml index f5d7c8f274..a56ce0df87 100644 --- a/reference/oci8/functions/ocifreestatement.xml +++ b/reference/oci8/functions/ocifreestatement.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ ocifreestatement free all resources associated - with the statement stmt.&return.success; + with the statement stmt. &return.success; diff --git a/reference/oci8/functions/ociloadlob.xml b/reference/oci8/functions/ociloadlob.xml index 2e48645c1a..61f75f42a3 100644 --- a/reference/oci8/functions/ociloadlob.xml +++ b/reference/oci8/functions/ociloadlob.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description stringociloadlob - objectlob + &warn.undocumented.func; diff --git a/reference/oci8/functions/ocilogon.xml b/reference/oci8/functions/ocilogon.xml index 039ca2d4a9..033f17774b 100644 --- a/reference/oci8/functions/ocilogon.xml +++ b/reference/oci8/functions/ocilogon.xml @@ -1,5 +1,5 @@ - + @@ -35,7 +35,7 @@
";
+print "
";
 $db = "";
 
 $c1 = ocilogon("scott","tiger",$db);
@@ -81,7 +81,7 @@ function select_data($conn)
   ociexecute($stmt,OCI_DEFAULT);
   echo $conn."----selecting\n\n";
   while (ocifetch($stmt))
-    echo $conn." <".ociresult($stmt,"TEST").">\n\n";
+    echo $conn." [".ociresult($stmt,"TEST")."]\n\n";
   echo $conn."----done\n\n";
 }
 
@@ -111,7 +111,7 @@ select_data($c1);   // No rows returned
 select_data($c2);   // No rows returned
 
 drop_table($c1);
-print "
"; +print "
"; ?> ]]>
diff --git a/reference/oci8/functions/ocinewcollection.xml b/reference/oci8/functions/ocinewcollection.xml index bf66e3f5c6..2c64f7438e 100644 --- a/reference/oci8/functions/ocinewcollection.xml +++ b/reference/oci8/functions/ocinewcollection.xml @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ Description - boolocinewcollection - intconn + objectocinewcollection + resourceconnection stringtdo - stringshema + stringschema &warn.undocumented.func; diff --git a/reference/oci8/functions/ocinewdescriptor.xml b/reference/oci8/functions/ocinewdescriptor.xml index 8a94d1c18e..e77b75b879 100644 --- a/reference/oci8/functions/ocinewdescriptor.xml +++ b/reference/oci8/functions/ocinewdescriptor.xml @@ -1,5 +1,5 @@ - + @@ -11,8 +11,8 @@ Description - stringocinewdescriptor - intconnection + objectocinewdescriptor + resourceconnection inttype @@ -24,9 +24,10 @@ associated with the descriptor, for BFILE only the load method exists. See the second example usage hints. - - <function>ocinewdescriptor</function> example - + + + <function>ocinewdescriptor</function> example + ]]> - - + +
} ?> ]]> -
-
- - <function>ocinewdescriptor</function> second example - + + + + <function>ocinewdescriptor</function> second example +
OCIFreeStatement($stmt); ?> ]]> -
-
+
+
+
diff --git a/reference/oci8/functions/ocinlogon.xml b/reference/oci8/functions/ocinlogon.xml index ce7f1350c3..4e7d061688 100644 --- a/reference/oci8/functions/ocinlogon.xml +++ b/reference/oci8/functions/ocinlogon.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - intocinlogon + resourceocinlogon stringusername stringpassword stringdb diff --git a/reference/oci8/functions/ocinumcols.xml b/reference/oci8/functions/ocinumcols.xml index a8e64c1535..deccfd2383 100644 --- a/reference/oci8/functions/ocinumcols.xml +++ b/reference/oci8/functions/ocinumcols.xml @@ -1,5 +1,5 @@ - + @@ -18,12 +18,13 @@ ocinumcols returns the number of columns in the statement stmt.
- - <function>ocinumcols</function> example - + + + <function>ocinumcols</function> example +
\n";   
+    print "
\n";   
     $conn = OCILogon("scott", "tiger");
     $stmt = OCIParse($conn,"select * from emp");
     OCIExecute($stmt);
@@ -40,11 +41,11 @@
     OCIFreeStatement($stmt);  
     OCILogoff($conn);   
     print "
"; - print "\n"; ?> ]]> - - + + + diff --git a/reference/oci8/functions/ociparse.xml b/reference/oci8/functions/ociparse.xml index e947257aba..46f85d190e 100644 --- a/reference/oci8/functions/ociparse.xml +++ b/reference/oci8/functions/ociparse.xml @@ -1,5 +1,5 @@ - + @@ -9,8 +9,8 @@ Description - intociparse - intconn + resourceociparse + resourceconn stringquery diff --git a/reference/oci8/functions/ociplogon.xml b/reference/oci8/functions/ociplogon.xml index bece4ae870..ea77167337 100644 --- a/reference/oci8/functions/ociplogon.xml +++ b/reference/oci8/functions/ociplogon.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ Description - intociplogon + resourceociplogon stringusername stringpassword stringdb diff --git a/reference/oci8/functions/ociresult.xml b/reference/oci8/functions/ociresult.xml index 932ecb29d7..39ec497615 100644 --- a/reference/oci8/functions/ociresult.xml +++ b/reference/oci8/functions/ociresult.xml @@ -1,5 +1,5 @@ - + @@ -10,15 +10,19 @@ Description mixedociresult - intstatement - mixedcolumn + resourcestatement + mixedcol ociresult returns the data for column - column in the current row (see - ocifetch).ociresult will - return everything as strings except for abstract types (ROWIDs, - LOBs and FILEs). + column in the current row (see + ocifetch). ociresult will + return everything as strings except for abstract types (ROWIDs, + LOBs and FILEs). + + + You can either use the column-number (1-Based) or the column-name, + in uppercase, for the col parameter. diff --git a/reference/oci8/functions/ocirowcount.xml b/reference/oci8/functions/ocirowcount.xml index 6c179af217..e007216bf3 100644 --- a/reference/oci8/functions/ocirowcount.xml +++ b/reference/oci8/functions/ocirowcount.xml @@ -1,5 +1,5 @@ - + @@ -10,20 +10,20 @@ Description intocirowcount - resourcestatement + resourcestmt 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! - + for eg update-statements. This function will not tell you the number + of rows that a select will return! + <function>ocirowcount</function> example
";
+    print "
";
     $conn = OCILogon("scott","tiger");
     $stmt = OCIParse($conn,"create table emp2 as select * from emp");
     OCIExecute($stmt);
@@ -38,7 +38,7 @@
     OCIExecute($stmt);
     OCIFreeStatement($stmt);
     OCILogOff($conn);
-    print "
"; + print "
"; ?> ]]>
diff --git a/reference/oci8/functions/ocisavelob.xml b/reference/oci8/functions/ocisavelob.xml index 57f80717f4..0deb58850b 100644 --- a/reference/oci8/functions/ocisavelob.xml +++ b/reference/oci8/functions/ocisavelob.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolocisavelob - objectlob + &warn.undocumented.func; diff --git a/reference/oci8/functions/ocisavelobfile.xml b/reference/oci8/functions/ocisavelobfile.xml index aed33ba76c..051b134dc8 100644 --- a/reference/oci8/functions/ocisavelobfile.xml +++ b/reference/oci8/functions/ocisavelobfile.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolocisavelobfile - objectlob + &warn.undocumented.func; diff --git a/reference/oci8/functions/ocisetprefetch.xml b/reference/oci8/functions/ocisetprefetch.xml index 92f82639ee..9bb065b11e 100644 --- a/reference/oci8/functions/ocisetprefetch.xml +++ b/reference/oci8/functions/ocisetprefetch.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - intocisetprefetch + boolocisetprefetch resourcestmt introws diff --git a/reference/oci8/functions/ocistatementtype.xml b/reference/oci8/functions/ocistatementtype.xml index 6b7d612c84..6d1b0a4148 100644 --- a/reference/oci8/functions/ocistatementtype.xml +++ b/reference/oci8/functions/ocistatementtype.xml @@ -1,5 +1,5 @@ - + @@ -33,7 +33,7 @@
";
+    print "
";
     $conn = OCILogon("scott","tiger");
     $sql  = "delete from emp where deptno = 10";
    
@@ -43,7 +43,7 @@
     }
    
     OCILogoff($conn);
-    print "
"; + print "
"; ?> ]]>
diff --git a/reference/oci8/functions/ociwritelobtofile.xml b/reference/oci8/functions/ociwritelobtofile.xml index 99a1df9c30..63ba0a75af 100644 --- a/reference/oci8/functions/ociwritelobtofile.xml +++ b/reference/oci8/functions/ociwritelobtofile.xml @@ -1,5 +1,5 @@ - + @@ -10,10 +10,9 @@ Description boolociwritelobtofile - objectlob stringfilename intstart - intlenght + intlength &warn.undocumented.func; diff --git a/reference/oci8/functions/ociwritetemporarylob.xml b/reference/oci8/functions/ociwritetemporarylob.xml new file mode 100644 index 0000000000..9e295a0c19 --- /dev/null +++ b/reference/oci8/functions/ociwritetemporarylob.xml @@ -0,0 +1,41 @@ + + + + + + ociwritetemporarylob + Writes temporary blob + + + Description + + boolociwritetemporarylob + stringvar + intlob_type + + + &warn.undocumented.func; + + + + +