bugfix in oci8.xml documentation (about returning resultarrays)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50341 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thomas Fromm 2001-06-29 12:52:59 +00:00
parent a5509853fd
commit 3d62f948c4

View file

@ -942,7 +942,7 @@ Upload file: <input type="file" name="lob_upload"><br>
statements) into the <parameter>result</parameter> array.
<function>OCIFetchInto</function> will overwrite the previous
content of <parameter>result</parameter>. By default
<parameter>result</parameter> will contain a one-based array of all
<parameter>result</parameter> will contain a zero-based array of all
columns that are not NULL.
</para>
<para>
@ -956,7 +956,7 @@ Upload file: &lt;input type="file" name="lob_upload">&lt;br>
</member>
<member>
<literal>OCI_NUM</literal> Return an numbered array starting with
one. (DEFAULT)
zero. (DEFAULT)
</member>
<member>
<literal>OCI_RETURN_NULLS</literal> Return empty columns.