Query: db2_free_result
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DB2_FREE_RESULT(3) 1 DB2_FREE_RESULT(3) db2_free_result - Frees resources associated with a result setSYNOPSISbool db2_free_result (resource $stmt)DESCRIPTIONFrees the system and database resources that are associated with a result set. These resources are freed implicitly when a script fin- ishes, but you can call db2_free_result(3) to explicitly free the result set resources before the end of the script.PARAMETERSo $stmt - A valid statement resource.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOdb2_free_stmt(3). PHP Documentation Group DB2_FREE_RESULT(3)
Related Man Pages |
---|
mssql_execute(3) - php |
db2_field_precision(3) - php |
sqlsrv_cancel(3) - php |
sqlsrv_free_stmt(3) - php |
sqlsrv_has_rows(3) - php |