From 6979633d7cfa0d77ec00450237af567a7d4c192a Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 20 Feb 2003 17:09:30 +0000 Subject: [PATCH] Use of note.no-remote entity, see also fwrite and file_exists(), and use of . git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117359 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../filesystem/functions/is-writable.xml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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.