mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
<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:
parent
7126fee019
commit
a78275305a
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue