mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b9ba4fca83
commit
053609a5c9
1 changed files with 1 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue