Change file extension

前端 未结 5 1523
遇见更好的自我
遇见更好的自我 2021-01-12 06:46

How do I change a files file-extension name in PHP?

For example: $filename=\'234230923_picture.bmp\' and I want the extension to change to jpg

5条回答
  •  迷失自我
    2021-01-12 07:34

    You can use this to rename the file http://us2.php.net/rename and this http://us2.php.net/manual/en/function.pathinfo.php to get the basename of the file and other extension info..

提交回复
热议问题