コード例 #1
0
ファイル: abstract_have_image.php プロジェクト: 4otaku/4otaku
 public function __construct($file, $name)
 {
     parent::__construct($file, $name);
     $this->info = getimagesize($this->file);
 }