reference/mysqli/mysqli/refresh.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -10,15 +10,15 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<methodsynopsis role="oop">
13
+
<methodsynopsis role="mysqli">
14
14
<modifier>public</modifier> <type>bool</type><methodname>mysqli::refresh</methodname>
15
-
<methodparam><type>int</type><parameter>options</parameter></methodparam>
15
+
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>&style.procedural;</para>
18
18
<methodsynopsis>
19
19
<type>bool</type><methodname>mysqli_refresh</methodname>
20
-
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
21
-
<methodparam><type>int</type><parameter>options</parameter></methodparam>
20
+
<methodparam><type>mysqli</type><parameter>mysql</parameter></methodparam>
21
+
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
22
22
</methodsynopsis>
23
23
<para>
24
24
Flushes tables or caches, or resets the replication server information.
...
...
@@ -31,7 +31,7 @@
31
31
<variablelist>
32
32
&mysqli.link.description;
33
33
<varlistentry>
34
-
<term><parameter>options</parameter></term>
34
+
<term><parameter>flags</parameter></term>
35
35
<listitem>
36
36
<para>
37
37
The options to refresh, using the MYSQLI_REFRESH_* constants as documented
...
...
@@ -64,7 +64,6 @@
64
64
</refsect1>
65
65

66
66
</refentry>
67
-

68
67
<!-- Keep this comment at the end of the file
69
68
Local variables:
70
69
mode: sgml
71
70