$_aMaps
$_aMaps : array
拼音字符转换图
$_aMaps : array
拼音字符转换图
encode(string $str, string $ret_format = 'head', string $placeholder = '*', string $allow_chars = '/[a-zA-Z\d]/') : string
将中文编码成拼音
string | $str | utf8字符串 |
string | $ret_format | 返回格式 [all:全拼音|head:首字母|one:仅第一字符首字母] |
string | $placeholder | 无法识别的字符占位符 |
string | $allow_chars | 允许的非中文字符 |
拼音字符串