Returns the length of a specified string (not including the trailing '\0')
'\0'
PRUint32 PL_strlen(const char *str);
The function has these parameter:
str
If successful, the function returns length of the specified string.