QueryString
[mdref/mdref] / http / QueryString / offsetSet.md
1 # void http\QueryString::offsetSet(string $name, mixed $data)
2
3 Implements ArrayAccess.
4
5 ## Params:
6
7 * string $name
8 The key to set the value for.
9 * mixed $data
10 The data to place at offset $name.
11