From d2d740a6b94fd54a14cc4a758ce21c310fcb1d39 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 16 Aug 2004 09:29:35 +0000 Subject: [PATCH] Returns result (bug #29601) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166482 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sqlite/functions/sqlite-query.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/reference/sqlite/functions/sqlite-query.xml b/reference/sqlite/functions/sqlite-query.xml index 23697932fd..8e9991d1fd 100644 --- a/reference/sqlite/functions/sqlite-query.xml +++ b/reference/sqlite/functions/sqlite-query.xml @@ -1,5 +1,5 @@ - + sqlite_query @@ -25,15 +25,11 @@ parameter). - For queries that return rows, this function will return a result handle - which can then be used with functions such as - sqlite_fetch_array and + This function will return a result handle or &false; for failure. + For queries that return rows, the result handle can then be used with + functions such as sqlite_fetch_array and sqlite_seek. - - For other kinds of queries, this function will return a boolean result; - &true; for success or &false; for failure. - Regardless of the query type, this function will return &false; if the query failed.