PHP 클래스 Darwin, phpsysinfo

저자: Michael Cramer ([email protected])
상속: extends BSDCommon
파일 보기 프로젝트 열기: phpsysinfo/phpsysinfo 1 사용 예제들

공개 메소드들

메소드 설명
build ( ) : Void get the information

보호된 메소드들

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

비공개 메소드들

메소드 설명
_grabioreg ( string $key ) : string get a value from ioreg command
_network ( ) : void get network information
_uptime ( ) : void UpTime time the system is running

메소드 상세

_processes() 보호된 메소드

Processes
protected _processes ( ) : void
리턴 void

_tb() 보호된 메소드

get the thunderbolt device information out of ioreg
protected _tb ( ) : void
리턴 void

build() 공개 메소드

get the information
또한 보기: PSI_Interface_OS::build()
public build ( ) : Void
리턴 Void

cpuinfo() 보호된 메소드

get CPU information
protected cpuinfo ( ) : void
리턴 void

distro() 보호된 메소드

get icon name
protected distro ( ) : void
리턴 void

grabkey() 보호된 메소드

get a value from sysctl command
protected grabkey ( string $key ) : string
$key string key of the value to get
리턴 string

ide() 보호된 메소드

get the ide device information out of ioreg
protected ide ( ) : void
리턴 void

memory() 보호된 메소드

get memory and swap information
protected memory ( ) : void
리턴 void

pci() 보호된 메소드

get the pci device information out of ioreg
protected pci ( ) : void
리턴 void

scsi() 보호된 메소드

get the scsi device information out of ioreg
protected scsi ( ) : void
리턴 void

usb() 보호된 메소드

get the usb device information out of ioreg
protected usb ( ) : void
리턴 void