- 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): voidget(): mixedset(mixed $value, bool $override): mixedremove(): mixedisEmpty(): boolgetAndSet(callable $updateCallback): mixedsetAndGet(callable $updateCallback): mixed