<?php
// 注意这个变量中img标签末尾的细节变化
$str='
<img src="/upload/image/20200516/1589608552290120.gif" title="1589608552290120.gif" alt="0 (2).gif"/></p>
<img src="/upload/image/20200516/1589608552290120.gif" title="1589608552290120.gif" alt="0 (2).gif"/></p>
<img src="/upload/image/20200516/1589608552290120.gif" title="1589608552290120.gif" alt="0 (2).gif"/></p>
echo get_html_first_imgurl($str);
/**
- 获取文章内容html中第一张图片地址
*/
function get_html_first_imgurl($html){
$pattern = '~<[img|IMG].?src=\'|\")[\'|\"].?[/]?>~';
preg_match_all($pattern, $html, $matches);//正则表达式把图片的整个都获取出来了
$img_arr = $matches[0];//全部图片数组
$first_img_url = "";
if (!empty($img_arr)) {
$first_img = $img_arr[0];
$p="#src=('|\")(.*)('|\")#isU";//正则表达式
preg_match_all ($p, $first_img, $img_val);
if(isset($img_val[2][0])){
$first_img_url = $img_val[2][0]; //获取第一张图片地址
}
}
return $first_img_url;
}
?>
如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!
txttool.com 说一段 esp56物联 查询128 IP查询