Goto main content

htmlspecialchars_decode

Convert HTML entities to special characters

HTMLSPECIALCHARS_DECODE

NAME

htmlspecialchars_decode - Converts HTML entities to special characters

SYNOPSIS

htmlspecialchars_decode(string)

PARAMETERS

string
The string being converted.

RETURN

The converted string.

EXAMPLES

in:  res={{htmlspecialchars_decode("'aa&<>xa")}}.
out: res='aa&<>xa.

SEE ALSO

{{ include("includes/strings.sn") }}

AUTHOR

Written by Pusnei Sergey and Caroline Laplante, <sergey@sednove.com>

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com

Edit

© 2024 extenso Inc. All rights reserved.