Home » PHP » PHP MySQL Database » Question
  1. Which function do you have to use to check whether the $path you’ve stored exists?
    1. is_dir()
    2. path_dir()
    3. path_dir()
    4. path()
    5. None of these
Correct Option: A

If the path exists, is_dir() returns TRUE; otherwise, it returns FALSE.



Your comments will be displayed only after manual approval.