Query: fbsql_free_result
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FBSQL_FREE_RESULT(3) 1 FBSQL_FREE_RESULT(3) fbsql_free_result - Free result memorySYNOPSISbool fbsql_free_result (resource $result)DESCRIPTIONFrees all memory associated with the given $result identifier. fbsql_free_result(3) only needs to be called if you are concerned about how much memory is being used for queries that return large result sets. All associated result memory is automatically freed at the end of the script's execution.PARAMETERSo $ result -A result identifier returned by fbsql_query(3) or fbsql_db_query(3).RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group FBSQL_FREE_RESULT(3)
Related Man Pages |
---|
fbsql_fetch_field(3) - php |
fbsql_fetch_row(3) - php |
fbsql_num_rows(3) - php |
fbsql_read_blob(3) - php |
fbsql_read_clob(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
Forum Video Tutorial: How to Use Code Tags |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |
Denial Of Service Attack Update |