FilesystemIterator::getFlags
(PHP 5 >= 5.3.0)
FilesystemIterator::getFlags — Get the handling flags
Описание
public int FilesystemIterator::getFlags ( void )Gets the handling flags, as set in FilesystemIterator::__construct() or FilesystemIterator::setFlags().
Список параметров
У этой функции нет параметров.
Возвращаемые значения
The integer value of the set flags.
Смотрите также
- FilesystemIterator::__construct() - Constructs a new filesystem iterator
- FilesystemIterator::setFlags() - Sets handling flags
Описание класса filesystemiterator, примеры использования класса filesystemiterator.
Описание на ru2.php.netОписание на php.ru