advanced code snippet search
ping_ch on 07/29/09
php Shell fork cmd shellexec
07/29/09 10:56am
2 people have marked this snippet as a favorite
oldmeatyumang_nine
URL: fork-process-with-php
function fork($cmd){ $cmd = $cmd.' > /dev/null &'; shell_exec($cmd);}
Report this snippet Tweet
Comment:
You need to login to post a comment.