From 037b731fb0e3d453e8ffc439824a371e7d5a0ded Mon Sep 17 00:00:00 2001 From: Luca Perugini Date: Fri, 28 Apr 2000 07:30:24 +0000 Subject: [PATCH] Unpatching Rui Hirokawa mystake ;-). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@23310 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 2489bc871f..8d64558047 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1261,7 +1261,7 @@ fclose ($fd); - + fwrite Binary-safe file write @@ -1462,7 +1462,7 @@ fclose ($fd); Returns true if the filename exists and is readable. - > + Keep in mind that PHP may be accessing the file as the user id that the web server runs as (often 'nobody'). Safe mode limitations are not taken into account.