RenrenRestApiService::getCallId PHP Method

getCallId() public method

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