mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
adding other proto
thanks andrey git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138489 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bdc472648a
commit
ae439af0c0
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.sqlite-array-query">
|
||||
<refnamediv>
|
||||
<refname>sqlite_array_query</refname>
|
||||
|
@ -14,6 +14,13 @@
|
|||
<methodparam choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>decode_binary</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>sqlite_array_query</methodname>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>dbhandle</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>decode_binary</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>sqlite_array_query</function> is similar to calling
|
||||
<function>sqlite_query</function> and then
|
||||
|
|
Loading…
Reference in a new issue