mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
dbe443055d
commit
6acbdf54a7
1 changed files with 24 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue