コード例 #1
0
ファイル: PwGDCode.php プロジェクト: latticet/EduSoho_jb51
 private static function _setRandY()
 {
     $_y = self::$verifyHeight / 2;
     self::$_codeY = mt_rand($_y + 5, $_y + 10);
 }