From 8af5a789e0a04a5b3fae25e156d9ee9eaca5dada Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 22 Dec 2016 15:22:34 +0000 Subject: [PATCH] file : Update PHPDocs git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3334 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.php b/file.php index 98d2584..c29c11a 100644 --- a/file.php +++ b/file.php @@ -265,7 +265,7 @@ class file return false; } - /** Tells whether a file exists and is writeable + /** Tells whether a file exists and is executable * @param string $filename The filename to test * @return bool true if the $filename is a file exists and is writeable * @throws If parent directory not exists, or is not executable