mini\Http\RequestGlobalProxy::offsetExists()
Method
public
Signature
public function offsetExists(mixed $offset): bool
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$offset |
mixed |
required | Documentation missing |
Returns
bool
Documentation
Check if key exists in current request context
For $_GET proxy: integer keys (0, 1, 2, ...) check 'mini.pathcomponents' request attribute, which contains captured wildcard URL segments from routing.