PHP 클래스 Abraham\TwitterOAuth\Util

파일 보기 프로젝트 열기: abraham/twitteroauth 1 사용 예제들

공개 메소드들

메소드 설명
buildHttpQuery ( array $params ) : string
parseParameters ( string $input ) : array This function takes a input like a=b&a=c&d=e and returns the parsed parameters like this array('a' => array('b','c'), 'd' => 'e')
urldecodeRfc3986 ( string $string ) : string
urlencodeRfc3986 ( $input ) : array | mixed | string

메소드 상세

buildHttpQuery() 공개 정적인 메소드

public static buildHttpQuery ( array $params ) : string
$params array
리턴 string

parseParameters() 공개 정적인 메소드

This function takes a input like a=b&a=c&d=e and returns the parsed parameters like this array('a' => array('b','c'), 'd' => 'e')
public static parseParameters ( string $input ) : array
$input string
리턴 array

urldecodeRfc3986() 공개 정적인 메소드

public static urldecodeRfc3986 ( string $string ) : string
$string string
리턴 string

urlencodeRfc3986() 공개 정적인 메소드

public static urlencodeRfc3986 ( $input ) : array | mixed | string
$input
리턴 array | mixed | string