lit/mcc-mnc

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

mcc,mcc,ios国家码 转换

Installs: 3 585

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/lit/mcc-mnc

0.0.3 2023-08-31 06:35 UTC

This package is auto-updated.

Last update: 2025-09-29 03:00:14 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"