add http\Url::mod(mixed $new_url[, int flags])
[m6w6/ext-http] / php_http_url.h
index 3216403502df9fcb87a24fbf322b785314bf7e6b..db7a32e9a34554d3fc0ddf19ea559a950c112be2 100644 (file)
@@ -161,6 +161,7 @@ extern zend_function_entry php_http_url_method_entry[];
 #define php_http_url_object_new_ex php_http_object_new_ex
 
 PHP_METHOD(HttpUrl, __construct);
+PHP_METHOD(HttpUrl, mod);
 PHP_METHOD(HttpUrl, toString);
 
 extern PHP_MINIT_FUNCTION(http_url);