REAPI/extend/phone/demo.php

10 lines
154 B
PHP
Raw Permalink Normal View History

2024-09-29 15:43:18 +08:00
<?php
use Shitoudev\Phone\PhoneLocation;
include './src/PhoneLocation.php';
$pl = new PhoneLocation();
$info = $pl->find(18621281566);
print_r($info);