68. PHP 的影像繪圖函數群整理
jollen 發表於 October 27, 2006 7:19 PM
getimagesize() 函數 array getimagesize(string filename, array [imageinfo]); getimagesize() 可取得下列圖檔的大小: 1. GIF 2. JPG 3. PNG 4. SWF 5. SWC 6. PSD 7. TIFF 8. BMP 9. IFF 10. JP2 11. JPX 12. JB2 13. JPC 14. XBM 15. WBMP getimagesize()...