functions

array|bool phone(string $phone)

install

git clone https://github.com/jonnywang/phone.git
cd phone
phpize
./configure
make
make install

php.ini

extension=phone.so
phone.enable=1
phone.dict_path=/Users/xingqiba/data/softs/phone/phone.dat

example

$result = phone('1367152');
Array
(
    [0] => 上海
    [1] => 上海
    [2] => 200000
    [3] => 021
    [4] => 1
)
  • 0 省份 1城市 2邮编 3区号 4号码类型(1移动 2联通 3电信 4电信虚拟运营商 5联通虚拟运营商 6移动虚拟运营商)

欢迎您加入我们的专属QQ讨论群组① 233415606 ② 233415756


xingqiba
35 声望1 粉丝