PHP » GoLang |
login |
register |
about
|
GoLang DirectoryIterator::getType
request it (335)
GoLang replacement for PHP's DirectoryIterator::getType
[edit | history]
PHP DirectoryIterator::getTypePHP original manual for DirectoryIterator::getType [ show | php.net ]DirectoryIterator::getType(PHP 5, PHP 7) DirectoryIterator::getType — Determine the type of the current DirectoryIterator item Description
public string DirectoryIterator::getType
( void
)
Determines which file type the current DirectoryIterator item belongs to. One of file, link, or dir. ParametersThis function has no parameters. Return ValuesReturns a string representing the type of the file. May be one of file, link, or dir. Examples
Example #1 DirectoryIterator::getType() example
<?php The above example will output something similar to: . dir .. dir apple.jpg file banana.jpg file example.php file pear.jpg file See Also
|
more
Recently updated
more
Most requested
more
Last requests
|