PHP 클래스 Haiku, phpsysinfo

저자: Mieczyslaw Nalewaj ([email protected])
상속: extends OS
파일 보기 프로젝트 열기: phpsysinfo/phpsysinfo

공개 메소드들

메소드 설명
__construct ( ) call parent constructor
build ( ) : Void get the information

보호된 메소드들

메소드 설명
_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

비공개 메소드들

메소드 설명
_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

메소드 상세

__construct() 공개 메소드

call parent constructor
public __construct ( )

_cpuinfo() 보호된 메소드

get the cpu information
protected _cpuinfo ( ) : array
리턴 array

_distro() 보호된 메소드

Distribution
protected _distro ( ) : void
리턴 void

_pci() 보호된 메소드

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

_processes() 보호된 메소드

Processes
protected _processes ( ) : void
리턴 void

_usb() 보호된 메소드

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

_users() 보호된 메소드

Number of Users
protected _users ( ) : void
리턴 void

build() 공개 메소드

get the information
public build ( ) : Void
리턴 Void