<<< Previous question <<< Question ID#0751.md >>> Next question >>>
Consider the following snippet of code. What is the name of the function that needs to be inserted in the placeholder?
$dh = opendir(".");
while ($file = _____($dh)) {
echo $file;
}
- A) readdir
- B) parse
- C) point
- D) echo
Answer
Answer: A