Q. Which PHP function executes an external program and displays output?
β
Correct Answer: (D)
All of the above
Explanation: system(), exec(), and shell_exec() execute external commands.