标签:style blog http color ar div htm amp
preg_match_all — 执行一个全局正则表达式匹配
<?php preg_match_all ("|<[^>]+>(.*)</[^>]+>|U","<b>example: </b><div align=left>this is a test</div>", $out, PREG_PATTERN_ORDER); print $out[0][0].", ".$out[0][1]."\n"; print $out[1][0].", ".$out[1][1]."\n"; ?>
标签:style blog http color ar div htm amp
原文地址:http://www.cnblogs.com/whlives/p/3881044.html