예제 #1
0
파일: zotop.php 프로젝트: dalinhuang/zotop
 /**
  * 解密
  * 
  */
 public static function decode($string, $key = '', $expire = 0)
 {
     return zotop::authcode($string, 'DECODE', $key, $expire);
 }