diff --git a/reference/filesystem/functions/pathinfo.xml b/reference/filesystem/functions/pathinfo.xml index 8d7cb54f03..f8bdcb396c 100644 --- a/reference/filesystem/functions/pathinfo.xml +++ b/reference/filesystem/functions/pathinfo.xml @@ -1,5 +1,5 @@ - + @@ -23,9 +23,9 @@ You can specify which elements are returned with optional parameter options. It composes from - PHP_PATHINFO_DIRNAME, - PHP_PATHINFO_BASENAME and - PHP_PATHINFO_EXTENSION. It defaults to return all + PATHINFO_DIRNAME, + PATHINFO_BASENAME and + PATHINFO_EXTENSION. It defaults to return all elements. @@ -34,13 +34,11 @@ ]]> @@ -65,7 +63,8 @@ html See also dirname, - basename, parse_url + basename, + parse_url and realpath.