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

search for in the

http_request_body_encode> <http_put_file
[edit] Last updated: Fri, 25 May 2012

view this page in

http_put_stream

(PECL pecl_http >= 0.10.0)

http_put_streamストリームを使用して PUT リクエストを実行する

説明

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

指定した url に対して HTTP PUT リクエストを実行します。

リクエストのオプション を参照ください。

パラメータ

url

URL。

stream

PUT リクエストの本文の読み込み元となるストリーム。

options

リクエストのオプション

info

リクエスト/レスポンス の情報

返り値

成功した場合は HTTP レスポンスを文字列で、失敗した場合は FALSE を返します。



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites