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