PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP HTML to Text Conversion   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP HTML to Text Conversion
Parse HTML and extract text contained in it
Author: By
Last change: Merge remote-tracking branch 'origin/master'

* origin/master:
Update LICENSE.md
Update composer.json
Date: 5 years ago
Size: 122 bytes
 

Contents

Class file image Download
<?php

\error_reporting(\E_ALL);
\
ini_set('display_errors', 1);

require_once \
dirname(__DIR__) . '/vendor/autoload.php';