Php/docs/filesystemiterator.getflags
来自菜鸟教程
FilesystemIterator::getFlags
(PHP 5 >= 5.3.0, PHP 7)
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