| ADOdb Library for PHP Manual | ||
|---|---|---|
| Prev | Close | Next |
Closes the recordset, cleaning all memory and resources associated with the recordset.
If memory management is not an issue, you do not need to call this function as recordsets are closed for you by PHP at the end of the script. SQL statements such as INSERT/UPDATE/DELETE do not really return a recordset, so you do not have to call Close() for such SQL statements.
| Prev | Home | Next |
| MetaType | Up | GetRowAssoc |