ArrayIterator::offsetGet

(PHP 5, PHP 7)

ArrayIterator::offsetGetGet value for an offset

Opis

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

Gets the value from the provided offset.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

index

The offset to get the value from.

Zwracane wartości

The value at offset index.

Zobacz też:

add a note add a note

User Contributed Notes

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