wpdb::__destruct()
PHP5 style destructor and will run when database object is destroyed.
Description
See also
Return
(true)
Source
File: wp-includes/wp-db.php
public function __destruct() {
return true;
}
Changelog
Version | Description |
---|---|
WP-2.0.8 | Introduced. |