array|bool phone(string $phone)
git clone https://github.com/jonnywang/phone.git cd phone phpize ./configure make make install
extension=phone.so phone.enable=1 phone.dict_path=/Users/xingqiba/data/softs/phone/phone.dat
$result = phone('1367152'); Array ( [0] => 上海 [1] => 上海 [2] => 200000 [3] => 021 [4] => 1 )
0 省份 1城市 2邮编 3区号 4号码类型(1移动 2联通 3电信 4电信虚拟运营商 5联通虚拟运营商 6移动虚拟运营商)php
欢迎您加入咱们的专属QQ讨论群组① 233415606 ② 233415756git