<methodname> to <function>

This commit is contained in:
Kamil Tekiela 2021-08-06 13:53:15 +01:00
parent 5a6e387a2d
commit c85c9d1d44
No known key found for this signature in database
GPG key ID: 0760BDAB1E89A1E3

View file

@ -33,7 +33,7 @@
</para>
<para>
Returns <literal>0</literal> if the previous statement did not change an
<literal>AUTO_INCREMENT</literal> value. <methodname>mysqli_insert_id</methodname> must be
<literal>AUTO_INCREMENT</literal> value. <function>mysqli_insert_id</function> must be
called immediately after the statement that generated the value.
</para>
</refsect1>