php lepaskan tag span dari string

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