example_extract_html.php in simplehtmldom API 5.2
Same filename and directory in other branches
File
simplehtmldom/example/example_extract_html.phpView source
<?php
include_once '../simple_html_dom.php';
echo file_get_html('http://www.google.com/')->plaintext;