- class
SharedStack
(php\util\SharedStack
) extendsSharedCollection
- package
std
- source
php/util/SharedStack.php
Description
Class SharedStack
->
__construct()
->
push()
->
pop()
->
peek()
->
count()
->
clear()
- Remove all items.->
isEmpty()
- See also in the parent class SharedCollection
__construct(array|Traversable $array): void
push(mixed $value): mixed
pop(): mixed
peek(): mixed
count(): int
clear(): void
Remove all items.
isEmpty(): bool