略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Parle\Stack

2024-05-02

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.

类摘要

class Parle\Stack {
/* 属性 */
public bool $empty = true;
public int $size = 0;
public mixed $top;
/* 方法 */
public pop(): 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.

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.parle-stack.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3