You are here

public static function OAuthUtil::urldecode_rfc3986 in OAuth 1.0 7.3

Same name and namespace in other branches
  1. 6.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 781
OAuth 1.0 server and client library.

Class

OAuthUtil

Code

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