functions-online

htmlspecialchars

description

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.

declaration of htmlspecialchars

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

test htmlspecialchars online










share htmlspecialchars

comments for htmlspecialchars

On 15. May 2013 11:23 derplayer wrote:

Thanks :)

+

Leave your comment