Files
Sterling Hughes 9fdb6d542d a few fixes
2003-03-23 16:09:28 +00:00

9 lines
237 B
XML

<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>