mysqli_stmt::free_result
mysqli_stmt_free_result
(PHP 5, PHP 7, PHP 8)
mysqli_stmt::free_result -- mysqli_stmt_free_result — Frees stored result memory for the given statement handle
Description
Object-oriented style
Procedural style
Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result().
Parameters
statementProcedural style only: A mysqli_stmt object returned by mysqli_stmt_init().
Return Values
No value is returned.
See Also
- mysqli_stmt_store_result() - Stores a result set in an internal buffer
↑ and ↓ to navigate • Enter to select • Esc to close • / to open