PHP » GoLang |
login |
register |
about
|
Ds\Deque::push(PECL ds >= 1.0.0) Ds\Deque::push — Adds values to the end of the deque Parameters
Return ValuesNo value is returned. ExamplesExample #1 Ds\Deque::push() example
<?php The above example will output something similar to: Ds\Deque Object ( [0] => a [1] => b [2] => c [3] => d [4] => e [5] => f ) |
more
Recently updated
more
Most requested
more
Last requests
|