< ?php echo shell_exec("ps aux | grep -i php | awk {'print $2'} | xargs kill -9") ? >?