PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Nick Daniels   PHP Netstater   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example
Class: PHP Netstater
Get the status of network connections with netstat
Author: By
Last change:
Date: 8 years ago
Size: 233 bytes
 

Contents

Class file image Download
<?php
/**
 * Netstater Class to Raw/Array
 * --------------------
 * Devel: Nick Daniels
 * Twttr: @ManicSec
 */

$stat = Netstater::Instance();

echo
$stat->fetch_Raw() . PHP_EOL . PHP_EOL;
print_r($stat->fetch_Array());