update : 2015.11.03
php.shukuma.com

검색:
 
 
Check an oauth request

OAuthProvider::checkOAuthRequest

(PECL OAuth >= 1.0.0)

OAuthProvider::checkOAuthRequestCheck an oauth request

설명

public void OAuthProvider::checkOAuthRequest ([ string $uri [, string $method ]] )

Checks an OAuth request.

Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

인수

uri

The optional URI, or endpoint.

method

The HTTP method. Optionally pass in one of the OAUTH_HTTP_METHOD_* OAuth constants.

반환값

값을 반환하지 않습니다.

오류/예외

Emits an E_ERROR level error if the HTTP method cannot be detected.

참고