首页 > 其他 > 详细

whois配置

时间:2015-03-27 17:11:45      阅读:170      评论:0      收藏:0      [点我收藏+]
		$itemRules = array (
				‘default‘ => array (
						‘registry_domain_id‘ => ‘Registry Domain ID:(.*?)‘, // 域名ID
						‘domain_status‘ => ‘Domain Status:(.*?)‘, // 域名状态
						‘registrar‘ => ‘Registrar:(.*?)‘, // 注册商
						‘creation_date‘ => ‘Creation Date:(.*?)‘,
						‘expiration_date‘ => ‘Registrar Registration Expiration Date:(.*?)‘,
						‘registrant_name‘ => ‘Registrant Name:(.*?)‘, // 注册人
						‘registrant_email‘ => ‘Registrant Email:(.*?)‘  // 注册人邮箱
								),
				‘cn‘ => array (
						‘registry_domain_id‘ => ‘ROID:(.*?)‘, // 域名ID
						‘domain_status‘ => ‘Domain Status:(.*?)‘, // 域名状态
						‘registrar‘ => ‘Sponsoring Registrar:(.*?)‘, // 注册商
						‘creation_date‘ => ‘Registration Date:(.*?)‘,
						‘expiration_date‘ => ‘Expiration Date:(.*?)‘,
						‘registrant_name‘ => ‘Registrant:(.*?)‘, // 注册人
						‘registrant_email‘ => ‘Registrant Contact Email:(.*?)‘  // 注册人邮箱
								),
				‘org‘ => array (
						‘registry_domain_id‘ => ‘Domain ID:(.*?)‘, // 域名ID
						‘domain_status‘ => ‘Domain Status:(.*?)‘, // 域名状态
						‘registrar‘ => ‘Sponsoring Registrar:(.*?)‘, // 注册商
						‘creation_date‘ => ‘Creation Date:(.*?)‘,
						‘expiration_date‘ => ‘Registry Expiry Date:(.*?)‘,
						‘registrant_name‘ => ‘Registrant Name:(.*?)‘, // 注册人
						‘registrant_email‘ => ‘Registrant Email:(.*?)‘  // 注册人邮箱
								) 
		);

  

whois配置

原文:http://www.cnblogs.com/jenqz/p/4371883.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!