APIS-204, APIS-205, APIS-206, APIS-207 and APIS-208

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326814 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Esen Sagynov 2012-07-26 01:21:11 +00:00
parent 6505348a2b
commit b6a96ec1b5
5 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>cubrid_data_seek</methodname>
<type>bool</type><methodname>cubrid_data_seek</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam><type>int</type><parameter>row_number</parameter></methodparam>
</methodsynopsis>

View file

@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>cubrid_close_prepare</methodname>
<type>bool</type><methodname>cubrid_close_prepare</methodname>
<methodparam><type>resource</type><parameter>req_identifier</parameter></methodparam>
</methodsynopsis>
<para>

View file

@ -11,14 +11,14 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>cubrid_disconnect</methodname>
<methodparam><type>resource</type><parameter>conn_identifier</parameter></methodparam>
</methodsynopsis>
<para>
<methodparam choice="opt"><type>resource</type><parameter>conn_identifier</parameter></methodparam>
</methodsynopsis>
<para>
The <function>cubrid_disconnect</function> function closes the connection
handle and disconnects from server. If there exists any request handle not
closed yet at this point, it will be closed. It is similar to the CUBRID
MySQL compatible function <function>cubrid_close</function>.
</para>
</para>
</refsect1>
<refsect1 role="parameters">

View file

@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>cubrid_lob2_bind</methodname>
<methodparam><type>resource</type><parameter>lob_identifier</parameter></methodparam>
<methodparam><type>resource</type><parameter>req_identifier</parameter></methodparam>
<methodparam><type>int</type><parameter>bind_index</parameter></methodparam>
<methodparam><type>mixed</type><parameter>bind_value</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>bind_value_type</parameter></methodparam>

View file

@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>cubrid_lob2_read</methodname>
<type>string</type><methodname>cubrid_lob2_read</methodname>
<methodparam><type>resource</type><parameter>lob_identifier</parameter></methodparam>
<methodparam><type>int</type><parameter>len</parameter></methodparam>
</methodsynopsis>