1 | <?php namespace Arcanedev\GeoIP\Support; |
||
9 | class IpValidator |
||
10 | { |
||
11 | /* ----------------------------------------------------------------- |
||
12 | | Main Methods |
||
13 | | ----------------------------------------------------------------- |
||
14 | */ |
||
15 | |||
16 | /** |
||
17 | * Validate the IP Address. |
||
18 | * |
||
19 | * @param string $ipAddress |
||
20 | * |
||
21 | * @return bool |
||
22 | */ |
||
23 | 6 | public static function validate($ipAddress) |
|
33 | } |
||
34 |