We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$name='剅河'; $depends=[ '剅'=>'lou' ]; Pinyin::appends($depends); Pinyin::set('accent',false); echo Pinyin::trans($name),PHP_EOL; $name='好的'; echo Pinyin::trans($name),PHP_EOL;
输出如下:
lou 河 好的
请问这是怎么回事啊?
The text was updated successfully, but these errors were encountered:
Bugfix. solved #39
a89aa81
eb86fd2
No branches or pull requests
输出如下:
请问这是怎么回事啊?
The text was updated successfully, but these errors were encountered: