4.用一句话给以下每个函数写一个“功能描述”(需查手册):
字符串函数: 
输出与格式化:echo , print, printf, print_r, var_dump.
字符串去除与填充:trim, ltrim, rtrim, str_pad
字符串连接与分割:implode, join, explode, str_split
字符串截取:substr, strchr, strrchr, 
字符串替换:str_replace, substr_replace
字符串长度与位置: strlen, strpos, strrpos, 
字符转换:strtolower, strtoupper, lcfirst, ucfirst, ucwords
特殊字符处理:nl2br, addslashes, htmlspecialchars, htmlspecialchars_decode,时间函数: 
time, microtime, mktime, date, idate, strtotime, date_add, date_diff, date_default_timezone_set, date_default_timezone_get数学函数: 
max, min, round, ceil, floor, abs, sqrt, pow, round, rand