Using substr() with positive $start and $length
<? print substr('This is a test. This is another test.',6,5); ?>