GoLang ArrayIterator::offsetGet

request it (259)
GoLang replacement for PHP's ArrayIterator::offsetGet [edit | history]



Do you know a GoLang replacement for PHP's ArrayIterator::offsetGet? Write it!

PHP ArrayIterator::offsetGet

PHP original manual for ArrayIterator::offsetGet [ show | php.net ]

ArrayIterator::offsetGet

(PHP 5, PHP 7)

ArrayIterator::offsetGetGet value for an offset

Description

public mixed ArrayIterator::offsetGet ( string $index )

Gets the value from the provided offset.

Warning

This function is currently not documented; only its argument list is available.

Parameters

index

The offset to get the value from.

Return Values

The value at offset index.

See Also