- 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): voidpush(mixed $value): mixedpop(): mixedpeek(): mixedcount(): intclear(): voidRemove all items.
isEmpty(): bool