functions-online

htmlspecialchars

说明

Certain characters have special significance in HTML, and should be represented by HTML entities if they are to preserve their meanings. This function returns a string with some of these conversions made; the translations made are those most useful for everyday web programming. If you require all HTML character entities to be translated, use htmlentities() instead.

申报 htmlspecialchars

string htmlspecialchars ( string $str [, int $quote_style ] [, string $charset ] )

在线测试的 htmlspecialchars










share htmlspecialchars

注释 htmlspecialchars

注释 htmlspecialchars

+

Leave your comment