SplFixedArray::getIterator
PHP Manual
PHP Manual»SplFixedArray»SplFixedArray::getIterator

SplFixedArray::getIterator

(PHP 8)

SplFixedArray::getIteratorRetrieve the iterator to go through the array

Açıklama

public function SplFixedArray::getIterator(): Iterator

Returns the iterator to go through the array.

Bağımsız Değişkenler

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

Dönen Değerler

An instance of an object implementing Iterator to go through the array.

To Top