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
<?phpThe above example will output something similar to:
Ds\Stack Object
(
[0] => a
[1] => b
[2] => c
[3] => d
[4] => e
[5] => f
)
|
more
Most requested
more
Last requests
|