wie man nur eine bestimmte Zeichenzahl in PHP wiederholt

$temp = substr($temp, 0, 5);
echo "$temp...";
Odyn