🌈 搜索
📅  最后修改于: 2022-03-11 14:54:44.909000             🧑  作者: Mango
$str = "This is some bold text."; echo htmlspecialchars_decode($str); // out will be like: // This is some bold text.