diff --git a/reference/url/functions/parse-url.xml b/reference/url/functions/parse-url.xml index a0ca4c1256..7432e0d1fb 100644 --- a/reference/url/functions/parse-url.xml +++ b/reference/url/functions/parse-url.xml @@ -1,5 +1,5 @@ - + @@ -13,8 +13,9 @@ stringurl - This function returns an associative array returning any of the - various components of the URL that are present. This includes the + This function returns an associative array containing any of the + various components of the URL that are present. iF one of them is + missing, no entry will be created for it. The components are : @@ -64,6 +65,11 @@ urls are also accepted, parse_url tries its best to parse them correctly. + + + This function doesn't work with relative urls. + + <function>parse_url</function> example