InternalIterator sınıfı

(PHP 8)

Giriş

Dahili sınıflar için IteratorAggregate gerçeklemeyi kolaylaştıran sınıf.

Sınıf Sözdizimi

final class InternalIterator implements Iterator {
/* Yöntemler */
private function __construct()
public function current(): mixed
public function key(): mixed
public function next(): void
public function rewind(): void
public function valid(): bool
}

İçindekiler

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top