예제 #1
0
파일: Tools.php 프로젝트: soft456/php_tools
 /**
  * 生成带IP地址的ticket 
  * 
  * @return string
  */
 public static function makeTicket()
 {
     return md5(Cola_Request::clientIp() . self::makeGuid());
 }