Parle\Stack::push
PHP function
Edit on GitHub ✎
(PECL parle >= 0.5.1)
Push an item into the stack
Description
Parle\Stack::push(mixed $item): void
Parameters
itemVariable to be pushed.
Return Values
Void