update : 2015.11.03
php.shukuma.com검색:
|
The GlobIterator class(PHP 5 >= 5.3.0) 소개Iterates through a file system in a similar fashion to glob(). 클래스 개요/* 메소드 */
public __construct
( string
$path
[, int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO
] )/* 상속된 메소드 */
public FilesystemIterator::__construct
( string
}$path
[, int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO | FilesystemIterator::SKIP_DOTS
] )Table of Contents
|