获取不带扩展名的文件名

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取不带扩展名的文件名相关的知识,希望对你有一定的参考价值。

  1. /**
  2.  * Get filename without the extension
  3.  *
  4.  * @param string $filename File name
  5.  * @return string Filename without the extension
  6.  */
  7. function dropExtension($filename) {
  8. return substr($filename, 0, strrpos($filename, "."));
  9. }

以上是关于获取不带扩展名的文件名的主要内容,如果未能解决你的问题,请参考以下文章

从文件的全名中获取不带扩展名的文件名

Regex-所有不带.html扩展名的PHP文件

使用python将文件列表保存到文本文件中

Android - 如何获取文件扩展名? [复制]

使用ghostscript时如何使用不带扩展名的输入文件名附加输出文件名?

Amazon S3 获取没有扩展名的文件