PHP » GoLang |
login |
register |
about
|
GoLang DirectoryIterator::__toString
request it (231)
GoLang replacement for PHP's DirectoryIterator::__toString
[edit | history]
PHP DirectoryIterator::__toStringPHP original manual for DirectoryIterator::__toString [ show | php.net ]DirectoryIterator::__toString(PHP 5, PHP 7) DirectoryIterator::__toString — Get file name as a string Description
public
string
DirectoryIterator::__toString
( 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::__toString() 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
|