Skip to content

Instantly share code, notes, and snippets.

@ssinss
Created April 15, 2013 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssinss/5387425 to your computer and use it in GitHub Desktop.
Save ssinss/5387425 to your computer and use it in GitHub Desktop.
utf-8 일 경우에 글자수 체크
if (mb_strlen($name, 'UTF-8') < 3){
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment