diff --git a/reference/filesystem/functions/is-writable.xml b/reference/filesystem/functions/is-writable.xml index d92c467fec..0e4ea2489d 100644 --- a/reference/filesystem/functions/is-writable.xml +++ b/reference/filesystem/functions/is-writable.xml @@ -1,5 +1,5 @@ - + @@ -13,9 +13,9 @@ stringfilename - 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. + 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. Keep in mind that PHP may be accessing the file as the user id @@ -26,13 +26,13 @@ The results of this function are cached. See clearstatcache for more details. - - This function will not work on remote files; the file to - be examined must be accessible via the server's filesystem. - + + ¬e.no-remote; + - See also is_readable. + See also is_readable, + file_exists, and + fwrite.