addStream() public method
Adds stream content to the upload.
This method can invoked several times before complete() is called.
| public $this addStream ( $stream ) | ||
|---|---|---|
| $stream | resource |
Data source stream. |
| return | $this |
Self reference. |
addStream() public method
Adds stream content to the upload.
This method can invoked several times before complete() is called.
| public $this addStream ( $stream ) | ||
|---|---|---|
| $stream | resource |
Data source stream. |
| return | $this |
Self reference. |
Please login to continue.