Download the PHP package wubuze/g2b2g without Composer
On this page you can find all versions of the php package wubuze/g2b2g. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor wubuze
Package g2b2g
Short Description gbk2big52gbk for PHP
License MIT
Package g2b2g
Short Description gbk2big52gbk for PHP
License MIT
Keywords gbk to big5big5 to gbk
Please rate this library. Is it a good library?
Informations about the package g2b2g
g2b2g
- 中文简体和繁体互转
- 安装
composer require wubuze/g2b2g
建议使用国际镜像 composer require wubuze/g2b2g
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.org"
}
}
- 使用
-
简体 -> 繁体
$ufff = new \Wubuze\G2B2G\Core(); return $ufff->gb2312_big5('简体中文字符串');
-
繁体 -> 简体
return $ufff->big5_gb2312('繁体体中文字符串');
66666
All versions of g2b2g with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 5.4
The package wubuze/g2b2g contains the following files
Loading the files please wait ....