摘要:
PHP汉字转拼音的方法 <?php // 此类是依据ASCII码转换,GB2312库对多音字也无能为力。 // GB2312标准共收录6763个汉字,不在范围内的汉字是无法转换,如:中国前总理***的“*”字。 class pinyin{ public static function utf8_to 阅读全文
摘要:
解决composer install遇到:Your requirements could not be resolved to an installable set of packages 解决办法:直接忽略版本 composer install --ignore-platform-reqs 或者 阅读全文