update : 2015.11.03
php.shukuma.com검색:
|
mb_strwidth(PHP 4 >= 4.0.6, PHP 5) mb_strwidth — Return width of string 설명
int mb_strwidth
( string
$str
[, string $encoding = mb_internal_encoding()
] )
Returns the width of string Multi-byte characters are usually twice the width of single byte characters.
반환값
The width of string 참고
|