X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_querystring_object.h;h=56e1a0f3e63e8afef2025e6e2a4616a77e053636;hp=26b3070ce2e0b33c9b33073060f922e7cf896aeb;hb=d22651c805eca6f0d508c6d5a47e8daac36841fe;hpb=14bee6bccd8fbaf61786b6e3936d85a71bd97f82 diff --git a/php_http_querystring_object.h b/php_http_querystring_object.h index 26b3070..56e1a0f 100644 --- a/php_http_querystring_object.h +++ b/php_http_querystring_object.h @@ -59,7 +59,10 @@ PHP_METHOD(HttpQueryString, singleton); #endif PHP_METHOD(HttpQueryString, serialize); PHP_METHOD(HttpQueryString, unserialize); - +PHP_METHOD(HttpQueryString, offsetGet); +PHP_METHOD(HttpQueryString, offsetSet); +PHP_METHOD(HttpQueryString, offsetExists); +PHP_METHOD(HttpQueryString, offsetUnset); #endif #endif