ArrayIterator
PHP Manual

ArrayIterator::offsetGet

(PHP 5 >= 5.0.0, PHP 7)

ArrayIterator::offsetGetGet value for an offset

Descrierea

public mixed ArrayIterator::offsetGet ( string $index )

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


ArrayIterator
PHP Manual