Home  >  Article  >  Backend Development  >  PHP IPwhois class_PHP tutorial

PHP IPwhois class_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 17:32:24845browse

Originally written IPwhois class

(as the current mainstream development language)
/*
*
* Class: IP Whois Verson 1.0
* Info: Get IPs information form 4 whois server
* Author: php(as the current mainstream development language)Up Studio
* Date: 12/12/2004
* www.acnow.net
*
*/
class IPWhois
{
var $server = whois.arin.net;
var $target;
var $timeout = 10;
var $msg;
function IPWhois($target)
         }
         function ShowInfo()
                                                                                                                             g = $this->_GetInfo($this ->server);
                                                                                                                                     $this->msg = $this->_GetInfo($this- >server);
                                                                     ;;
                                                                                                  this->msg;  3}.[0-9]{1,3}.[0-9]{1,3}", $temptarget))
                                                                                


http://www.bkjia.com/PHPjc/508721.html

www.bkjia.com

true

http: //www.bkjia.com/PHPjc/508721.html

TechArticle

Originally written IP whois class?php (as the current mainstream development language) /* * * Class: IP Whois Verson 1.0 * Info : Get IPs information form 4 whois server * Author : php (As the current host...


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn