mb_strimwidthGet truncated string with specified width
&reftitle.description;
stringmb_strimwidthstringstringintstartintwidthstringtrim_marker""stringnullencoding&null;
Truncates stringstring to specified width,
where halfwidth characters count as 1, and fullwidth
characters count as 2.
See &url.unicode.reports.tr;11/
for details regarding East Asian character widths.
&reftitle.parameters;
string
The string being decoded.
start
The start position offset. Number of
characters from the beginning of string (first character is 0),
or if start is negative, number of characters from the end of the string.
width
The width of the desired trim.
If negative width is specified, count from the end of the string.
Passing negative width is deprecated as of PHP 8.3.0.
trim_marker
A string that is added to the end of string
when string is truncated.
encoding
&mbstring.encoding.parameter;
&reftitle.returnvalues;
The truncated string. If trim_marker is set,
trim_marker replaces the last chars to match the width.
&reftitle.changelog;
&Version;&Description;8.3.0
Passing a negative width to
mb_strimwidth is now deprecated.
&mbstring.changelog.encoding-nullable;
7.1.0
Support for negative starts and widths has been added.
&reftitle.examples;
mb_strimwidth example
]]>
&reftitle.seealso;
mb_strwidthmb_internal_encoding