Skip to content

iwantofun/php_phone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

手机号码归属地库(PHP版)

	include 'geo_lib/phone_geo.php';
	$ret = GeoPhone::find('15901518888');
	print_r( $ret );

输出:

	Array
	(
	    [province] => 北京
	    [city] => 北京
	    [postcode] => 100000
	    [area_code] => 010
	    [op] => 移动
	)

特别声明: 数据文件来自项目 https://github.com/lovedboy/phone

fun~

About

手机号码归属地查询(PHP版)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages