Exemplo n.º 1
0
 private static function _getCodeLenth()
 {
     //self::$_codeLen = Pw::strlen(self::$verifyCode);
     self::$_codeLen = WindString::strlen(self::$verifyCode, 'utf-8');
 }