From a9ab1c9404c24945f91d0d76e3fd18eee6b914be Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Wed, 14 Jul 2004 10:42:29 +0000 Subject: [PATCH] Added two examples for displaying permissions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163292 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fileperms.xml | 104 ++++++++++++++++++- 1 file changed, 100 insertions(+), 4 deletions(-) diff --git a/reference/filesystem/functions/fileperms.xml b/reference/filesystem/functions/fileperms.xml index 4e5d3b2013..6fda2d46e1 100644 --- a/reference/filesystem/functions/fileperms.xml +++ b/reference/filesystem/functions/fileperms.xml @@ -1,5 +1,5 @@ - + @@ -15,11 +15,86 @@ Returns the permissions on the file, or &false; in case of an error. - ¬e.clearstatcache; - &tip.fopen-wrapper.stat; - + + Display as an octal value + + +]]> + + + + Display permissions + + +]]> + + + + + See also is_readable, and stat @@ -27,6 +102,27 @@ + +