(PECL pecl_http >= 0.10.0)
HttpRequest::setPostFiles — Set post files
$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
를 반환합니다.