PHP Класс Darwin, phpsysinfo

Автор: Michael Cramer ([email protected])
Наследование: extends BSDCommon
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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