consider the following snippet of code. What is the name of the function that needs to be inserted in the placeholder?
<?php $dh = opendir("."); while ($file = ???????($dh)) { echo $file }