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