The EmptyIterator class

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

Giriş

The EmptyIterator class for an empty iterator.

Sınıf Sözdizimi

class EmptyIterator implements Iterator {
/* Yöntemler */
public current(): never
public key(): never
public next(): void
public rewind(): void
public valid(): false
}

İçindekiler