A

Admin • 833K Points
Coach

Q. Which function checks if a file or directory exists?

  • (A) exists()
  • (B) is_file()
  • (C) file_exists()
  • (D) is_exist()
  • Correct Answer - Option(C)
  • Views: 33
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

file_exists() returns true if the file or directory exists.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.