mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Alternative methods (bug #35055)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199724 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e610eb1970
commit
4238346b72
1 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.mysqli-free-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_free_result</refname>
|
||||
|
@ -13,13 +13,21 @@
|
|||
<type>void</type><methodname>mysqli_free_result</methodname>
|
||||
<methodparam><type>mysqli_result</type><parameter>result</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Object oriented style (method):</para>
|
||||
<para>Object oriented style (all methods are equivalent):</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>mysqli_result</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>free</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>close</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>free_result</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
The <function>mysqli_free_result</function> function frees the memory
|
||||
|
|
Loading…
Reference in a new issue