maxdb_free_result(3) php man page | unix.com

Man Page: maxdb_free_result

Operating Environment: php

Section: 3

MAXDB_FREE_RESULT(3)							 1						      MAXDB_FREE_RESULT(3)

maxdb_free_result - Frees the memory associated with a result

       Procedural style

SYNOPSIS
void maxdb_free_result (resource $result)
DESCRIPTION
Object oriented style void maxdb_result::free (void ) The maxdb_free_result(3) function frees the memory associated with the result represented by the $result parameter, which was allocated by maxdb_query(3), maxdb_store_result(3) or maxdb_use_result(3). Note You should always free your result with maxdb_free_result(3), when your result resource is not needed anymore.
RETURN VALUES
This function doesn't return any value.
SEE ALSO
maxdb_query(3), maxdb_stmt_store_result(3), maxdb_store_result(3), maxdb_use_result(3). PHP Documentation Group MAXDB_FREE_RESULT(3)
Related Man Pages
mysqli_free_result(3) - php
maxdb_free_result(3) - php
maxdb_query(3) - php
maxdb_fetch_row(3) - php
maxdb_use_result(3) - php
Similar Topics in the Unix Linux Community
what is the result of this?
To get the memory in MB