PHP » GoLang |
login |
register |
about
|
GoLang FilesystemIterator::next
request it (249)
GoLang replacement for PHP's FilesystemIterator::next
[edit | history]
FilesystemIterator::next(PHP 5 >= 5.3.0, PHP 7) FilesystemIterator::next — Move to the next file Description
public void FilesystemIterator::next
( void
)
Move to the next file. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 FilesystemIterator::next() example List the contents of a directory using a while loop.
<?php The above example will output something similar to: apple.jpg banana.jpg example.php |
more
Recently updated
more
Most requested
more
Last requests
|