Created
April 15, 2013 11:23
-
-
Save ssinss/5387425 to your computer and use it in GitHub Desktop.
utf-8 일 경우에 글자수 체크
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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