GlobIterator::countGet the number of directories and files Beschreibung
public int GlobIterator::count
( void
)
Gets the number of directories and files found by the glob expression. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThe number of returned directories and files, as an integer. Beispiele
Beispiel #1 GlobIterator::count example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Matched 8 item(s) Siehe auch
|