二进制查找 一种轻松查找来自一个或多个提供商的工具。 用法 使用 BinLookup 库很简单,首先实例化 BinLookup 类: $ binLookup = new BinLookup \ BinLookup (); 添加提供者 $ binLookup -> addProvider ( new \ BinLookup \ Provider \ BinListNetApi ()); 并执行搜索 var_dump ( $ binLookup -> search ( 431940 )); 输出: class BinLookup\Provider\Result#14 (10) { protected $_bin => string(6) "431940" protected $_brand => string(4) "VISA" protected $_c
2022-08-17 11:05:11 14KB PHP
1
国内外1300多家银行卡bin,银行以及卡类型,卡号长度sql,比如: 卡号银行匹配 insert into cardbin(`id`, `bin`, `bank`, `type`, `len`) values ('1', '433670', '中信银行', '借记卡', '16') insert into cardbin(`id`, `bin`, `bank`, `type`, `len`) values ('2', '433680', '中信银行', '借记卡', '16')
1