Function HttpDownloaderCurl->file_curl_body
Definitions
sources/http.php
- Callback for receiving a part of the cURL body.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ch | resource | required parameter | N/A | N/A | cURL resource handle |
$str | string | required parameter | N/A | N/A | Body part |
Return
- Length of body part
- Type: integer
- Set: N/A
- Range: N/A