string trim ( string str [, string charlist] ) This function returns a string with whitespace stripped from the beginning and end of str. Without the second parameter, trim() will strip these characters: " " (ASCII 32 (0x20)), an ordinary space. "\t" (ASCII 9 (0x09)), a tab...
www.dbjr.com.cn/shouce/php5/zh/function... 2025-5-27