0) { while (strpos($psLine," ") > 0) $psLine = str_replace(" ",' ',trim($psLine)); $arr = explode(' ',$psLine); $count = count($arr); $this->processId = $arr[0]; $this->args = ""; $this->transferFile = str_replace($cfg['transfer_file_path'],'',$arr[($count - 6)]); $this->transferowner = $arr[($count - 5)]; $this->filePath = substr($arr[($count - 4)], 0, strrpos($arr[($count - 4)], "/")+1); } } } ?>