ds11111111111111111 2015-02-28 11:39
浏览 37
已采纳

如何在数组中替换img url

i am getting data from a ulr so now want to change url of image, my code is

@$domain = $_REQUEST['domain'];
function get_dns($url, $curl = true) {
    $responseString = '';
    if (!$curl) {
        $responseString = file_get_contents($url);
    } else {
        $ch = curl_init( $url );
        $options = array(
            CURLOPT_RETURNTRANSFER => true,
            CURLOPT_HTTPHEADER => array('Content-Type: text/html', 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36') , 

        );
        curl_setopt_array( $ch, $options );
        $responseString =  curl_exec($ch);
    }
    return $responseString;
}

$url ="http://intodns.scriptburn.com/index.php?domain=$domain";
$query = get_dns($url);
preg_match_all('/<!-- BEGIN CONTENT -->(.*?)<!-- END CONTENT -->/s', $query, $content);
echo $content = $content[0][0];

here i am want to replace <img src="static/images/ to <img src="https://www.whoisextractor.in/wp-content/themes/whois/img/

  • 写回答

1条回答 默认 最新

  • doutenggu4070 2015-02-28 18:15
    关注

    Finally i got Solution my self with the help of https://stackoverflow.com/a/14575485/2384642

    Now my code is

        $url ="http://intodns.scriptburn.com/index.php?domain=$domain";
        $query = get_dns($url);
        preg_match_all('/<!-- BEGIN CONTENT -->(.*?)<!-- END CONTENT -->/s', $query, $content);
        $content = $content[0][0];
        $content = preg_replace_callback('~<img\ssrc="static/images/~i', 
        function($m)
        {
            return sprintf('<img src="https://www.whoisextractor.in/wp-content/themes/whois/img/', urlencode($m[1]), $m[2], $m[3]);
        }, $content);
        echo $content;
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
  • ¥20 软件测试决策法疑问求解答
  • ¥15 win11 23H2删除推荐的项目,支持注册表等
  • ¥15 matlab 用yalmip搭建模型,cplex求解,线性化处理的方法
  • ¥15 qt6.6.3 基于百度云的语音识别 不会改
  • ¥15 关于#目标检测#的问题:大概就是类似后台自动检测某下架商品的库存,在他监测到该商品上架并且可以购买的瞬间点击立即购买下单
  • ¥15 神经网络怎么把隐含层变量融合到损失函数中?
  • ¥15 lingo18勾选global solver求解使用的算法
  • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
  • ¥20 测距传感器数据手册i2c