A

Admin • 832.27K Points
Coach

Q. Which magic constant contains the full path of the current file?

  • (A) __FILE__
  • (B) __LINE__
  • (C) __DIR__
  • (D) __PATH__
  • Correct Answer - Option(A)
  • Views: 21
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

__FILE__ returns the full path and filename of the file.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.