public function getHtml($url) { $html = new simple_html_dom(); return $html->file_get_html('http://www.google.com/'); }