Search Results
Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result ().
Mar 15, 2020 · What are the differences and specific use cases of these two functions? Here's what I found: mysqli_free_result — Frees the memory associated with a result mysqli_stmt_free_result — Frees stored ...
The mysqli_stmt_free_result() function accepts a (prepared) statement object as a parameter, and frees the memory in which the result of the given statement is stored (when you store the result using the mysqli_stmt_store_result() function).
Jun 4, 2015 · Releases memory associated with the result set produced by execution of the prepared statement. If there is a cursor open for the statement, mysql_stmt_free_result() closes it.
The mysqli_stmt_free_result () function frees the result memory associated with the statement represented by the stmt parameter, which was allocated by mysqli_stmt_store_result ().
Libère le résultat stmt de la mémoire. stmt a été obtenu de la fonction mysqli_stmt_store_result ().
People also ask
What is mysqli_stmt_free_result() function?
What is mysqli_free_result?
How to free a query using stmt ->store_result()?
Do I need to use mysqli_free_result()?
Definition and Usage The mysqli_free_result () function frees the memory associated with the result.
