Home
last modified time | relevance | path

Searched refs:split_header (Results 1 – 1 of 1) sorted by relevance

/plugin/autotweet/
H A DOAuth.php278 $header_parameters = OAuthUtil::split_header(
744 public static function split_header($header, $only_allow_oauth_parameters = true) { function in OAuthUtil