如何去掉html中的超链接

$a= preg_replace("/<a[^>]+>/", "", $a);
$a= preg_replace("/</a>/", "", $a);
原文地址:https://www.cnblogs.com/wawahaha/p/3312857.html