HttpRequest::setPutFile

(PECL pecl_http >= 0.10.0)

HttpRequest::setPutFileSet put file

說明

public bool HttpRequest::setPutFile ([ string $file = "" ] )

Set file to put. Affects only PUT requests.

參數

file

the path to the file to send; if empty or omitted the put file will be unset

回傳值

如果成功則回傳 TRUE,失敗則回傳 FALSE

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top