php man page for mb_strwidth

Query: mb_strwidth

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MB_STRWIDTH(3)								 1							    MB_STRWIDTH(3)

mb_strwidth - Return width of string

SYNOPSIS
int mb_strwidth (string $str, [string $encoding = mb_internal_encoding()])
DESCRIPTION
Returns the width of string$str. Multi-byte characters are usually twice the width of single byte characters. Characters width +----------------+-------+ | Chars | | | | | | | Width | | | | +----------------+-------+ |U+0000 - U+0019 | | | | | | | 0 | | | | |U+0020 - U+1FFF | | | | | | | 1 | | | | |U+2000 - U+FF60 | | | | | | | 2 | | | | |U+FF61 - U+FF9F | | | | | | | 1 | | | | | U+FFA0 - | | | | | | | 2 | | | | +----------------+-------+
PARAMETERS
o $str - The string being decoded. o $encoding -The $encoding parameter is the character encoding. If it is omitted, the internal character encoding value will be used.
RETURN VALUES
The width of string$str.
SEE ALSO
mb_strimwidth(3), mb_internal_encoding(3). PHP Documentation Group MB_STRWIDTH(3)
Related Man Pages
mb_convert_encoding(3) - php
mb_internal_encoding(3) - php
mb_convert_kana(3) - php
mb_encode_mimeheader(3) - php
mb_strimwidth(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update