计算杂凑值。
语法: string mhash(int hash, string data);
传回值: 字串
函式种类: 编码处理
本函式依指定的杂凑演算法计算杂凑值。参数 hash 为指定的杂凑演算法;参数 data 为欲计算的字串值。