Ds\Sequence::remove

Ds\Sequence::remove

(PECL ds >= 1.0.0)

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

Description

abstract public mixed Ds\Sequence::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. 登录查看完整内容