πŸ“Š PHP
Q. Which PHP feature allows executing code stored in a string?
  • (A) eval()
  • (B) execute()
  • (C) run()
  • (D) code_exec()
πŸ’¬ Discuss
βœ… Correct Answer: (A) eval()

Explanation: eval() executes PHP code contained in a string.

Explanation by: Mr. Dubey
eval() executes PHP code contained in a string.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
1 d ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate