摘要: $file = 'D:\xampp\index.tpl.php';$ex = get_extension5($file);echo $ex;function get_extension1($file){ return substr(strrchr($file, '.'), 1);}function get_extension2($file){ return substr($file, strrpos($file, '.')+1);}function get_extension3($file){ $array = explode('. 阅读全文
posted @ 2012-02-06 16:22 yyinsomnia 阅读(188) 评论(0) 推荐(0)