reference/ibase/functions/ibase-execute.xml
e41806c30bf6975e452c0d4ce35ab0984c2fa68c
...
...
@@ -11,8 +11,7 @@
11
11
<methodsynopsis>
12
12
<type>resource</type><methodname>ibase_execute</methodname>
13
13
<methodparam><type>resource</type><parameter>query</parameter></methodparam>
14
-
<methodparam choice="opt"><type>mixed</type><parameter>bind_arg</parameter></methodparam>
15
-
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
14
+
<methodparam rep="repeat"><type>mixed</type><parameter>values</parameter></methodparam>
16
15
</methodsynopsis>
17
16
<para>
18
17
Execute a query prepared by <function>ibase_prepare</function>.
...
...
@@ -37,14 +36,7 @@
37
36
</listitem>
38
37
</varlistentry>
39
38
<varlistentry>
40
-
<term><parameter>bind_arg</parameter></term>
41
-
<listitem>
42
-
<para>
43
-
</para>
44
-
</listitem>
45
-
</varlistentry>
46
-
<varlistentry>
47
-
<term><parameter>...</parameter></term>
39
+
<term><parameter>values</parameter></term>
48
40
<listitem>
49
41
<para>
50
42
</para>
...
...
@@ -64,7 +56,7 @@
64
56
</para>
65
57
<note>
66
58
<para>
67
-
In PHP 5.0.0 and up, this function returns the number of rows affected by
59
+
This function returns the number of rows affected by
68
60
the query (if > 0 and applicable to the statement type). A query that
69
61
succeeded, but did not affect any rows (e.g. an UPDATE of a non-existent
70
62
record) will return &true;.
71
63