博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
php处理中文字符串
阅读量:6999 次
发布时间:2019-06-27

本文共 139 字,大约阅读时间需要 1 分钟。

使用mbstring

 

先转换成UTF-8编码  

mb_convert_encoding(Input::get('tags'),'UTF-8') mbstring用法参考

转载于:https://www.cnblogs.com/hujia7812556/p/4626107.html

你可能感兴趣的文章