int strlen ( string $string )
Returns the length of the given string.
The length of the string on success, and 0 if the string is empty.