function filterEmoji($str)
{
$str = preg_replace_callback('/./u',function (array $match) {
return strlen($match[0]) >= 4 ? '' : $match[0];
},$st
{
$str = preg_replace_callback('/./u',function (array $match) {
return strlen($match[0]) >= 4 ? '' : $match[0];
},$st
更新时间:2023-10-14
阅读( 51 )
编辑:佚名




豫ICP备2021026617号-1
豫公网安备:41172602000185