header("Content-type: text/html; charset=utf-8");
$temp = '<
ul
class
=
"noul clearfix"
>
<
li
class
=
"w w0"
>
<
a
class
=
"i i0 fc01 h"
hidefocus
=
"true"
href
=
"http://phpway.blog.163.com/"
>首页</
a
>
</
li
>
<
li
class
=
"w w1 SELECTed"
>
<
a
class
=
"i i1 fc01 h"
hidefocus
=
"true"
href
=
"http://phpway.blog.163.com/blog/"
>日志</
a
>
</
li
>
<
li
class
=
"w w9"
>
<
a
class
=
"i i9 fc01 h"
hidefocus
=
"true"
href
=
"http://phpway.blog.163.com/loftarchive/"
>LOFTER</
a
>
</
li
>
<
li
class
=
"w w2"
>
<
a
class
=
"i i2 fc01 h"
hidefocus
=
"true"
href
=
"http://phpway.blog.163.com/album/"
>相册</
a
>
</
li
>
<
li
class
=
"w w5"
>
<
a
class
=
"i i5 fc01 h"
hidefocus
=
"true"
href
=
"http://phpway.blog.163.com/friends/"
>博友</
a
>
</
li
>
<
li
class
=
"w w6"
>
<
a
class
=
"i i6 fc01 h"
hidefocus
=
"true"
href
=
"http://phpway.blog.163.com/profile/"
>关于我</
a
>
</
li
>
</
ul
>';
$result = get_tag_data($temp,"a","class","fc01");
var_dump($result);