git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311129 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yannick Torres 2011-05-17 12:44:04 +00:00
parent 520c4e151b
commit cae293a6fe

View file

@ -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>