Interface HttpAuthInterface
	
	Interface HttpAuthInterface
	 
	
	
		
			Methods summary
			
		
			
				 public 
				mixed
				
				
			 | 
			
			#
			set( string $key, string|array $value, integer $expire = 0 )
			
			
				设置 
					Parameters
					
					Returns
					
						mixed
					 
			 
			  | 
		
		
			
				 public 
				mixed
				
				
			 | 
			
			#
			get( string $key, boolean $deCode = false )
			
			
				获取 
					Parameters
					
					Returns
					
						mixed
					 
			 
			  |