Query: maxdb_free_result
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MAXDB_FREE_RESULT(3) 1 MAXDB_FREE_RESULT(3) maxdb_free_result - Frees the memory associated with a result Procedural styleSYNOPSISvoid maxdb_free_result (resource $result)DESCRIPTIONObject 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 VALUESThis function doesn't return any value.SEE ALSOmaxdb_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 |
---|
maxdb_field_count(3) - php |
maxdb_stmt_result_metadata(3) - php |
maxdb_query(3) - php |
maxdb_fetch_row(3) - php |
maxdb_num_fields(3) - php |
Similar Topics in the Unix Linux Community |
---|
what is the result of this? |
To get the memory in MB |