mb_strimwidth Get truncated string with specified width &reftitle.description; stringmb_strimwidth stringstr intstart intwidth stringtrimmarker"" stringencodingmb_internal_encoding() Truncates string str to specified width. &reftitle.parameters; str 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. Negative widths count from the end of the string. trimmarker A string that is added to the end of string when string is truncated. encoding &mbstring.encoding.parameter; &reftitle.returnvalues; The truncated string. If trimmarker is set, trimmarker replaces the last chars to match the width. &reftitle.changelog; &Version; &Description; 7.1.0 Support for negative starts and widths has been added. &reftitle.examples; <function>mb_strimwidth</function> example ]]> &reftitle.seealso; mb_strwidth mb_internal_encoding