public LocalStream::dir_readdir()
Support for readdir().
string The next filename, or FALSE if there are no more files in the directory.
Overrides PhpStreamWrapperInterface::dir_readdir
http://php.net/manual/streamwrapper.dir-readdir.php
public function dir_readdir() { return readdir($this->handle); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!StreamWrapper!LocalStream.php/function/LocalStream::dir_readdir/8.1.x