exec() vs system() vs passthru() exec — Execute an external program passthru — Execute an external program and display raw output
shell_exec
2 Articles
2
php shell_exec() vs exec() With exec(), you can pass an optional param variable which will receive an array of output lines.