PHP exécute un processus d'arrière-plan

exec(sprintf("%s > %s 2>&1 & echo $! >> %s", $cmd, $outputfile, $pidfile));
Nutty Newt