InternalIterator 클래스

(PHP 8)


소개

내부 클래스에 대해 IteratorAggregate를 쉽게 구현하기 위한 클래스입니다.


인터페이스 개요

                  
final class InternalIterator implements Iterator {

  /* Methods */
  private __construct()
  public current(): mixed
  public key(): mixed
  public next(): void
  public rewind(): void
  public valid(): bool
}
                  
                

목차