mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
635b405ff5
commit
5984003d05
43 changed files with 227 additions and 157 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ocibindbyname">
|
||||
<refnamediv>
|
||||
|
@ -12,13 +12,11 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocibindbyname</methodname>
|
||||
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>ph_name</parameter></methodparam>
|
||||
<methodparam><type>mixed &</type><parameter>variable</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>length</parameter></methodparam>
|
||||
<methodparam choice="opt">
|
||||
<type>int</type><parameter>type</parameter>
|
||||
</methodparam>
|
||||
<methodparam><type>mixed</type><parameter>&variable</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>maxlength</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ocibindbyname</function> binds the PHP variable
|
||||
|
|
|
@ -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.28 -->
|
||||
<refentry id="function.ocicancel">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocicancel</methodname>
|
||||
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
If you do not want read more data from a cursor, then call
|
||||
|
|
40
reference/oci8/functions/ocicloselob.xml
Normal file
40
reference/oci8/functions/ocicloselob.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.ocicloselob">
|
||||
<refnamediv>
|
||||
<refname>ocicloselob</refname>
|
||||
<refpurpose>Closes lob descriptor</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocicloselob</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
|
@ -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.23 -->
|
||||
<refentry id="function.ocicollappend">
|
||||
<refnamediv>
|
||||
|
@ -10,8 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocicollappend</methodname>
|
||||
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -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.39 -->
|
||||
<refentry id="function.ocicollassign">
|
||||
<refnamediv>
|
||||
|
@ -10,8 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocicollassign</methodname>
|
||||
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>from</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -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.23 -->
|
||||
<refentry id="function.ocicollassignelem">
|
||||
<refnamediv>
|
||||
|
@ -10,8 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocicollassignelem</methodname>
|
||||
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>ndx</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>ndx</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>val</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.ocicollgetelem">
|
||||
<refnamediv>
|
||||
|
@ -10,8 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ocicollgetelem</methodname>
|
||||
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>ndx</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>ndx</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -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.23 -->
|
||||
<refentry id="function.ocicollmax">
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ocicollmax</methodname>
|
||||
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -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.23 -->
|
||||
<refentry id="function.ocicollsize">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ocicollsize</methodname>
|
||||
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -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.23 -->
|
||||
<refentry id="function.ocicolltrim">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,6 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocicolltrim</methodname>
|
||||
<methodparam><type>object</type><parameter>collection</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>num</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ocicolumnisnull">
|
||||
<refnamediv>
|
||||
|
@ -11,14 +11,14 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocicolumnisnull</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>col</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<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
|
||||
<parameter>col</parameter> parameter.
|
||||
the column-number (1-Based) or the column-name, in uppercase, for the
|
||||
<parameter>col</parameter> parameter.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -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.15 -->
|
||||
<refentry id="function.ocicolumnname">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ocicolumnname</methodname>
|
||||
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>col</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
|
@ -23,7 +23,6 @@
|
|||
<programlisting>
|
||||
<![CDATA[
|
||||
<?php
|
||||
print "<HTML><PRE>\n";
|
||||
$conn = OCILogon("scott", "tiger");
|
||||
$stmt = OCIParse($conn,"select * from emp");
|
||||
OCIExecute($stmt);
|
||||
|
@ -47,8 +46,6 @@
|
|||
print "</TABLE>\n";
|
||||
OCIFreeStatement($stmt);
|
||||
OCILogoff($conn);
|
||||
print "</PRE>";
|
||||
print "</HTML>\n";
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.ocicolumnprecision">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ocicolumnprecision</methodname>
|
||||
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>col</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.ocicolumnscale">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ocicolumnscale</methodname>
|
||||
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>col</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -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.15 -->
|
||||
<refentry id="function.ocicolumnsize">
|
||||
<refnamediv>
|
||||
|
@ -10,14 +10,14 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ocicolumnsize</methodname>
|
||||
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<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>column</parameter> parameter.
|
||||
the column-number (1-Based) or the column-name for the
|
||||
<parameter>column</parameter> parameter.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
@ -25,7 +25,6 @@
|
|||
<programlisting>
|
||||
<![CDATA[
|
||||
<?php
|
||||
print "<HTML><PRE>\n";
|
||||
$conn = OCILogon("scott", "tiger");
|
||||
$stmt = OCIParse($conn,"select * from emp");
|
||||
OCIExecute($stmt);
|
||||
|
@ -49,17 +48,14 @@
|
|||
print "</TABLE>";
|
||||
OCIFreeStatement($stmt);
|
||||
OCILogoff($conn);
|
||||
print "</PRE>";
|
||||
print "</HTML>\n";
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>ocinumcols</function>,
|
||||
<function>ocicolumnname</function>, and
|
||||
<function>ocicolumnsize</function>.
|
||||
See also <function>ocinumcols</function> and
|
||||
<function>ocicolumnname</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ocicolumntype">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>ocicolumntype</methodname>
|
||||
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>col</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
|
@ -24,7 +24,6 @@
|
|||
<programlisting>
|
||||
<![CDATA[
|
||||
<?php
|
||||
print "<HTML><PRE>\n";
|
||||
$conn = OCILogon("scott", "tiger");
|
||||
$stmt = OCIParse($conn,"select * from emp");
|
||||
OCIExecute($stmt);
|
||||
|
@ -48,8 +47,6 @@
|
|||
print "</TABLE>\n";
|
||||
OCIFreeStatement($stmt);
|
||||
OCILogoff($conn);
|
||||
print "</PRE>";
|
||||
print "</HTML>\n";
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.ocicolumntyperaw">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>ocicolumntyperaw</methodname>
|
||||
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>col</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ocicommit">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocicommit</methodname>
|
||||
<methodparam><type>int</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ocicommit</function> commits all outstanding statements
|
||||
|
@ -18,7 +18,7 @@
|
|||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
This example demonstrates how OCICommit is used.
|
||||
This example demonstrates how <function>ocicommit</function> is used.
|
||||
<example>
|
||||
<title><function>ocicommit</function> example</title>
|
||||
<programlisting>
|
||||
|
|
|
@ -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.ocidefinebyname">
|
||||
<refnamediv>
|
||||
|
@ -12,9 +12,9 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<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><type>resource</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>
|
||||
|
@ -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.
|
||||
<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
|
||||
the <parameter>column-name</parameter> to be in uppercase. If you
|
||||
define a variable that doesn't exists in your select statement, no
|
||||
error will be given!
|
||||
</para>
|
||||
<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>ocinewdescriptor</function>. See also the
|
||||
<function>ocibindbyname</function> function.
|
||||
</para>
|
||||
<example>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ocierror">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>ocierror</methodname>
|
||||
<methodparam choice="opt"><type>int</type><parameter>stmt|conn|global</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>stmt|conn|global</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
<function>ocierror</function> returns the last error found. If
|
||||
|
|
|
@ -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.ociexecute">
|
||||
<refnamediv>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ociexecute</methodname>
|
||||
<methodparam><type>int</type><parameter>statement</parameter></methodparam>
|
||||
<type>bool</type><methodname>ociexecute</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ocifetch">
|
||||
<refnamediv>
|
||||
|
@ -10,11 +10,11 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocifetch</methodname>
|
||||
<methodparam><type>int</type><parameter>statement</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ocifetch</function> fetches the next row (for SELECT
|
||||
statements) into the internal result-buffer.
|
||||
statements) into the internal result-buffer. &return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ocifetchinto">
|
||||
<refnamediv>
|
||||
<refname>ocifetchinto</refname>
|
||||
<refpurpose>Fetches the next row into result-array</refpurpose>
|
||||
<refpurpose>Fetches the next row into an array</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ocifetchinto</methodname>
|
||||
<methodparam><type>int</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>&result</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ocifetchstatement">
|
||||
<refnamediv>
|
||||
|
@ -11,10 +11,10 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>ocifetchstatement</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>array &</type><parameter>variable</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>skip</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>maxrows</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>&output</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>skip</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>maxrows</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ocifetchstatement</function> fetches all the rows from a
|
||||
|
|
|
@ -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.23 -->
|
||||
<refentry id="function.ocifreecollection">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocifreecollection</methodname>
|
||||
<methodparam><type>object</type><parameter>lob</parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -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.ocifreedesc">
|
||||
<refnamediv>
|
||||
|
@ -10,11 +10,11 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocifreedesc</methodname>
|
||||
<methodparam><type>object</type><parameter>lob</parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ocifreedesc</function> deletes the large object descriptor
|
||||
<parameter>lob</parameter>. &return.success;
|
||||
<function>ocifreedesc</function> deletes a large object descriptor.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ocifreestatement">
|
||||
<refnamediv>
|
||||
|
@ -16,7 +16,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ocifreestatement</function> free all resources associated
|
||||
with the statement <parameter>stmt</parameter>.&return.success;
|
||||
with the statement <parameter>stmt</parameter>. &return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.ociloadlob">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ociloadlob</methodname>
|
||||
<methodparam><type>object</type><parameter>lob</parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -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.ocilogon">
|
||||
<refnamediv>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<programlisting>
|
||||
<![CDATA[
|
||||
<?php
|
||||
print "<HTML><PRE>";
|
||||
print "<PRE>";
|
||||
$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 "</PRE></HTML>";
|
||||
print "</PRE>";
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
|
@ -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.23 -->
|
||||
<refentry id="function.ocinewcollection">
|
||||
<refnamediv>
|
||||
|
@ -9,10 +9,10 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocinewcollection</methodname>
|
||||
<methodparam><type>int</type><parameter>conn</parameter></methodparam>
|
||||
<type>object</type><methodname>ocinewcollection</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>tdo</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>shema</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>schema</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -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.ocinewdescriptor">
|
||||
<refnamediv>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ocinewdescriptor</methodname>
|
||||
<methodparam><type>int</type><parameter>connection</parameter></methodparam>
|
||||
<type>object</type><methodname>ocinewdescriptor</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -24,9 +24,10 @@
|
|||
associated with the descriptor, for BFILE only the load method
|
||||
exists. See the second example usage hints.
|
||||
</para>
|
||||
<example>
|
||||
<title><function>ocinewdescriptor</function> example</title>
|
||||
<programlisting>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>ocinewdescriptor</function> example</title>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
<?php
|
||||
/* This script is designed to be called from a HTML form.
|
||||
|
@ -56,8 +57,8 @@
|
|||
OCILogoff($conn);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
<programlisting>
|
||||
</programlisting>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
<?php
|
||||
/* This script demonstrates file upload to LOB columns
|
||||
|
@ -98,11 +99,11 @@ Upload file: <input type="file" name="lob_upload"><br>
|
|||
}
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<example>
|
||||
<title><function>ocinewdescriptor</function> second example</title>
|
||||
<programlisting>
|
||||
</programlisting>
|
||||
</example>
|
||||
<example>
|
||||
<title><function>ocinewdescriptor</function> second example</title>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
<?php
|
||||
/* Calling PL/SQL stored procedures which contain clobs as input
|
||||
|
@ -130,8 +131,9 @@ Upload file: <input type="file" name="lob_upload"><br>
|
|||
OCIFreeStatement($stmt);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -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.15 -->
|
||||
<refentry id="function.ocinlogon">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ocinlogon</methodname>
|
||||
<type>resource</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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ocinumcols">
|
||||
<refnamediv>
|
||||
|
@ -18,12 +18,13 @@
|
|||
<function>ocinumcols</function> returns the number of columns in the
|
||||
statement <parameter>stmt</parameter>.
|
||||
</para>
|
||||
<example>
|
||||
<title><function>ocinumcols</function> example</title>
|
||||
<programlisting>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>ocinumcols</function> example</title>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
<?php
|
||||
print "<HTML><PRE>\n";
|
||||
print "<PRE>\n";
|
||||
$conn = OCILogon("scott", "tiger");
|
||||
$stmt = OCIParse($conn,"select * from emp");
|
||||
OCIExecute($stmt);
|
||||
|
@ -40,11 +41,11 @@
|
|||
OCIFreeStatement($stmt);
|
||||
OCILogoff($conn);
|
||||
print "</PRE>";
|
||||
print "</HTML>\n";
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ociparse">
|
||||
<refnamediv>
|
||||
|
@ -9,8 +9,8 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ociparse</methodname>
|
||||
<methodparam><type>int</type><parameter>conn</parameter></methodparam>
|
||||
<type>resource</type><methodname>ociparse</methodname>
|
||||
<methodparam><type>resource</type><parameter>conn</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
|
|
|
@ -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.15 -->
|
||||
<refentry id="function.ociplogon">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ociplogon</methodname>
|
||||
<type>resource</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>
|
||||
|
|
|
@ -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.ociresult">
|
||||
<refnamediv>
|
||||
|
@ -10,15 +10,19 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>ociresult</methodname>
|
||||
<methodparam><type>int</type><parameter>statement</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>col</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ociresult</function> returns the data for column
|
||||
<parameter>column</parameter> in the current row (see
|
||||
<function>ocifetch</function>).<function>ociresult</function> will
|
||||
return everything as strings except for abstract types (ROWIDs,
|
||||
LOBs and FILEs).
|
||||
<parameter>column</parameter> in the current row (see
|
||||
<function>ocifetch</function>). <function>ociresult</function> will
|
||||
return everything as strings except for abstract types (ROWIDs,
|
||||
LOBs and FILEs).
|
||||
</para>
|
||||
<para>
|
||||
You can either use the column-number (1-Based) or the column-name,
|
||||
in uppercase, for the <parameter>col</parameter> parameter.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -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.ocirowcount">
|
||||
<refnamediv>
|
||||
|
@ -10,20 +10,20 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ocirowcount</methodname>
|
||||
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<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>
|
||||
for eg update-statements. This function will not tell you the number
|
||||
of rows that a select will return!
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>ocirowcount</function> example</title>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
<?php
|
||||
print "<HTML><PRE>";
|
||||
print "<PRE>";
|
||||
$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 "</PRE></HTML>";
|
||||
print "</PRE>";
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
|
@ -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.23 -->
|
||||
<refentry id="function.ocisavelob">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocisavelob</methodname>
|
||||
<methodparam><type>object</type><parameter>lob</parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -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.23 -->
|
||||
<refentry id="function.ocisavelobfile">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ocisavelobfile</methodname>
|
||||
<methodparam><type>object</type><parameter>lob</parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -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.ocisetprefetch">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ocisetprefetch</methodname>
|
||||
<type>bool</type><methodname>ocisetprefetch</methodname>
|
||||
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>rows</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -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.ocistatementtype">
|
||||
<refnamediv>
|
||||
|
@ -33,7 +33,7 @@
|
|||
<programlisting>
|
||||
<![CDATA[
|
||||
<?php
|
||||
print "<HTML><PRE>";
|
||||
print "<PRE>";
|
||||
$conn = OCILogon("scott","tiger");
|
||||
$sql = "delete from emp where deptno = 10";
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
|
||||
OCILogoff($conn);
|
||||
print "</PRE></HTML>";
|
||||
print "</PRE>";
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
|
@ -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.23 -->
|
||||
<refentry id="function.ociwritelobtofile">
|
||||
<refnamediv>
|
||||
|
@ -10,10 +10,9 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<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>
|
||||
<methodparam choice="opt"><type>int</type><parameter>lenght</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
41
reference/oci8/functions/ociwritetemporarylob.xml
Normal file
41
reference/oci8/functions/ociwritetemporarylob.xml
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.ociwritetemporarylob">
|
||||
<refnamediv>
|
||||
<refname>ociwritetemporarylob</refname>
|
||||
<refpurpose>Writes temporary blob</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ociwritetemporarylob</methodname>
|
||||
<methodparam><type>string</type><parameter>var</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>lob_type</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
Loading…
Reference in a new issue