Javascript debugger
Website design
↑
Procedural style:
Object oriented style (method):
mysqli_stmt {
void free_result();
}
Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result().
mysqli_stmt_store_result() |