Which function do you have to use to check whether the $path you’ve stored exists?
A
path_dir()
B
path()
C
is_dir()
D
path_dir()
Correct Answer: is_dir()
If the path exists, is_dir() returns TRUE; otherwise, it returns FALSE.