X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FQueryString%2FoffsetGet.md;fp=http%2FQueryString%2FoffsetGet.md;h=d43e8f03c8f4404ea0a1e3bafebf35ac1f814c15;hb=f3b9eb801a8be59a2179c7aa938e49079806f20a;hp=0000000000000000000000000000000000000000;hpb=d5af35badf0c029ba85f9b53b78bcd5a01907a8d;p=mdref%2Fmdref-http diff --git a/http/QueryString/offsetGet.md b/http/QueryString/offsetGet.md new file mode 100644 index 0000000..d43e8f0 --- /dev/null +++ b/http/QueryString/offsetGet.md @@ -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.