HttpRequest::setPostFiles
(no version information, might be only in CVS)
HttpRequest::setPostFiles -- Set post files
Leírás
publicbool
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.
Paraméterek
- post_files
an array containing the files to post;
if empty or omitted the post files will be unset
Visszatérési értékek
Siker esetén TRUE értékkel tér vissza,
ellenkező esetben FALSE értéket ad.