This is a very simple class can be used to run an executable program and capture its output.
The class takes a command line with program path and eventual arguments and executes the program opening and pipe from which it reads the program output.
The command errors are redirected to the command output stream so the class can capture both the command output and eventual errors into the same return value string.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (93.8%) |
Good (93.8%) |
- |
- |
- |
- |
Not sure (56.3%) |
870 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
XShell.php |
Class |
The class that handles command line execution from within the PHP environment. |