vrana Wed Sep 22 04:42:47 2004 EDT
Modified files:
/phpdoc/en/reference/ibase/functions ibase-execute.xml
Log:
Bind args
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-execute.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/ibase/functions/ibase-execute.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-execute.xml:1.7
phpdoc/en/reference/ibase/functions/ibase-execute.xml:1.8
--- phpdoc/en/reference/ibase/functions/ibase-execute.xml:1.7 Thu Aug 12 14:11:58
2004
+++ phpdoc/en/reference/ibase/functions/ibase-execute.xml Wed Sep 22 04:42:45
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.2 -->
<refentry id="function.ibase-execute">
<refnamediv>
@@ -11,6 +11,8 @@
<methodsynopsis>
<type>resource</type><methodname>ibase_execute</methodname>
<methodparam><type>resource</type><parameter>query</parameter></methodparam>
+ <methodparam
choice="opt"><type>mixed</type><parameter>bind_arg</parameter></methodparam>
+ <methodparam
choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
</methodsynopsis>
<para>
Execute a query prepared by <function>ibase_prepare</function>. If