From f4948e3e7232183c32dc69ed53a1af51c503281a Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Mon, 13 Oct 2003 08:48:19 +0000 Subject: [PATCH] - Acronym case consistency, and iF=If git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142314 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/url/functions/parse-url.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/url/functions/parse-url.xml b/reference/url/functions/parse-url.xml index 7432e0d1fb..9cf3333377 100644 --- a/reference/url/functions/parse-url.xml +++ b/reference/url/functions/parse-url.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ This function returns an associative array containing any of the - various components of the URL that are present. iF one of them is + various components of the URL that are present. If one of them is missing, no entry will be created for it. The components are : @@ -62,12 +62,12 @@ This function is not meant to validate the given URL, it only breaks it up into the above listed parts. Partial - urls are also accepted, parse_url tries its best to + URLs are also accepted, parse_url tries its best to parse them correctly. - This function doesn't work with relative urls. + This function doesn't work with relative URLs.