(PHP 4, PHP 5, PHP 7)
Execute an external program
string exec ( string $command [, array &$output [, int &$return_var ]] )
exec() executes the given command.
Parameters:
command
The command that will be executed.
output
If the output argument is present, then the specified array will be filled with every line of output from the