IPSet
IPSet是一个PHP库,用于将IP地址与一组CIDR规范进行匹配。
使用方法如下:
use Wikimedia \ IPSet ;
// At startup, calculate the optimized data structure for the set:
$ ipset = new IPSet ( [
'208.80.154.0/26' ,
'2620:0:861:1::/64' ,
'10.64.0.0/22' ,
] );
// Runt
精简
将电影/电视节目与可用的流媒体服务进行匹配的个人项目
安装
使用安装依赖项
$ npm install
它需要 v8或更高版本。
用法
This webiste is a mock app in an attempt to build something similar to Reelgood.com.
It is a personal projet we are building to better learn full stack development and how to cod