Query: maxdb_stmt_free_result
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MAXDB_STMT_FREE_RESULT(3) 1 MAXDB_STMT_FREE_RESULT(3) maxdb_stmt_free_result - Frees stored result memory for the given statement handle Procedural styleSYNOPSISvoid maxdb_stmt_free_result (resource $stmt)DESCRIPTIONObject oriented style void maxdb_stmt::free_result (void ) The maxdb_stmt_free_result(3) function frees the result memory associated with the statement represented by the $stmt parameter, which was allocated by maxdb_stmt_store_result(3).RETURN VALUESThis function doesn't return any value.SEE ALSOmaxdb_stmt_store_result(3). PHP Documentation Group MAXDB_STMT_FREE_RESULT(3)