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.
|
|
| Name: |
XShell |
| Base name: |
xshell |
| Description: |
Run an executable program and capture its output |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
1943 users |
| All time rank: |
1815 |
| Week users: |
3 users |
| Week rank: |
914  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (93.8%) |
Good (93.8%) |
- |
- |
- |
- |
Not sure (56.2%) |
1090 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|
| File |
Role |
Description |
XShell.php |
Class |
The class that handles command line execution from within the PHP environment. |