ArrayIterator::offsetGet

(PHP 5, PHP 7)

ArrayIterator::offsetGetGet value for an offset

Descrierea

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

Gets the value from the provided offset.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

index

The offset to get the value from.

Valorile întoarse

The value at offset index.

A se vedea și