PHP Class Parser, phpsysinfo

Inheritance: extends CI_Controller
Mostrar archivo Open project: phpsysinfo/phpsysinfo Class Usage Examples

Public Methods

Method Description
df ( string $df_param = "", $get_inodes = true ) : array parsing the output of df command
lspci ( $debug = PSI_DEBUG ) : Array parsing the output of lspci command

Method Details

df() public static method

parsing the output of df command
public static df ( string $df_param = "", $get_inodes = true ) : array
$df_param string additional parameter for df command
return array

lspci() public static method

parsing the output of lspci command
public static lspci ( $debug = PSI_DEBUG ) : Array
return Array