2010年6月21日 ... php取得副檔名有許多做法 //example1 function file_extension($filename) { return substr(strrchr($filename,'.'),1); } //example2 function ...
phpwrite.blogspot.com