汉字转拼音的PHP库.zip

时间:2022-07-31 04:33:18
【文件属性】:

文件名称:汉字转拼音的PHP库.zip

文件大小:335KB

文件格式:ZIP

更新时间:2022-07-31 04:33:18

类库下载-汉字转拼音的PHP库

<?php namespace Overtrue\Pinyin; use InvalidArgumentException; define('PINYIN_NONE', 'none'); define('PINYIN_ASCII', 'ascii'); define('PINYIN_UNICODE', 'unicode'); class Pinyin {     const NONE = 'none';     const ASCII = 'ascii';     const UNICODE = 'unicode';     protected $punctuations = array(         ',' => ',',         '。' => '.',         '!' => '!',         '?' => '?',         ':' => ':',         '“' => '"',         '”' => '"',         '‘' => "'",         '’' => "'",     );您不再为生僻的汉字不知道读音而苦恼。转换后的拼音,支持“复制”到系统剪贴板,方便您粘贴到目标地址;支持查询多音字,收录经典多音字句子;支持发音,所有文字发音,或者点击某一个字发音。界面UI简洁清爽,人性化体验设计,使用便捷舒适。


【文件预览】:
汉字转拼音的PHP库
----pinyin-master()
--------src()
--------LICENSE(1KB)
--------README.md(5KB)
--------data()
--------composer.json(681B)
----php中文网下载站.url(114B)
----php中文网免费下载站.txt(219B)

网友评论