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)