Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
updates on send()
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkez committed Sep 18, 2012
1 parent 4730616 commit 7ed849c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs_en.html
Expand Up @@ -666,8 +666,13 @@ <h3>F3::input( <span>string</span> fields, <span>mixed</span> funcs, [ <span>str
<div class="package" id="file">
<h2>File System</h2>
<div id="send">
<h3>F3::send( <span>string</span> file, [ <span>int = 0</span> kbps ], [ <span>bool = TRUE</span> partial ]); <span>bool</span></h3>
<p>Transmit a file for downloading by HTTP client; If kilobytes per second is specified, output is throttled ( bandwidth will not be controlled by default ); Return TRUE if successful, FALSE otherwise; Support for partial downloads is indicated by third argument</p>
<h3>F3::send( <span>string</span> file, [ <span>int = 0</span> kbps ], [ <span>bool = TRUE</span> partial ], [ <span>bool = FALSE</span> attach]); <span>bool</span></h3>
<p>Transmit a file for downloading by HTTP client</p>
<button class="btn btn-mini btn-info more" data-toggle="collapse" data-target="#send .collapse">view details</button>
<div class="collapse in">
<p>If kilobytes per second is specified, output is throttled ( bandwidth will not be controlled by default ).</p>
<p>It returns TRUE if successful, FALSE otherwise. Support for partial downloads is indicated by third argument. Download as attachment if fourth argument is TRUE</p>
</div>
</div>
<div id="getfile">
<h3>F3::getfile( <span>string</span> file ); <span>string</span></h3>
Expand Down

0 comments on commit 7ed849c

Please sign in to comment.