我们在开发二代旅游CMS网站程序的过程中,遇到了需要从html批量提取URL超链接的的功能需求,于是有了下面这个函数,用到了正则,代码精炼的同时,效率还比较高,分享下
我们在开发二代旅游CMS网站程序(官网:http://www.erdaicms.com )的过程中,遇到了需要从html批量提取URL超链接的的功能需求,于是有了下面这个函数,用到了正则,代码精炼的同时,效率还比较高,分享下/*提取html中的url*/ <br>
function match_links($document) { <br>
preg_match_all("']+))[^>]*>?(.*?)'isx",$document,$links); <br>
while(list($key,$val) = each($links[2])) {<br>
if(!empty($val))<br>
$match['link'][] = $val;<br>
}<br>
while(list($key,$val) = each($links[3])) {<br>
if(!empty($val))<br>
$match['link'][] = $val;<br>
} <br>
while(list($key,$val) = each($links[4])) {<br>
if(!empty($val))<br>
$match['content'][] = $val;<br>
}<br>
while(list($key,$val) = each($links[0])) {<br>
if(!empty($val))<br>
$match['all'][] = $val;<br>
} <br>
return $match;<br>
}
AD:真正免费,域名+虚机+企业邮箱=0元

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Notepad++7.3.1
Easy-to-use and free code editor

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function
