PHP Classes

File: selftest.php

Recommend this page to a friend!
  Classes of Thomas Trautner   Network Tools   selftest.php   Download  
File: selftest.php
Role: Example script
Content type: text/plain
Description: Selftest Example
Class: Network Tools
Perform diagnostics of access to Internet services
Author: By
Last change:
Date: 3 months ago
Size: 86 bytes
 

Contents

Class file image Download
<?php
include "network_tools.php";
$tools = new NetworkTools();
$tools->selftest();