1. 首页
  2. 数据库
  3. 其它
  4. 相对路径转化成绝对路径

相对路径转化成绝对路径

上传者: 2020-12-23 04:14:25上传 PDF文件 24.02KB 热度 19次
提取 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
下载地址
用户评论