判断变量类型是否为字符串类型。
语法: int is_string(mixed var);
返回值: 整数
函数种类: PHP 系统功能
内容说明 若变量为字符串类型则返回 true,否则返回 false。