可能性の重複:私は拡張子を削除する方法を私はグーグルで見つけたものから探しています
How remove extension from string (only real extension!)
Remove file extension on file upload削除拡張
はどのように上の本当に悪い例ですそれをやる。
$from = preg_replace('/\.[^.]+$/','',$from);
このような何か、どのようにそれを行うにはどのようなアイデアですか?
可能性の重複:私は拡張子を削除する方法を私はグーグルで見つけたものから探しています
How remove extension from string (only real extension!)
Remove file extension on file upload削除拡張
はどのように上の本当に悪い例ですそれをやる。
$from = preg_replace('/\.[^.]+$/','',$from);
このような何か、どのようにそれを行うにはどのようなアイデアですか?
http://php.net/pathinfo –
http://stackoverflow.com/questions/4427397/removing-last-3-characters-on-a-file-file-extension –