PHP » GoLang |
login |
register |
about
|
GoLang DirectoryIterator::getFilename
request it (353)
GoLang replacement for PHP's DirectoryIterator::getFilename
[edit | history]
PHP DirectoryIterator::getFilenamePHP original manual for DirectoryIterator::getFilename [ show | php.net ]DirectoryIterator::getFilename(PHP 5, PHP 7) DirectoryIterator::getFilename — Return file name of current DirectoryIterator item Description
public string DirectoryIterator::getFilename
( void
)
Get the file name of the current DirectoryIterator item. ParametersThis function has no parameters. Return ValuesReturns the file name of the current DirectoryIterator item. Examples
Example #1 A DirectoryIterator::getFilename() example This example will list the contents of the directory containing the script.
<?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
|