(PHP 5, PHP 7)
Determine the type of the current DirectoryIterator item
public string DirectoryIterator::getType ( void )
Determines which file type the current DirectoryIterator item belongs to. One of file, link, or dir.
Returns:
Returns a string representing the type of the file. May be one of file, link, or dir.
Examples:
Directory