You are here

public static function sOAuthUtil::urldecode_rfc3986 in jQuery social stream 7

Same name and namespace in other branches
  1. 7.2 jquery_social_stream.js.inc \sOAuthUtil::urldecode_rfc3986()
2 calls to sOAuthUtil::urldecode_rfc3986()
sOAuthUtil::parse_parameters in ./jquery_social_stream.js.inc
sOAuthUtil::split_header in ./jquery_social_stream.js.inc

File

./jquery_social_stream.js.inc, line 1076
JS callbacks.

Class

sOAuthUtil

Code

public static function urldecode_rfc3986($string) {
  return urldecode($string);
}