lit/mcc-mnc

There is no license information available for the latest version (0.0.3) of this package.

mcc,mcc,ios国家码 转换

0.0.3 2023-08-31 06:35 UTC

This package is auto-updated.

Last update: 2024-04-30 00:40:01 UTC


README

phpComposer: MCC MCN相关转换

mcc 转 国家名称

var_dump(\Lit\MccMnc\Mcc::toCountryName('460'));
string(5) "China"

mcc 转 国家iso简码

var_dump(\Lit\MccMnc\Mcc::toCountryISO('460'));
string(2) "cn"

mnc mnc 转 运营商名称

var_dump(\Lit\MccMnc\Mnc::toNetwork('460', '04'));
string(12) "China Mobile"