Exemplo n.º 1
0
 private static function _setRandY()
 {
     $_y = self::$verifyHeight / 2;
     self::$_codeY = mt_rand($_y + 5, $_y + 10);
 }