$filename = 'file.jpg';

//透過explode()與end()
$explode = explode('.', $filename);
$ext = end($explode);

//結果為jpg
echo $ext;

arrow
arrow
    創作者介紹
    創作者 衛斯理不理 的頭像
    衛斯理不理

    衛斯理不理學習心得與技術日常

    衛斯理不理 發表在 痞客邦 留言(0) 人氣()