mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Modified cubrid-affected-rows, referenced to APIS-106
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323400 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1aa5b502b7
commit
b1a56341c9
1 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- $Revision: 321057 $ -->
|
||||
|
||||
<refentry xml:id="function.cubrid-affected-rows" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>cubrid_affected_rows</methodname>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>result</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>conn_identifier</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The <function>cubrid_affected_rows</function> function is used to get the
|
||||
|
@ -24,9 +24,10 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>result</parameter></term>
|
||||
<listitem><para>Result. If the result is not specified, the last result is
|
||||
assumed.</para></listitem>
|
||||
<term><parameter>conn_identifier</parameter></term>
|
||||
<listitem><para>The CUBRID connection. If the connection identifier is not
|
||||
specified, the last link opend by <function>cubrid_connect</function> is
|
||||
assumed.</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
Loading…
Reference in a new issue