手机
当前位置:查字典教程网 >编程开发 >ASP教程 >ASP常用函数:CLngIP()
ASP常用函数:CLngIP()
摘要:作用:把IP地址转为长整型

作用:把IP地址转为长整型

<%

FunctionCLngIP(ByValasNewIP)

DimlnResults

DimlnIndex

DimlnIpAry

lnIpAry=Split(asNewIP,".",4)

ForlnIndex=0To3

IfNotlnIndex=3Then

lnIpAry(lnIndex)=lnIpAry(lnIndex)*(256^(3-lnIndex))

EndIf

lnResults=lnResults+lnIpAry(lnIndex)

Next

CLngIP=lnResults

EndFunction

%>

【ASP常用函数:CLngIP()】相关文章:

ASP 非法字符过滤函数

ASP常用函数:Delay()

ASP常用的函数

小偷,采集程序常用函数

ASP常用函数:Trace()

ASP常用函数:getIMG()

ASP中的EVAL函数使用教程

ASP FSO文件处理函数大全

ASP常用函数:LastDay()

ASP函数大全

精品推荐
分类导航