php教程

The Parle\Stack class

(PECL parle >= 0.7.0)

简介

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

类摘要

Parle\Stack {
/* 属性 */
public boolean $empty = TRUE ;
public integer $size = 0 ;
public mixed $top ;
/* 方法 */
public pop ( void ) : void
public push ( mixed $item ) : void
}

属性

empty

Whether the stack is empty, readonly.

size

Stack size, readonly.

top

Element on the top of the stack.

Table of Contents

User Contributed Notes

There are no user contributed notes for this page.

CopyRight © 2008-2022 verySource.Com All Rights reserved. 京ICP备17048824号-1 京公网安备:11010502034788