39 if (function_exists($function)) {
40 $result = @call_user_func($function);
56 self::EXECUTABLE_PATH,
70 return isset($procInfo[self::PROCESS_ID]) ? intval($procInfo[self::PROCESS_ID]) : 0;
92 if ($statProc !==
false) {
94 self::PROCESS_ID => $statProc[
'pid'],
95 self::EXECUTABLE_PATH => $statProc[
'exe']
125 if (
$proc[self::PROCESS_ID] == $pid) {
144 if (!empty($path) && is_file($path)) {
149 if ($unixExePath == $path) {
164 public static function kill($pid)
178 public static function killBins($refreshProcs =
false)
194 if (
$proc[self::PROCESS_ID] == self::getCurrentPid()) {
static startWith($string, $search)
static contains($string, $search)
static formatUnixPath($path)
static getListProcs($vbsKeys)
static callWin32Ps($function)
static killBins($refreshProcs=false)