Snippets tagged “stdout”
2 snippets use this tag.
- PHP CLI won't log errorsPHP
There are a few things that can cause errors to not be logged when running PHP from the command line interface (CLI).
- Running shell command and capturing the outputPython
In Python, you can use the subprocess module to run shell commands and capture their output.