mysqli_result::free
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Frees the memory associated with a result
Description
Oop
mysqli_result::free(): void
mysqli_result::close(): void
mysqli_result::free_result(): void
Procedural
mysqli_free_result(mysqli_result $result): void
Frees the memory associated with the result.
Parameters
Return Values
Void