\OAuth_Signature

OAuthのシグニチャ生成に必要なメソッド類を保持

Summary

Methods
Properties
Constants
hmacSha1()
rfc3986()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

hmacSha1()

hmacSha1(string  $base, string  $consumer_secret, string  $token_secret = '') : string

シグニチャをHMAC-SHA1で生成

Parameters

string $base
string $consumer_secret
string $token_secret

Returns

string

rfc3986()

rfc3986(string  $str) : mixed

RFC3986に基づいてURLエンコード

Parameters

string $str

Returns

mixed