<?
$tt="010101010101010";
$ee=substr($tt,4,1);
echo $ee;
?>
substr("被截的字串","开始的位数","截几位");