PHP 클래스 Twitter_OAuthUtil, twitter-php

파일 보기 프로젝트 열기: dg/twitter-php 1 사용 예제들

공개 메소드들

메소드 설명
build_http_query ( $params )
get_headers ( ) helper to try to sort out headers for people who aren't running apache
parse_parameters ( $input ) ['a' => array('b','c'), 'd' => 'e']
split_header ( $header, $only_allow_oauth_parameters = true ) see http://code.google.com/p/oauth/issues/detail?id=163
urldecode_rfc3986 ( $string ) seem to be used anywhere so leaving it as is.
urlencode_rfc3986 ( $input )

메소드 상세

build_http_query() 공개 정적인 메소드

public static build_http_query ( $params )

get_headers() 공개 정적인 메소드

helper to try to sort out headers for people who aren't running apache
public static get_headers ( )

parse_parameters() 공개 정적인 메소드

['a' => array('b','c'), 'd' => 'e']
public static parse_parameters ( $input )

split_header() 공개 정적인 메소드

see http://code.google.com/p/oauth/issues/detail?id=163
public static split_header ( $header, $only_allow_oauth_parameters = true )

urldecode_rfc3986() 공개 정적인 메소드

seem to be used anywhere so leaving it as is.
public static urldecode_rfc3986 ( $string )

urlencode_rfc3986() 공개 정적인 메소드

public static urlencode_rfc3986 ( $input )