mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
"will return" -> "returns" - less formal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223950 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
705a2fbf43
commit
53109c2c23
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.29 -->
|
||||
<refentry id='function.odbc-next-result'>
|
||||
<refnamediv>
|
||||
|
@ -15,13 +15,13 @@
|
|||
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>odbc_next_result</function> will return &true; if there are more result sets
|
||||
<function>odbc_next_result</function> returns &true; if there are more result sets
|
||||
available as well as allowing access to the next result set via
|
||||
<function>odbc_fetch_array</function>, <function>odbc_fetch_row</function>,
|
||||
<function>odbc_result</function>, etc.
|
||||
</para>
|
||||
<para>
|
||||
This function will return &false; on error.
|
||||
This function returns &false; on error.
|
||||
</para>
|
||||
<para>
|
||||
The argument is a valid result identifier returned by <function>odbc_exec</function>.
|
||||
|
|
Loading…
Reference in a new issue