コード例 #1
0
ファイル: PwGDCode.php プロジェクト: latticet/EduSoho_jb51
 private static function _getCodeLenth()
 {
     //self::$_codeLen = Pw::strlen(self::$verifyCode);
     self::$_codeLen = WindString::strlen(self::$verifyCode, 'utf-8');
 }