From 616491e3665eed790042c767a1ec66e3e324120b Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Wed, 13 Dec 2000 22:10:12 +0000 Subject: [PATCH] Fix for #8241. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37732 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 7a31841956..63d8e281ce 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1072,7 +1072,7 @@ $fcontents = join ('', file ('http://www.php.net')); sensitive), an ftp connection to the specified server is opened and a pointer to the requested file is returned. If the server does not support passive mode ftp, this will fail. You can open - files for either reading and writing via ftp (but not both + files for either reading or writing via ftp (but not both simultaneously).