PHP strlen() Function - W3Schools Online Web Tutorials
The strlen() function returns the length of a string. Syntax strlen(string) Parameter Description string Required. Specifies the string to check Technical Details Return Value: Returns the length of a string on success, and 0 if the string is empty PHP Ve...