Ds\Sequence::get

Ds\Sequence::get

(PECL ds >= 1.0.0)

Ds\Sequence::getReturns the value at a given index.

Description

abstract public mixed Ds\Sequence::get ( int $index )

Returns the value at a given index.

Parameters

index

The index to access, starting at 0.

Return Values

The value at the requested index.