QueryString
[mdref/mdref-http] / http / QueryString / offsetSet.md
diff --git a/http/QueryString/offsetSet.md b/http/QueryString/offsetSet.md
new file mode 100644 (file)
index 0000000..91c6519
--- /dev/null
@@ -0,0 +1,11 @@
+# void http\QueryString::offsetSet(string $name, mixed $data)
+
+Implements ArrayAccess.
+
+## Params:
+
+* string $name  
+  The key to set the value for.
+* mixed $data  
+  The data to place at offset $name.
+