确定IP地址是否有效。
rest_is_ip_address(string $ip)
说明(Description)
同时处理IPv4和IPv6地址。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$ip | (string) | 必需 | IP地址。 |
返回(Return)
(string|false)有效的IP地址,否则为false。
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.0 | wp-includes/rest-api.php:1101 | 2 | 1 function |
确定IP地址是否有效。
rest_is_ip_address(string $ip)
同时处理IPv4和IPv6地址。
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$ip | (string) | 必需 | IP地址。 |
(string|false)有效的IP地址,否则为false。
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.0 | wp-includes/rest-api.php:1101 | 2 | 1 function |