Subversion Repositories php-qbpwcf

Rev

Rev 3 | Rev 226 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 137
Line 84... Line 84...
84
		
84
		
85
	#停止運行
85
	#停止運行
86
	exit;
86
	exit;
87
	
87
	
88
	}#if end
88
	}#if end
-
 
89
 
-
 
90
#如果沒有預期的IP字串
-
 
91
if(gettype($getServerRealIP["content"])!=="string"){
-
 
92
 
-
 
93
	#印出內容
-
 
94
	var_dump($getServerRealIP);
89
	
95
		
-
 
96
	#停止運行
-
 
97
	exit;
-
 
98
 
-
 
99
	}#if end
-
 
100
 
90
#印出 IP
101
#印出 IP
91
echo $getServerRealIP["content"].PHP_EOL;
102
echo $getServerRealIP["content"].PHP_EOL;
92
 
103
 
93
?>
104
?>