문자열 자르는 함수 입니다.

· 10년 전 · 2468

mb_strimwidth
(PHP 4 >= 4.0.6, PHP 5)
mb_strimwidth -- Get truncated string with specified width
 
Description
string mb_strimwidth ( string str, int start, int width, string trimmarker [, string encoding])
 

mb_strimwidth() truncates string str to specified width. It returns truncated string.
 If trimmarker is set, trimmarker is appended to return value.
start is start position offset. Number of characters from the beginning of string. (First character is 0)
 trimmarker is string that is added to the end of string when string is truncated.
 encoding is character encoding. If it is omitted, internal encoding is used.
 
 
================================================================
mb_strimwidth 함수 입니다..
멀티바이트 스트링 함수들이 굉장히 많더군요..
 
문자열좀 이쁘게 자르려고 안간힘 쓰다가 발견하고 그냥 이 함수 쓰기로 했습니다..
한줄이면 끝난다는 엄청난 잇점도 있고..
글자의 폭이 같은 폰트를 쓸 경우는 길이가 다듬지 않아도 거의 균일합니다..
 
 
ps. 멀티바이트 스트링 관련 함수들이 굉장히 많던데 성능면에서 효율적인지가 궁금합니다..
잘 아시는분 있으면 알려주세요.. ^^;;  

|
댓글을 작성하시려면 로그인이 필요합니다.

개발자팁

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
PHP 10년 전 조회 2,776
PHP 10년 전 조회 2,126
PHP 10년 전 조회 2,504
PHP 10년 전 조회 2,320
PHP 10년 전 조회 2,801
PHP 10년 전 조회 2,913
PHP 10년 전 조회 3,222
PHP 10년 전 조회 2,880
PHP 10년 전 조회 1.3만
PHP 10년 전 조회 2,874
PHP 10년 전 조회 2,495
PHP 10년 전 조회 2,295
PHP 10년 전 조회 2,655
PHP 10년 전 조회 3,683
PHP 10년 전 조회 2,469
PHP 10년 전 조회 1,943
PHP 10년 전 조회 3,219
정규표현식 10년 전 조회 7,821
웹서버 10년 전 조회 2,733
jQuery 10년 전 조회 3,466
jQuery 10년 전 조회 3,005
PHP 10년 전 조회 2,838
PHP 10년 전 조회 2,333
PHP 10년 전 조회 3,557
JavaScript 10년 전 조회 4,041
PHP 10년 전 조회 8,831
PHP 10년 전 조회 2,492
PHP 10년 전 조회 3,887
PHP 10년 전 조회 2,749
PHP 10년 전 조회 2,285