©
This document uses PHP Chinese website manual Release
(PHP 5)
mysqli_stmt::free_result -- mysqli_stmt_free_result — Frees stored result memory for the given statement handle
面向对象风格
过程化风格
$stmt
)Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result() .
stmt
仅以过程化样式:由 mysqli_stmt_init() 返回的 statement 标识。
没有返回值。