php取得文件扩展名
- function GetFiletype($filename){
- $filer=explode(".",$filename);
- $count=count($filer)-1;
- return strtolower(".".$filer[$count]);
- }
- function GetFiletype($filename){
- $filer=explode(".",$filename);
- $count=count($filer)-1;
- return strtolower(".".$filer[$count]);
- }
php 字符串strrev 函数
Nov 12, 2016
strip_tags 函数用法与实例教程
Nov 14, 2016
PHP的unset()函数的实际效果
Nov 07, 2016