|
DirectoryIterator::getTypeDetermine the type of the current DirectoryIterator item Beschreibung
public string DirectoryIterator::getType
( void
)
Determines which file type the current DirectoryIterator item belongs to. One of file, link, or dir. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns a string representing the type of the file. May be one of file, link, or dir. Beispiele
Beispiel #1 DirectoryIterator::getType example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: . dir .. dir apple.jpg file banana.jpg file example.php file pear.jpg file Siehe auch
|