Subversion Repositories php-qbpwcf

Rev

Rev 350 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 350 Rev 403
Line 504... Line 504...
504
 
504
 
505
			#如果內容不為空字串
505
			#如果內容不為空字串
506
			if($parseVaraiableInPHPfile["content"]["myIp"][0]!==""){
506
			if($parseVaraiableInPHPfile["content"]["myIp"][0]!==""){
507
 
507
 
508
				#取得伺服器對外的IP
508
				#取得伺服器對外的IP
509
				$result["content"]=array($parseVaraiableInPHPfile["content"]["myIp"][0]);
509
				$result["content"]=$parseVaraiableInPHPfile["content"]["myIp"][0];
510
 
510
 
511
				#設置執行正常
511
				#設置執行正常
512
				$result["status"]="true";
512
				$result["status"]="true";
513
 
513
 
514
				#回傳結果
514
				#回傳結果