The HttpRequest
PHP Manual

HttpRequest::setPostFiles

(PECL pecl_http >= 0.10.0)

HttpRequest::setPostFilesSet post files

Описание

public bool HttpRequest::setPostFiles ( array $post_files )

Set files to post, overwriting previously set 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 при неуспех.


The HttpRequest
PHP Manual