strlen

 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.