strlen 命令/方法/函数

Description

Get the length of a string value.

返回字符串的长度。


Parameters

key


Return value

INTEGER


Example

$redis->set('key', 'value');

$redis->strlen('key'); /* 5 */