// 使用 sprintf 返回无符号十进制数$long = sprintf("%u",ip2long($ip));// 先转换为二进制然后在转换为十进制$long = bindec(decbin(ip2long($ip)));
PHP函数ip2long转换IP时数值