Parle
PHP Manual

The Parle\Stack class

(PECL parle >= 0.7.0)

Введение

Parle\Stack is a LIFO stack. The elements are inserted and and removed only from one end.

Обзор классов

Parle\Stack {
/* Свойства */
public boolean $empty = true ;
public integer $size = 0 ;
public mixed $top ;
/* Методы */
public void pop ( void )
public void push ( mixed $item )
}

Свойства

empty

Whether the stack is empty, readonly.

size

Stack size, readonly.

top

Element on the top of the stack.

Содержание


Parle
PHP Manual