allty/utils-ip

Allty IP Utils

1.0.1 2015-11-02 11:05 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:12:08 UTC


README

Collection of IP manipulation methods written in PHP.

Usage

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