Answers for "php execute a background process"

PHP
1

php execute a background process

exec(sprintf("%s > %s 2>&1 & echo $! >> %s", $cmd, $outputfile, $pidfile));
Posted by: Guest on April-29-2020

Browse Popular Code Answers by Language