The EmptyIterator class

The EmptyIterator class

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

簡介

The EmptyIterator class for an empty iterator.

類摘要

class EmptyIterator implements Iterator {
/* 方法 */
public current(): never
public key(): never
public next(): void
public rewind(): void
public valid(): bool
}

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *