PHP Class Haiku, phpsysinfo

Author: Mieczyslaw Nalewaj ([email protected])
Inheritance: extends OS
Afficher le fichier Open project: phpsysinfo/phpsysinfo

Méthodes publiques

Méthode Description
__construct ( ) call parent constructor
build ( ) : Void get the information

Méthodes protégées

Méthode 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

Méthode 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 méthode

call parent constructor
public __construct ( )

_cpuinfo() protected méthode

get the cpu information
protected _cpuinfo ( ) : array
Résultat array

_distro() protected méthode

Distribution
protected _distro ( ) : void
Résultat void

_pci() protected méthode

PCI devices get the pci device information
protected _pci ( ) : void
Résultat void

_processes() protected méthode

Processes
protected _processes ( ) : void
Résultat void

_usb() protected méthode

USB devices get the usb device information
protected _usb ( ) : void
Résultat void

_users() protected méthode

Number of Users
protected _users ( ) : void
Résultat void

build() public méthode

get the information
public build ( ) : Void
Résultat Void