Пример #1
0
	public static function checkBoolean($key){
		$_SESSION[$key]=!SessionUtils::getBoolean($key);
		return $_SESSION[$key];
	}