unhtmlify()

Takes an HTML string and turns it into a regular string by removing tags and converting HTML entities into their corresponding characters. Basically does the opposite of htmlify().

This function is valid in v2.24.0 to v2.24.3. This function has been downloaded 30 times.

Parameter

{string} strHTML
The string which can contain HTML entities that will be decoded and tags that will be stripped.

Returns

{string}
The decoded version of strHTML.