Q10
Which one of the following function reads a directory into an Array?
A.
scandir()
AnswerB.
readdir()
C.
scandirectory()
D.
readdirectory()
Answer: Option A
Solution
Answer: Option A
Solution:
It returns an array consisting of files and directories found in directory or returns FALSE on error.