php将ip转换成无符号整数

    $sip=bindec(decbin(ip2long($post['txt_startip'])));
    $eip=bindec(decbin(ip2long($post['txt_endip'])));
       
echo $sip;


echo $eip;

你可能感兴趣的:(php将ip转换成无符号整数)