From 5db4c1b147688347eef7b4a1c747d514ab642ab7 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 10 Feb 2004 10:02:58 +0000 Subject: [PATCH] corrected return value (user note) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150947 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/readlink.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/readlink.xml b/reference/filesystem/functions/readlink.xml index d30e1e495b..722f40b2d5 100644 --- a/reference/filesystem/functions/readlink.xml +++ b/reference/filesystem/functions/readlink.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ readlink does the same as the readlink C - function and returns the contents of the symbolic link path or 0 + function and returns the contents of the symbolic link path or &false; in case of error.