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

search for in the

http_put_file> <http_post_fields
[edit] Last updated: Fri, 10 Feb 2012

view this page in

http_put_data

(PECL pecl_http >= 0.25.0)

http_put_dataデータを使用して PUT リクエストを実行する

説明

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

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

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

パラメータ

url

URL。

data

PUT リクエストの本文。

options

リクエストのオプション

info

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

返り値

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



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

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