//構造壹個字符串
$ str = " ABCDEFGHIJKLMNOPQRSTUVWXYZ ";
$str1 = substr($str,9,4);
Echo”從第九個字符中取四個字符:“”。$ str 1;