- class
SharedValue
(php\util\SharedValue
) extendsSharedMemory
- package
std
- source
php/util/SharedValue.php
Description
Class SharedValue
->
__construct()
->
get()
->
set()
->
remove()
->
isEmpty()
->
getAndSet()
->
setAndGet()
- See also in the parent class SharedMemory
__construct(mixed $value): void
get(): mixed
set(mixed $value, bool $override): mixed
remove(): mixed
isEmpty(): bool
getAndSet(callable $updateCallback): mixed
setAndGet(callable $updateCallback): mixed