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

· 10년 전 · 379

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에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
10년 전 조회 225
10년 전 조회 281
10년 전 조회 297
10년 전 조회 393
10년 전 조회 316
10년 전 조회 486
10년 전 조회 332
10년 전 조회 268
10년 전 조회 938
10년 전 조회 299
10년 전 조회 312
10년 전 조회 432
10년 전 조회 380
10년 전 조회 236
10년 전 조회 294
10년 전 조회 1,171
10년 전 조회 399
10년 전 조회 488
10년 전 조회 448
10년 전 조회 404
10년 전 조회 250
10년 전 조회 402
10년 전 조회 447
10년 전 조회 902
10년 전 조회 352