取得附檔名

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

取得附檔名

文章 yehlu »

http://www.oschina.net/code/snippet_127872_8813

代碼: 選擇全部

function get_extension($file)
{
    return pathinfo($file, PATHINFO_EXTENSION);
}
回覆文章

回到「PHP」