Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 771 Bytes

ThreadLocal.ru.md

File metadata and controls

57 lines (39 loc) · 771 Bytes

ThreadLocal

  • класс ThreadLocal (php\lang\ThreadLocal)
  • пакет std
  • исходники php/lang/ThreadLocal.php

Описание

Class ThreadLocal


Методы


Методы

__construct()

__construct(null $value): void

ThreadLocal constructor.


get()

get(): mixed

set()

set(mixed $value): void

remove()

remove(): void

Remove value.