(PECL pecl_http >= 0.10.0)
http_put_file — Perform PUT request with file
$url
, string $file
[, array $options
[, array &$info
]] )Performs an HTTP PUT request on the supplied url.
Смотрите полный список опции запроса.
url
URL
file
The file to put
options
info
Возвращает строку с HTTP-ответом(ами) при успешном завершении работы, или FALSE
при ошибке.