<?php $sub = substr('abcdef', 4, -4); if ($sub === false) { echo 'fail'; } else { echo 'do somthing with $sub'; }
You have javascript disabled. You will not be able to edit any code.