HttpRequest::setPostFiles

 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.

戻り値

Returns TRUE on success or FALSE on failure.