Ds\Sequence::push

(PECL ds >= 1.0.0)

Ds\Sequence::pushAdds values to the end of the sequence

説明

abstract public Ds\Sequence::push(mixed ...$values): void

Adds values to the end of the sequence.

パラメータ

values

The values to add.

戻り値

値を返しません。

例1 Ds\Sequence::push() example

<?php
$sequence
= new \Ds\Vector();

$sequence->push("a");
$sequence->push("b");
$sequence->push("c", "d");
$sequence->push(...["e", "f"]);

print_r($sequence);
?>

上の例の出力は、 たとえば以下のようになります。

Ds\Vector Object
(
    [0] => a
    [1] => b
    [2] => c
    [3] => d
    [4] => e
    [5] => f
)
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant