addContent() public method
Adds string content to the upload.
This method can invoked several times before complete() is called.
| public $this addContent ( $content ) | ||
|---|---|---|
| $content | string |
Binary content. |
| return | $this |
Self reference. |
addContent() public method
Adds string content to the upload.
This method can invoked several times before complete() is called.
| public $this addContent ( $content ) | ||
|---|---|---|
| $content | string |
Binary content. |
| return | $this |
Self reference. |
Please login to continue.