예제 #1
0
파일: Pinyin.php 프로젝트: ilei/blog
 public function pinyin($data = '')
 {
     return Spell::parse(trim($data));
 }