Closed tw2066 closed 2 years ago
$_COOKIE = make(Proxy\Cookie::class); $_FILES = make(Proxy\File::class); $_GET = make(Proxy\Get::class); $_POST = make(Proxy\Post::class); $_REQUEST = make(Proxy\Request::class); $_SERVER = make(Proxy\Server::class, [$_SERVER]); ...
masked i want to remove the restrictions
masked
Thank you! Added in 2.14.5.
$_COOKIE implements ArrayAccess
masked
i want to remove the restrictions