$filename = ‘example.txt’; $extension = pathinfo($filename, PATHINFO_EXTENSION); echo $extension; // 输出:txt pathinfo() 函数会解析文件路径,并通过 PATHINFO_EXTENSION 返回文件的扩展名。 文章导航 php strtotime(‘2019年10月1日’) 返回空 PhpSpreadsheet