PHP Class Qiniu_Mac

Show file Open project: zblogcn/zblogphp Class Usage Examples

Public Properties

Property Type Description
$AccessKey
$SecretKey

Public Methods

Method Description
Sign ( $data )
SignRequest ( $req, $incbody )
SignWithData ( $data )
__construct ( $accessKey, $secretKey )

Method Details

Sign() public method

public Sign ( $data )

SignRequest() public method

public SignRequest ( $req, $incbody )

SignWithData() public method

public SignWithData ( $data )

__construct() public method

public __construct ( $accessKey, $secretKey )

Property Details

$AccessKey public property

public $AccessKey

$SecretKey public property

public $SecretKey