The Parle\Stack class
Introduction
(PECL parle >= 0.7.0)
Parle\Stack is a LIFO stack. The elements are inserted and removed only from one end.
Class synopsis
Parle\Stack {
/* Properties */
/* Methods */
public pop ( ) : void
public push ( mixed $item ) : void}
Properties
- empty
-
Whether the stack is empty, readonly.
- size
-
Stack size, readonly.
- top
-
Element on the top of the stack.
Table of Contents
- Parle\Stack::pop — Pop an item from the stack
- Parle\Stack::push — Push an item into the stack
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.parle-stack.php