ellipses php code example Example: php ellipsis $out = strlen($in) > 50 ? substr($in,0,50)."..." : $in;