diff --git a/reference/filesystem/functions/file.xml b/reference/filesystem/functions/file.xml index 7ac9522d96..c7e13f96b6 100644 --- a/reference/filesystem/functions/file.xml +++ b/reference/filesystem/functions/file.xml @@ -1,5 +1,5 @@ - + @@ -51,7 +51,7 @@ $html = implode ('', file ('http://www.example.com/')); Each line in the resulting array will include the line ending, so you - still need to use trim if you do not want the line + still need to use rtrim if you do not want the line ending present.