将汉字转换为拼音串的PHP源代码,只需把pinyin_table.php包含进你的程序代码里,然后调用函数 get_pinyin($str) 就可以将$str的汉字转换为拼音了。这个可以用于SEO里,把你的文章Title转换为英文,并附加到地址URL里,增加SEO的效果。本站的地址栏就使用了该种方法。
使用方法:
<?php
require_once("pinyin_table.php');
echo "Output : " . get_pinyin('将汉字转换为拼音的PHP源代码');
?>
Output : jiang-han-zi-zhuan-huan-wei-pin-yin-diPHPyuan-dai-ma