Hi,
Is there any page where i can see more usage example?
for example:
var_dump($parser->getTemps()); gives nothing with the following notice/error
Undefined index: temps
-
var_dump($parser->determineCPUPercentage());
gives null
-
var_dump($parser->getMounts()); gives notice
Undefined index: show
I think i need to pass some more info to these method calls. Can you help.?
Thanks
Hi,
Is there any page where i can see more usage example?
for example:
var_dump($parser->getTemps());gives nothing with the following notice/errorvar_dump($parser->determineCPUPercentage());gives null
var_dump($parser->getMounts());gives noticeI think i need to pass some more info to these method calls. Can you help.?
Thanks