Definition at line 37 of file RequestBodyMultipart.php.
◆ __construct()
Facebook\Http\RequestBodyMultipart::__construct |
( |
array |
$params = [] , |
|
|
array |
$files = [] , |
|
|
|
$boundary = null |
|
) |
| |
- Parameters
-
array | $params | The parameters to send with this request. |
array | $files | The files to send with this request. |
string | $boundary | Provide a specific boundary. |
Definition at line 59 of file RequestBodyMultipart.php.
◆ getBody()
Facebook\Http\RequestBodyMultipart::getBody |
( |
| ) |
|
◆ getBoundary()
Facebook\Http\RequestBodyMultipart::getBoundary |
( |
| ) |
|
◆ getFileHeaders()
Facebook\Http\RequestBodyMultipart::getFileHeaders |
( |
FacebookFile |
$file | ) |
|
|
protected |
Get the headers needed before transferring the content of a POST file.
- Parameters
-
- Returns
- string
Definition at line 166 of file RequestBodyMultipart.php.
The documentation for this class was generated from the following file: