Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PL_strlen

Returns the length of a specified string (not including the trailing '\0')

Syntax

PRUint32 PL_strlen(const char *str);

Parameter

The function has these parameter:

str
Size in bytes of item to be allocated.

Returns

If successful, the function returns length of the specified string.

Document Tags and Contributors

 Contributors to this page: teoli, Rappo
 Last updated by: teoli,