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