PHP » GoLang |
login |
register |
about
|
GoLang Ds\Vector::push
request it (357)
GoLang replacement for PHP's Ds\Vector::push
[edit | history]
Ds\Vector::push(PECL ds >= 1.0.0) Ds\Vector::push — Adds values to the end of the vector DescriptionAdds values to the end of the vector. Parameters
Return ValuesNo value is returned. ExamplesExample #1 Ds\Vector::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
more
Last requests
|