Skip to content

Instantly share code, notes, and snippets.

@ivanhoe011
Created July 8, 2014 02:11
Show Gist options
  • Save ivanhoe011/91f2078e9d24701849cb to your computer and use it in GitHub Desktop.
Save ivanhoe011/91f2078e9d24701849cb to your computer and use it in GitHub Desktop.
<?php
if (preg_match('!!u', $string))
{
// this is utf-8
}
else
{
// definitely not utf-8
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment