File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,10 @@ and :method:`Symfony\\Component\\Process\\Process::getIncrementalErrorOutput`
46
46
methods returns the new outputs since the last call.
47
47
48
48
.. versionadded :: 2.4
49
- The ``getAndFlushOutput() ``, ``getAndFlushIncrementalOutput() ``, ``getAndFlushErrorOutput() ``,
50
- ``getAndFlushIncrementalErrorOutput() ``, ``flushOutput() `` and ``flushErrorOutput() `` methods were
51
- added in Symfony 2.4.
49
+ The ``flushOutput() `` and ``flushErrorOutput() `` methods were added in Symfony 2.4.
52
50
53
51
The :method: `Symfony\\ Component\\ Process\\ Process::flushOutput() ` method flushes the contents of the output and
54
- and :method: `Symfony\\ Component\\ Process\\ Process::flushErrorOutput() ` the content of the error output. You can get the
55
- contents and flush the whole output or the error output by using :method: `Symfony\\ Component\\ Process\\ Process::getAndFlushOutput() `
56
- and :method: `Symfony\\ Component\\ Process\\ Process::getAndFlushErrorOutput() ` methods, or the outputs since the last call
57
- by using the :method: `Symfony\\ Component\\ Process\\ Process::getAndFlushIncrementalOutput() ` and
58
- :method: `Symfony\\ Component\\ Process\\ Process::getAndFlushIncrementalErrorOutput() ` methods.
52
+ and :method: `Symfony\\ Component\\ Process\\ Process::flushErrorOutput() ` the content of the error output.
59
53
60
54
Getting real-time Process Output
61
55
--------------------------------
You can’t perform that action at this time.
0 commit comments