FILE ... TOC

Destroy a page

This method deletes the content and the split content of a page. This can save up huge memory after a big GIF, JPG or HTML file was saved. The page however is still alive, because other pages may reference it.

Usage:

              $page->destroy;

FILE ... TOC