FilesystemIterator::getFlags
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
FilesystemIterator::getFlags — Get the handling flags
說明
public FilesystemIterator::getFlags(): int
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