mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #47676 - Clarify return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277693 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4cfba9047e
commit
edc7d76f47
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xml:id="function.ingres-query" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>ingres_query</refname>
|
||||
|
@ -202,9 +202,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<function>ingres_query</function> returns a query result identifier when
|
||||
there are rows to fetch else it returns &false; when there are no rows, as
|
||||
is the case of an INSERT, UPDATE or a DELETE statement. To see if an error
|
||||
<function>ingres_query</function> returns a query result identifier on
|
||||
success else it returns &false;. To see if an error
|
||||
occurred use <function>ingres_errno</function>,
|
||||
<function>ingres_error</function> or
|
||||
<function>ingres_errsqlstate</function>.
|
||||
|
|
Loading…
Reference in a new issue