wpdb::__destruct()

PHP5 style destructor and will run when database object is destroyed.


Description Description

See also See also


Top ↑

Return Return

(true)


Top ↑

Source Source

File: wp-includes/wp-db.php

	public function __destruct() {
		return true;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.