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