PHP Class Android, phpsysinfo

Author: Michael Cramer ([email protected])
Inheritance: extends Linux
Show file Open project: phpsysinfo/phpsysinfo Class Usage Examples

Public Methods

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

Protected Methods

Method Description
_distro ( ) : void Distribution
_users ( ) : void Number of Users

Private Methods

Method Description
_filesystems ( ) : void filesystem information
_kernel ( ) : void Kernel Version
_machine ( ) : void Machine
_pci ( ) : array PCI devices
_usb ( ) : array USB devices

Method Details

__construct() public method

call parent constructor
public __construct ( )

_distro() protected method

Distribution
protected _distro ( ) : void
return void

_users() protected method

Number of Users
protected _users ( ) : void
return void

build() public method

get the information
See also: PSI_Interface_OS::build()
public build ( ) : Void
return Void