Mega Code Archive

 
Categories / Php / Functions
 

Displaying long text with an ellipsis

<? printf(substr_replace('this is a test',' ...',5)); ?>