PHP » GoLang |
login |
register |
about
|
GoLang DirectoryIterator::next
request it (391)
GoLang replacement for PHP's DirectoryIterator::next
[edit | history]
DirectoryIterator::next(PHP 5, PHP 7) DirectoryIterator::next — Move forward to next DirectoryIterator item Description
public void DirectoryIterator::next
( void
)
Move forward to the next DirectoryIterator item. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 DirectoryIterator::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 index.php pear.jpg See Also
|
more
Recently updated
more
Most requested
more
Last requests
|