PHP Class Darwin, phpsysinfo

Author: Michael Cramer ([email protected])
Inheritance: extends BSDCommon
Afficher le fichier Open project: phpsysinfo/phpsysinfo Class Usage Examples

Méthodes publiques

Méthode Description
build ( ) : Void get the information

Méthodes protégées

Méthode Description
_processes ( ) : void Processes
_tb ( ) : void get the thunderbolt device information out of ioreg
cpuinfo ( ) : void get CPU information
distro ( ) : void get icon name
grabkey ( string $key ) : string get a value from sysctl command
ide ( ) : void get the ide device information out of ioreg
memory ( ) : void get memory and swap information
pci ( ) : void get the pci device information out of ioreg
scsi ( ) : void get the scsi device information out of ioreg
usb ( ) : void get the usb device information out of ioreg

Private Methods

Méthode Description
_grabioreg ( string $key ) : string get a value from ioreg command
_network ( ) : void get network information
_uptime ( ) : void UpTime time the system is running

Method Details

_processes() protected méthode

Processes
protected _processes ( ) : void
Résultat void

_tb() protected méthode

get the thunderbolt device information out of ioreg
protected _tb ( ) : void
Résultat void

build() public méthode

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

cpuinfo() protected méthode

get CPU information
protected cpuinfo ( ) : void
Résultat void

distro() protected méthode

get icon name
protected distro ( ) : void
Résultat void

grabkey() protected méthode

get a value from sysctl command
protected grabkey ( string $key ) : string
$key string key of the value to get
Résultat string

ide() protected méthode

get the ide device information out of ioreg
protected ide ( ) : void
Résultat void

memory() protected méthode

get memory and swap information
protected memory ( ) : void
Résultat void

pci() protected méthode

get the pci device information out of ioreg
protected pci ( ) : void
Résultat void

scsi() protected méthode

get the scsi device information out of ioreg
protected scsi ( ) : void
Résultat void

usb() protected méthode

get the usb device information out of ioreg
protected usb ( ) : void
Résultat void