function?domainReplace($text,?$url){
????????$pattern?=?"/<[img|IMG].*?src=['|"](.*?(?:[.jpg|.jpeg|.png|.gif|.bmp]))['|"].*?[/]?>/";
???????
????????$text?=?stripSlashes($text);
???????
????????return?preg_replace_callback($pattern,?function($matches)?use($url)?{
???????
????????????????if?('/'?!==?substr($matches[1],?0,?1)?&&?'http'?!==?substr($matches[1],?0,?4))?{
???????????????????????
????????????????????????return?str_replace($matches[1],?$url?.?$matches[1],?$matches[0]);
????????????????}
???????????????
????????????????return?$matches[0];
????????},
????????$text);
}
版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請(qǐng)注明: 帝國(guó)cms內(nèi)容字段文本替換函數(shù)的代碼