91c6519db4c98d2beefc9b99130fb716dd1071f6
[mdref/mdref] / 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