Fix file name (method name)
[mdref/mdref-http] / http / QueryString / offsetGet.md
1 # mixed http\QueryString::offsetGet(string $name)
2
3 Implements ArrayAccess.
4
5 ## Params:
6
7 * mixed $offset
8 The offset to look up.
9
10 ## Returns:
11
12 * mixed, the value locate at offset $name.
13 * NULL, if key $name could not be found.