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