Skip to content

Files

Latest commit

 

History

History
87 lines (60 loc) · 1.38 KB

SharedStack.ru.md

File metadata and controls

87 lines (60 loc) · 1.38 KB

SharedStack

  • класс SharedStack (php\util\SharedStack) унаследован от SharedCollection
  • пакет std
  • исходники php/util/SharedStack.php

Описание

Class SharedStack


Методы


Методы

__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