©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(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 标识。
没有返回值。