PHP编码变换类3
程序员文章站
2022-05-16 12:46:20
...
PHP编码转换类3
PHP编码转换类请下载附件,包含文件:
?converter.class.php
/tables/BIG2GB.Table
/tables/BIG2UNI.Table
/tables/big5-unicode.table
/tables/GB2BIG.Table
/tables/gb-big5.table
/tables/GBK2PY.Table
/tables/GBK2UNI.Table
/tables/gb-unicode.table
/tables/UNI2BIG.Table
/tables/UNI2GBK.Table
?
使用方法:
$Conv=new converter; $String='GB2312转BIG(简转繁体)'; $String=$Conv->convert('GB','BIG',$String); $String='BIG转GB2312(繁转简体); $String=$Conv->convert('BIG','GB',$String); $String='GBK转UTF'; $String=$Conv->convert('GBK','UTF',$String); $String='BIG转UTF'; $String=$Conv->convert('BIG','UTF',$String); $String='UTF转GBK'; $String=$Conv->convert('UTF','GBK',$String); $String='UTF转BIG'; $String=$Conv->convert('UTF','BIG',$String);
?
支持GBK,UTF,BIG5和unicode等编码互转,以及汉字转拼音。
相关文章
相关视频
推荐阅读
-
PHP getID3类的使用方法学习笔记【附getID3源码下载】
-
支持生僻字且自动识别utf-8编码的php汉字转拼音类
-
使用PHP Socket写的POP3类
-
php封装db类连接sqlite3数据库的方法实例
-
讲的非常不错的PHP编码规范第1/3页
-
php实现encode64编码类实例
-
php基础知识:类与对象(3) 构造函数和析构函数
-
PHP编码规范-PSR1、psr2 /psr3 psr4
-
PHP getID3类的使用方法学习笔记【附getID3源码下载】
-
背水一战 Windows 10 (70) - 控件(控件基类): UIElement - Transform3D(3D变换), Projection(3D投影)