Tool
class Tool
Filesystem tool class.
Properties
static boolean | $test | ||
static boolean | $exception | ||
static boolean | $ret_sys_getloadavg | ||
static boolean | $ret_sys_win_getloadavg | ||
static mixed | $ret_get_object_vars |
Methods
static array
sys_getloadavg()
This method will return the average system load for unix based systems.
static array
sys_win_getloadavg()
This method will return the average system load for windows based systems.
static mixed
Details
at line 50
static array
sys_getloadavg()
This method will return the average system load for unix based systems.
at line 66
static array
sys_win_getloadavg()
This method will return the average system load for windows based systems.
at line 84
static mixed
get_object_vars(stdClass $obj)
Returns object variables from std class.