overtrue / pinyin

🇨🇳 基于词库的中文转拼音优质解决方案

Home Page:https://github.com/overtrue/pinyin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

为什么会出现常量未定义?

hunteryun opened this issue · comments

Use of undefined constant PINYIN_UMLAUT_V

$pinyi = $pinyin->convert('王于', PINYIN_UMLAUT_V);
dd($pinyi);

对了,PHP版本是7.2

同问,我是在pinyin的构造方法里引入convert.php文件才能正常使用