PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Chris Jeffries   Linux Network Interfaces   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Internet_parms
Class: Linux Network Interfaces
Retrieve information of Linux network interfaces
Author: By
Last change:
Date: 11 years ago
Size: 147 bytes
 

Contents

Class file image Download
<?php
include ("Internet_parms.php");
$x = new Internet_parms();
echo
"<h3>Internet parameters at {$x->timestamp}</h3><pre>";
var_dump($x->ip);
?>