PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

HttpRequest::setPutFile> <HttpRequest::setPostFiles
Last updated: Fri, 18 Jul 2008

view this page in

HttpRequest::setPutData

(PECL pecl_http:0.25.0-1.5.5)

HttpRequest::setPutData — Set put data

Descrizione

public bool HttpRequest::setPutData ([ string $put_data ] )

Set PUT data to send, overwriting previously set PUT data.

Affects only PUT requests.

Only either PUT data or PUT file can be used for each request. PUT data has higher precedence and will be used even if a PUT file is set.

Elenco dei parametri

put_data

the data to upload

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.



add a note add a note User Contributed Notes
HttpRequest::setPutData
There are no user contributed notes for this page.

HttpRequest::setPutFile> <HttpRequest::setPostFiles
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites