OAuthUtil
Table of Contents
Methods
-
build_http_query()
: mixed
-
get_headers()
: mixed
-
parse_parameters()
: mixed
-
split_header()
: mixed
-
urldecode_rfc3986()
: mixed
-
urlencode_rfc3986()
: mixed
build_http_query()
public
static build_http_query(mixed $params) : mixed
Parameters
-
$params
: mixed
-
public
static get_headers() : mixed
parse_parameters()
public
static parse_parameters(mixed $input) : mixed
Parameters
-
$input
: mixed
-
public
static split_header(mixed $header[, mixed $only_allow_oauth_parameters = true ]) : mixed
Parameters
-
$header
: mixed
-
-
$only_allow_oauth_parameters
: mixed
= true
-
urldecode_rfc3986()
public
static urldecode_rfc3986(mixed $string) : mixed
Parameters
-
$string
: mixed
-
urlencode_rfc3986()
public
static urlencode_rfc3986(mixed $input) : mixed
Parameters
-
$input
: mixed
-