Esc
API Index — Namespaces, Packages, Reports, Indices
RequestContext.php
Table of Contents
Classes
- RequestContext
- Per-request state container. Lives on
Coroutine::getContext()in coroutine mode (recommended default) so each request gets isolated state freed automatically when the coroutine ends. In legacy superglobals mode it's a process-wide singleton bridging declared properties to PHP's$_GET/$_POST/$_SESSIONetc.