entity_decode($str, $charset = NULL)
Parameters: |
|
---|---|
Returns: |
String with decoded HTML entities |
Return type: |
string |
This function is an alias for CI_Security::entity_decode()
. Fore more info, please see the Security Library documentation.
Please login to continue.