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:
Simone Cortesi 2002-01-08 19:29:49 +00:00
parent 1369044faf
commit d1493a6f2b

View file

@ -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.