PHP » GoLang |
login |
register |
about
|
GoLang Ds\Sequence::push
request it (388)
GoLang replacement for PHP's Ds\Sequence::push
[edit | history]
Ds\Sequence::push(PECL ds >= 1.0.0) Ds\Sequence::push — Adds values to the end of the sequence DescriptionAdds values to the end of the sequence. Parameters
Return ValuesNo value is returned. ExamplesExample #1 Ds\Sequence::push() example
<?php The above example will output something similar to: Ds\Vector Object ( [0] => a [1] => b [2] => c [3] => d [4] => e [5] => f ) |
more
Recently updated
more
Most requested
|