Current File : //proc/thread-self/root/kop/Regulations/simplehtmldom/example/example_extract_html.php
<?php
// This example illustrates how to extract text content from a webpage
include_once '../HtmlWeb.php';
use simplehtmldom\HtmlWeb;
$doc = new HtmlWeb();
echo $doc->load('https://www.google.com/')->plaintext;