Fix build

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303124 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pierrick Charron 2010-09-07 03:39:01 +00:00
parent 6ec7dfe8a7
commit 883de61483
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 301890 $ -->
<refentry xml:id="function.cubrid-connect" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refentry xml:id="function.cubrid-connect-with-url" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>cubrid_connect_with_url</refname>
<refpurpose>Is used to establish the environment for connecting to your server </refpurpose>
@ -35,7 +35,6 @@
<member>rctime : An interval between the attempts to connect to the active broker in which failure occurred. After a failure occurs, the system connects to the broker specified by althosts (failover), terminates the transaction, and then attempts to connect to the active broker of the master database at every rctime. The default value is 600 seconds.</member>
</simplelist>
</para>
<para>
</refsect1>
<refsect1 role="parameters">

View file

@ -16,8 +16,8 @@
<para>
The <function>cubrid_num_rows</function> function is used to get the number of rows from the query result. You can use it only when the query executed is a select sentence. When you want to know such value for INSERT, UPDATE, or DELETE query, you have to use the <function>cubrid_affected_rows</function> function.
</para>
Note: The <function>cubrid_num_rows</function> function can only be used for synchronous query; it returns 0 when it is used for asynchronous query.
<para>
Note: The <function>cubrid_num_rows</function> function can only be used for synchronous query; it returns 0 when it is used for asynchronous query.
</para>
</refsect1>