Query: odbc_free_result
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ODBC_FREE_RESULT(3) 1 ODBC_FREE_RESULT(3) odbc_free_result - Free resources associated with a resultSYNOPSISbool odbc_free_result (resource $result_id)DESCRIPTIONFree resources associated with a result. odbc_free_result(3) only needs to be called if you are worried about using too much memory while your script is running. All result memory will automatically be freed when the script is finished.PARAMETERSo $result_id - The result identifier.RETURN VALUESAlways returns TRUE.NOTESNote If auto-commit is disabled (see odbc_autocommit(3)) and you call odbc_free_result(3) before committing, all pending transactions are rolled back. PHP Documentation Group ODBC_FREE_RESULT(3)
Related Man Pages |
---|
odbc_next_result(3) - php |
mssql_free_result(3) - php |
ibase_fetch_object(3) - php |
ifx_htmltbl_result(3) - php |
sqlsrv_free_stmt(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
New Code Tags (Syntax Highlighting) |
Denial Of Service Attack Update |