diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 63d8e281ce..a04d382b40 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -188,7 +188,7 @@ chmod ("/somedir/somefile", 0755); // octal; correct value of mode Affected functions include stat, lstat, file_exists, - is_writeable, + is_writable, is_readable, is_executable, is_file, @@ -1749,26 +1749,26 @@ if($fp){ clearstatcache for more details. - See also is_writeable. + See also is_writable. - + - is_writeable - Tells whether the filename is writeable + is_writable + Tells whether the filename is writable Description - bool is_writeable + bool is_writable string filename - Returns true if the filename exists and is writeable. The + Returns true if the filename exists and is writable. The filename argument may be a directory name allowing you to check if a directory is writeable.