Answers for "php run the ather line of code 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

Code answers related to "php run the ather line of code without waiting"

Browse Popular Code Answers by Language