예제 #1
0
 /**
  * Is key defined in session?
  */
 static function has($key)
 {
     return HTTP_Session::is_set($key);
 }