reference/mysqli/mysqli/stmt-init.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -10,14 +10,14 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<methodsynopsis role="oop">
14
-
<type>mysqli_stmt</type><methodname>mysqli::stmt_init</methodname>
13
+
<methodsynopsis role="mysqli">
14
+
<modifier>public</modifier> <type class="union"><type>mysqli_stmt</type><type>false</type></type><methodname>mysqli::stmt_init</methodname>
15
15
<void/>
16
16
</methodsynopsis>
17
17
<para>&style.procedural;</para>
18
18
<methodsynopsis>
19
-
<type>mysqli_stmt</type><methodname>mysqli_stmt_init</methodname>
20
-
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
19
+
<type class="union"><type>mysqli_stmt</type><type>false</type></type><methodname>mysqli_stmt_init</methodname>
20
+
<methodparam><type>mysqli</type><parameter>mysql</parameter></methodparam>
21
21
</methodsynopsis>
22
22
<para>
23
23
Allocates and initializes a statement object suitable for
...
...
@@ -57,7 +57,6 @@
57
57
</refsect1>
58
58

59
59
</refentry>
60
-

61
60
<!-- Keep this comment at the end of the file
62
61
Local variables:
63
62
mode: sgml
64
63