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

search for in the

HttpRequest::setSslOptions> <HttpRequest::setQueryData
Last updated: Fri, 18 Jul 2008

view this page in

HttpRequest::setRawPostData

(PECL pecl_http:0.14.0-1.4.1)

HttpRequest::setRawPostData — Set raw post data

Descrizione

public bool HttpRequest::setRawPostData ([ string $raw_post_data ] )

Set raw post data to send, overwriting previously set raw post data. Don't forget to specify a content type. Affects only POST and custom requests.

Only either post fields or raw post data can be used for each request. Raw post data has higher precedence and will be used even if post fields are set.

Elenco dei parametri

raw_post_data

raw post data

Valori restituiti

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



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

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