Query: globiterator
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLOBITERATOR(3) 1 GLOBITERATOR(3) The GlobIterator classINTRODUCTIONIterates through a file system in a similar fashion to glob(3).CLASS SYNOPSISGlobIterator GlobIteratorextends FilesystemIteratorSeekableIteratorCountable Methods o public GlobIterator::__construct (string $path, [int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CUR- RENT_AS_FILEINFO]) o public int GlobIterator::count (void ) Inherited methods o public FilesystemIterator::__construct (string $path, [int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CUR- RENT_AS_FILEINFO | FilesystemIterator::SKIP_DOTS]) o public mixed FilesystemIterator::current (void ) o public int FilesystemIterator::getFlags (void ) o public string FilesystemIterator::key (void ) o public void FilesystemIterator::next (void ) o public void FilesystemIterator::rewind (void ) o public void FilesystemIterator::setFlags ([int $flags]) PHP Documentation Group GLOBITERATOR(3)