zzdylan/area-code

get area code

1.2.2 2018-08-30 08:26 UTC

This package is not auto-updated.

Last update: 2024-05-12 02:20:48 UTC


README

安装:composer require zzdylan/area-code
使用
getJson.php

<?php
require './vendor/autoload.php';  
$code = new \ZzDylan\AreaCode\Code();  
$code->save();

命令行运行
php getJson.php 默认会将json保存在当前路径