PHP 클래스 Webmozart\Glob\Iterator\GlobFilterIterator

또한 보기: Glob
부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: extends RegexFilterIterator
파일 보기 프로젝트 열기: webmozart/glob 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $glob, Iterator $innerIterator, integer $mode = self::FILTER_VALUE, integer $flags ) Creates a new iterator.

메소드 상세

__construct() 공개 메소드

Creates a new iterator.
public __construct ( string $glob, Iterator $innerIterator, integer $mode = self::FILTER_VALUE, integer $flags )
$glob string The canonical glob.
$innerIterator Iterator The filtered iterator.
$mode integer A bitwise combination of the mode constants.
$flags integer A bitwise combination of the flag constants in {@link Glob}.