汉字转拼音的PHP库.zip
<?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 $punctuati
文件列表
汉字转拼音的PHP库.zip
(预估有个17文件)
汉字转拼音的PHP库
pinyin-master
src
GeneratorFileDictLoader.php
3KB
DictLoaderInterface.php
777B
MemoryFileDictLoader.php
2KB
FileDictLoader.php
1KB
Pinyin.php
8KB
LICENSE
1KB
README.md
5KB
暂无评论