Answers for "php exec without waiting"

PHP
0

php exec without waiting

"> /dev/null 2>/dev/null &"

shell_exec('your_command > /dev/null 2>/dev/null &');
Posted by: Guest on May-21-2020

Browse Popular Code Answers by Language