StrLen Syntax StrLen(str); str A string. Description Returns the length of a string. Returns num A number indicating the length of the input string. Example $a=strlen("hello"); Result: $a=5
StrLen(str);
str
num
$a=strlen("hello");
$a=5