From c5297bcdcd1b65a307f0c75c7474e7c3e801bfae Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 9 Oct 2003 13:35:12 +0000 Subject: [PATCH] fixing #25791 integrating some notes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142124 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/url/functions/parse-url.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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