12) { $this->pid = trim(substr($psLine, 0, 5)); $this->ppid = trim(substr($psLine, 5, 6)); $this->cmdline = trim(substr($psLine, 12)); } } } /** * class ProcessInfo : Stores the image and title of for the health of a file. */ class HealthData { var $image = ""; var $title = ""; } ?>