Strings Php

print substr("this is a test", 0, 3);
print '...';
?>