POST file upload
Definition at line 10 of file PostFileInterface.php.
◆ getContentType()
Guzzle\Http\Message\PostFileInterface::getContentType |
( |
| ) |
|
◆ getCurlValue()
Guzzle\Http\Message\PostFileInterface::getCurlValue |
( |
| ) |
|
◆ getFieldName()
Guzzle\Http\Message\PostFileInterface::getFieldName |
( |
| ) |
|
◆ getFilename()
Guzzle\Http\Message\PostFileInterface::getFilename |
( |
| ) |
|
◆ getPostname()
Guzzle\Http\Message\PostFileInterface::getPostname |
( |
| ) |
|
◆ setContentType()
Guzzle\Http\Message\PostFileInterface::setContentType |
( |
|
$type | ) |
|
◆ setFieldName()
Guzzle\Http\Message\PostFileInterface::setFieldName |
( |
|
$name | ) |
|
◆ setFilename()
Guzzle\Http\Message\PostFileInterface::setFilename |
( |
|
$path | ) |
|
Set the path to the file
- Parameters
-
string | $path | Full path to the file |
- Returns
- self
- Exceptions
-
InvalidArgumentException | if the file cannot be read |
Implemented in Guzzle\Http\Message\PostFile.
◆ setPostname()
Guzzle\Http\Message\PostFileInterface::setPostname |
( |
|
$name | ) |
|
The documentation for this interface was generated from the following file: