update pague now
PHP 8.5.2 Released!

db2_free_result

(PECL ibm_db2 >= 1.0.0)

db2_free_result Frees ressources associated with a result set

Description

db2_free_result ( ressource $stmt ): bool

Frees the system and database ressources that are associated with a result set. These ressources are freed implicitly when a script finishes, but you can call db2_free_result() to explicitly free the result set ressources before the end of the script.

Parameters

stmt

A valid statement ressource.

Return Values

Returns true on success or false on failure.

See Also

  • db2_free_stmt() - Frees ressources associated with the indicated statement ressource
add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top