mysqli_result::free

mysqli_result::close

mysqli_result::free_result

mysqli_free_result

(PHP 5, PHP 7, PHP 8)

mysqli_result::free -- mysqli_result::close -- mysqli_result::free_result -- mysqli_free_resultFrees the memory associated with a result

說明

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

public mysqli_result::free(): void
public mysqli_result::close(): void
public mysqli_result::free_result(): void

過程化風(fēng)格

mysqli_free_result(mysqli_result $result): void

Frees the memory associated with the result.

參數(shù)

result

僅以過程化樣式:由 mysqli_query()、mysqli_store_result()mysqli_use_result()、mysqli_stmt_get_result() 返回的 mysqli_result 對(duì)象。

返回值

沒有返回值。

參見