From a78275305ad17952cefd7b04ffca82332fa505fd Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 27 Dec 2008 22:02:25 +0000 Subject: [PATCH] cannot have bogus whitespace git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272056 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sqlite/functions/sqlite-array-query.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/sqlite/functions/sqlite-array-query.xml b/reference/sqlite/functions/sqlite-array-query.xml index 7cf07d4715..8ed30c1d84 100644 --- a/reference/sqlite/functions/sqlite-array-query.xml +++ b/reference/sqlite/functions/sqlite-array-query.xml @@ -1,5 +1,5 @@ - + sqlite_array_query @@ -35,8 +35,8 @@ sqlite_array_query executes the given query and returns - an array of the entire result set. It is similar to calling - sqlite_query and then sqlite_fetch_array + an array of the entire result set. It is similar to calling + sqlite_query and then sqlite_fetch_array for each row in the result set. sqlite_array_query is significantly faster than the aforementioned.