substr($String, 3, -5) (4)
<? $alphabet_test = "abcdefghijklmnop"; print("3, -5: " . substr($alphabet_test, 3, -5)); ?>