Update with added context option ftp/resume_pos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138369 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2003-08-20 22:13:29 +00:00
parent 59b12f9872
commit 311e2065b2

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.24 $ -->
<!-- $Revision: 1.25 $ -->
<appendix id="wrappers">
<title>List of Supported Protocols/Wrappers</title>
<para>
@ -294,9 +294,18 @@ foreach(stream_get_meta_data($fp) as $response) {
<entry><literal>overwrite</literal></entry>
<entry>
Allow overwriting of already existing files on remote server.
Applies to write mode (uploading) only.
</entry>
<entry>&false; (Disabled)</entry>
</row>
<row>
<entry><literal>resume_pos</literal></entry>
<entry>
File offset at which to begin transfer.
Applies to read mode (downloading) only.
</entry>
<entry>0 (Begining of File)</entry>
</row>
</tbody>
</tgroup>
</table>