In Visual basic there is this function:-

len(string)

Which will return the number of characters in the given string.

Is there a similar function in PHP?