mysqli_result::free
mysqli_result::free
mysqli_free_result
(PHP 5, PHP 7)
mysqli_result :: free -- mysqli_free_result — 释放与结果关联的内存
描述
面向对象的风格
void mysqli_result::free ( void )
void mysqli_result::close ( void )
void mysqli_result::free_result ( void )
程序风格
void mysqli_free_result ( mysqli_result $result )
Frees the memory associated with the result.
注意
:
参数
`result`
仅过程风格:由mysqli_query(),mysqli_store_result()或mysqli_use_result()返回的结果集标识符。
返回值
没有值返回。