企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
[![](http://static.phpgrace.com/statics/images/downcode.png)](http://www.phpgrace.com/tools/download/21.html) # 汉字转拼音类 ## **功能描述** 将汉字转换为对应的拼音。 ## **部署说明** >下载 pinyin.php 并部署到 phpGrace/tools 文件夹下。 ## **使用说明【代码演示】** ~~~ echo phpGrace\tools\pinyin::getPinyin('您好!').'<br />'; //拼音首字母缩写 echo phpGrace\tools\pinyin::getShortPinyin('您好!'); ~~~ ## **字典说明** 收录近 7000个常用的汉字,不能转换的返回原汉字。 ~~~ echo phpGrace\tools\pinyin::getPinyin('您好!飍靐龘驫馫鱻飝').'<br />'; ~~~