SyntaxFix
Write A Post
Hire A Developer
Questions
shell_exec returns all of the output stream as a string. exec returns the last line of the output by default, but can provide all output as an array specifed as the second parameter.
shell_exec
exec
See