update : 2015.11.03
php.shukuma.com

검색:
 
 
Set post files

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를 반환합니다.