We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bd42e commit 42d3058Copy full SHA for 42d3058
README.md
@@ -51,6 +51,7 @@ $process->send(function () {
51
*/
52
});
53
54
+// Another way to use is if you want to just process a file Asynchronously, you can do this:
55
$args = ['--verbose', '-n', '123'];
56
$asyncFile = new PhpFile('existing-php-file.php', $args); // make sure to pass the correct file with its path
57
$asyncFile->run();
0 commit comments