ZBlogPHP::GetCmtKey PHP Method

GetCmtKey() public method

获取评论key
public GetCmtKey ( $id ) : string
$id
return string
    public function GetCmtKey($id)
    {
        return md5($this->guid . $id . date('Ymdh'));
    }
ZBlogPHP