reference/mysqli/mysqli/thread-safe.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -9,16 +9,26 @@
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
+
<para>&style.oop;</para>
13
+
<methodsynopsis role="mysqli">
14
+
<modifier>public</modifier> <type>bool</type><methodname>mysqli::thread_safe</methodname>
15
+
<void/>
16
+
</methodsynopsis>
12
17
<para>&style.procedural;</para>
13
18
<methodsynopsis>
14
19
<type>bool</type><methodname>mysqli_thread_safe</methodname>
15
-
<void />
20
+
<void/>
16
21
</methodsynopsis>
17
22
<para>
18
23
Tells whether the client library is compiled as thread-safe.
19
24
</para>
20
25
</refsect1>
21
26

27
+
<refsect1 role="parameters">
28
+
&reftitle.parameters;
29
+
&no.function.parameters;
30
+
</refsect1>
31
+

22
32
<refsect1 role="returnvalues">
23
33
&reftitle.returnvalues;
24
34
<para>
...
...
@@ -27,7 +37,6 @@
27
37
</refsect1>
28
38

29
39
</refentry>
30
-

31
40
<!-- Keep this comment at the end of the file
32
41
Local variables:
33
42
mode: sgml
34
43