mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix for #8241.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37732 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c713e401bf
commit
616491e366
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
</simpara>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue