PHP Classes

File: exampleOutput

Recommend this page to a friend!
  Classes of Chris Jeffries   Linux Network Interfaces   exampleOutput   Download  
File: exampleOutput
Role: Sample output
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: 1,680 bytes
 

Contents

Class file image Download
array(3) { [1]=> object(stdClass)#2 (13) { ["pipe"]=> string(2) "lo" ["quickstate"]=> string(20) "LOOPBACK,UP,LOWER_UP" ["mtu"]=> string(5) "16436" ["qdisc"]=> string(7) "noqueue" ["state"]=> string(7) "UNKNOWN" ["link/loopback"]=> string(17) "00:00:00:00:00:00" ["brd"]=> string(17) "00:00:00:00:00:00" ["inet"]=> string(11) "127.0.0.1/8" ["scope"]=> string(4) "host" ["lo"]=> string(0) "" ["inet6"]=> string(7) "::1/128" ["valid_lft"]=> string(7) "forever" ["preferred_lft"]=> string(7) "forever" } [2]=> object(stdClass)#3 (8) { ["pipe"]=> string(4) "eth0" ["quickstate"]=> string(33) "NO-CARRIER,BROADCAST,MULTICAST,UP" ["mtu"]=> string(4) "1500" ["qdisc"]=> string(10) "pfifo_fast" ["state"]=> string(4) "DOWN" ["qlen"]=> string(4) "1000" ["link/ether"]=> string(17) "14:da:e9:a0:f6:21" ["brd"]=> string(17) "ff:ff:ff:ff:ff:ff" } [3]=> object(stdClass)#4 (14) { ["pipe"]=> string(5) "wlan0" ["quickstate"]=> string(31) "BROADCAST,MULTICAST,UP,LOWER_UP" ["mtu"]=> string(4) "1500" ["qdisc"]=> string(2) "mq" ["state"]=> string(2) "UP" ["qlen"]=> string(4) "1000" ["link/ether"]=> string(17) "d0:df:9a:89:6b:0c" ["brd"]=> string(13) "192.168.1.255" ["inet"]=> string(16) "192.168.1.103/24" ["scope"]=> string(4) "link" ["wlan0"]=> string(0) "" ["inet6"]=> string(28) "fe80::d2df:9aff:fe89:6b0c/64" ["valid_lft"]=> string(7) "forever" ["preferred_lft"]=> string(7) "forever" } }