Dutch PHP Conference 2025 - Call For Papers

SplFixedArray::getIterator

(PHP 8)

SplFixedArray::getIteratorRetrieve the iterator to go through the array

Опис

public SplFixedArray::getIterator(): Iterator

Returns the iterator to go through the array.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

add a note

User Contributed Notes

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