Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 736 Bytes

ThreadLocal.md

File metadata and controls

57 lines (39 loc) · 736 Bytes

ThreadLocal

  • class ThreadLocal (php\lang\ThreadLocal)
  • package std
  • source php/lang/ThreadLocal.php

Description

Class ThreadLocal


Methods


Methods

__construct()

__construct(null $value): void

ThreadLocal constructor.


get()

get(): mixed

set()

set(mixed $value): void

remove()

remove(): void

Remove value.