function
trimall(
$str
)
//删除空格
{
$qian
=
array
(
" "
,
"\t"
"\n"
"\r"
);
$hou
""
return
str_replace
}