去除连续空白。
语法: string chop(string str);
传回值: 字串
函式种类: 资料处理
本函式将字串的连续空白清除。
<?$trimmed = Chop($line);?>
trim()