QueryString
[mdref/mdref-http] / http / QueryString / offsetExists.md
diff --git a/http/QueryString/offsetExists.md b/http/QueryString/offsetExists.md
new file mode 100644 (file)
index 0000000..894872f
--- /dev/null
@@ -0,0 +1,12 @@
+# bool http\QueryString::offsetExists(string $name)
+
+Implements ArrayAccess.
+
+## Params:
+
+* string $name  
+  The offset to look up.
+
+## Returns:
+
+* bool, whether the key $name isset.