QueryString
[mdref/mdref] / http / QueryString / offsetExists.md
1 # bool http\QueryString::offsetExists(string $name)
2
3 Implements ArrayAccess.
4
5 ## Params:
6
7 * string $name
8 The offset to look up.
9
10 ## Returns:
11
12 * bool, whether the key $name isset.