(PHP 5, PHP 7, PHP 8)
mysqli_stmt::free_result -- mysqli_stmt_free_result — Frees stored result memory for the given statement handle
Estilo orientado a objetos
Estilo procedural
Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result().
statement
Somente no estilo procedural: Um objeto mysqli_stmt retornado por mysqli_stmt_init().
Nenhum valor é retornado.