String
最常用的
htmlentities
说明
This function is identical to htmlspecialchars() in all ways, except with htmlentities(), all characters which have HTML character entity equivalents are translated into these entities.
申报 htmlentities
string htmlentities ( string $str [, int $quote_style ] [, string $charset ] )