示例#1
0
 public static function isVariableSet($vName)
 {
     return isset($_SESSION[SessionUtil::getSessionPrefix() . "~" . $vName]);
 }