14 行
		
	
	
	
		
			257 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			14 行
		
	
	
	
		
			257 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
|  | <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');  | ||
|  | 
 | ||
|  | class Eqsl { | ||
|  | 
 | ||
|  | 	/* | ||
|  | 		Communicates with the eQSL.cc API functions | ||
|  | 	*/ | ||
|  | 
 | ||
|  | 	public function send(){} | ||
|  | 	public function receive(){} | ||
|  | 	public function check(){} | ||
|  | } | ||
|  | 
 | ||
|  | /* End of file eQSL.php */ |