Skip to content

Latest commit

 

History

History
38 lines (15 loc) · 307 Bytes

spgetfileextension.md

File metadata and controls

38 lines (15 loc) · 307 Bytes

sp_get_file_extension()

X2.2.0新增

sp_get_file_extension($filename)
功能:

获取文件扩展名

参数:

$filename: 文件名

返回:

类型string,文件扩展名

使用:
$suffix = sp_get_file_extension('23232.png');