PHP Remova as tags de extensão da string

echo $new_string = preg_replace('/<span[^>]+\>/i', '', $content); 
Geeky Bravo