allty/utils-ip

1.0.1 2015-11-02 11:05 UTC

This package is not auto-updated.

Last update: 2024-09-14 12:15:00 UTC


README

PHP 编写的 IP 操作方法集合。

用法

use \Allty\Utils;
$isInRange = IpTools::ipInRange('127.0.0.1', '1.2.3/24');