使用strrchr() 函式,可以取得檔案副檔名。 $filename = "noname.jpg"; //檔案檔名$ ext_name = strrchr($filename.
yoonow.pixnet.net