PHP 클래스 RenrenRestApiService, thinksns

상속: extends HttpRequestService
파일 보기 프로젝트 열기: medz/thinksns-4 1 사용 예제들

공개 메소드들

메소드 설명
GET ( ) : mixed GET wrapper
__construct ( )
getCallId ( ) : RenRenClient Generate call id
rr_photo_post_fopen ( )
rr_post_curl ( ) : mixed POST wrapper,基于curl函数,需要支持curl函数才行
rr_post_fopen ( )

비공개 메소드들

메소드 설명
generateSignature ( ) : RenRenClient Generate signature for sig parameter
paramsMerge ( $params ) : RenRenClient Parameters merge
setAPIURL ( $url )
setConfigToMapping ( ) : RenRenClient Setting mapping value

메소드 상세

GET() 공개 메소드

GET wrapper
public GET ( ) : mixed
리턴 mixed

__construct() 공개 메소드

public __construct ( )

getCallId() 공개 메소드

Generate call id
저자: Edison tsai
public getCallId ( ) : RenRenClient
리턴 RenRenClient

rr_photo_post_fopen() 공개 메소드

public rr_photo_post_fopen ( )

rr_post_curl() 공개 메소드

POST wrapper,基于curl函数,需要支持curl函数才行
public rr_post_curl ( ) : mixed
리턴 mixed

rr_post_fopen() 공개 메소드

public rr_post_fopen ( )