GlobIterator
PHP Manual

GlobIterator::count

(PHP 5 >= 5.3.0)

GlobIterator::countGet the number of directories and files

Описание

public integer GlobIterator::count ( void )

Gets the number of directories and files found by the glob expression.

Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Список параметров

This function has no parameters.

Возвращаемые значения

The number of returned directories and files, as an integer.


GlobIterator
PHP Manual