PHP » GoLang |
login |
register |
about
|
GoLang Ds\Sequence::unshift
request it (289)
GoLang replacement for PHP's Ds\Sequence::unshift
[edit | history]
Ds\Sequence::unshift(PECL ds >= 1.0.0) Ds\Sequence::unshift — Adds values to the front of the sequence DescriptionAdds values to the front of the sequence, moving all the current values forward to make room for the new values. Parameters
Return ValuesNo value is returned. ExamplesExample #1 Ds\Sequence::unshift() example
<?php The above example will output something similar to: Ds\Vector Object ( [0] => b [1] => c [2] => a [3] => 1 [4] => 2 [5] => 3 ) |
more
Recently updated
more
Most requested
more
Last requests
|