reference/mysqli/mysqli/thread-id.xml
7e5d0d1bb69180c9de1992edf9613215c975fa57
...
...
@@ -10,11 +10,11 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<fieldsynopsis><type>int</type><varname linkend="mysqli.thread-id">mysqli->thread_id</varname></fieldsynopsis>
13
+
<fieldsynopsis><type>int</type><varname linkend="mysqli.thread-id">mysqli-&gt;thread_id</varname></fieldsynopsis>
14
14
<para>&style.procedural;</para>
15
15
<methodsynopsis>
16
16
<type>int</type><methodname>mysqli_thread_id</methodname>
17
-
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
17
+
<methodparam><type>mysqli</type><parameter>mysql</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
20
The <function>mysqli_thread_id</function> function returns the thread
...
...
@@ -55,7 +55,7 @@
55
55
<refsect1 role="examples">
56
56
&reftitle.examples;
57
57
<example>
58
-
<title><varname>$mysqli->thread_id</varname> example</title>
58
+
<title><varname>$mysqli-&gt;thread_id</varname> example</title>
59
59
<para>&style.oop;</para>
60
60
<programlisting role="php">
61
61
<![CDATA[
...
...
@@ -133,7 +133,6 @@ Error: MySQL server has gone away
133
133
</refsect1>
134
134

135
135
</refentry>
136
-

137
136
<!-- Keep this comment at the end of the file
138
137
Local variables:
139
138
mode: sgml
140
139