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