]+>(.*)]+>|iU', $html, $headings ); $title = trim(implode($headings[1])); return array("html" => $html, "title" => $title); }