久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁技術文章
文章詳情頁

php相對路徑轉化成絕對路徑

瀏覽:4日期:2024-02-24 16:39:27

提取 Gregarius中的一個函數。可以把網頁中的相對路徑自動轉化成絕對路徑。

<? function relative_to_absolute($content, $feed_url) { preg_match('/(http|https|ftp):///', $feed_url, $protocol); $server_url = preg_replace('/(http|https|ftp|news):///', '', $feed_url); $server_url = preg_replace('//.*/', '', $server_url);

if ($server_url == '') { return $content; }

if (isset($protocol[0])) { $new_content = preg_replace('/href='https://', 'href='http://www.baoyu77737.com/bcjs/21976.html'.$protocol[0].$server_url.'/', $content); $new_content = preg_replace('/src='https://', 'src='http://www.baoyu77737.com/bcjs/21976.html'.$protocol[0].$server_url.'/', $new_content); } else { $new_content = $content; } return $new_content; } ?>

標簽: PHP
主站蜘蛛池模板: 临江市| 星子县| 双城市| 报价| 全南县| 深圳市| 庆安县| 锡林浩特市| 唐海县| 开远市| 楚雄市| 罗山县| 闻喜县| 延长县| 隆回县| 鄂尔多斯市| 黔南| 平远县| 吕梁市| 南城县| 甘谷县| 绍兴市| 沙坪坝区| 沂南县| 三原县| 新密市| 黄平县| 区。| 辽阳县| 霞浦县| 怀化市| 大竹县| 南郑县| 武汉市| 屏南县| 车险| 凯里市| 石门县| 寻乌县| 张家港市| 乌拉特中旗|