From 6acbdf54a740f40eabba4415dd2b7299ec15abc8 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 22 Apr 2003 04:21:24 +0000 Subject: [PATCH] Document ftp:// wrapper context option 'overwrite' git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124236 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 9627bdea99..23c9a174de 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -52,7 +52,7 @@ - Context options + Context options (as of <literal>PHP 5.0</literal>) @@ -123,7 +123,28 @@ have compiled in support for OpenSSL. - + +
+ Context options (as of <literal>PHP 5.0</literal>) + + + + Name + Usage + + + + + overwrite + + Allow overwritting of already existing files on remote server. + Disabled by default. + + + + +
+