1. path_dir()
  2. path()
  3. is_dir()
  4. path_dir()
5 views

1 Answers

Answer: Option 3

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

5 views

Related Questions