Document ftp:// wrapper context option 'overwrite'

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124236 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2003-04-22 04:21:24 +00:00
parent dbe443055d
commit 6acbdf54a7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<appendix id="wrappers">
<title>List of Supported Protocols/Wrappers</title>
<para>
@ -52,7 +52,7 @@
</note>
<para>
<table>
<title>Context options</title>
<title>Context options (as of <literal>PHP 5.0</literal>)</title>
<tgroup cols="3">
<thead>
<row>
@ -123,7 +123,28 @@
have compiled in support for OpenSSL.
</simpara>
</note>
<para>
<table>
<title>Context options (as of <literal>PHP 5.0</literal>)</title>
<tgroup cols="3">
<thead>
<row>
<entry>Name</entry>
<entry>Usage</entry>
</row>
</thead>
<tbody>
<row>
<entry><literal>overwrite</literal></entry>
<entry>
Allow overwritting of already existing files on remote server.
Disabled by default.
</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</section>
<section id="wrappers.php">