didou Fri Aug 22 09:59:05 2003 EDT
Modified files:
/phpdoc/en/reference/sqlite/functions sqlite-array-query.xml
Log:
adding other proto
thanks andrey
Index: phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml:1.6
phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml:1.7
--- phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml:1.6 Mon Jul 21
12:44:20 2003
+++ phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml Fri Aug 22 09:59:05
2003
@@ -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>
@@ -11,6 +11,13 @@
<type>array</type><methodname>sqlite_array_query</methodname>
<methodparam><type>resource</type><parameter>dbhandle</parameter></methodparam>
<methodparam><type>string</type><parameter>query</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>
+ <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>