Gesparo
5/17/2019 - 8:43 AM

Check if process run more then ones

$pid = getmypid();
$cmd = "ps axwww | grep ucf | grep -v " . $pid;