Using substr() with length past the end of the string
<? print substr('This is a test. This is another test.',20,5); ?>