reference/ibm_db2/functions/db2-execute.xml
871b71764cdca8238069f27436d96011a6a2cb36
...
...
@@ -13,7 +13,7 @@
13
13
<methodsynopsis>
14
14
<type>bool</type><methodname>db2_execute</methodname>
15
15
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
16
-
<methodparam choice="opt"><type>array</type><parameter>parameters</parameter></methodparam>
16
+
<methodparam choice="opt"><type>array</type><parameter>parameters</parameter><initializer>[]</initializer></methodparam>
17
17
</methodsynopsis>
18
18

19
19

...
...
@@ -351,7 +351,6 @@ db2_close($conn);
351
351

352
352

353
353
</refentry>
354
-

355
354
<!-- Keep this comment at the end of the file
356
355
Local variables:
357
356
mode: sgml
358
357