http_request_body_encode> <http_put_file
Last updated: Fri, 24 Feb 2012

http_put_stream

(PECL pecl_http >= 0.10.0)

http_put_streamPerform PUT request with stream

Descrição

string http_put_stream ( string $url , resource $stream [, array $options [, array &$info ]] )

Performs an HTTP PUT request on the supplied url.

Veja a lista completa de opções da requisição.

Parâmetros

url

URL

stream

The stream to read the PUT request body from

options

opções da requisição

info

Informações de requisição/resposta

Valor Retornado

Retorna a(s) resposta(s) HTTP como uma string em caso de sucesso, ou FALSE em caso de falha.



User Contributed Notes
http_put_stream
There are no user contributed notes for this page.

http_request_body_encode> <http_put_file
Last updated: Fri, 24 Feb 2012