<slide>
<title>Destructors</title>
<blurb fontsize="3.5em">
PHP 5 also adds the concept of destructors, functions that are called when an
instance of a class is destroyed.
</blurb>
<example filename="destruct.php" result="1" />
</slide>
