The EmptyIterator class

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

简介

The EmptyIterator class for an empty iterator.

类摘要

classEmptyIteratorimplementsIterator {
publiccurrent(): never
publickey(): never
publicnext(): void
publicrewind(): void
publicvalid(): false
}

目录

To Top