|
mysqli_result::freemysqli_result::closemysqli_result::free_resultmysqli_free_resultFrees the memory associated with a result DescriptionObject-oriented style
public void mysqli_result::free()
public void mysqli_result::close()
public void mysqli_result::free_result()
Procedural style void mysqli_free_result(mysqli_result
$result )Frees the memory associated with the result. Parameters
Return ValuesNo value is returned. See Also
|