将可读的 IP 地址转换为打包格式:
<?php
$addr = inet_pton("127.0.1.1");
echo $addr;
?>
inet_pton() 函数将可读的 IP 地址转换为打包的 32 位 IPv4 或 128 位 IPv6 格式。
inet_pton(
address)
Parameter | Description |
---|---|
address | Required. Specifies a readable IP address |
返回值: | 采用打包 32 位 IPv4 或 128 位 IPv6 格式的地址。失败时为 FALSE |
---|---|
PHP 版本: | 5.1+ |
PHP 变更日志: | PHP 5.3:现在可在 Windows 平台上使用 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!