Description
Get the length of a string value.
返回字符串的长度。
Parameters
key
Return value
INTEGER
Example
$redis->set('key', 'value');
$redis->strlen('key'); /* 5 */
Description
Get the length of a string value.
返回字符串的长度。
Parameters
key
Return value
INTEGER
Example
$redis->set('key', 'value');
$redis->strlen('key'); /* 5 */