Magic methods summary
	
		| 
			 public 
			integer
			
			 | 
		#
		dataInt( string $path = null, mixed $default, boolean $strip = true )
			
		 
			
				ParametersReturns
					integer
				 | 
	
		| 
			 public 
			float
			
			 | 
		#
		dataFloat( string $path = null, mixed $default = 0.0, boolean $strip = true )
			
		 | 
	
		| 
			 public 
			boolean
			
			 | 
		#
		dataBool( string $path = null, mixed $default = false, boolean $strip = true )
			
		 
			
				ParametersReturns
					boolean
				 | 
	
		| 
			 public 
			string
			
			 | 
		#
		dataEmail( string $path = null, mixed $default = '', boolean $strip = true )
			
		 
			
				ParametersReturns
					string
				 | 
	
		| 
			 public 
			string
			
			 | 
		#
		dataIP( string $path = null, mixed $default = '', boolean $strip = true )
			
		 
			
				ParametersReturns
					string
				 | 
	
		| 
			 public 
			string
			
			 | 
		#
		dataURL( string $path = null, mixed $default = '', boolean $strip = true )
			
		 
			
				ParametersReturns
					string
				 | 
	
		| 
			 public 
			mixed
			
			 | 
		#
		dataUnsafe( string $path = null, mixed $default = '' )
			
		 | 
	
		| 
			 public 
			integer
			
			 | 
		#
		postInt( string $path = null, mixed $default, boolean $strip = true )
			
		 
			
				ParametersReturns
					integer
				 | 
	
		| 
			 public 
			float
			
			 | 
		#
		postFloat( string $path = null, mixed $default = 0.0, boolean $strip = true )
			
		 | 
	
		| 
			 public 
			boolean
			
			 | 
		#
		postBool( string $path = null, mixed $default = false, boolean $strip = true )
			
		 
			
				ParametersReturns
					boolean
				 | 
	
		| 
			 public 
			string
			
			 | 
		#
		postEmail( string $path = null, mixed $default = '', boolean $strip = true )
			
		 
			
				ParametersReturns
					string
				 | 
	
		| 
			 public 
			string
			
			 | 
		#
		postIP( string $path = null, mixed $default = '', boolean $strip = true )
			
		 
			
				ParametersReturns
					string
				 | 
	
		| 
			 public 
			string
			
			 | 
		#
		postURL( string $path = null, mixed $default = '', boolean $strip = true )
			
		 
			
				ParametersReturns
					string
				 | 
	
		| 
			 public 
			mixed
			
			 | 
		#
		postUnsafe( string $path = null, mixed $default = '' )
			
		 |