PHP Velho Oeste 2024

http_put_data

(PECL pecl_http >= 0.25.0)

http_put_dataPerform PUT request with data

Descrição

string http_put_data ( string $url , string $data [, array $options [, array &$info ]] )

Performs an HTTP PUT request on the supplied url.

A lista completa de opções de request.

Parâmetros

url

URL

data

PUT request body

options

opções de request

info

informações sobre request/response

Valor Retornado

Returns the HTTP response(s) as string on success, or FALSE on failure.

add a note add a note

User Contributed Notes

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