PHP 클래스 ApaiIO\Request\Util

저자: Jan Eichhorn ([email protected])
파일 보기 프로젝트 열기: exeu/apai-io 1 사용 예제들

공개 메소드들

메소드 설명
buildSignature ( string $stringToSign, string $secretKey ) : string Provides the signature
getTimeStamp ( ) : string Provides the current timestamp according to the requirements of amazon

메소드 상세

buildSignature() 공개 정적인 메소드

Provides the signature
public static buildSignature ( string $stringToSign, string $secretKey ) : string
$stringToSign string The string to be signed
$secretKey string The paapi secret key
리턴 string

getTimeStamp() 공개 정적인 메소드

Provides the current timestamp according to the requirements of amazon
public static getTimeStamp ( ) : string
리턴 string