字符串的处理
    echo()
    print()直接输出
    die()
    exit()
    sprintf
    trim()去除前导空格l r左右去除
    str_pad 空格填充
    strolowe 变小写
    stroupper 变大写
    ucfirst
    nl2br()
    htmlspecialchars 实体化
    htmlspecialchars_decode 反实体化
    strip_tags
    strrev()字符串颠倒
    strlen() 长度
    number_format
    md5
    strcmp 对比
    strncmp 长度对比
    strcasecmp 不区分大小写比较
    explode 切割
    substr() 切割
    strstr
    strchr
    str_replace 替换