본문 바로가기

개발도구/PHP,ASP,JSP,SCRIPT

[PHP] 글자 자르기 mb_strimwidth mb_substr

mb_strimwidth("내용",0,43,"...","utf-8");
mb_substr("내용",0,43,"utf-8")."...";