πŸ“Š PHP
Q. Which magic constant represents the current file name?
  • (A) __FILE__
  • (B) __LINE__
  • (C) __DIR__
  • (D) __NAME__
πŸ’¬ Discuss
βœ… Correct Answer: (A) __FILE__

Explanation: __FILE__ returns the full path and filename of the current file.

Explanation by: Rati Dubey
__FILE__ returns the full path and filename of the current file.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
64
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
98%
Success Rate