(PHP 5, PHP 7)
Frees stored result memory for the given statement handle
void mysqli_stmt::free_result ( void )
Object oriented style
Procedural style
Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result().
Parameters:
stmt
Procedural style only: A statement identifier returned by mysqli_stmt_init().
Returns:
No value is returned.
See also:
Please login to continue.