Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 1.43 KB

SharedValue.ru.md

File metadata and controls

86 lines (59 loc) · 1.43 KB

SharedValue

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

Описание

Class SharedValue


Методы


Методы

__construct()

__construct(mixed $value): void

get()

get(): mixed

set()

set(mixed $value, bool $override): mixed

remove()

remove(): mixed

isEmpty()

isEmpty(): bool

getAndSet()

getAndSet(callable $updateCallback): mixed

setAndGet()

setAndGet(callable $updateCallback): mixed