HttpRequest::addPostFile
(PECL pecl_http >= 0.10.0)
HttpRequest::addPostFile — Add post file
Описание
public
bool HttpRequest::addPostFile
( string $name
, string $file
[, string $content_type = "application/x-octetstream"
] )
Affects only POST and custom requests. Cannot be used with raw post data.
Список параметров
-
name
-
the form element name
-
file
-
the path to the file
-
content_type
-
the content type of the file
Возвращаемые значения
Returns TRUE on success, or FALSE if the content type seems not to contain a
primary and a secondary content type part.