From c9adc6afa112f6a4328d31f4d4b6cfa3b9191350 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 1 Dec 2003 18:14:09 +0000 Subject: [PATCH] fix #26489 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145326 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.