mysqli_stmt::free_result

mysqli_stmt_free_result

(PHP 5, PHP 7, PHP 8)

mysqli_stmt::free_result -- mysqli_stmt_free_resultFrees stored result memory for the given statement handle

說明

面向?qū)ο箫L(fēng)格

public mysqli_stmt::free_result(): void

過程化風(fēng)格

mysqli_stmt_free_result(mysqli_stmt $statement): void

Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result().

參數(shù)

statement

僅以過程化樣式:由 mysqli_stmt_init() 返回的 mysqli_stmt 對象。

返回值

沒有返回值。

參見