Php 2018‧07‧26 php - 한글 글자 자르기 한글로 자를 때는 substr 이 아닌 iconv_substr iconv_substr($val, 0, 15, 'utf-8') 설명 $val 이라는 변수의 문자를 0~15까지 자름