From d1493a6f2b396331101ef91a266f9b6fb202cb9a Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Tue, 8 Jan 2002 19:29:49 +0000 Subject: [PATCH] entity for false git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67321 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ibase.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/ibase.xml b/functions/ibase.xml index 965ab2e9b0..04c3404bf1 100644 --- a/functions/ibase.xml +++ b/functions/ibase.xml @@ -1,5 +1,5 @@ - + InterBase functions InterBase @@ -247,7 +247,7 @@ magic_quotes_sybase = On 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.