Is there a function to count num of characters in a string?
Posted: Tue Jan 02, 2007 7:16 pm
For example:
Output: 26
Regards,
Code: Select all
$string = "Hello, my name is Stephen!";
echo countFunction($string);Regards,