FilesystemIterator::getFlags

(PHP 5 >= 5.3.0, PHP 7)

FilesystemIterator::getFlagsGet 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.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top