Skip to content

Instantly share code, notes, and snippets.

@exuan
exuan / getExtension.php
Created May 4, 2015 08:29
获取文件后缀
echo pathinfo($file, PATHINFO_EXTENSION);