CakeFest 2024: The Official CakePHP Conference

ArrayIterator::offsetGet

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetGetGet value for an offset

Beschreibung

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

Gets the value from the provided offset.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Parameter-Liste

key

The offset to get the value from.

Rückgabewerte

The value at offset key.

Siehe auch

add a note

User Contributed Notes

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