正規表現
戻りリスト
if(isset($url)){
echo "$urlには次のリンクがあります:
";
$fcontents = file($url ) ;
while(list(,$line)=each($fcontents)){
while(eregi((href[[:space:]]*=[[:space:]]*"?[[:alnum: ] :@/._-]+"?)(.*),$line,$regs)){
$regs[1] = eregi_replace((href[[:space:]]*=[[:space: ] ]*"?)([[:alnum:]:@/._-]+)("?),"2",$regs[1]);
echo " $regs[1]
";
$ line = $regs[2];
}
}
}
?>
http://www.bkjia.com/PHPjc/531998.htmlwww.bkjia.com本当http://www.bkjia.com/PHPjc/531998.html技術記事正規表現はリストを返します if(isset($url)){ echo "$url には次のリンクがあります: "; $fcontents = file($url) while(list(,$line)=each($fcontents); while (エレギ((href[[:space:]]*=[[:space...