v4:
PHP
JAVA
Python
.NET
v3:
PHP
JAVA
Python
Ruby
.NET
NodeJS
IPInterface.php
1
<?php
2
3
namespace
Udger\Helper;
4
9
interface
IPInterface
{
10
11
const
IPv4 = 4;
12
const
IPv6 = 6;
13
14
public
function
getIpVersion($ip);
15
16
public
function
getIpLong($ip);
17
18
public
function
getIp6array($ip);
19
}
Udger\Helper\IPInterface
Definition:
IPInterface.php:9
GitHub
udger-php
src
Helper
IPInterface.php
Generated by
1.9.3