ArrayIterator::offsetGet

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetGetGet value for an offset

Descrição

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

Gets the value from the provided offset.

Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Parâmetros

key

The offset to get the value from.

Valor Retornado

The value at offset key.

Veja Também

add a note

User Contributed Notes

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