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

search for in the

OAuth::getRequestToken> <OAuth::getLastResponseInfo
[edit] Last updated: Fri, 25 May 2012

view this page in

OAuth::getRequestHeader

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

OAuth::getRequestHeaderOAuth ヘッダ文字列シグネチャを生成する

説明

public string OAuth::getRequestHeader ( string $http_method , string $url [, mixed $extra_parameters ] )

最後の HTTP メソッド、URL そしてパラメータ文字列あるいは配列にもとづいて OAuth ヘッダ文字列シグネチャを生成します。

パラメータ

http_method

リクエストの HTTP メソッド。

url

リクエストの URL。

extra_parameters

パラメータ文字列あるいは配列。

返り値

生成されたリクエストヘッダを文字列で返します。失敗した場合に FALSE を返します



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

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