ArrayIterator::offsetGet

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetGetGet value for an offset

Açıklama

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

Gets the value from the provided offset.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

index

The offset to get the value from.

Dönen Değerler

The value at offset index.

Ayrıca Bakınız

add a note add a note

User Contributed Notes

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