PHP Classes

File: example/example_extract_html.php

Recommend this page to a friend!
  Classes of Lars Moelleken   Simple HTML DOM   example/example_extract_html.php   Download  
File: example/example_extract_html.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Simple HTML DOM
Manipulate HTML elements using DOMDocument
Author: By
Last change: Update of example/example_extract_html.php
Date: 1 year ago
Size: 132 bytes
 

Contents

Class file image Download
<?php

require_once '../vendor/autoload.php';

echo
voku\helper\HtmlDomParser::file_get_html('https://www.google.com/')->plaintext;