Skip to content

Commit 42d3058

Browse files
authored
Update README.md
1 parent 99bd42e commit 42d3058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ $process->send(function () {
5151
*/
5252
});
5353

54+
// Another way to use is if you want to just process a file Asynchronously, you can do this:
5455
$args = ['--verbose', '-n', '123'];
5556
$asyncFile = new PhpFile('existing-php-file.php', $args); // make sure to pass the correct file with its path
5657
$asyncFile->run();

0 commit comments

Comments
 (0)