mysqli_stmt::free_result
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Frees stored result memory for the given statement handle
Description
Oop
mysqli_stmt::free_result(): void
Procedural
mysqli_stmt_free_result(mysqli_stmt $statement): void
Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result().
Parameters
Return Values
Void