LPMJ Example 5-16 (Click on the icon to view the source for copy and pasting)
<?php
class User
{
	function __destruct()
	{
		// Destructor code goes here
	}
}
?>