文件名称:phpcountry:[已弃用] 从 ISO 3166-1 代码获取本地化的国家_地区名称
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-19 15:19:45
PHP
注意:此软件包已弃用,不会更新。 请改用 symfony 组件。 PHP国家 从 ISO 3166-1 代码获取本地化的国家名称 用法 $ country = new \iio\phpcountry\ Country ; // only needed if you do not want phpcountry to use the // current locale setting $ country -> setLang ( 'en' ); // outputs: Sweden echo $ country -> translate ( 'se' );
【文件预览】:
phpcountry-master
----composer.json(566B)
----tests()
--------phpunit.xml(301B)
--------unit()
----src()
--------iio()
----.gitignore(97B)
----README.md(482B)