php8.5
Home/ Manual/ spl / filesystemiterator/ FilesystemIterator::getFlags

FilesystemIterator::getFlags

PHP function Edit on GitHub ✎

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

Get the handling flags

Description

FilesystemIterator::getFlags(): int

Gets the handling flags, as set in FilesystemIterator::__construct or FilesystemIterator::setFlags.

Parameters Parameters

Return Values

The integer value of the set flags.

See Also

  • FilesystemIterator::__construct
  • FilesystemIterator::setFlags

Source: reference/spl/filesystemiterator/getflags.xml · from the official PHP manual (php/doc-en)