strlen

Example

 int strlen ( string $string ) 

Description

Returns the length of the given string.

Return Values

The length of the string on success, and 0 if the string is empty.