QueryString
[mdref/mdref-http] / http / QueryString / offsetGet.md
diff --git a/http/QueryString/offsetGet.md b/http/QueryString/offsetGet.md
new file mode 100644 (file)
index 0000000..d43e8f0
--- /dev/null
@@ -0,0 +1,13 @@
+# mixed http\QueryString::offsetGet(string $name)
+
+Implements ArrayAccess.
+
+## Params:
+
+* mixed $offset  
+  The offset to look up.
+  
+## Returns:
+
+* mixed, the value locate at offset $name.
+* NULL, if key $name could not be found.