The Parle\Stack class
(PECL parle >= 0.7.0)
Einführung
Parle\Stack is a LIFO stack. The elements are inserted and removed only from one end.
Klassenbeschreibung
Eigenschaften
- empty
-
Whether the stack is empty, readonly.
- size
-
Stack size, readonly.
- top
-
Element on the top of the stack.
Inhaltsverzeichnis
- Parle\Stack::pop — Pop an item from the stack
- Parle\Stack::push — Push an item into the stack