PHP 函数:ltrim()

去除连续空白。

语法: string ltrim(string str);

返回值: 字符串

函数种类: 资料处理

内容说明
本函数用来删去字符串中的连续空白带 (whitespace)。