htmlspecialchars_decode

HTML
 <?php
$str = "This is some <b>bold</b> text.";
echo htmlspecialchars_decode($str);

 ?> 
Source

Also in HTML: