PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Fatih Yard?mc?   PHP Whois   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP Whois
Query about domains accessing a Whois server
Author: By
Last change:
Date: 27 days ago
Size: 101 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

include
__DIR__.'/../vendor/autoload.php';

error_reporting(E_ALL);