<function> cannot have bogus whitespace

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272056 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-12-27 22:02:25 +00:00
parent 7126fee019
commit a78275305a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<refentry xml:id="function.sqlite-array-query" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>sqlite_array_query</refname>
@ -35,8 +35,8 @@
</classsynopsis>
<para>
<function>sqlite_array_query</function> executes the given query and returns
an array of the entire result set. It is similar to calling <function>
sqlite_query</function> and then <function>sqlite_fetch_array</function>
an array of the entire result set. It is similar to calling
<function>sqlite_query</function> and then <function>sqlite_fetch_array</function>
for each row in the result set. <function>sqlite_array_query</function> is
significantly faster than the aforementioned.
</para>