X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FQueryString.md;h=a547b1c624d84086df4eff85435f8c993b6d8a35;hb=HEAD;hp=9541a35fd1857ce89ed7c486050a658a0cfeb6ab;hpb=d5af35badf0c029ba85f9b53b78bcd5a01907a8d;p=mdref%2Fmdref-http diff --git a/http/QueryString.md b/http/QueryString.md index 9541a35..a547b1c 100644 --- a/http/QueryString.md +++ b/http/QueryString.md @@ -1,4 +1,4 @@ -# class http\QueryString extends http\Object implements Serializable, ArrayAccess, IteratorAggregate +# class http\QueryString implements Serializable, ArrayAccess, IteratorAggregate The http\QueryString class provides versatile facilities to retrieve, use and manipulate query strings and form data. @@ -20,9 +20,9 @@ The http\QueryString class provides versatile facilities to retrieve, use and ma ## Properties: -* private $instance = NULL +* private http\QueryString $instance = NULL The global instance. See http\QueryString::getGlobalInstance(). -* private $queryArray = NULL - The data array. +* private array $queryArray = NULL + The data.