Help for this page

Select Code to Download


  1. or download this
    substr( $string, 20 ) = '..' if length($string) > 22;
    
  2. or download this
    $string = sprintf( "%20s..", $string ) if length($string) > 22;