A string is an array of characters, correct? If so, then why does count() not produce the same result as strlen() on a string?
A string is an array of characters, correct? If so, then why does count() not produce the same result as strlen() on a string?