- class
ThreadLocal
(php\lang\ThreadLocal
) - package
std
- source
php/lang/ThreadLocal.php
Description
Class ThreadLocal
->
__construct()
- ThreadLocal constructor.->
get()
->
set()
->
remove()
- Remove value.
__construct(null $value): void
ThreadLocal constructor.
get(): mixed
set(mixed $value): void
remove(): void
Remove value.