选择频道搜索
PHP rtrim() 函数用于删除字符串末尾的空格或其他指定字符。
语法:string rtrim(string $string, string $charlist)
参数:
返回值:返回处理过的字符串。