💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# sp_get_file_extension() > X2.2.0新增 ```php sp_get_file_extension($filename) ``` ###### 功能: 获取文件扩展名 ###### 参数: `$filename`: 文件名 ###### 返回: 类型string,文件扩展名 ###### 使用: ```php $suffix = sp_get_file_extension('23232.png'); ```