Пример #1
0
 /**
  *    作用:产生随机字符串,不长于32位
  */
 public function createNoncestr($length = 32)
 {
     return Utils::createNoncestr($length);
 }