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.
2 parents c7931e4 + c65a122 commit 8c055b4Copy full SHA for 8c055b4
components/process.rst
@@ -96,6 +96,17 @@ 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
+ .. versionadded:: 4.4
106
107
+ The :method:`Symfony\\Component\\Process\\Process::getLastOutputTime`
108
+ method was introduced in Symfony 4.4.
109
110
Using Features From the OS Shell
111
--------------------------------
112
0 commit comments