PHP Class PMA\libraries\SysInfoLinux

Inheritance: extends PMA\libraries\SysInfo
Show file Open project: phpmyadmin/phpmyadmin

Public Properties

Property Type Description
$os

Public Methods

Method Description
loadavg ( ) : array Gets load information
memory ( ) : array Gets information about memory usage
supported ( ) : true Checks whether class is supported in this environment

Method Details

loadavg() public method

Gets load information
public loadavg ( ) : array
return array with load data

memory() public method

Gets information about memory usage
public memory ( ) : array
return array with memory usage data

supported() public method

Checks whether class is supported in this environment
public supported ( ) : true
return true on success

Property Details

$os public property

public $os