コード例 #1
0
 public static function getCookie()
 {
     if (self::$_post == null) {
         self::$_cookie = self::clear($_COOKIE);
     }
     return self::$_cookie;
 }