Removed incorrect note as per Mike Ford's suggestion. See also ocifetch.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113162 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-01-23 18:49:52 +00:00
parent 6f712fd861
commit 0a60bf6274

View file

@ -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.ocifetchinto">
<refnamediv>
@ -22,15 +22,6 @@
<parameter>result</parameter> will contain a zero-based array of all
columns that are not &null;.
</para>
<note>
<para>
Prior to PHP 4.2.0, the <parameter>result</parameter> parameter is
passed in by reference at call time. So in these older versions of
PHP you'd use <varname>&$row</varname> in our example below. See
also <link linkend="ini.allow-call-time-pass-reference">
allow_call_time_pass_reference</link>.
</para>
</note>
<para>
The <parameter>mode</parameter> parameter allows you to change the
default behaviour. You can specify more than one flag by simply
@ -75,7 +66,8 @@ while (OCIFetchInto ($statement, $row, OCI_ASSOC)) {
</example>
</para>
<para>
See also <function>OCIExecute</function>.
See also <function>OCIFetch</function> and
<function>OCIExecute</function>.
</para>
</refsect1>
</refentry>