(PHP 5, PHP 7)
mysqli_result::free -- mysqli_result::close -- mysqli_result::free_result -- mysqli_free_result — Frees the memory associated with a result
面向对象风格
过程化风格
$result
Frees the memory associated with the result.
result
仅以过程化样式:由 mysqli_query(),mysqli_store_result() 或 mysqli_use_result()返回的结果集标识。
没有返回值。