|
Ds\Sequence::removeRemoves and returns a value by index 説明
abstract public mixed Ds\Sequence::remove(int
$index )Removes and returns a value by index. パラメータ
戻り値The value that was removed. エラー / 例外OutOfRangeException if the index is not valid. 例例1 Ds\Sequence::remove example
上の例の出力は、 たとえば以下のようになります。 string(1) "b" string(1) "a" string(1) "c" |