PHP html_entity_decode() FunctionPHP html_entity_decode() is string function. It is used to convert HTML entities to characters. The string function html_entity_decode() is the opposite of htmlentities(). Syntax:
Example 1Output: JavaTpoint.com Example 2Output: Array ( ["] => " [&] => & [<] => < [>] => > ) Example 3Output: Hello PHP : 'E=MC˛' Hello PHP : 'E=MC˛' Hello PHP : 'E=MC˛'
Next TopicPHP String
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week