htmlspecialchars

function call:
string htmlspecialchars( string $string [, int $quote_style [, string $charset]] )

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.

test htmlspecialchars online:
$str

$quote_style

$charset


Werbung
recommended
Information
PHP-Version: 5.2.6
Last changes: my blog (german only)
Change language: htmlspecialchars auf Deutsch online testen