RenrenRestApiService::getCallId PHP Méthode

getCallId() public méthode

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