Snippets tagged “html-entity-decode”
1 snippet uses this tag.
- Unicode character in PHP stringPHP
You can use Unicode characters in a PHP string by including the character directly in the string, or by using the \u escape sequence followed by the Unicode code point of the character in hexadecimal.