Dutch PHP Conference 2025 - Call For Papers

ArrayIterator::offsetGet

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetGetGet value for an offset

Опис

public ArrayIterator::offsetGet(mixed $key): mixed

Gets the value from the provided offset.

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

key

The offset to get the value from.

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

The value at offset key.

Прогляньте також

add a note

User Contributed Notes

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