πŸ“Š PHP
Q. Which PHP function executes an external program and displays output?
  • (A) system()
  • (B) exec()
  • (C) shell_exec()
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

Explanation: system(), exec(), and shell_exec() execute external commands.

Explanation by: Mr. Dubey
system(), exec(), and shell_exec() execute external commands.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
26
Total Visits
πŸ“½οΈ
6 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate