手机号获取省份,城市api的使用

function get_mobile_area($mobile){ 

 

    header('Content-Type:text/html;charset=gbk');

 

         $url = 'http://life.tenpay.com/cgi-bin/mobile/MobileQueryAttribution.cgi?chgmobile='.$mobile;

 

         $content = file_get_contents($url);

       

         return $content; 

 

      }

posted @ 2016-11-23 15:38  大孩  阅读(1591)  评论(0编辑  收藏  举报