diff --git a/functions/filesystem.xml b/functions/filesystem.xml index a48d985192..444f734dac 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -2201,7 +2201,8 @@ html See also dirname, - basename and realpath. + basename, parse_url + and realpath. diff --git a/functions/url.xml b/functions/url.xml index 977d6f9fbf..f89b351cca 100644 --- a/functions/url.xml +++ b/functions/url.xml @@ -1,5 +1,5 @@ - + URL Functions URLs @@ -79,6 +79,9 @@ "scheme", "host", "port", "user", "pass", "path", "query", and "fragment". + + See also pathinfo. +