PHP 中開啟檔案的方法會因為檔案的格式有所不同. ... case "image/jpeg": $im = imagecreatefromjpeg($file); //jpeg file break; case "image/gif": ...
確定! 回上一頁