public function ipv6To4($ipv6){
    return hexdec(substr($ipv6, 0, 2)). "." . hexdec(substr($ipv6, 2, 2)). "." . hexdec(substr($ipv6, 5, 2)). "." . hexdec(substr($ipv6, 7, 2));
}
最后修改:2021 年 12 月 24 日 02 : 18 PM
对您有帮助的话,请赏包辣条吧 ^~^