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 9101bf2 commit e6d63eaCopy full SHA for e6d63ea
components/process.rst
@@ -96,6 +96,12 @@ with a non-zero code)::
96
echo $exception->getMessage();
97
}
98
99
+.. tip::
100
+
101
+ You can get the last output time in seconds by using the
102
+ :method:`Symfony\\Component\\Process\\Process::getLastOutputTime` method.
103
+ This method returns ``null`` if the process wasn't started!
104
105
Using Features From the OS Shell
106
--------------------------------
107
0 commit comments