Query: mysqli_free_result
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MYSQLI_FREE_RESULT(3) 1 MYSQLI_FREE_RESULT(3) mysqli_result::free - Frees the memory associated with a result Object oriented styleSYNOPSISvoid mysqli_result::free (void )DESCRIPTIONvoid 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. Note You should always free your result with mysqli_free_result(3), when your result object is not needed anymore.PARAMETERSo $ result -Procedural style only: A result set identifier returned by mysqli_query(3), mysqli_store_result(3) or mysqli_use_result(3).RETURN VALUESNo value is returned.SEE ALSOmysqli_query(3), mysqli_stmt_store_result(3), mysqli_store_result(3), mysqli_use_result(3). PHP Documentation Group MYSQLI_FREE_RESULT(3)
Related Man Pages |
---|
mysqli_fetch_object(3) - php |
mysqli_result.fetch_assoc(3) - php |
mysqli_store_result(3) - php |
mysqli_result.field_count(3) - php |
mysqli_result.fetch_object(3) - php |
Similar Topics in the Unix Linux Community |
---|
Downloading show garbage on the screen |