PHP 클래스 PayPal\Auth\Oauth\OAuthUtil

파일 보기 프로젝트 열기: paypal/sdk-core-php 1 사용 예제들

공개 메소드들

메소드 설명
build_http_query ( $params )
get_headers ( ) helper to try to sort out headers for people who aren't running apache
parseQueryString ( $str )
parse_parameters ( $input ) array('a' => array('b','c'), 'd' => 'e')
split_header ( $header, $only_allow_oauth_parameters = true ) see http://code.google.com/p/oauth/issues/detail?id=163
urldecode_rfc3986 ( $string ) seem to be used anywhere so leaving it as is.
urlencode_rfc3986 ( $input )

메소드 상세

build_http_query() 공개 정적인 메소드

public static build_http_query ( $params )

get_headers() 공개 정적인 메소드

helper to try to sort out headers for people who aren't running apache
public static get_headers ( )

parseQueryString() 공개 정적인 메소드

public static parseQueryString ( $str )

parse_parameters() 공개 정적인 메소드

array('a' => array('b','c'), 'd' => 'e')
public static parse_parameters ( $input )

split_header() 공개 정적인 메소드

see http://code.google.com/p/oauth/issues/detail?id=163
public static split_header ( $header, $only_allow_oauth_parameters = true )

urldecode_rfc3986() 공개 정적인 메소드

seem to be used anywhere so leaving it as is.
public static urldecode_rfc3986 ( $string )

urlencode_rfc3986() 공개 정적인 메소드

public static urlencode_rfc3986 ( $input )