We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ef342 commit 18d96d5Copy full SHA for 18d96d5
reference/mysqli/mysqli_result/field-seek.xml
@@ -53,7 +53,31 @@
53
<refsect1 role="returnvalues">
54
&reftitle.returnvalues;
55
<para>
56
- &return.success;
+ &return.true.always;
57
+ </para>
58
+ </refsect1>
59
+
60
+ <refsect1 role="changelog">
61
+ &reftitle.changelog;
62
+ <para>
63
+ <informaltable>
64
+ <tgroup cols="2">
65
+ <thead>
66
+ <row>
67
+ <entry>&Version;</entry>
68
+ <entry>&Description;</entry>
69
+ </row>
70
+ </thead>
71
+ <tbody>
72
73
+ <entry>8.0.0</entry>
74
+ <entry>
75
+ This function now always returns &true;. Previously it returned &false; on failure.
76
+ </entry>
77
78
+ </tbody>
79
+ </tgroup>
80
+ </informaltable>
81
</para>
82
</refsect1>
83
0 commit comments