取得附檔名
發表於 : 2012-02-22 11:49:55
http://www.oschina.net/code/snippet_127872_8813
代碼: 選擇全部
function get_extension($file)
{
return pathinfo($file, PATHINFO_EXTENSION);
}