PHP 字符串 函数 判断 长度 截取

  • echo mb_strlen('长度');  //结果是2
  • echo strlen('长度');        //结果是6
原文地址:https://www.cnblogs.com/shaoing/p/5504361.html