mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
entity for false
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67321 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1369044faf
commit
d1493a6f2b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.41 $ -->
|
||||
<!-- $Revision: 1.42 $ -->
|
||||
<reference id="ref.ibase">
|
||||
<title>InterBase functions</title>
|
||||
<titleabbrev>InterBase</titleabbrev>
|
||||
|
@ -247,7 +247,7 @@ magic_quotes_sybase = On
|
|||
</funcsynopsis>
|
||||
<simpara>
|
||||
Performs a query on an InterBase database. If the query is not
|
||||
successful, returns false. If it is successful and there are resulting
|
||||
successful, returns &false;. If it is successful and there are resulting
|
||||
rows (such as with a SELECT query), returns a result identifier. If
|
||||
the query was successful and there were no results, returns &true;.
|
||||
Returns &false; if the query fails.
|
||||
|
|
Loading…
Reference in a new issue