wez Wed Apr 10 19:32:35 2002 EDT
Modified files:
/phpdoc/en/functions filesystem.xml
Log:
Clarify writing to ftp URLs.
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.141
phpdoc/en/functions/filesystem.xml:1.142
--- phpdoc/en/functions/filesystem.xml:1.141 Wed Apr 10 19:23:38 2002
+++ phpdoc/en/functions/filesystem.xml Wed Apr 10 19:32:34 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.141 $ -->
+<!-- $Revision: 1.142 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@@ -235,7 +235,7 @@
<para>
As of PHP 4.3.0, both <parameter>source</parameter> and
<parameter>dest</parameter> may be URLs if the "fopen wrappers"
- have been enable. See <function>fopen</function> for more details.
+ have been enabled. See <function>fopen</function> for more details.
</para>
</note>
<warning>
@@ -1322,7 +1322,10 @@
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 or writing via ftp (but not both
- simultaneously).
+ simultaneously). If the remote file already exists on the ftp
+ server and you attempt to open it for writing, this will fail.
+ If you need to update existing files over ftp, use
+ <function>ftp_connect</function>.
</simpara>
<simpara>
If <parameter>filename</parameter> is one of "php://stdin",- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Simone Cortesi
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesys... Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Georg Richter
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Wez Furlong
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Wez Furlong
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Kai Schr�der
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesys... Gabor Hojtsy
- Re: [PHP-DOC] cvs: phpdoc /en/functions fil... Thomas Schöfbeck
- Re: [PHP-DOC] cvs: phpdoc /en/functions... Simone Cortesi
- Re: [PHP-DOC] cvs: phpdoc /en/funct... Philip Olson
- Re: [PHP-DOC] cvs: phpdoc /en/... Thomas Sch�fbeck
- Re: [PHP-DOC] cvs: phpdoc /en/funct... Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Joey Smith
- Re: [PHP-DOC] cvs: phpdoc /en/functions filesys... Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/functions filesystem.xml Rasmus Lerdorf
