Skip to content

Instantly share code, notes, and snippets.

@c9n
Created January 5, 2016 08:16
Show Gist options
  • Save c9n/fa7dfd7e345a740d8b61 to your computer and use it in GitHub Desktop.
Save c9n/fa7dfd7e345a740d8b61 to your computer and use it in GitHub Desktop.
HTML entities
<?php
$test = mb_convert_encoding('徐若瑄', 'HTML-ENTITIES', 'UTF-8');
echo $test . "\n";
echo html_entity_decode($test);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment