The GlobIterator class
(PHP 5 >= 5.3.0)
소개
Iterates through a file system in a similar fashion to glob().
클래스 개요
GlobIterator
extends
FilesystemIterator
implements
Iterator
,
Traversable
,
SeekableIterator
,
Countable
{
/* 메소드 */
__construct
( string $path
[, int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO
] )
/* 상속된 메소드 */
FilesystemIterator::__construct
( string $path
[, int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO | FilesystemIterator::SKIP_DOTS
] )
}Table of Contents
- GlobIterator::__construct — Construct a directory using glob
- GlobIterator::count — Get the number of directories and files
There are no user contributed notes for this page.
