How correctly through exec () to transfer arguments to the script, and how to get them in the script? I did not understand the manual.
exec("php import.php >> import.log 2>&1 &", $data);
Here is the manual , what exactly is not clear?
Source: https://ru.stackoverflow.com/questions/145636/
All Articles