一个读取QQWry.dat的类及使用方法

类:class_qqwry.php


使用方法:


Popularity: 10%

One Response to “一个读取QQWry.dat的类及使用方法”

commenter

这个有错误:
if(ereg("^(127)",$dotip)){$this->Country=本地网络;return;}
elseif(ereg("^(192)",$dotip)){$this->Country=局域网;return;}

可能是应该这样吧:
if(ereg("^(127)",$dotip)){$this->Country=’本地网络’;return;}
elseif(ereg("^(192)",$dotip)){$this->Country=’局域网’;return;}

Leave a Reply:

Name (required):
Mail (will not be published) (required):
Website:
Comment (required):
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>