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 b8a2e5d commit 09b2a35Copy full SHA for 09b2a35
components/process.rst
@@ -113,9 +113,9 @@ are done doing other stuff::
113
$process->start();
114
115
// ... do other things
116
-
+
117
$process->wait();
118
119
// ... do things after the process has finished
120
121
.. note::
@@ -130,7 +130,7 @@ in the output and its type::
130
131
$process = new Process('ls -lsa');
132
133
134
$process->wait(function ($type, $buffer) {
135
if (Process::ERR === $type) {
136
echo 'ERR > '.$buffer;
0 commit comments