HttpRequest::setPostFiles
(PECL pecl_http >= 0.10.0)
HttpRequest::setPostFiles — Set post files
Описание
public
bool HttpRequest::setPostFiles
( array $post_files
)
Affects only POST and requests. Cannot be used with raw post data.
Список параметров
-
post_files
-
an array containing the files to post;
if empty, the post files will be unset
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.