PHP » GoLang |
login |
register |
about
|
GoLang FilesystemIterator::current
request it (325)
GoLang replacement for PHP's FilesystemIterator::current
[edit | history]
PHP FilesystemIterator::currentPHP original manual for FilesystemIterator::current [ show | php.net ]FilesystemIterator::current(PHP 5 >= 5.3.0, PHP 7) FilesystemIterator::current — The current file DescriptionGet file information of the current element. ParametersThis function has no parameters. Return ValuesThe filename, file information, or $this depending on the set flags. See the FilesystemIterator constants. Examples
Example #1 FilesystemIterator::current() example This example will list the contents of the directory containing the script.
<?php The above example will output something similar to: /www/examples/apple.jpg /www/examples/banana.jpg /www/examples/example.php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|