コード例 #1
0
ファイル: PwGDCode.php プロジェクト: latticet/EduSoho_jb51
 private static function _creatImage()
 {
     self::$_image = imagecreatetruecolor(self::$verifyWidth, self::$verifyHeight);
     imagesavealpha(self::$_image, true);
 }