Ds\Vector::remove

Ds\Vector::remove

(PECL ds >= 1.0.0)

Ds\Vector::removeRemoves and returns a value by index.

Description

public mixed Ds\Vector::remove ( int $index )

Removes and returns a value by index.

Parameters

index

The index of the value to remove.

Return Values

The value that was removed.