PHP Class Android, phpsysinfo

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
_distro ( ) : void Distribution
_users ( ) : void Number of Users

Private Methods

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

Method Details

__construct() public méthode

call parent constructor
public __construct ( )

_distro() protected méthode

Distribution
protected _distro ( ) : void
Résultat void

_users() protected méthode

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

build() public méthode

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