This function, when called either as $database→close()
or $recordset→close()
, shuts down the database connection object, which cannot be re-established for the remainder of the script. Its use is not recommended. Database connections are automatically cleaned up when scripts end.
void function close()