mirror of
https://github.com/php/presentations.git
synced 2026-04-27 17:23:43 +02:00
9 lines
237 B
XML
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>
|