Show String Trimmed and Dotted
<?php
// @param $string A string value to be trimmmed.
// @param $length The max. visible length with added dots. If the string is longer, the remaining part will be trimmed. (Default is 15)
// @pa
Comments are closed.