RenrenRestApiService::getCallId PHP 메소드

getCallId() 공개 메소드

Generate call id
저자: Edison tsai
public getCallId ( ) : RenRenClient
리턴 RenRenClient
    public function getCallId()
    {
        $this->_call_id = str_pad(mt_rand(1, 9999999999), 10, 0, STR_PAD_RIGHT);
        return $this;
    }