(PHP 5, PHP 7, PHP 8)
mysqli_stmt::free_result -- mysqli_stmt_free_result — Frees stored result memory for the given statement handle
Об'єктно-орієнтований стиль
Процедурний стиль
Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result().
statement
Тільки процедурний стиль: об'єкт mysqli_stmt, якого повертає функція mysqli_stmt_init().
Не повертає значень.