PHP Class Haiku, phpsysinfo

Author: Mieczyslaw Nalewaj ([email protected])
Inheritance: extends OS
Mostrar archivo Open project: phpsysinfo/phpsysinfo

Public Methods

Method Description
__construct ( ) call parent constructor
build ( ) : Void get the information

Protected Methods

Method Description
_cpuinfo ( ) : array get the cpu information
_distro ( ) : void Distribution
_pci ( ) : void PCI devices get the pci device information
_processes ( ) : void Processes
_usb ( ) : void USB devices get the usb device information
_users ( ) : void Number of Users

Private Methods

Method Description
_filesystems ( ) : void filesystem information
_hostname ( ) : void Virtual Host Name
_kernel ( ) : void Haiku Version
_loadavg ( ) : void Processor Load optionally create a loadbar
_memory ( ) : void Physical memory information and Swap Space information
_network ( ) : void network information
_uptime ( ) : void UpTime time the system is running

Method Details

__construct() public method

call parent constructor
public __construct ( )

_cpuinfo() protected method

get the cpu information
protected _cpuinfo ( ) : array
return array

_distro() protected method

Distribution
protected _distro ( ) : void
return void

_pci() protected method

PCI devices get the pci device information
protected _pci ( ) : void
return void

_processes() protected method

Processes
protected _processes ( ) : void
return void

_usb() protected method

USB devices get the usb device information
protected _usb ( ) : void
return void

_users() protected method

Number of Users
protected _users ( ) : void
return void

build() public method

get the information
public build ( ) : Void
return Void