Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 171 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 171 Bytes

pinyin

汉语转拼音,包含一、二级汉字共7000个左右,PHP编写,其他语言类似

调用方法 $pin = new Pinyin(); $pin->get('汉语字符串');