<?php
/**
* Created by PhpStorm.
* User: liuft
* Date: 2016/3/7
* Time: 15:46
*/
//第一种
// function get_extension($file)
// {
// $file = explode('.', $file);
// return end($file);
// }
//第二种
// function get_extension($file)
// {
// return substr(strrchr($file, '.'), 1);
// }
//第三种
// function get_extension($file){
// return pathinfo($file)['extension'];
// }
//
//第四种
//function get_extension($file)
//{
// return substr($file, strrpos($file, '.') + 1);
//}
//第五种
//function get_extension($file)
//{
// $file = preg_split('/\./', $file);
// return end($file);
//}
//第六种
// function get_extension($file){
// $file = strrev($file);
// return strrev(substr($file,0,strpos($file,'.')));
// }
//
//第七种
// function get_extension($file)
// {
// return pathinfo($file, PATHINFO_EXTENSION);
// }
//
//第八种
// function get_extension($file)
// {
// preg_match_all('/\.[a-zA-Z0-9]+/',$file,$data);
// return !empty($data[0])?substr(end($data[0]),1):'';
// }
//第九种
// function get_extension($file){
// return str_replace('.','',strrchr($file,'.'));
// }
//暂时想这么多,以后想起来再补充
$file = "http://10.31.63.8:8081/M00/00/09/Ch8_CFaaMLqAO87JAACePvS0ZRk.webp";
$data = get_extension($file);
var_export($data);
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有