Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ and :method:`Symfony\\Component\\Process\\Process::getIncrementalErrorOutput`
methods returns the new outputs since the last call.

.. versionadded:: 2.4
The ``flushOutput()`` and ``flushErrorOutput()`` methods were added in Symfony 2.4.
The ``clearOutput()`` and ``clearErrorOutput()`` methods were added in Symfony 2.4.

The :method:`Symfony\\Component\\Process\\Process::flushOutput` method flushes
The :method:`Symfony\\Component\\Process\\Process::clearOutput` method clears
the contents of the output and
:method:`Symfony\\Component\\Process\\Process::flushErrorOutput` flushes
:method:`Symfony\\Component\\Process\\Process::clearErrorOutput` clears
the contents of the error output.

Getting real-time Process Output
Expand Down