mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a5509853fd
commit
3d62f948c4
1 changed files with 2 additions and 2 deletions
|
@ -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: <input type="file" name="lob_upload"><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.
|
||||
|
|
Loading…
Reference in a new issue