CakeFest 2024: The Official CakePHP Conference

IteratorAggregate::getIterator

(PHP 5, PHP 7, PHP 8)

IteratorAggregate::getIteratorHarici bir yineleyici ile döner

Açıklama

public IteratorAggregate::getIterator(): Traversable

Harici bir yineleyici ile döner.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Traversable veya Iterator arayüzünü gerçekleyen nesnenin bir örneğiyle döner.

Hatalar/İstisnalar

Başarısızlık durumunda bir istisna (Exception) oluşur.

add a note

User Contributed Notes

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