FILE ... TOC

Split a HTML content into texts and tags array

An HTML content is viewed as an array of texts and tags. This method takes the content of a page and creates an array of texts and tags.

Usage:

             $page->split_html

See also rebuild_content.

FILE ... TOC