Updating mysqli: free result

Closes GH-240.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352045 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-12-12 22:26:28 +00:00
parent b9ba4fca83
commit 053609a5c9

View file

@ -32,13 +32,6 @@
<para>
Frees the memory associated with the result.
</para>
<note>
<para>
You should always free your result with
<function>mysqli_free_result</function>, when your result object is not
needed anymore.
</para>
</note>
</refsect1>
<refsect1 role="parameters">
@ -62,7 +55,7 @@
<para>
<simplelist>
<member><function>mysqli_query</function></member>
<member><function>mysqli_stmt_store_result</function></member>
<member><function>mysqli_stmt_get_result</function></member>
<member><function>mysqli_store_result</function></member>
<member><function>mysqli_use_result</function></member>
</simplelist>