public static function OAuthUtil::urldecode_rfc3986 in OAuth 1.0 6.3
Same name and namespace in other branches
- 7.3 lib/OAuth.php \OAuthUtil::urldecode_rfc3986()
2 calls to OAuthUtil::urldecode_rfc3986()
- OAuthUtil::parse_parameters in lib/
OAuth.php - OAuthUtil::split_header in lib/
OAuth.php
File
- lib/
OAuth.php, line 779 - OAuth 1.0 server and client library.
Class
Code
public static function urldecode_rfc3986($string) {
return urldecode($string);
}