PHP 函数:strlen()

取得字符串长度。

语法: int strlen(string str);

返回值: 整数

函数种类: 资料处理

内容说明
本函数返回指定的字符串长度。