|
DirectoryIterator::isFileDetermine if current DirectoryIterator item is a regular file Beschreibung
public bool DirectoryIterator::isFile
( void
)
Determines if the current DirectoryIterator item is a regular file. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
Returns Beispiele
Beispiel #1 DirectoryIterator::isFile example This example will list all regular files in the directory containing the script.
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: apple.jpg banana.jpg example.php pears.jpg Siehe auch
|