mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix an error about the function name cubrid_next_result in cubrid-next-result and cubrid-execute
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310848 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8f4833799a
commit
dbfabc3b8b
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
|||
</member>
|
||||
<member>
|
||||
If a query is executed successfully, the result of the second query can
|
||||
be obtained using <function>cubrid_next_result()</function>.
|
||||
be obtained using <function>cubrid_next_result</function>.
|
||||
</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
The <function>cubrid_next_result</function> function is used to get
|
||||
results of next query if multiple SQL statements are executed and
|
||||
CUBRID_EXEC_QUERY_ALL flag is set upon
|
||||
<function>cubrid_execute()</function>.
|
||||
<function>cubrid_execute</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue