mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Merge user comment on LOBs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291573 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
62d8f7aaaa
commit
c371744031
1 changed files with 6 additions and 2 deletions
|
@ -43,8 +43,12 @@
|
|||
The variable to contain the returned rows.
|
||||
</para>
|
||||
<para>
|
||||
See <function>oci_fetch_array</function> for information on
|
||||
how data and types are fetched.
|
||||
LOB columns are returned as strings, where Oracle supports
|
||||
conversion.
|
||||
</para>
|
||||
<para>
|
||||
See <function>oci_fetch_array</function> for more information
|
||||
on how data and types are fetched.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue