function

htmlspecialchars_decode . string . sncode

VERSIONlatest Convert HTML entities to special characters

HTMLSPECIALCHARS_DECODE(1e)

NAME

htmlspecialchars_decode - Converts HTML entities to special characters

SYNOPSIS

htmlspecialchars_decode(str)

PARAMETERS

str
The string being converted.

RETURN

The converted string.

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.

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

AUTHOR

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