PHP 函数:trim()

截去字符串首尾的空格。

语法: string trim(string str);

返回值: 字符串

函数种类: 资料处理

内容说明
本函数返回字符串 string 首尾的空白字符去除后的字符串。