mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix bug #54786
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311129 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
520c4e151b
commit
cae293a6fe
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>cubrid_lob_get</methodname>
|
||||
<methodparam><type>resource</type><parameter>conn_identifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>SQL</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>sql</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>cubrid_lob_get</function> is used to get BLOB/CLOB meta info from CUBRID database,
|
||||
|
@ -33,8 +33,8 @@
|
|||
<listitem><para>Connection identifier.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>SQL</parameter></term>
|
||||
<listitem><para>SQL to be executed.</para></listitem>
|
||||
<term><parameter>sql</parameter></term>
|
||||
<listitem><para>SQL statement to be executed.</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue