Skip to content

Latest commit

 

History

History
87 lines (60 loc) · 1.3 KB

SharedStack.md

File metadata and controls

87 lines (60 loc) · 1.3 KB

SharedStack

  • class SharedStack (php\util\SharedStack) extends SharedCollection
  • package std
  • source php/util/SharedStack.php

Description

Class SharedStack


Methods


Methods

__construct()

__construct(array|Traversable $array): void

push()

push(mixed $value): mixed

pop()

pop(): mixed

peek()

peek(): mixed

count()

count(): int

clear()

clear(): void

Remove all items.


isEmpty()

isEmpty(): bool